﻿.breadcrumb {
    font-size: 1.6rem;
    background-color: #f6f7f8; /* #eaf2f4 */
    padding: 1.5rem 2rem;
    margin-top: 5rem;
}

.breadcrumb i { margin-right: 1rem; }

/* Override Breadcrumb Seperator */
.breadcrumb > li + li:before {
    content: "\f0da";   /* fa-caret-right */
    font-family: FontAwesome;
    padding: 0 5px;
    margin-right: .7rem;
}

.breadcrumb a {
    margin-right: .5rem;
    text-decoration: none;
    outline: none;  /* Removes Chromes input highlighting on focus */
}

.breadcrumb span { margin-right: .5rem; }

.breadcrumb > li.active a { font-weight: 600; }

.breadcrumb > li.active a,
.breadcrumb > li.active span {
    color: #2f7891;    
    padding-bottom: 14px;
    border-bottom: 3px solid #dfcdb5;
}