/* Infection Control Today temp main menu color fix */
@media all and (min-width: 64em) {
    .brandingNavigation .menu {
        height: 40px;
        background-color: rgb(0, 117, 193);
    }

    .brandingNavigation .menu li a:hover {
        background-color: rgb(34, 34, 34);
    }
}