.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;
}
