
.hide-desktop, .mobile-menu-buttons, .mobile-menu-header-nav, .menu img, .mobile-menu-search-wrap {
    display: none;
}

.hamburger {
    display: none;
    height: 31px;
    cursor: pointer;
    z-index: 2;
    margin-top: 15px;
}

.line {
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}

.hamburger.is-active .line1 {
    transform: rotate(45deg) translate(0px, 6px);
}

.hamburger.is-active .line2 {
    opacity: 0;
}

.hamburger.is-active .line3 {
    transform: rotate(-45deg) translate(2px, -8px);
}

ul.mobile-sub-menu, .mobile-menu-btn {
    display: none;
}

@media (min-width: 1600px) {
    html {
        font-size: 19px;
    }
}

@media (min-width: 1800px) {
    html {
        font-size: 21px;
    }
}

@media (min-width: 2000px) {
    html {
        font-size: 22px;
    }
}

@media (min-width: 2200px) {
    html {
        font-size: 24px;
    }
    .img-large {
        height: 48rem;
    }
}

@media (max-width: 1399px) {
    .container {
        padding: 0 2.5rem;
    }
}

@media (max-width: 1299px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 980px) {
    html {
        font-size: 14px;
    }
    .container-wide {
        padding: 0 1rem;
    }
    header .logo {
        position: relative;
        z-index: 4;
    }
    header .header-cta {
        z-index: 4;
    }
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .stack-mobile {
        flex-direction: column;
        gap: 1rem;
    }
    .hamburger {
        display: block;
        z-index: 4;
        margin-top: 0;
    }
    .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: white;
        transform: translateX(-100%);
        transition: 0.3s all;
        z-index: 3;
        flex-direction: column;
    }
    .main-menu.show-menu {
        transform: translateX(0);
    }
    body.no-scroll {
        overflow: hidden;
    }
    header ul#menu-main {
        width: 100%;
        flex-direction: column;
        padding: 90px 20px;
        margin: 0;
    }
    header ul#menu-main li a {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 0rem;
        padding: 1.1rem 1.25rem;
        background: transparent !important;
    }
    header ul#menu-main li.menu-item-has-children > a:after {
        display: none;
    }
    header ul#menu-main ul.sub-menu {
        position: relative;
        left: 0;
        background: transparent;
        padding: 20px 0px 0px 40px;
        list-style: none;
        width: 100%;
        top: 0;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
        overflow: hidden;
        transition: 0.2s all;
        display: flex;
        flex-direction: column;
        gap: 10px;
            opacity: 1;
        max-height: 100%;
        visibility: visible;
    }
    header ul#menu-main li ul.sub-menu li a {
        padding: 0.35rem 0;
        display: block;
        font-size: 1.2rem;
        text-align: left;
    }
    ul.menu li a:hover, ul.menu li.current-menu-item > a {
        color: var(--secondary) !important;
        background: transparent !important;
    }
    .stats-ticker, .stats-ticker .slide {
        gap: 1rem;
        width: 60rem;
    }
    .stats-marquee span {
        font-size: 0.8rem;
        width: max-content;
    }
    .mw-50 {
        max-width: 100%;
    }
    .page-title {
        padding: 8rem 0 10rem;
    }
    .footer-menu ul {
        gap: 20px;
        flex-direction: column;
        text-align: center;
        margin-bottom: 2rem;
    }
    body .is-layout-flex.wp-block-group {
        flex-direction: column;
    }
    .mw-40, .mw-50, .mw-60, .mw-65 {
        max-width: 100%;
    }
    .btn-small {
        padding: 14px 25px;
    }
    .home-intro {
        padding-bottom: 0;
        padding-top: 2.5rem;
    }
    .home-intro .container {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    .home-intro .mw-40 {
        padding: 20px 20px 40px;
        text-align: center;
    }
    .home-intro .mw-40 .align-center {
        justify-content: center;
    }
    .home-intro .img-frame, .home-intro img {
        border-radius: 0 !important;
        display: block;
    }
    .home .bottom-cta {
        margin-top: -4.5rem;
    }
    .mega-gap {
        gap: 40px;
    }
    .c-bg-primary ul {
        margin-bottom: 0;
    }
    ul.has-small-font-size {
        margin: -5px 0 -20px;
    }
    footer ul.menu li a:hover, footer ul.menu li.current-menu-item > a {
        color: white !important;
        text-decoration: underline;
    }
}

@media (max-width: 680px) {
    html {
        font-size: 13px;
    }
    .container {
        padding: 0;
    }
    .hero-content h1 {
        font-size: 3rem;
        line-height: 3.25rem;
    }
    .section-header h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
    .cta-section hr {
        display: none;
    }
    .cta-section a {
        justify-content: space-between;
    }
    .img-large {
        height: auto;
    }
    .hero-emblem {
        width: 18rem;
    }
    .hero-emblem img {
        width: 9rem;
    }
    .bottom-cta h3 {
        text-align: center;
    }
    .countdown {
        width: 100%;
    }
    .sponsors a:not(:first-child) {
        width: 45%;
    }
}