﻿.breadcrumb li+li
{
    margin-top: 0!important;
}
.breadcrumb li+li:before
{
    content: "";
    font-family: fontello;
    color: #5c5d5d;
    line-height: 0;
}
.breadcrumb li.is-active a
{
    font-weight: 400;
}
.breadcrumb li a
{
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.75rem;
    transition: color .5s;
    color: #5c5d5d;
}
.breadcrumb li a:hover
{
    color: #004178;
}