@media only screen and (max-width: 1399px) {
    header .main-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    header .nav-section .btn {
        margin-left: 15px;
    }

}

@media only screen and (max-width: 1199px) {
    .hide-lg { display: none; }


    header .inner {
        padding-top: 20px;
        position: relative;
    }


    header .nav-section {
        flex-direction: column;
        position: absolute;
        width: 100vw;
        height: 0;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        background-color: #fff;
        overflow: hidden;
        z-index: 99;
    }

    header .nav-section.animate {
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -ms-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

    .mobile-nav-btn {
        display: block;
        margin-bottom: 16px;
        cursor: pointer;
    }

    header .main-nav {
        flex-direction: column;
        align-items: unset;
        width: 100%;
        background-color: var(--Neutral_Light);
    }

    header .main-nav > li {
        position: relative !important;
        margin: 0 0 2px;
    }

    header .main-nav > li > a {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-weight: 700;
        font-size: 28px;
        line-height: 34px;
        /*padding: 36px 30px 36px;*/
        padding: 36px calc((100vw - 960px) / 2 + 15px) 36px;
        text-align: right;
        border-radius: 0;
        background-color: #fff;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -ms-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

    header .main-nav > li > a span {
        display: block;
        width: 19px;
        height: 19px;
        margin-left: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L9.5 10L17 2' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -ms-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

    header .main-nav > li > a.opened {
        background-color: transparent;
        box-shadow: none;
    }

    header .main-nav > li > a.opened span {
        rotate: 180deg;
    }

    header .main-nav > li.dropdown:hover > a {
        box-shadow: none;
    }

    header .main-nav > li.dropdown .dropdown-menu {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: unset;
        height: 0;
        overflow: hidden;
        opacity: 1;
        box-shadow: none;
        /*padding: 0 30px;*/
        padding: 0 calc((100vw - 960px) / 2 + 15px);
        border-radius: 0;
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -ms-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        background-color: #fff;
        white-space: normal !important;
    }

    header .main-nav > li.dropdown .dropdown-menu.opened {
        background-color: transparent;
    }

    header .main-nav > li.dropdown .dropdown-menu.animate {
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -ms-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

    header .main-nav > li.dropdown .dropdown-menu .row {
        flex-wrap: wrap;
    }

    header .main-nav > li.dropdown .dropdown-menu ul {
        text-align: right;
    }

    header .main-nav > li.dropdown .dropdown-menu ul[depth="1"] {
        padding-top: 0;
        padding-bottom: 30px;
    }

    header .main-nav > li.dropdown .dropdown-menu ul li a {
        display: block;
        padding-right: 32px;
    }

    header .main-nav > li.dropdown .dropdown-menu ul li a:before,
    header .main-nav > li.dropdown .dropdown-menu ul li a:after {
        right: 0;
    }

    header .main-nav > li.dropdown .dropdown-menu .dropdown-title {
        display: none;
    }

    header .main-nav .dropdown-menu .right-side.featured-event {
        display: none;
    }


    header .main-nav .dropdown-menu .right-side.tiles .tiles-container {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 -7px 14px;
    }

    header .main-nav .dropdown-menu .right-side.tiles .tiles-container .tile {
        flex: 1;
        height: 102px;
        margin: 0 7px;
        border-radius: 12px !important;
    }

    header .main-nav .dropdown-menu .right-side.tiles .tile span {
        font-size: 20px;
        line-height: 24px;
        bottom: 13px;
    }

    header .main-nav > li.dropdown .dropdown-menu ul[depth="2"] {
        display: none;
    }

    header .main-nav > li.dropdown .dropdown-menu .btn.desktop {
        display: none;
    }

    header .main-nav > li.dropdown .dropdown-menu .btn.mobile {
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        border-radius: 0;
        margin: 0;
        padding: 20px;
        font-size: 21px;
        line-height: 25px;
    }



    header .nav-section .btn {
        margin: 30px 0 15px;
    }

}

@media only screen and (max-width: 991px) {
    .hide-md { display: none; }

    header .top {
        display: none;
    }

    header .header-logo img {
        max-height: 32px;
        width: auto;
    }



    header .main-nav > li > a,
    header .main-nav > li.dropdown .dropdown-menu {
        padding-left: calc((100vw - 720px) / 2 + 15px);
        padding-right: calc((100vw - 720px) / 2 + 15px);
    }



    footer .bottom {
        padding: 0 0 27px;
    }


    footer .bottom .inner {
        flex-direction: column;
        position: relative;
        padding: 0 0 50px;
    }

    footer .bottom .inner:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #E5E7EB;
    }

    footer .bottom .social,
    footer .bottom .address {
        display: none;
    }

    footer .bottom .social.mobile {
        display: flex;
        margin: 53px 0 0;
    }

    footer .footer-logo {
        display: block;
        padding-bottom: 17px
    }

    footer .bottom .inner .column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 33px;
    }

    footer .bottom .inner .column:first-of-type {
        padding-top: 0;
    }

    footer .bottom .nav-title {
        position: relative;
        padding-right: 18px;
        margin: 0;
        cursor: pointer;
        pointer-events: all;
    }

    footer .bottom .nav-title:after {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        top: 12px;
        right: 0;
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -ms-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1.38721L4 4.38721L1 1.38721' stroke='%23FFB31A' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

    footer .bottom .nav-title.opened:after {
        rotate: 180deg;
    }

    footer .bottom .footer-navs {
        display: inline-block;
        height: 0;
        overflow: hidden;
    }

    footer .bottom .footer-navs li {
        padding: 15px 0 0;
    }

    footer .bottom .footer-navs.opened {
        height: auto;
    }

    footer .bottom .footer-navs.animating {
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -ms-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

    footer .copy {
        padding-bottom: 12px;
    }

    footer .copy .copy-inner.desktop {
        display: none;
    }

    footer .copy .copy-inner.mobile {
        display: flex;
        flex-direction: column;
    }

    footer .copy .copy-inner .copy-nav li {
        padding: 0 8px 0 0;
        margin: 0 5px 0 0;
        position: relative;
    }

    footer .copy .copy-inner .copy-nav li:last-of-type {
        margin: 0;
        padding: 0;
    }

    footer .copy .copy-inner .copy-nav li:after {
        content: "|";
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
    }

    footer .copy .copy-inner .copy-nav li:last-of-type:after {
        display: none;
    }



    .flex-content.mountain-cta {
        padding: 80px 0 254px;
    }

    .flex-content.mountain-cta:after {
        width: 1219px;
        height: 174px;
        background-size: contain;
    }

    .flex-content.mountain-cta .buttons {
        flex-direction: column;
    }

    .flex-content.mountain-cta .buttons a {
        margin: 0 0 18px;
    }

    .flex-content.mountain-cta a:last-of-type {
        margin-bottom: 0;
    }



    .events .featured-event-container:after {
        width: 47px;
        height: 47px;
        top: -17px;
        left: -17px;
        border-radius: 25px 0 0;
    }

    .events .featured-event {
        flex-direction: column;
    }

    .events .featured-event .img {
        flex: auto;
    }

    .events .featured-event .img img {
        position: relative;
        aspect-ratio: 330/211;
    }


}


@media only screen and (max-width: 767px) {
    .hide-sm { display: none; }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }



    html, body { font-size: 16px; }
    h1, .h1 { font-size: 2.8125em; }
    h2, .h2 { font-size: 2.25em; }
    h3, .h3 { font-size: 1.25em; }
    h4, .h4 { font-size: 1.2em; }

    .btn {
        font-size: 1em;
    }

    .btn.arrow:before {
        right: 2px;
    }



    header .main-nav > li > a,
    header .main-nav > li.dropdown .dropdown-menu {
        padding-left: calc((100vw - 540px) / 2 + 30px);
        padding-right: calc((100vw - 540px) / 2 + 30px);
    }



    footer .bottom .nav-title {
        font-size: 1.25em;
        line-height: 120%;
    }

    footer .bottom .footer-navs li a {
        font-size: 1em;
    }

    footer .copy .copy-inner .copy-nav li a,
    footer .copy .copy-inner p {
        font-size: 0.75em;
        line-height: 16px;
    }



    .flex-content.mountain-cta .main-title {
        font-size: 2.8125em;
        line-height: 110%;
        margin: 0;
    }

    .flex-content.mountain-cta p {
        font-size: 1em;
        line-height: 150%;
    }


    .events .featured-event .details .detail {
        padding: 25px 44px 35px;
    }

    .events .featured-event .details .detail .date {
        font-size: 0.875em;
        margin: 0;
    }

    .events .featured-event .details .detail .title {
        margin: 6px 0 0;
    }

    .events .featured-event .details .detail .location {
        font-size: 0.875em;
    }

    .events .featured-event .details .detail .about {
        font-size: 1em;
        margin: 8px 0 0;
    }

    .events .featured-event .details a {
        font-size: 1.125em;
        padding: 15px;
    }

    .events .tile-inner .details .detail {
        padding: 25px 44px 35px;
    }

    .events .tile-inner .details .detail .date {
        font-size: 0.875em;
        margin: 0;
    }

    .events .tile-inner .details .detail .title {
        margin: 6px 0 0;
    }

    .events .tile-inner .details .detail .location {
        font-size: 0.875em;
    }

    .events .tile-inner .details .detail .about {
        font-size: 1em;
        margin: 8px 0 0;
    }

    .events .tile-inner .details a {
        font-size: 1.125em;
        padding: 15px;
    }
}


@media only screen and (max-width: 575px) {
    header .main-nav > li > a,
    header .main-nav > li.dropdown .dropdown-menu {
        padding-left: 30px;
        padding-right: 30px;
    }
}