:root {
    --font-birch-std: "birch-std", serif;
    --font-termina: "termina", sans-serif;
    --font-neue-haas-grotesk-display: "neue-haas-grotesk-display", sans-serif;
    --font-chivo-mono: "chivo-mono", sans-serif;
    --wp--preset--spacing--50: 0;
}

/* FONTS */
:where(.editor-styles-wrapper, .wp-site-blocks) .is-style-birch-std {
    font-family: var(--font-birch-std);
    font-weight: 400;
}
:where(.editor-styles-wrapper, .wp-site-blocks) .is-style-termina {
    font-family: var(--font-termina);
    font-weight: 400;
}
:where(.editor-styles-wrapper, .wp-site-blocks) .is-style-neue-haas-grotesk-display {
    font-family: var(--font-neue-haas-grotesk-display);
    font-weight: 500;
}
:where(.editor-styles-wrapper, .wp-site-blocks) .is-style-chivo-mono {
    font-family: var(--font-chivo-mono);
    font-weight: 400;
}
/* CMS */
.is-root-container {
    padding: 0!important;
    overflow: hidden;
}
.wp-block-post-title {
    font-size: 3rem!important;
    color: #000000;
}
/* SITE NAV */
.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #F6F4ED;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.nav-container .logo-container {
    width: 5.664rem;
    margin: 0.6rem 0 0.438rem;
}
.nav-container .logo-container a {
    display: inline-block;
}
.nav-container .logo-container svg {
    width: 100% !important;
    height: auto;
}
.nav-container .logo-container svg path {
    fill: #40493C;
}
.nav-container .wp-block-navigation {
    margin: 0;
    width: 100%;
    column-gap: 2.438rem;
}
.nav-container .wp-block-navigation .wp-block-navigation-item {
    justify-content: center;
    color: #40493C;
}
.nav-container .wp-block-navigation a {
    text-align: center;
    font-family: var(--font-neue-haas-grotesk-display);
    font-size: 0.813rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}
@media only screen
and (min-width : 961px) {
    .nav-container {
        height: 6.25rem;
    }
    .nav-container .logo-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: 9.75rem;
    }
    .nav-container .wp-block-navigation {
        column-gap: 11.438rem;
    }
    .nav-container .wp-block-navigation .wp-block-navigation-item {
        padding: 0 1.875rem;
    }
    .nav-container .wp-block-navigation .wp-block-navigation-item:nth-child(3) {
        margin-left: auto
    }
    .nav-container .wp-block-navigation a {
        transition: opacity .7s;
        font-size: 1.25rem;
    }
    .nav-container .wp-block-navigation a:hover {
        text-decoration: none;
        opacity: .7;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1439px) {
    .nav-container .wp-block-navigation {
        column-gap: 2rem;
    }
}
@media only screen
and (max-width : 960px) {
    .nav-container {
        justify-content: flex-end;
    }
    .nav-container ul.wp-block-navigation {
        position: relative;
        padding: 0.438rem 0;
    }
    .nav-container .wp-block-navigation::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #40493C;
        transform: scaleY(0.5);
        transform-origin: top;
        pointer-events: none;
    }
}
/* CMS */
.is-root-container .nav-container {
    opacity: 1!important;
    visibility: visible;
    height: auto!important;
}
.is-root-container .nav-container iframe {
    margin: 0 0 2rem;
}
.is-root-container .nav-container .wp-block-navigation .wp-block-navigation-item  {
    flex: 1;
}
.is-root-container .nav-container .wp-block-navigation__container  {
    width: 100%;
}
.nav-container {
    pointer-events: none;
}
.nav-container a {
    pointer-events: all;
}
.nav-container a:focus,
.nav-container a:visited {
    outline: 0;
    border: 0;
}
/* ANIMATED */
.nav-container {
    opacity: 0;
    visibility: hidden;
    transition: all .7s;
}
.site-ready-without-preloader .nav-container,
body.scrolled .nav-container,
.nav-container.show {
    opacity: 1;
    visibility: visible;
}
body:not(.scrolled) .nav-container.animated-form {
    background-color: transparent;
    box-shadow: none;
    height: 10.5rem;
    margin: 2.938rem 0 0;
}
body:not(.scrolled) .nav-container.animated-form .wp-block-navigation .wp-block-navigation-item {
    color: #F6F4ED;
}
body:not(.scrolled) .nav-container.animated-form .logo-container {
    width: 15.625rem;
}
body:not(.scrolled) .nav-container.animated-form .logo-container svg path {
    fill: #F6F4ED;
}
@media only screen
and (min-width : 961px) {
    body:not(.scrolled) .nav-container.animated-form {
        height: 7.438rem;
        margin: 2.625rem 0 0;
    }
    body:not(.scrolled) .nav-container.animated-form .logo-container {
        width: 16.875rem;
    }
}
@media only screen
and (max-width : 960px) {
    body:not(.scrolled) .nav-container.animated-form .wp-block-navigation {
        opacity: 0;
    }
    body:not(.scrolled) .nav-container.animated-form .logo-container {
        width: 16.875rem;
    }
}


/* PAGE */
:where(.editor-styles-wrapper, .wp-site-blocks) .wp-block-group {
    margin: 0;
}
:where(.editor-styles-wrapper, .wp-site-blocks) .wp-block-group main {
    position: relative;
}
:where(.editor-styles-wrapper, .wp-site-blocks) .full-image {
    position: relative;
    margin: 0 auto;
    max-width: none;
    width: calc(100% + 3.750rem);
    left: -1.875rem;
}
:where(.editor-styles-wrapper, .wp-site-blocks) .full-image .components-resizable-box__container {
    width: 100%!important;
    max-width: 100%!important;
}
:where(.editor-styles-wrapper, .wp-site-blocks) .full-image img {
    width: 100%!important;
    height: auto!important;
}
:where(.editor-styles-wrapper, .wp-site-blocks) .content {
    text-align: center;
    margin: 0 auto;
    max-width: 51.5rem!important;
}
:where(.editor-styles-wrapper, .wp-site-blocks) .items-group {
    margin: 3.125rem auto;
    max-width: 67rem!important;
}
:where(.editor-styles-wrapper, .wp-site-blocks) .items-group .wp-block-columns {
    row-gap: 3.125rem;
}
:where(.editor-styles-wrapper, .wp-site-blocks) .items-group .wp-block-columns .wp-block-column {
    position: relative;
    text-align: center;
}
:where(.editor-styles-wrapper, .wp-site-blocks) .items-group .wp-block-columns .components-resizable-box__container {
    max-height: none !important;
    min-height: auto !important;
}
@media only screen
and (min-width : 961px) {
    :where(.editor-styles-wrapper, .wp-site-blocks) .full-image {
        position: static;
        width: calc(100% - 3.6rem);
        left: 0 !important;
        margin: 0 !important;
    }
    .editor-styles-wrapper .full-image {
        overflow: hidden;
    }
    :where(.editor-styles-wrapper, .wp-site-blocks) .full-image.no-padding {
        width: 100%!important;
    }
    :where(.editor-styles-wrapper, .wp-site-blocks) .items-group .wp-block-columns {
        column-gap: 18.375rem;
        row-gap: unset;
        margin: 5.875rem 0 0;
    }
    :where(.editor-styles-wrapper, .wp-site-blocks) .items-group .wp-block-columns .wp-block-column .wp-block-image {
        margin: 0 0 3.188rem;
    }
    :where(.editor-styles-wrapper, .wp-site-blocks) .items-group .wp-block-columns .wp-block-column h4 {
        margin: 0 0 1.563rem;
    }
    :where(.editor-styles-wrapper, .wp-site-blocks) .items-group .wp-block-columns .wp-block-column img {
        height: 12.063rem;
        object-fit: contain;
        object-position: center bottom;
    }
    :where(.editor-styles-wrapper, .wp-site-blocks) .items-group .wp-block-columns .wp-block-column:first-child::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #40493C;
        display: inline-block;
        top: 0;
        right: -9.18rem;
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    :where(.editor-styles-wrapper, .wp-site-blocks) .wp-block-post-content > .wp-block-group {
        padding-inline: 1.875rem!important;
    }
    :where(.editor-styles-wrapper, .wp-site-blocks) .wp-block-post-content > .wp-block-group .wp-block-spacer {
        margin: 0;
        height: 2.688rem!important;
    }
    :where(.editor-styles-wrapper, .wp-site-blocks) .items-group img {
        max-width: 10.75rem;
        max-height: 7.875rem;
    }
}


/* H1 --- H1 */
:where(.editor-styles-wrapper, .wp-site-blocks) h1:not([class*="font-size"]) {
    font-size: 6.25rem;
    letter-spacing: -0.01em;
    line-height: 1em;
}
/* NEW H1 --- H2 */
:where(.editor-styles-wrapper, .wp-site-blocks) h2:not([class*="font-size"]) {
    font-size: 3.125rem;
    line-height: normal;
    margin: 0 0 1.563rem;
}
/* H2 --- H3 */
:where(.editor-styles-wrapper, .wp-site-blocks) h3:not([class*="font-size"]) {
    font-size: 2.313rem;
    text-transform: capitalize;
}
/* H3 --- H4*/
:where(.editor-styles-wrapper, .wp-site-blocks) h4:not([class*="font-size"]) {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}
/* DETAILS */
:where(.editor-styles-wrapper, .wp-site-blocks) h5:not([class*="font-size"]) {
    font-size: 0.813rem;
    line-height: 140%;
    text-transform: uppercase;
}
/* NEW BODY */
:where(.editor-styles-wrapper, .wp-site-blocks) p:not([class*="font-size"]) {
    font-size: 1.125rem;
    line-height: 140%;
}
@media only screen
and (min-width : 961px) {
    /* H1 --- H1 */
    :where(.editor-styles-wrapper, .wp-site-blocks) h1:not([class*="font-size"]) {
        font-size: 9.375rem;
        letter-spacing: -0.0066em;
        line-height: .7em;
    }
    /* NEW H1 --- H2 */
    :where(.editor-styles-wrapper, .wp-site-blocks) h2:not([class*="font-size"]) {
        font-size: 4.375rem;
        line-height: 1em;
        margin: 0 0 2.5rem;
    }
    /* H2 --- H3 */
    :where(.editor-styles-wrapper, .wp-site-blocks) h3:not([class*="font-size"]) {
        font-size: 2.313rem;
    }
    /* H3 --- H4*/
    :where(.editor-styles-wrapper, .wp-site-blocks) h4:not([class*="font-size"]) {
        font-size: 1.25rem;
        letter-spacing: -0.05em;
    }
    /* DETAILS */
    :where(.editor-styles-wrapper, .wp-site-blocks) h5:not([class*="font-size"]) {
        font-size: 1rem;
        line-height: 140%;
    }
    /* NEW BODY */
    :where(.editor-styles-wrapper, .wp-site-blocks) p:not([class*="font-size"]) {
        font-size: 1.438rem;
        line-height: 140%
    }
}
/* ------------------ Where the West is Headed ------------------ */
.where-the-west-is-headed {
    padding-inline: 0!important;
    overflow: hidden;
}
.where-the-west-is-headed .outer-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    padding: 0 1.375rem 1.13rem;
    margin: 0;
}
.where-the-west-is-headed .wp-block-image {
    height: 100svh;
    min-height: 43.75rem;
}
.where-the-west-is-headed .wp-block-image img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    object-position: center!important;
}
@media only screen
and (min-width : 961px) {
    .where-the-west-is-headed .outer-title {
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
        width:90%;
        padding: 0 0 3.25rem;
    }
    
}
/* ------------------ MOUNTAIN MADE FOR ME ------------------ */
.mountains-made-for-more {
    padding: 3.125rem 0;
}
@media only screen
and (min-width : 961px) {
    .mountains-made-for-more {
        padding: 4.375rem 0 6.25rem;
    }
    .mountains-made-for-more .content {
        margin: 0 0 4.375rem;
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .mountains-made-for-more .content {
        margin: 0 0 4.125rem;
    }
}


/* ------------------ Every Finish Tells a Story ------------------ */
.every-finish-tells-a-story {
    padding: 3.125rem 0 2.625rem;
}
.every-finish-tells-a-story .is-style-chivo-mono {
    text-transform: uppercase;
}
@media only screen
and (min-width : 961px) {
    .every-finish-tells-a-story {
        padding: 5rem 0 3.688rem;
    }
    .every-finish-tells-a-story .items-group {
        margin-top: 3.688rem;
    }
    .every-finish-tells-a-story .items-group > .wp-block-columns {
        margin: 0;
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* ------------------ The Yards Club ------------------ */
.the-yards-club {
    padding: 3.125rem 0 2.75rem;
}
@media only screen
and (min-width : 961px) {
    .the-yards-club {
        padding: 4.375rem 0 5.25rem;
    }
    .the-yards-club .content {
        margin: 0 0 5.25rem;
    }
    .the-yards-club .content.end {
        margin: 0;
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* ------------------ Montana's Cultural Capital ------------------ */
.montanas-cultural-capital {
    padding: 2.875rem 0 3.5rem;
}
@media only screen
and (min-width : 961px) {
    .montanas-cultural-capital {
        padding: 6.25rem 0 9.125rem;
    }
    .montanas-cultural-capital .items-group .wp-block-columns .wp-block-column {
        padding: 2.875rem 0 2.875rem!important;
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* ------------------ Live the Legend of Montana ------------------ */
.live-the-legend-of-montana form :is(span, input[type="text"], input[type="email"], input[type="tel"], textarea, p) {
    font-family: var(--font-neue-haas-grotesk-display);
    font-weight: 500;
}
.live-the-legend-of-montana form input[type="submit"] {
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--font-termina);
    margin-top: 0.313rem;
}
@media only screen
and (min-width : 961px) {
    .live-the-legend-of-montana form :is(span, input[type="text"], input[type="email"], input[type="tel"], textarea, p) {
        font-size: 1.438rem;
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .live-the-legend-of-montana .wpcf7-checkbox {
        display: block;
        margin: 1rem 0 0;
    }
}

/* ------------------ Contact  ------------------ */

@media only screen
and (min-width : 961px) {
    .live-the-legend-of-montana h2 {
        margin: 0 0 1.563rem;
    }
}

/* ------------------ Footer  ------------------ */
footer {
    margin: 0;
}
footer .address,
footer .disclaimer,
footer .branding {
    color: #F6F4ED;
}
footer .address {
    font-family: var(--font-chivo-mono);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.813rem;
    line-height: 140%;
}
footer .disclaimer,
footer .branding {
    font-family: var(--font-neue-haas-grotesk-display);
    font-weight: 400;
    font-size: 1rem;
}
footer .branding {
    font-size: .8rem;
    padding-top: 3px;
}
@media only screen
and (min-width : 961px) {
    footer .address {
        font-size: 1rem;
    }
}

.grecaptcha-badge {
    z-index: 9999;
}

:root {
    --wp--preset--color--base-2: #F6F4ED
}