a, a:visited {
    color: #6d0120;
}

a:hover {
    color: #fdc728;
}

.breadcrumb {
    background-color: #f5f5f5;
    margin-bottom: 0;
}

.breadcrumb a, .breadcrumb a:visited {
    text-decoration: none;
    font-size:unset;
    color:#11151c;
}
.breadcrumb a:hover {
    color: #6d0120;
}
.fa, .fas {
    font-family: FontAwesome;
}

footer ul.footer-links li a:hover {
    color: #fdc728 !important;
    text-decoration: none;
    outline: 0;
}

@media (min-width: 62rem){
    .pg-top {
        display: block;
        height: 112px;
        position: relative;
    }
}