/* Professor V2.6.3 — mobile hero gap fix */

@media (max-width: 620px) {
    .professor-header--home {
        min-height: 330px;
    }

    .professor-header--home .professor-nav {
        padding-top: 18px;
    }

    .professor-header--home + .professor-home {
        margin-top: -232px;
    }

    .professor-header--home .professor-logo,
    .professor-header--home .professor-logo img {
        height: 62px;
    }

    .professor-header--home .professor-mobile-menu {
        top: 76px;
    }
}

@media (min-width: 621px) and (max-width: 800px) {
    .professor-header--home {
        min-height: 360px;
    }

    .professor-header--home + .professor-home {
        margin-top: -250px;
    }
}
