.breadcrumb {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
    background: none;
    border: none;
}

.breadcrumb > li + li:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #59595b;
    padding: 0 5px;
}

.breadcrumb > li a {
    color: #004A80;
}

.breadcrumb > .active {
    color: #59595b;
}