.bread-crumb {
    font-size: 14px;
}

.bread-crumb a {
    color: #424b5a;
}

.bread-crumb a:focus {
    color: #424b5a;
}

.bread-crumb a:hover {
    text-decoration: none;
    color: #b5965a;
}

/**
 * in the format of `a > b > c >` for template iteration
 */

.bread-crumb a:last-of-type {
    color: #b5965a;
}

.bread-crumb span {
    margin: 0 -4px;
}

.bread-crumb span:last-child {
    display: none;
}
