.theme-hrc .navbar-header A.navbar-brand,
.navbar-header A.header_mobile_hrc_logo {
    background: url('../images/logos-2022/hrc-onwhite.svg') no-repeat center center;
    margin: 10px;
    width: 80px;
    height: 26px;
}

.navbar-header A.header_mobile_hrc_logo {
    background-image: url('../images/logos-2022/hrc-onblack.svg');
}

#main_footer .logo.logo-hrc {
    background: url('../images/logos-2022/hrc-onblack.svg') no-repeat center center;
    height: 20px;
    width: 66px;
    margin: 21px 0 0 8px;
    font-size: 0;
}

A.navbar-hrc-brand SPAN {
    background: url('../images/logos-2022/hrc-onblack.svg') no-repeat center center;
}

.theme-teamhrc SECTION.banner-landing .banner-logos,
.theme-teamhonda SECTION.banner-landing .banner-logos {
    background: url('../images/logos-2022/hrc-onblack.svg') no-repeat center center;
}

.theme-teamhrc TABLE>TBODY>TR.active>TD.results-name SPAN.team-icon {
    background: url('../images/logos-2022/hrc-alone.svg') no-repeat center center;
}

.theme-teamhrc .navbar-header A.navbar-brand,
.theme-e-xplorer .navbar-header A.navbar-brand {
    background: url('../images/2025/honda-hrc.svg') no-repeat center center;
    background-size: 100% auto;
    margin-top: 11px;
    width: 150px;
}

.theme-repsolhonda .navbar-header A.navbar-brand {
    background: url('../images/2025/repsol-honda-hrc.png') 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: 16px;
}

.theme-repsolhonda SECTION.banner-landing .banner-logos {
    background: url('../images/2026/repsol-honda-hrc-banner.png') no-repeat center center;
    background-size: auto 100%;
}

.theme-monster .navbar-header A.navbar-brand {
    background: url('../images/2025/monster-energy-honda-hrc.png') 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: 16px;
}

.theme-monster SECTION.banner-landing .banner-logos {
    background: url('../images/2025/monster-energy-banner.png') 0 0 no-repeat;
    background-size: 100% auto;
}

#main_footer .logo.logo-repsol {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .theme-monster SECTION.banner-landing .banner-logos {
        width: 150px;
        height: 85px;
        margin: 35px auto !important;
    }

    .theme-teamhrc .navbar-header A.navbar-brand,
    .theme-e-xplorer .navbar-header A.navbar-brand {
        width: 100px;
    }
}

.menu-item-has-children.dropdown.open {
    position: relative;
}

.dropdown.open UL.dropdown-menu {
    display: block !important;
    padding: 0;
    min-width: 100%;
    overflow: hidden;
}

.dropdown.open UL.dropdown-menu > li > a {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 12px;
    padding: 12px 18px;
    display: block;
    /* text-align: center; */
    transition: background-color 0.5s;
    color: #0a0a0a;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}

.dropdown.open UL.dropdown-menu > li.active > a {
    background-color: #FFFFFF;
}