

#alaskan-mobile-preheader-phone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #00adee;
    font-family: 'Lato', sans-serif !important;
    font-weight: bold;
    z-index: 999;
    height: 50px;
}

#alaskan-mobile-preheader-phone a {
    color: white;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.site-header {
    margin-top: 50px;
}

.max-mega-menu {
    margin-top: 50px !important;
}


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

    #alaskan-mobile-preheader-phone {
        display: none;
    }

    .site-header,
    .max-mega-menu {
        margin-top: 0;
    }

}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle,
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle,
#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle
{
    position: relative !important;
}