/* Landingpage header: look & CTA only.
   Height shrink uses the theme sticky mechanism (#header.fixed), same as backend. */
#header.eb-landing-header {
    background: #fff;
    border-bottom: 1px solid #e5ebf1;
}

#header.eb-landing-header #topNav ul.nav-main > li > a {
    color: #516174;
    font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -.01em;
}

#header.eb-landing-header #topNav ul.nav-main > li > a:hover,
#header.eb-landing-header #topNav ul.nav-main > li > a:focus {
    color: #0b5ca9;
    background: transparent;
}

#header.eb-landing-header #topNav ul.nav-main > li.eb-landing-login > a {
    color: #27394c;
}

#header.eb-landing-header #topNav ul.nav-main > li.eb-landing-cta > a {
    display: inline-flex;
    align-items: center;
    height: auto !important;
    min-height: 40px;
    margin: 28px 0 0 7px;
    padding: 0 16px !important;
    border-radius: 8px;
    background: #0b5ca9;
    color: #fff !important;
    font-weight: 800;
    line-height: 1 !important;
    transition: background .15s ease, margin .3s ease;
}

#header.eb-landing-header.fixed #topNav ul.nav-main > li.eb-landing-cta > a {
    margin-top: 10px;
}

#header.eb-landing-header #topNav ul.nav-main > li.eb-landing-cta > a:hover,
#header.eb-landing-header #topNav ul.nav-main > li.eb-landing-cta > a:focus {
    background: #084b89;
    color: #fff !important;
}

@media (max-width: 991px) {
    #header.eb-landing-header .nav-main-collapse {
        border-top: 1px solid #e5ebf1;
        background: #fff;
    }

    #header.eb-landing-header #topNav ul.nav-main > li.eb-landing-cta > a,
    #header.eb-landing-header.fixed #topNav ul.nav-main > li.eb-landing-cta > a {
        display: flex;
        justify-content: center;
        width: calc(100% - 36px);
        margin: 10px 18px 16px;
    }
}
