.header-logo-image {
    height: 50px;
    width: 50px;
}

/* Active page indicator — preserves the existing header and dropdown styling. */
.header_default .navbar_nav > li.active > .nav-link {
    box-shadow: inset 0 -3px 0 #a51225;
}

.header_default .navbar_nav > li.active > .nav-link > span {
    color: #a51225 !important;
}

.header_default .navbar_nav .dropdown-menu > li.active > .nav-link > span {
    color: #a51225 !important;
    font-weight: 700;
}

/* The pill-shaped navigation is a top-of-page treatment only. */
@media (min-width: 1200px) {
    .fixed-header .get_sticky_header {
        padding: 10px 0 !important;
    }

    .fixed-header .header_menu_box {
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }
}
