.site-info-wrapper.localtest .site-info {
    background: #8e4d3b;
}

.breadcrumbs li :hover {
    /*background: #355468;*/
    color: #FF6600 !important;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.breadcrumbs ul li {
    float: left;
}

@media screen and (min-width: 1240px) {
    .infobar {
        padding-right: 93px;
    }
}

@media screen and (max-width: 1240px) and (min-width: 992px) {
    .infobar {
        padding-right: 24px;
    }
}

@media only screen and (min-width: 992px) {

    .infobar .breadcrumb-li {
        margin-right: 7px;
    }

    .info-nav-item {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .AN.infobar{
        display: none;
    }

    .AN.sticky-nav-bottom {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 100;
        background: white;
        transition: all 0.5s;
        height: 55px;
    }
}


a.menuitems,
a.menuitems:hover,
.menuitems nav,
.menuitems nav:hover {
    text-decoration: none;
    color: white;
}

.toptext {
    font-size: 18px;
}

@media screen and (max-width: 596px) {
    .toptext {
        font-size: 12px;
    }

    .infobar .breadcrumbs {
        margin-bottom: 12px;
        margin-top: 12px;
    }
}
@media screen and (min-width: 596px) {
    .infobar {
        line-height: 54px;
    }

}

.infobar {
    min-height: 54px;
    background-color: rgba(44, 85, 106, 0.1);
}

.breadcrumb-li {
    margin-top: 13px;
}

.user-mail {
    margin-top: 13px;
    font-size: 23px;
    color: white;
    cursor: pointer;
}

.user-mail::after {
    margin-left: 15px;
}


.DX .dropdown-menu {
    width: 100%; /* Make drop down 100% width OPTIONAL */
}

.DX .dropdown-menu a:hover {
    background: white;
    transition: all 0.5s;
    color: #007dc3;
}

.DX .dropdown-menu a {
    background: #007dc3;
    transition: all 0.5s;
    color: white;
}

.infobar.DX{
    padding-right: 30px;
}

.DX .dropdown-menu a {
    background: #007dc3;
    transition: all 0.5s;
    color: white;
}

.DX .dropdown-menu {
    margin: 0;
    padding: 0;
}

.user-links {
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    float: right!important;
    margin-right: 100px;
}

.user-links a button{
    font-size: 18px;
}
.user-links a:hover {
    color: #F29174;
}