html[amp] .header-leaderboard a{color: #fff !important;}
html[amp] .header-navigation ul.mega-menu > li.mega-menu-item:hover > ul.mega-sub-menu,
html[amp] .header-navigation ul.mega-menu > li.mega-menu-item:focus > ul.mega-sub-menu {
    background: rgba(241, 241, 241, 0.95);
    display: block;
    left: 0;
    position: absolute;
}

html[amp] .header-navigation ul > li {
    margin: 0;
    padding: 0;
}

html[amp] .header-navigation ul > li:nth-child(6),
html[amp] .header-navigation ul > li:nth-child(7),
html[amp] .header-navigation ul > li:nth-child(8) {
    display: none;
}

html[amp] .header-donate {
    bottom: -60%;
    height: 13.2rem;
    width: 13.2rem;
}

html[amp] .header-logo {
    height: 9.8rem;
}

html[amp] .header-branding {
    align-items: start;
    display: grid;
    grid-template-columns: 44.4rem auto;
    margin-bottom: 0;
}

html[amp] .header-branding .header-logo,
html[amp] .header-branding .header-features {
    width: 100%;
}

html[amp] .header-branding .header-logo svg {
    max-width: 30rem;
}

html[amp] .header-navigation ul > li > a {
    color: #222;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}

html[amp] #wpfront-scroll-top-container {
    display: none !important;
}

html[amp] .leaderboard-nav ul ul,
html[amp] .mega-menu-toggle {
	display: none !important;
}

@media (max-width: 1024px) {
    html[amp] .header-region {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    html[amp] .header-leaderboard {
        grid-column: 1 / 3;
    }

    html[amp] .header-search,
    html[amp] .header-navigation,
    html[amp] .header-features {
        display: none;
    }

    html[amp] .header-branding {
        display: block;
        justify-self: center;
        margin-bottom: 0 !important;
    }

    html[amp] .header-donate {
        justify-self: center;
        position: static;
    }

    html[amp] .mobile-logo {
        box-sizing: border-box;
        margin-bottom: 0 !important;
        width: 100%;
    }

    html[amp] .mobile-logo svg {
        height: 100%;
        max-height: 6rem;
    }

    html[amp] .header-donate {
        height: 3rem;
    }
}
