/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */

.embed>.form {
    max-width: 1352px;
    margin: 0 auto 64px;
    padding: 40px 32px;
    background: #f2f2f2
}

@media (min-width:1025px) {
    .embed>.form {
        padding: 80px 64px
    }
}

.embed>.form form section+section {
    margin-top: 24px !important
}

@media (min-width:768px) {
    .embed>.form form,
    .embed>.form form .webform-section-wrapper,
    .embed>.form form fieldset>.fieldset-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -24px
    }
    .embed>.form form fieldset.webform-type-checkboxes>.fieldset-wrapper,
    .embed>.form form fieldset.webform-type-radios>.fieldset-wrapper {
        margin: 0 0 24px
    }
    .embed>.form form fieldset.webform-type-checkboxes>.fieldset-wrapper .js-form-type-checkbox,
    .embed>.form form fieldset.webform-type-checkboxes>.fieldset-wrapper .js-form-type-radio,
    .embed>.form form fieldset.webform-type-radios>.fieldset-wrapper .js-form-type-checkbox,
    .embed>.form form fieldset.webform-type-radios>.fieldset-wrapper .js-form-type-radio {
        margin-bottom: 4px
    }
    .embed>.form form>*,
    .embed>.form form>.webform-section .webform-section-wrapper>*,
    .embed>.form form fieldset>.fieldset-wrapper>* {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .embed>.form form>.form-item,
    .embed>.form form>.webform-section .webform-section-wrapper>.form-item,
    .embed>.form form fieldset>.fieldset-wrapper>.form-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 0 24px;
        margin: 0
    }
    .embed>.form form>.description,
    .embed>.form form>.webform-section .webform-section-wrapper>.description,
    .embed>.form form fieldset>.fieldset-wrapper>.description {
        padding: 0 24px
    }
    .embed>.form form>.js-form-type-textarea,
    .embed>.form form>.js-form-type-webform-markup,
    .embed>.form form>.webform-section .webform-section-wrapper>.js-form-type-textarea,
    .embed>.form form>.webform-section .webform-section-wrapper>.js-form-type-webform-markup,
    .embed>.form form fieldset>.fieldset-wrapper>.js-form-type-textarea,
    .embed>.form form fieldset>.fieldset-wrapper>.js-form-type-webform-markup {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .embed>.form form>.js-form-type-webform-markup,
    .embed>.form form>.webform-section .webform-section-wrapper>.js-form-type-webform-markup,
    .embed>.form form fieldset>.fieldset-wrapper>.js-form-type-webform-markup {
        margin-top: 40px;
        margin-bottom: 30px
    }
    .embed>.form form>.js-form-type-checkbox,
    .embed>.form form>.webform-section,
    .embed>.form form fieldset {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 100% !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important
    }
    .embed>.form form>.webform-section,
    .embed>.form form fieldset {
        margin: 0
    }
}

.embed>.form form .note {
    text-align: right;
    color: #585858;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0175rem;
    margin: 0 0 20px
}

@media (min-width:768px) {
    .embed>.form form .note {
        margin: 0 24px 20px
    }
}

.embed>.form form .note.required:after {
    content: "*";
    display: inline-block;
    color: #d1181e;
    margin-left: 8px
}

@media (min-width:768px) {
    .embed>.form form .form-actions {
        margin: 24px 24px 0
    }
}

@layer cmsBase {
    form .form-wrapper>fieldset {
        margin-bottom: 16px
    }
    form .fieldset-legend,
    form label {
        font-weight: 700;
        font-size: .875rem;
        font-family: Gotham, sans-serif;
        margin-bottom: 0;
        display: block;
        margin-right: 24px
    }
    form fieldset .form-item {
        margin-bottom: 24px
    }
    form fieldset .description,
    form fieldset legend {
        text-align: left !important
    }
    form .field--type-address label {
        text-transform: capitalize
    }
    form .choices__inner,
    form .form-date,
    form .form-email,
    form .form-number,
    form .form-select,
    form .form-tel,
    form .form-text,
    form .form-time,
    form .form-url,
    form input[type=text],
    form select {
        background: #fff;
        border: 1px solid #e5e5e5;
        color: #555;
        display: block;
        font-family: Gotham, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.9;
        padding: 8px 16px;
        height: 48px;
        width: 100%
    }
    form .choices,
    form .form-date,
    form .form-email,
    form .form-number,
    form .form-select,
    form .form-tel,
    form .form-text,
    form .form-time,
    form .form-url,
    form input[type=text],
    form select {
        margin-bottom: 40px
    }
    form .form-number {
        display: inline-block
    }
    form select[multiple] {
        height: 200px;
        background: none !important
    }
    form label>.select {
        margin-bottom: 16px
    }
    form textarea {
        background: #fff;
        border: 1px solid #e5e5e5;
        color: #555;
        font-family: Gotham, sans-serif;
        font-size: 1rem;
        line-height: 1.9;
        padding: 8px 16px;
        width: 100%;
        margin-bottom: 40px
    }
    form ::-webkit-input-placeholder {
        color: rgba(0, 0, 0, .2)
    }
    form ::-moz-placeholder {
        color: rgba(0, 0, 0, .2)
    }
    form :-ms-input-placeholder,
    form ::-ms-input-placeholder {
        color: rgba(0, 0, 0, .2)
    }
    form ::placeholder {
        color: rgba(0, 0, 0, .2)
    }
    form .flatpickr-input::-webkit-input-placeholder {
        color: #4c4c4c
    }
    form .flatpickr-input::-moz-placeholder {
        color: #4c4c4c
    }
    form .flatpickr-input:-ms-input-placeholder,
    form .flatpickr-input::-ms-input-placeholder {
        color: #4c4c4c
    }
    form .flatpickr-input::placeholder {
        color: #4c4c4c
    }
    form .flatpickr-wrapper {
        width: 100%
    }
    form .choices.is-focused {
        outline: 2px solid #000;
        outline-offset: 5px
    }
    form .choices[data-type*=select-one] {
        position: relative
    }
    form .choices[data-type*=select-one]:after {
        content: "";
        display: block;
        height: 30px;
        width: 8px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" viewBox="0 0 8 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M.465 3.75L3.647.568a.5.5 0 0 1 .707 0L7.536 3.75a.5.5 0 0 1-.707.707L4.501 2.13v13.793h-1V2.129L1.172 4.457a.5.5 0 0 1-.707-.707z" fill="%23d1181e"/></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 100%;
        border: unset
    }
    form .choices[data-type*=select-one].is-open:after {
        -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }
    form .form-select,
    form select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(/themes/custom/faena/assets/img/arrow-dropdown.svg);
        background-repeat: no-repeat;
        background-position: 95%
    }
    form .js-form-item-single-checkbox {
        margin-bottom: 16px
    }
    form .js-form-type-checkbox,
    form .js-form-type-radio,
    form .webform-options-display-side-by-side {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    form .js-form-type-checkbox,
    form .js-form-type-radio {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0
    }
    form .js-form-type-checkbox .form-checkbox,
    form .js-form-type-radio .form-checkbox {
        margin-top: 8px;
        margin-bottom: 8px
    }
    form .js-form-type-checkbox .option,
    form .js-form-type-radio .option {
        font-size: 1rem;
        font-weight: 400;
        margin: 0
    }
    form .form-checkbox {
        border: 1px solid #e5e5e5;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 24px;
        width: 24px;
        background-color: #fff;
        border-radius: 0;
        position: relative;
        top: 0;
        margin-right: 12px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-shadow: inset 0 0 0 3px #fff;
        box-shadow: inset 0 0 0 3px #fff
    }
    form .form-checkbox:checked {
        background-color: #d1181e
    }
    form .form-radio {
        border: 1px solid #e5e5e5;
        background-color: #fff;
        border-radius: 50%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 26px;
        width: 26px;
        position: relative;
        top: 0;
        margin-right: 12px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-shadow: inset 0 0 0 4px #fff;
        box-shadow: inset 0 0 0 4px #fff
    }
    form .form-radio:checked {
        background-color: #d1181e
    }
    form .submit-next-wrapper,
    form .submit-prev-wrapper,
    form .submit-wrapper {
        position: relative;
        display: inline-block
    }
    form .form-actions {
        margin: 40px 0 0
    }
    form .form-actions input {
        margin: 0 !important
    }
    form .form-required:after {
        content: "*";
        color: #d1181e;
        margin-left: 8px
    }
}

.webform-options-display-three-columns div.form-item,
.webform-options-display-two-columns div.form-item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

.webform-block:has(.revinate-webform) {
    background-color: #d1181e;
    color: #fff;
    padding-block: 80px
}

.webform-block:has(.revinate-webform) h2 {
    color: #fff;
    text-align: center
}

.revinate-webform.revinate-simple {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 16px
}

.revinate-webform.revinate-simple,
.revinate-webform.revinate-simple #edit-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.revinate-webform.revinate-simple #edit-container {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.revinate-webform.revinate-simple .js-form-type-email {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0
}

.revinate-webform.revinate-simple .js-form-type-email input {
    width: 100%
}

.revinate-webform.revinate-simple .form-actions {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.revinate-webform.revinate-simple input#edit-email {
    height: 48px;
    white-space: nowrap;
    margin-bottom: 0
}

.revinate-webform.revinate-simple input#edit-actions-submit {
    margin: 0;
    border: 1px solid #fff;
    height: 48px;
    white-space: nowrap
}

.revinate-webform.revinate-simple input#edit-actions-submit:focus {
    outline: none
}

.revinate-webform.revinate-simple .note {
    display: none
}

.revinate-webform.revinate-simple .form-item-agree .option {
    font-size: .8125rem
}

.revinate-webform.revinate-simple .form-item-agree a {
    color: #fff;
    text-decoration: underline
}

.revinate-webform.revinate-full {
    background-color: #d1181e;
    padding-block: 80px;
    color: #fff;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.revinate-webform.revinate-full .form-actions {
    margin: 0
}

.revinate-webform.revinate-full .note {
    display: none
}

.revinate-webform.revinate-full .form-email {
    margin-bottom: 0 !important
}

.revinate-webform.revinate-full input[type=submit],
.revinate-webform.revinate-full input[type=text] {
    margin: 0;
    width: 100%;
    border: 1px solid #fff
}

.revinate-webform.revinate-full input[type=submit]:focus,
.revinate-webform.revinate-full input[type=text]:focus {
    outline: none
}

.revinate-webform.revinate-full h2,
.revinate-webform.revinate-full h3 {
    color: #fff
}

.revinate-webform.revinate-full .form-item-agree .option {
    font-size: .8125rem
}

.revinate-webform.revinate-full .form-item-agree a {
    color: #fff;
    text-decoration: underline
}

.intro {
    margin: 0 auto 24px
}

@media (min-width:1025px) {
    .intro {
        margin-bottom: 40px;
        padding: 0 18px
    }
}

@media (min-width:1281px) {
    .intro {
        padding: 0
    }
}

.intro .heading {
    margin: 0 0 12px
}

@media (min-width:768px) {
    .intro .heading {
        margin: 0
    }
}

.intro .heading.red {
    color: #d1181e
}

.intro .heading+.body {
    margin-top: 24px
}

.intro .body {
    margin-bottom: 0
}

@media (max-width:767px) {
    .intro .container-wide {
        width: auto
    }
}

.intro.default.with-links .wrapper {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    display: block
}

@media (min-width:768px) {
    .intro.default.with-links .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.intro.default.with-links .wrapper .content {
    margin-bottom: 8px
}

@media (min-width:768px) {
    .intro.default.with-links .wrapper .content {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .intro.default.with-links .content {
        margin-right: 64px
    }
}

.intro.default.with-links .links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto
}

.intro.default.with-links .links:has(.arrow) {
    margin-right: 80px
}

@media (min-width:1441px) {
    .intro.default.with-links .links:has(.arrow) {
        margin-right: 40px
    }
}

@media (min-width:1681px) {
    .intro.default.with-links .links:has(.arrow) {
        margin-right: 0
    }
}

.intro.default.with-slider .container-wide {
    max-width: unset;
    padding: 0 16px
}

@media (min-width:768px) {
    .intro.default.with-slider .container-wide {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:1025px) {
    .intro.default.with-slider .container-wide {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media (min-width:1280px) {
    .intro.default.with-slider .container-wide {
        max-width: calc(100% - 160px);
        padding-left: 64px;
        padding-right: 64px
    }
}

@media (min-width:1920px) {
    .intro.default.with-slider .container-wide {
        max-width: calc(100% - 320px);
        padding-left: 160px;
        padding-right: 160px
    }
}

.intro.default .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intro.inline {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media (min-width:768px) {
    .intro.inline {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (min-width:1025px) {
    .intro.inline {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 250px;
        -ms-flex: 1 0 250px;
        flex: 1 0 250px;
        width: 250px;
        max-width: 250px;
        padding-left: 45px;
        padding-right: 45px
    }
}

@media (min-width:1281px) {
    .intro.inline {
        padding-left: 80px;
        padding-right: 80px
    }
}

.journal-grid {
    padding: 120px 0
}

.journal-grid.cream {
    background-color: #f9f8f7
}

.journal-grid.cream .secondary:after {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(40, 27%, 94%, 0)), to(#f9f8f7));
    background: linear-gradient(180deg, hsla(40, 27%, 94%, 0), #f9f8f7)
}

.journal-grid .container-cards-default {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1920px;
    margin: 0 auto
}

.journal-grid .container-cards-default>.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

@media (min-width:768px) {
    .journal-grid .container-cards-default>.wrapper {
        gap: 35px
    }
}

@media (min-width:1280px) {
    .journal-grid .container-cards-default>.wrapper {
        gap: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width:1681px) {
    .journal-grid .container-cards-default>.wrapper {
        gap: 80px
    }
}

.journal-grid .mobile-intro {
    display: block;
    padding: 0
}

@media (min-width:1280px) {
    .journal-grid .mobile-intro {
        display: none
    }
}

.journal-grid .desktop-intro {
    display: none !important
}

@media (min-width:1280px) {
    .journal-grid .desktop-intro {
        display: block !important;
        margin-bottom: 30px
    }
}

@media (min-width:1440px) {
    .journal-grid .desktop-intro {
        margin-bottom: 35px
    }
}

@media (min-width:1681px) {
    .journal-grid .desktop-intro {
        margin-bottom: 40px
    }
}

.journal-grid .intro .content .heading {
    color: #d1181e;
    font-family: Chronicle Display, serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 325;
    line-height: 125%;
    letter-spacing: .05rem;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .journal-grid .intro .content .heading {
        font-size: 3rem;
        letter-spacing: .06rem;
        margin-bottom: 28px
    }
}

@media (min-width:1280px) {
    .journal-grid .intro .content .heading {
        font-size: 3.5rem;
        letter-spacing: .07rem;
        margin-bottom: 26px
    }
}

@media (min-width:1920px) {
    .journal-grid .intro .content .heading {
        font-size: 3.75rem;
        letter-spacing: .075rem;
        margin-bottom: 34px
    }
}

.journal-grid .intro .content .body-text {
    color: #555;
    font-family: Chronicle Display, serif;
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%
}

@media (min-width:1280px) {
    .journal-grid .intro {
        padding: 0
    }
}

.journal-grid .article.card .wrapper {
    gap: 22px
}

.journal-grid .article.card .content {
    padding: 0;
    gap: 24px
}

.journal-grid .article.card .heading {
    color: #555;
    font-family: Chronicle Display, serif;
    font-size: 1.4375rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .02875rem;
    margin: 0
}

@media (min-width:768px) {
    .journal-grid .article.card .heading {
        font-size: 1.5625rem;
        letter-spacing: .03125rem
    }
}

@media (min-width:1280px) {
    .journal-grid .article.card .heading {
        font-size: 1.625rem;
        letter-spacing: .0325rem
    }
}

@media (min-width:1920px) {
    .journal-grid .article.card .heading {
        font-size: 1.6875rem;
        letter-spacing: .03375rem
    }
}

.journal-grid .article.card .card-summary {
    color: #555;
    font-family: Gotham, sans-serif;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .02438rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 16px
}

@media (min-width:1280px) {
    .journal-grid .article.card .card-summary {
        font-size: .875rem;
        letter-spacing: .02625rem
    }
}

@media (min-width:1920px) {
    .journal-grid .article.card .card-summary {
        font-size: .875rem;
        letter-spacing: .02625rem
    }
}

.journal-grid .image {
    max-height: 240px
}

@media (min-width:768px) {
    .journal-grid .image {
        max-height: 360px
    }
}

@media (min-width:1280px) {
    .journal-grid .image {
        max-height: 512px
    }
}

@media (min-width:1920px) {
    .journal-grid .image {
        max-height: 654px
    }
}

.journal-grid>.links {
    padding: 30px 30px 0 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px
}

@media (min-width:768px) {
    .journal-grid>.links {
        padding-top: 35px;
        padding-left: 45px
    }
}

@media (min-width:1280px) {
    .journal-grid>.links {
        padding: 40px 30px 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1681px) {
    .journal-grid>.links {
        padding-top: 80px
    }
}

.journal-grid .links:has(.arrow) {
    margin-right: 80px
}

@media (min-width:1441px) {
    .journal-grid .links:has(.arrow) {
        margin-right: 40px
    }
}

@media (min-width:1681px) {
    .journal-grid .links:has(.arrow) {
        margin-right: 0
    }
}

@media (min-width:1280px) {
    .journal-grid .featured {
        width: 60%
    }
}

@media (min-width:1681px) {
    .journal-grid .featured {
        width: 50%
    }
}

.journal-grid .featured img {
    aspect-ratio: 1
}

@media (min-width:768px) {
    .journal-grid .featured img {
        aspect-ratio: 1.77
    }
}

@media (min-width:1280px) {
    .journal-grid .featured img {
        aspect-ratio: 710/515
    }
}

@media (min-width:1681px) {
    .journal-grid .featured img {
        aspect-ratio: 880/640;
        min-height: 640px
    }
}

@media (min-width:1280px) {
    .journal-grid .featured .content {
        padding-bottom: 0
    }
}

@media (min-width:1280px) {
    .journal-grid .secondary {
        width: 40%;
        height: 700px;
        position: relative
    }
    .journal-grid .secondary .secondary-scroll-wrapper {
        height: 100%;
        overflow-y: auto;
        padding-bottom: 54px
    }
    .journal-grid .secondary:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
        width: 100%;
        height: 54px
    }
}

@media (min-width:1681px) {
    .journal-grid .secondary {
        height: auto;
        width: 50%
    }
    .journal-grid .secondary .secondary-scroll-wrapper {
        height: auto;
        overflow-y: unset;
        padding-bottom: 0
    }
    .journal-grid .secondary:after {
        display: none
    }
}

.journal-grid .secondary .content {
    gap: 8px
}

@media (min-width:768px) {
    .journal-grid .secondary .content {
        gap: 16px
    }
}

@media (min-width:1280px) {
    .journal-grid .secondary .content {
        gap: 24px
    }
}

@media (min-width:768px) {
    .journal-grid .secondary .card .heading {
        font-size: 1.5625rem;
        letter-spacing: .03125rem
    }
}

@media (min-width:1280px) {
    .journal-grid .secondary .card .heading {
        margin: 0;
        font-size: 1.625rem;
        letter-spacing: .0325rem
    }
}

@media (min-width:1920px) {
    .journal-grid .secondary .card .heading {
        font-size: 1.6875rem;
        letter-spacing: .03375rem
    }
}

@media (min-width:1681px) {
    .journal-grid .secondary .card .heading {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis
    }
}

.journal-grid .secondary .secondary-scroll-wrapper>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

@media (min-width:768px) {
    .journal-grid .secondary .secondary-scroll-wrapper>div {
        gap: 35px
    }
}

@media (min-width:1681px) {
    .journal-grid .secondary .secondary-scroll-wrapper>div {
        gap: 40px
    }
}

@media (min-width:1681px) {
    .journal-grid .secondary .card .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:1681px) {
    .journal-grid .secondary .card .wrapper .content,
    .journal-grid .secondary .card .wrapper .media {
        width: 50%
    }
}

.journal-grid .secondary .article.card .wrapper .media a .image {
    max-height: 136px
}

@media (min-width:768px) {
    .journal-grid .secondary .article.card .wrapper .media a .image {
        max-height: 216px
    }
}

@media (min-width:1280px) {
    .journal-grid .secondary .article.card .wrapper .media a .image {
        max-height: 196px
    }
}

@media (min-width:1920px) {
    .journal-grid .secondary .article.card .wrapper .media a .image {
        max-height: 210px
    }
}

.journal-grid .secondary img {
    aspect-ratio: 2.3
}

@media (min-width:1280px) {
    .journal-grid .secondary img {
        aspect-ratio: 420/168;
        min-height: 168px
    }
}

@media (min-width:1681px) {
    .journal-grid .secondary img {
        aspect-ratio: 420/168;
        min-height: 168px
    }
}

.navigation--main__wrapper,
div.mega-menu {
    height: 100vh
}

.toolbar-horizontal .navigation--main__wrapper,
.toolbar-horizontal div.mega-menu {
    margin-top: 39px;
    height: calc(100vh - 39px)
}

.navigation--main {
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
    width: 100%
}

@media (min-width:1025px) {
    .navigation--main {
        left: -520px;
        -webkit-transform: translatex(-520px);
        -ms-transform: translatex(-520px);
        transform: translatex(-520px);
        width: 520px
    }
}

.navigation--main.open {
    display: block;
    left: 0;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
    z-index: 100
}

.navigation--main__wrapper {
    background: #fff
}

.navigation--main__wrapper>nav>.menu {
    padding: 90px 0 48px;
    position: relative
}

@media (min-width:768px) {
    .navigation--main__wrapper>nav>.menu {
        padding: 50px 0
    }
}

@media (min-width:1281px) {
    .navigation--main__wrapper>nav>.menu {
        padding: 50px 0
    }
}

@media (min-width:1441px) {
    .navigation--main__wrapper>nav>.menu {
        padding: 60px 0
    }
}

.navigation--main nav {
    background-position: 50%;
    background-size: cover;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    width: 100%
}

.navigation--main nav,
.navigation--main nav>.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.navigation--main nav>.menu {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.navigation--main nav>.menu>li:not(.link-bottom--wrapper) {
    line-height: 1;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .navigation--main nav>.menu>li:not(.link-bottom--wrapper) {
        margin-bottom: 28px
    }
}

@media (min-width:1281px) {
    .navigation--main nav>.menu>li:not(.link-bottom--wrapper) {
        margin-bottom: 56px
    }
}

.navigation--main nav>.menu>li:not(.link-bottom--wrapper)+.link-bottom--wrapper {
    line-height: 1;
    margin-top: auto
}

.navigation--main nav>.menu>li.architecture-link:not(.link-bottom--wrapper)+.link-bottom--wrapper {
    margin-top: 48px
}

@media (min-width:768px) {
    .navigation--main nav>.menu>li.architecture-link:not(.link-bottom--wrapper)+.link-bottom--wrapper {
        margin-top: 24px
    }
}

@media (min-width:1025px) {
    .navigation--main nav>.menu>li.architecture-link:not(.link-bottom--wrapper)+.link-bottom--wrapper {
        margin-top: 40px
    }
}

.navigation--main nav>.menu li:last-of-type.link-bottom--wrapper {
    line-height: 1;
    padding-bottom: 32px
}

.navigation--main .menu {
    height: calc(100% - 60px)
}

@media (min-width:768px) {
    .navigation--main .menu {
        height: calc(100% - 80px)
    }
}

@media (min-width:1281px) {
    .navigation--main .menu {
        height: calc(100% - 100px)
    }
}

@media (min-width:1921px) {
    .navigation--main .menu {
        height: calc(100% - 120px)
    }
}

.navigation--main .menu .h2 {
    margin-bottom: 24px;
    font-size: 1.4375rem
}

@media only screen and (min-width:480px) {
    .navigation--main .menu .h2 {
        font-size: calc(1.4375rem + 4 * (100vw - 30rem) / 1020)
    }
}

@media only screen and (min-width:1500px) {
    .navigation--main .menu .h2 {
        font-size: 1.6875rem
    }
}

.navigation--main .menu .h3 {
    font-size: 1.3125rem
}

@media only screen and (min-width:480px) {
    .navigation--main .menu .h3 {
        font-size: calc(1.3125rem + 6 * (100vw - 30rem) / 1020)
    }
}

@media only screen and (min-width:1500px) {
    .navigation--main .menu .h3 {
        font-size: 1.6875rem
    }
}

.navigation--main .menu .h4 {
    font-size: 1.125rem;
    line-height: 1.3
}

@media only screen and (min-width:480px) {
    .navigation--main .menu .h4 {
        font-size: calc(1.125rem + 3 * (100vw - 30rem) / 1020)
    }
}

@media only screen and (min-width:1500px) {
    .navigation--main .menu .h4 {
        font-size: 1.3125rem
    }
}

.navigation--main .menu .h5 {
    font-size: .9375rem
}

@media only screen and (min-width:480px) {
    .navigation--main .menu .h5 {
        font-size: calc(.9375rem + 3 * (100vw - 30rem) / 1020)
    }
}

@media only screen and (min-width:1500px) {
    .navigation--main .menu .h5 {
        font-size: 1.125rem
    }
}

.mega-menu>div,
.navigation--main nav>.menu {
    margin-top: 60px;
    width: 100%;
    padding: 50px 32px 0
}

@media (min-width:768px) {
    .mega-menu>div,
    .navigation--main nav>.menu {
        margin-top: 70px;
        padding: 50px 54px 0
    }
}

@media (min-width:1281px) {
    .mega-menu>div,
    .navigation--main nav>.menu {
        margin-top: 100px;
        padding: 50px
    }
}

@media (min-width:1921px) {
    .mega-menu>div,
    .navigation--main nav>.menu {
        margin-top: 120px;
        padding-top: 60px;
        padding-left: 48px;
        padding-right: 48px
    }
}

header .navigation--main nav {
    position: relative
}

header ul.menu,
header ul.menu li {
    line-height: 1;
    position: unset
}

header .branding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:1025px) {
    header .branding {
        display: block
    }
}

.book-btn {
    position: fixed;
    bottom: 0;
    left: -20px;
    width: calc(100% + 40px)
}

@media (min-width:1025px) {
    .book-btn {
        position: unset;
        display: block;
        left: unset;
        width: auto
    }
}

.book-btn #reserve-btn,
.book-btn #cms-booking-widget button,
.book-btn .dolli-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #d1181e !important;
    background: transparent !important;
    color: #d1181e !important;
    padding: 13px 40px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    letter-spacing: .1625rem !important;
    height: 45px !important;
    font-weight: 700 !important;
    width: 100% !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-family: Gotham, ui-sans-serif, system-ui, sans-serif;
    min-width: 0 !important;
    gap: 0 !important
}

@media (min-width:1025px) {
    .book-btn #reserve-btn,
    .book-btn #cms-booking-widget button,
    .book-btn .dolli-button {
        width: auto !important;
        border-color: #fff !important;
        color: #fff !important
    }
}

@media (max-width:1024px) {
    .book-btn #reserve-btn,
    .book-btn #cms-booking-widget,
    .book-btn #cms-booking-widget button,
    .book-btn .dolli-button,
    .book-btn>button {
        background: #d1181e !important;
        border-color: #d1181e !important;
        color: #fff !important;
        width: 100%
    }
}

.mega-menu a[aria-expanded=true]:focus,
.navigation--main a[aria-expanded=true]:focus {
    outline: none
}

.navigation--main,
.navigation--main a {
    color: #d1181e;
    margin-bottom: 0;
    font-size: 1.4375rem
}

.navigation--main a.nav-close {
    color: #555;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.625rem;
    letter-spacing: .1625rem;
    text-transform: uppercase
}

.navigation--main a.nav-close:hover {
    color: #d1181e
}

.navigation--main a {
    display: inline-block;
    position: relative;
    text-decoration: none
}

.navigation--main a.subnav-trigger,
.navigation--main a.toggle {
    width: 100%
}

.navigation--main a.subnav-trigger:after,
.navigation--main a.toggle:after {
    content: "";
    display: block;
    height: 8px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.136.646l3.182 3.182a.5.5 0 0 1 0 .708l-3.182 3.182a.5.5 0 1 1-.707-.708l2.328-2.328H.964v-1h58.793l-2.328-2.328a.5.5 0 1 1 .707-.708z' fill='%23D1181E'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: 100%
}

.navigation--main a.subnav-trigger:focus,
.navigation--main a.subnav-trigger:hover,
.navigation--main a.subnav-trigger[aria-expanded=true],
.navigation--main a.toggle:focus,
.navigation--main a.toggle:hover,
.navigation--main a.toggle[aria-expanded=true] {
    color: #000
}

.navigation--main a.subnav-trigger:focus:after,
.navigation--main a.subnav-trigger:hover:after,
.navigation--main a.subnav-trigger[aria-expanded=true]:after,
.navigation--main a.toggle:focus:after,
.navigation--main a.toggle:hover:after,
.navigation--main a.toggle[aria-expanded=true]:after {
    right: -15px;
    width: 62px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.136.646l3.182 3.182a.5.5 0 0 1 0 .708l-3.182 3.182a.5.5 0 1 1-.707-.708l2.328-2.328H.964v-1h58.793l-2.328-2.328a.5.5 0 1 1 .707-.708z' fill='%23000'/%3E%3C/svg%3E")
}

.navigation--main a.subnav-trigger.link-bottom:after,
.navigation--main a.toggle.link-bottom:after {
    width: 15px
}

.navigation--main a.accordion-trigger:after {
    content: "";
    display: block;
    height: 30px;
    width: 8px;
    position: absolute;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" viewBox="0 0 8 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M.465 3.75L3.647.568a.5.5 0 0 1 .707 0L7.536 3.75a.5.5 0 0 1-.707.707L4.501 2.13v13.793h-1V2.129L1.172 4.457a.5.5 0 0 1-.707-.707z" fill="%23fff"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%
}

.navigation--main a.accordion-trigger[aria-expanded=true]:after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mega-menu a:focus,
.mega-menu a:hover {
    text-decoration: underline
}

.nav-close,
.subnav-close {
    display: block;
    position: relative;
    -webkit-text-decoration: 0;
    text-decoration: 0;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    width: 100%;
    cursor: pointer
}

.subnav-close {
    font-family: Gotham, sans-serif;
    margin: 0 auto 0 40px;
    text-transform: uppercase;
    font-size: .8125rem !important;
    font-weight: 500;
    letter-spacing: .1625rem
}

.subnav-close:after {
    content: "";
    display: block;
    height: 8px;
    width: 30px;
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="9" viewBox="0 0 20 9" fill="none"><path d="M19.137 4.76a.5.5 0 0 0 0-.707L15.955.87a.5.5 0 1 0-.707.707l2.828 2.828-2.828 2.829a.5.5 0 1 0 .707.707l3.182-3.182zM.783 3.906a.5.5 0 0 0 0 1v-1zm18 0h-18v1h18v-1z" fill="%23fff"/></svg>');
    background-size: cover;
    background-position: 0
}

.subnav-close:focus:after,
.subnav-close:hover:after {
    left: -50px;
    width: 42px
}

.nav-close {
    padding-left: 24px;
    margin-left: 16px
}

.nav-close:after {
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="18" viewBox="0 0 19 18" fill="none"><path fill="%23555" d="M1.39.212l16.97 16.97-.707.708L.683.92z"/><path fill="%23555" d="M18.36.919L1.39 17.889l-.707-.707L17.653.212z"/></svg>');
    background-size: cover;
    background-position: 0
}

.nav-close:focus,
.nav-close:hover {
    text-decoration: underline
}

.architecture-link {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0 !important;
    margin-top: auto;
    padding: 24px 0
}

@media (min-width:600px) {
    .architecture-link {
        padding: 32px 0
    }
}

.architecture-link a {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-family: Chronicle Display, serif;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 325;
    letter-spacing: .02625rem
}

@media (min-width:600px) {
    .architecture-link a {
        font-size: 1.3125rem
    }
}

.architecture-link a img {
    height: 60px;
    width: 45px
}

@media (min-width:600px) {
    .architecture-link a img {
        height: 82px;
        width: 62px
    }
}

.architecture-link a span {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    float: right;
    padding-left: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.architecture-link a span img {
    height: 27px;
    width: 69px
}

@media (min-width:600px) {
    .architecture-link a span img {
        height: 35px;
        width: 90px
    }
}

.menu-search-icon {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .menu-search-icon {
        margin-bottom: 28px
    }
}

@media (min-width:1281px) {
    .menu-search-icon {
        margin-bottom: 56px
    }
}

.menu-search-icon a.search-menu-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu-search-icon a.search-menu-trigger svg {
    width: 28px;
    height: 28px
}

.menu-search-icon a.search-menu-trigger svg path {
    fill: #555
}

.menu-search-icon .search-mega-menu .mega-menu--title {
    font-family: Chronicle Display, serif;
    margin-top: 48px;
    font-size: 1.4375rem;
    font-weight: 300
}

@media (min-width:768px) {
    .menu-search-icon .search-mega-menu .mega-menu--title {
        font-size: 1.5625rem;
        margin-top: 50px
    }
}

@media (min-width:1281px) {
    .menu-search-icon .search-mega-menu .mega-menu--title {
        font-size: 1.625rem;
        margin-top: 49px
    }
}

@media (min-width:1921px) {
    .menu-search-icon .search-mega-menu .mega-menu--title {
        font-size: 1.6875rem;
        margin-top: 64px
    }
}

.menu-search-icon .search-mega-menu .search-container {
    margin-top: 56px
}

@media (min-width:1921px) {
    .menu-search-icon .search-mega-menu .search-container {
        margin-top: 80px
    }
}

.menu-search-icon .search-mega-menu .search-container .search-form,
.menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0 0 16px;
    color: #fff;
    height: auto;
    outline: none;
    font-family: Chronicle Display, serif;
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 32px;
    border-radius: 0
}

@media (min-width:768px) {
    .menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-input {
        font-size: 1.1875rem;
        margin-bottom: 32px
    }
}

@media (min-width:1281px) {
    .menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-input {
        font-size: 1.25rem
    }
}

@media (min-width:1921px) {
    .menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-input {
        font-size: 1.3125rem;
        margin-bottom: 32px
    }
}

.menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-input:-ms-input-placeholder,
.menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-input::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-input::placeholder {
    color: #fff;
    opacity: 1
}

.menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-submit {
    background: #fff;
    color: #d1181e;
    border: none;
    padding: 18px 36px;
    height: 45px;
    width: 140px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    font-family: Proxima Nova, sans-serif;
    letter-spacing: .20313rem;
    font-size: .8125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-submit {
        height: 44px;
        width: 143px;
        padding: 18px 40px;
        font-size: .75rem;
        letter-spacing: .1875rem
    }
}

@media (min-width:1281px) {
    .menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-submit {
        font-size: .8125rem;
        letter-spacing: .20313rem
    }
}

.menu-search-icon .search-mega-menu .search-container .search-form .search-form__inner .search-submit:hover {
    background: #000;
    color: #fff
}

a.link-bottom {
    color: #555;
    font-family: Proxima Nova, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .20313rem;
    text-transform: uppercase;
    line-height: 1.75
}

.navigation--main nav>.menu>li:first-of-type,
.subnav-close {
    position: absolute;
    top: -40px
}

@media (min-width:1921px) {
    .navigation--main nav>.menu>li:first-of-type,
    .subnav-close {
        top: -65px
    }
}

.subnav-close {
    width: 100%
}

@media (min-width:1025px) {
    .subnav-close {
        margin-bottom: 22px !important
    }
}

@media (min-width:1281px) {
    .subnav-close {
        margin-bottom: 25px !important
    }
}

.navigation--main nav>.menu>li:first-of-type {
    width: auto;
    right: 22px
}

@media (min-width:768px) {
    .navigation--main nav>.menu>li:first-of-type {
        right: 32px
    }
}

@media (min-width:1025px) {
    .navigation--main nav>.menu>li:first-of-type {
        right: unset
    }
}

.mega-menu,
.mega-menu--title,
.mega-menu .h2,
.mega-menu a,
.mega-menu a[aria-expanded=true] {
    color: #fff
}

div.mega-menu {
    background-color: #d1181e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: -200%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    z-index: 1
}

@media (min-width:1025px) {
    div.mega-menu {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 420px;
        z-index: -1
    }
}

div.mega-menu.open {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
    left: 0
}

@media (min-width:1025px) {
    div.mega-menu.open {
        left: 520px
    }
}

div.mega-menu--title,
div.mega-menu--view-all,
div.mega-menu ul li a {
    font-weight: 400;
    padding: 0
}

div.mega-menu--title a {
    font-size: 1.3125rem
}

@media only screen and (min-width:480px) {
    div.mega-menu--title a {
        font-size: calc(1.3125rem + 6 * (100vw - 30rem) / 1020)
    }
}

@media only screen and (min-width:1500px) {
    div.mega-menu--title a {
        font-size: 1.6875rem
    }
}

div.mega-menu--desc {
    font-size: .875rem;
    font-family: Chronicle Display, serif;
    line-height: 1.7;
    margin-bottom: 54px;
    letter-spacing: .0175rem
}

@media only screen and (min-width:480px) {
    div.mega-menu--desc {
        font-size: calc(.875rem + 1 * (100vw - 30rem) / 1020)
    }
}

@media only screen and (min-width:1500px) {
    div.mega-menu--desc {
        font-size: .9375rem
    }
}

@media (min-width:1281px) {
    div.mega-menu--desc {
        margin-bottom: 64px
    }
}

div.mega-menu>div {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 55px
}

@media (min-width:1025px) {
    div.mega-menu>div {
        margin-top: 35px
    }
}

@media (min-width:1281px) {
    div.mega-menu>div {
        margin-top: 60px
    }
}

@media (min-width:1921px) {
    div.mega-menu>div {
        margin-top: 75px
    }
}

div.mega-menu>div .dropdown.link-bottom--wrapper {
    margin-top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

div.mega-menu>div .dropdown li.link-separator {
    padding-top: 32px;
    border-top: 1px solid hsla(0, 0%, 100%, .4)
}

div.mega-menu>div ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

div.mega-menu>div ul .link-bottom--wrapper {
    margin-top: auto
}

div.mega-menu ul.menu>li:not(.subnav-close--wrapper) {
    margin-bottom: 16px
}

@media (min-width:1281px) {
    div.mega-menu ul.menu>li:not(.subnav-close--wrapper) {
        margin-bottom: 24px
    }
}

div.mega-menu ul.menu>li:not(.subnav-close--wrapper):first-of-type {
    margin-top: 0
}

div.mega-menu ul.menu>li:not(.subnav-close--wrapper):first-of-type.link-separator {
    margin-bottom: 0
}

div.mega-menu ul.menu>li:not(.subnav-close--wrapper):last-of-type {
    margin-bottom: 48px
}

div.mega-menu .accordion--wrapper {
    overflow: hidden
}

div.mega-menu ul.accordion-menu {
    display: none;
    padding: 32px 0 0;
    overflow: hidden
}

@media (min-width:1281px) {
    div.mega-menu ul.accordion-menu {
        padding: 32px 16px 0
    }
}

div.mega-menu ul.accordion-menu li {
    margin: 0 0 16px 16px
}

.subnav-menu {
    padding-bottom: 32px
}

.subnav-menu li {
    margin-bottom: 24px;
    line-height: normal
}

.property-info-bar-block {
    font-size: 1.125rem;
    font-family: Chronicle Display, serif;
    color: #555;
    line-height: 1.5
}

@media only screen and (min-width:480px) {
    .property-info-bar-block {
        font-size: calc(1.125rem + 3 * (100vw - 30rem) / 1020)
    }
}

@media only screen and (min-width:1500px) {
    .property-info-bar-block {
        font-size: 1.3125rem
    }
}

.property-info-bar-block.cream {
    background: #f9f8f7
}

.property-info-bar-block .content {
    padding: 40px 8px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

@media (min-width:600px) {
    .property-info-bar-block .content {
        padding: 40px 18px 60px
    }
}

@media (min-width:1024px) {
    .property-info-bar-block .content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1440px) {
    .property-info-bar-block .content {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.property-info-bar-block .content .title {
    font-size: 1.9375rem;
    color: #d1181e;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media only screen and (min-width:480px) {
    .property-info-bar-block .content .title {
        font-size: calc(1.9375rem + 9 * (100vw - 30rem) / 1020)
    }
}

@media only screen and (min-width:1500px) {
    .property-info-bar-block .content .title {
        font-size: 2.5rem
    }
}

@media (min-width:1440px) {
    .property-info-bar-block .content .title {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset
    }
}

.property-info-bar-block .content .address {
    max-width: 260px
}

@media (min-width:600px) {
    .property-info-bar-block .content .address {
        max-width: unset
    }
}

@media (min-width:1024px) {
    .property-info-bar-block .content .address {
        max-width: 300px
    }
}

.property-info-bar-block .content .contact .email,
.property-info-bar-block .content .contact .reservations {
    white-space: nowrap
}

.property-info-bar-block .content .contact .email .label,
.property-info-bar-block .content .contact .reservations .label {
    color: #555;
    padding-right: 8px
}

.property-info-bar-block .content .contact .email a,
.property-info-bar-block .content .contact .email a .label,
.property-info-bar-block .content .contact .reservations a,
.property-info-bar-block .content .contact .reservations a .label {
    text-decoration: none
}

.property-info-bar-block .content .contact .email a .value,
.property-info-bar-block .content .contact .reservations a .value {
    text-decoration: underline
}

.property-info-bar-block .content .contact .email a .value:hover,
.property-info-bar-block .content .contact .reservations a .value:hover {
    text-decoration: none
}

.property-info-bar-block .content .contact .email {
    padding-bottom: 8px
}

.property-info-bar-block .content .contact .email .label {
    display: block
}

@media (min-width:600px) {
    .property-info-bar-block .content .contact .email .label {
        display: initial
    }
}

.property-info-bar-block .content .hotel-policy a {
    text-decoration: underline
}

.property-info-bar-block .content .hotel-policy a:hover {
    text-decoration: none
}

.paragraph--quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d1181e;
    padding: 100px 0
}

@media (min-width:768px) {
    .paragraph--quote {
        padding: 120px 0
    }
}

@media (min-width:1025px) {
    .paragraph--quote {
        padding: 140px 0
    }
}

@media (min-width:1921px) {
    .paragraph--quote {
        padding: 160px 0
    }
}

.paragraph--quote.show-hat {
    padding: 80px 0
}

@media (min-width:768px) {
    .paragraph--quote.show-hat {
        padding: 160px 0
    }
}

@media (min-width:1921px) {
    .paragraph--quote.show-hat {
        padding: 260px 0
    }
}

.paragraph--quote.show-hat .quote-container .quote .body p {
    font-size: 2.25rem
}

@media only screen and (min-width:480px) {
    .paragraph--quote.show-hat .quote-container .quote .body p {
        font-size: calc(2.25rem + 12 * (100vw - 30rem) / 1020)
    }
}

@media only screen and (min-width:1500px) {
    .paragraph--quote.show-hat .quote-container .quote .body p {
        font-size: 3rem
    }
}

.paragraph--quote.show-hat.smaller-font {
    padding: 100px 0
}

@media (min-width:768px) {
    .paragraph--quote.show-hat.smaller-font {
        padding: 120px 0
    }
}

@media (min-width:1025px) {
    .paragraph--quote.show-hat.smaller-font {
        padding: 140px 0
    }
}

@media (min-width:1921px) {
    .paragraph--quote.show-hat.smaller-font {
        padding: 160px 0
    }
}

.paragraph--quote.show-hat.smaller-font .quote-container .quote .body p {
    font-size: 1.9375rem
}

@media only screen and (min-width:480px) {
    .paragraph--quote.show-hat.smaller-font .quote-container .quote .body p {
        font-size: calc(1.9375rem + 9 * (100vw - 30rem) / 1020)
    }
}

@media only screen and (min-width:1500px) {
    .paragraph--quote.show-hat.smaller-font .quote-container .quote .body p {
        font-size: 2.5rem
    }
}

.paragraph--quote .quote-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 29px;
    margin: 0 auto
}

@media (min-width:768px) {
    .paragraph--quote .quote-container {
        width: 676px;
        gap: 35px
    }
}

@media (min-width:1280px) {
    .paragraph--quote .quote-container {
        width: 1088px;
        gap: 59px
    }
}

@media (min-width:1680px) {
    .paragraph--quote .quote-container {
        width: 1031px;
        gap: 69px
    }
}

.paragraph--quote .quote-container .hat,
.paragraph--quote .quote-container .quote,
.paragraph--quote .quote-container .source,
.paragraph--quote .quote-container .title {
    text-align: center;
    color: #f9f8f7
}

.paragraph--quote .quote-container .title {
    font-size: .875rem;
    letter-spacing: .21875rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Proxima Nova, sans-serif
}

@media (min-width:768px) {
    .paragraph--quote .quote-container .title {
        font-size: .9375rem;
        letter-spacing: .23438rem
    }
}

@media (min-width:1281px) {
    .paragraph--quote .quote-container .title {
        font-size: 1rem;
        letter-spacing: .25rem
    }
}

.paragraph--quote .quote-container .quote .body p {
    color: #fff;
    font-family: Chronicle Display, serif;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0;
    letter-spacing: .045rem;
    font-size: 1.9375rem
}

@media only screen and (min-width:480px) {
    .paragraph--quote .quote-container .quote .body p {
        font-size: calc(1.9375rem + 9 * (100vw - 30rem) / 1020)
    }
}

@media only screen and (min-width:1500px) {
    .paragraph--quote .quote-container .quote .body p {
        font-size: 2.5rem
    }
}

@media (min-width:768px) {
    .paragraph--quote .quote-container .quote .body p {
        letter-spacing: .05rem
    }
}

@media (min-width:1281px) {
    .paragraph--quote .quote-container .quote .body p {
        letter-spacing: .055rem
    }
}

@media (min-width:1681px) {
    .paragraph--quote .quote-container .quote .body p {
        letter-spacing: .06rem
    }
}

.paragraph--quote .quote-container .separator {
    width: 2px;
    height: 50px;
    background-color: #fff
}

.paragraph--quote .quote-container .source {
    font-family: Gotham, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.paragraph--quotes .slick-slide {
    padding: 0
}

.paragraph--quotes.black .paragraph--quote .hat,
.paragraph--quotes.black .paragraph--quote .quote,
.paragraph--quotes.black .paragraph--quote .quote .body p,
.paragraph--quotes.black .paragraph--quote .source,
.paragraph--quotes.black .paragraph--quote .stars,
.paragraph--quotes.black .paragraph--quote .title,
.paragraph--quotes.cream .paragraph--quote .hat,
.paragraph--quotes.cream .paragraph--quote .quote,
.paragraph--quotes.cream .paragraph--quote .quote .body p,
.paragraph--quotes.cream .paragraph--quote .source,
.paragraph--quotes.cream .paragraph--quote .stars,
.paragraph--quotes.cream .paragraph--quote .title,
.paragraph--quotes.red .paragraph--quote .hat,
.paragraph--quotes.red .paragraph--quote .quote,
.paragraph--quotes.red .paragraph--quote .quote .body p,
.paragraph--quotes.red .paragraph--quote .source,
.paragraph--quotes.red .paragraph--quote .stars,
.paragraph--quotes.red .paragraph--quote .title,
.paragraph--quotes.white .paragraph--quote .hat,
.paragraph--quotes.white .paragraph--quote .quote,
.paragraph--quotes.white .paragraph--quote .quote .body p,
.paragraph--quotes.white .paragraph--quote .source,
.paragraph--quotes.white .paragraph--quote .stars,
.paragraph--quotes.white .paragraph--quote .title {
    color: inherit
}

.paragraph--quotes.black .paragraph--quote .stars svg path,
.paragraph--quotes.cream .paragraph--quote .stars svg path,
.paragraph--quotes.red .paragraph--quote .stars svg path,
.paragraph--quotes.white .paragraph--quote .stars svg path {
    fill: currentColor;
    stroke: currentColor
}

.paragraph--quotes.black .paragraph--quote .hat svg path,
.paragraph--quotes.cream .paragraph--quote .hat svg path,
.paragraph--quotes.red .paragraph--quote .hat svg path,
.paragraph--quotes.white .paragraph--quote .hat svg path {
    fill: currentColor
}

.paragraph--quotes.black .paragraph--quote .separator,
.paragraph--quotes.cream .paragraph--quote .separator,
.paragraph--quotes.red .paragraph--quote .separator,
.paragraph--quotes.white .paragraph--quote .separator {
    background-color: currentColor
}

.paragraph--quotes.red {
    background-color: #f9f8f7
}

.paragraph--quotes.red .paragraph--quote {
    background-color: #f9f8f7;
    color: #d1181e
}

.paragraph--quotes.black {
    background-color: #f9f8f7
}

.paragraph--quotes.black .paragraph--quote {
    background-color: #f9f8f7;
    color: #000
}

.paragraph--quotes.white {
    background-color: #fff
}

.paragraph--quotes.white .paragraph--quote {
    background-color: #fff;
    color: #d1181e
}

.paragraph--quotes.cream {
    background-color: #d1181e
}

.paragraph--quotes.cream .paragraph--quote {
    background-color: #d1181e;
    color: #f9f8f7
}

.paragraph--quotes {
    position: relative
}

.paragraph--quotes.no-margin .paragraph--quote {
    padding: 0
}

.paragraph--quotes .slick-next,
.paragraph--quotes .slick-prev {
    border-color: transparent;
    background-color: transparent
}

.paragraph--quotes .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0;
    padding: 0
}

.paragraph--quotes .slick-dots li.slick-active button {
    border: 1px solid #fff;
    background: transparent
}

.paragraph--quotes.black {
    position: relative
}

.paragraph--quotes.black .slick-next-icon:before,
.paragraph--quotes.black .slick-prev-icon:before {
    -webkit-filter: brightness(0) saturate(100%) invert(0) sepia(2%) saturate(547%) hue-rotate(344deg) brightness(85%) contrast(73%);
    filter: brightness(0) saturate(100%) invert(0) sepia(2%) saturate(547%) hue-rotate(344deg) brightness(85%) contrast(73%)
}

.paragraph--quotes.black .slick-dots li button {
    background-color: #000;
    border-radius: 50%;
    margin: 0;
    padding: 0
}

.paragraph--quotes.black .slick-dots li.slick-active button {
    border: 1px solid #000;
    background: transparent
}

.paragraph--quotes.red {
    position: relative
}

.paragraph--quotes.red .slick-next-icon:before,
.paragraph--quotes.red .slick-prev-icon:before {
    -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(75%) saturate(3975%) hue-rotate(345deg) brightness(91%) contrast(83%);
    filter: brightness(0) saturate(100%) invert(17%) sepia(75%) saturate(3975%) hue-rotate(345deg) brightness(91%) contrast(83%)
}

.paragraph--quotes.red .slick-dots li button {
    background-color: #d1181e;
    border-radius: 50%;
    margin: 0;
    padding: 0
}

.paragraph--quotes.red .slick-dots li.slick-active button {
    border: 1px solid #d1181e;
    background: transparent
}

.paragraph--quotes.white {
    position: relative
}

.paragraph--quotes.white .slick-next-icon:before,
.paragraph--quotes.white .slick-prev-icon:before {
    -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(75%) saturate(3975%) hue-rotate(345deg) brightness(91%) contrast(83%);
    filter: brightness(0) saturate(100%) invert(17%) sepia(75%) saturate(3975%) hue-rotate(345deg) brightness(91%) contrast(83%)
}

.paragraph--quotes.white .slick-dots li button {
    background-color: #d1181e;
    border-radius: 50%;
    margin: 0;
    padding: 0
}

.paragraph--quotes.white .slick-dots li.slick-active button {
    border: 1px solid #d1181e;
    background: transparent
}

.search-icon {
    background: transparent;
    margin-left: 24px
}

.search-icon .search-toggle {
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.search-icon .search-toggle svg {
    width: 33px;
    height: 33px
}

.search-widget--wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 117px;
    background-color: #000;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease
}

.search-widget--wrapper[aria-hidden=false] {
    opacity: 1;
    visibility: visible
}

.search-widget--wrapper .search-widget {
    position: relative;
    width: 100%
}

.search-widget--wrapper .search-widget .search-form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px
}

.search-widget--wrapper .search-widget .search-form,
.search-widget--wrapper .search-widget .search-form .search-form__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.search-widget--wrapper .search-widget .search-form .search-form__inner {
    width: 768px
}

.search-widget--wrapper .search-widget .search-form .search-form__inner .search-input {
    width: 100%;
    margin: 0;
    background-color: #fff;
    border: none;
    color: #000;
    font-size: .875rem;
    letter-spacing: .0625rem;
    text-align: left;
    padding: 12px 24px;
    outline: none
}

.search-widget--wrapper .search-widget .search-form .search-form__inner .search-input::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
    letter-spacing: .0625rem
}

.search-widget--wrapper .search-widget .search-form .search-form__inner .search-input::-moz-placeholder {
    color: #555;
    opacity: 1;
    letter-spacing: .0625rem
}

.search-widget--wrapper .search-widget .search-form .search-form__inner .search-input:-ms-input-placeholder,
.search-widget--wrapper .search-widget .search-form .search-form__inner .search-input::-ms-input-placeholder {
    color: #555;
    opacity: 1;
    letter-spacing: .0625rem
}

.search-widget--wrapper .search-widget .search-form .search-form__inner .search-input::placeholder {
    color: #555;
    opacity: 1;
    letter-spacing: .0625rem
}

.search-widget--wrapper .search-widget .search-form .search-form__inner .search-submit {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 50px;
    padding: 18px 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #d1181e;
    color: #fff;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Proxima Nova, sans-serif;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: .20313rem;
    text-transform: uppercase;
    border: none
}

.search-widget--wrapper .search-widget .search-form .search-close {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin-right: 90px
}

.search-results main#content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.search-results main#content .search-results-header {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.search-results main#content .search-results-list__wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.search-results main#content .pager {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.search-results main#content .search-no-results-help {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.search-results main#content .webform-block {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.search-results .search-results-header {
    text-align: center;
    margin-bottom: 80px
}

.search-results .search-results-header .search-results-title {
    font-size: 3rem;
    margin-bottom: 0;
    font-weight: 400
}

.search-results .search-results-header .search-results-title__divider {
    width: 40px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 40px auto
}

.search-results .search-results-header .search-results-query {
    color: #000
}

.search-results .search-results-header .search-results-query,
.search-results .search-results-header .search-results-query .search-results-query__term {
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Proxima Nova, sans-serif;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .20313rem;
    text-transform: uppercase
}

.search-results .search-results-header .search-results-query .search-results-query__term {
    color: #d1181e
}

.search-results .search-form,
.search-results .search-form+h2 {
    display: none
}

.search-results .search-results-list__wrapper {
    background: #f9f8f7;
    padding: 140px 0
}

.search-results .search-results-list__wrapper .search-results-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    column-gap: 120px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1162px
}

.search-results .search-results-list__wrapper .search-results-list__item {
    border-bottom: 1px solid #bdbdbd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 18px 0
}

.search-results .search-results-list__wrapper .search-results-list__item:nth-last-child(-n+2) {
    border-bottom: none
}

.search-results .search-results-list__wrapper .search-results-list .search-result__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px
}

.search-results .search-results-list__wrapper .search-results-list .search-result__header .search-result__title {
    color: #000;
    font-family: Chronicle Display, serif;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: .0325rem;
    padding: 0;
    margin: 0
}

.search-results .search-results-list__wrapper .search-results-list .search-result__header .search-result__snippet {
    color: #555;
    font-family: Proxima Nova, sans-serif;
    font-size: .875rem;
    font-style: normal;
    line-height: 180%;
    letter-spacing: .02625rem;
    padding: 0;
    margin: 0
}

.search-results .search-results-list__wrapper .search-results-list .search-result__link-wrapper {
    margin-bottom: 36px
}

.search-results .search-results-list__wrapper .search-results-list .search-result__link-wrapper .search-result__link {
    color: #d1181e;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Proxima Nova, sans-serif;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .20313rem;
    text-transform: uppercase
}

.search-results .search-results-list__wrapper .search-results-list__item:nth-last-child(-n+2) .search-result__link-wrapper {
    margin-bottom: 0
}

.search-results .search-no-results-help {
    color: #555;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Chronicle Display, serif;
    font-size: 1.6875rem;
    font-style: normal;
    font-weight: 325;
    line-height: 3.375rem;
    letter-spacing: .03375rem;
    padding: 120px 0
}

.search-results .search-no-results-help p {
    padding: 0;
    margin: 0
}

.search-results .search-no-results-help .search-no-results-help__divider {
    color: #555;
    text-align: center;
    font-family: Chronicle Display, serif;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
    letter-spacing: .0325rem
}

.search-results .pager .pager__items {
    margin: 16px !important
}

.search-results .pager .pager__items .pager__item.is-active {
    background-color: #d1181e
}

.search-results .pager .pager__items .pager__item.is-active a {
    color: #fff
}

.split-callout {
    -webkit-margin-after: 48px;
    margin-block-end: 48px
}

.split-callout.bg-gray {
    background-color: #f9f8f7;
    padding: 90px 0;
    margin: 0
}

@media (min-width:1025px) {
    .split-callout.media-right .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.split-callout.split-issue .journal-content .wrapper,
.split-callout .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1025px) {
    .split-callout.split-issue .journal-content .wrapper,
    .split-callout .wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.split-callout .wrapper .media {
    position: relative;
    overflow: hidden
}

@media (min-width:1024px) {
    .split-callout .wrapper .media {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 50vw
    }
}

@media (min-width:1024px) and (min-width:1280px) {
    .split-callout .wrapper .media {
        max-width: 60vw
    }
}

.split-callout .wrapper .media a img {
    -webkit-transition: .25s;
    transition: .25s
}

.split-callout .wrapper .media a:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.split-callout .wrapper .media .slider .image figure:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80.95%, transparent), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(180deg, transparent 80.95%, rgba(0, 0, 0, .6));
    position: absolute;
    top: 0
}

.split-callout .wrapper .media .slick-next,
.split-callout .wrapper .media .slick-prev {
    background-color: transparent
}

.split-callout .wrapper .media .slick-dots {
    display: none !important
}

.split-callout .wrapper .media .slick-disabled {
    visibility: hidden
}

.split-callout .wrapper .media .image,
.split-callout .wrapper .media .video {
    aspect-ratio: .87
}

@media (min-width:768px) {
    .split-callout .wrapper .media .image,
    .split-callout .wrapper .media .video {
        aspect-ratio: 1.5
    }
}

@media (min-width:1281px) {
    .split-callout .wrapper .media .image,
    .split-callout .wrapper .media .video {
        aspect-ratio: 1.04
    }
}

@media (min-width:1681px) {
    .split-callout .wrapper .media .image,
    .split-callout .wrapper .media .video {
        aspect-ratio: 1.58
    }
}

.split-callout .wrapper .media .slick-slider.slick-dotted {
    margin-bottom: 0
}

.split-callout .wrapper .media .slick-slide {
    padding: 0
}

.split-callout .wrapper .media .slider-controls {
    bottom: 48px;
    width: calc(100% - 48px)
}

.split-callout .wrapper .media .slider-controls .slick-active li button,
.split-callout .wrapper .media .slider-controls .slick-dots li button {
    background-color: #fff
}

.split-callout .wrapper .content {
    padding: 40px 16px
}

@media (min-width:768px) {
    .split-callout .wrapper .content {
        padding: 60px 44px
    }
}

@media (min-width:1024px) {
    .split-callout .wrapper .content {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 120px;
        max-width: 50vw
    }
}

@media (min-width:1681px) {
    .split-callout .wrapper .content {
        padding: 0 160px
    }
}

.split-callout .wrapper .content .tagline {
    color: inherit;
    -webkit-margin-after: 24px;
    margin-block-end: 24px
}

.split-callout .wrapper .content p.small {
    font-size: .875rem
}

.split-callout .wrapper .content .body {
    margin-bottom: 48px
}

.split-callout .wrapper .content .links {
    margin-left: 0
}

.split-callout.split-issue .container-wide {
    max-width: 1600px
}

.split-callout.split-issue .intro .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.split-callout.split-issue .intro .wrapper .content {
    padding: 0
}

.split-callout.split-issue .intro .wrapper .links:has(.arrow) {
    margin-right: 80px
}

.split-callout.split-issue .journal-content .wrapper {
    background-color: #fff;
    border: 1px solid #e5e5e5
}

.split-callout.split-issue .journal-content .wrapper .media {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media (min-width:1281px) {
    .split-callout.split-issue .journal-content .wrapper .media {
        max-width: 60%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
}

.split-callout.split-issue .journal-content .wrapper .media .image {
    aspect-ratio: 1.5
}

@media (min-width:1681px) {
    .split-callout.split-issue .journal-content .wrapper .media .image {
        aspect-ratio: 1.9
    }
}

.split-callout.split-issue .journal-content .wrapper .content {
    padding: 40px
}

@media (min-width:1281px) {
    .split-callout.split-issue .journal-content .wrapper .content {
        padding: 0 80px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media (min-width:1281px) {
    .split-callout.split-issue .journal-content .wrapper .content .category {
        padding-bottom: 40px
    }
}

.split-callout.split-issue .journal-content .wrapper .content .heading {
    line-height: 1.5;
    font-weight: 300;
    color: #555
}

@media (min-width:1281px) {
    .split-callout.split-issue .journal-content .wrapper .content .heading {
        line-height: 1.1;
        margin-bottom: 40px
    }
}

.three-column-image-callout {
    -webkit-margin-after: 48px;
    margin-block-end: 48px
}

.three-column-image-callout .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

@media (min-width:1025px) {
    .three-column-image-callout .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.three-column-image-callout .wrapper .callout-card {
    aspect-ratio: 1.05;
    position: relative
}

@media (min-width:768px) {
    .three-column-image-callout .wrapper .callout-card {
        aspect-ratio: 2
    }
}

@media (min-width:1025px) {
    .three-column-image-callout .wrapper .callout-card {
        aspect-ratio: unset;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 33%;
        height: calc(100vh - 100px);
        min-height: 600px;
        max-height: 720px
    }
}

@media (min-width:1441px) {
    .three-column-image-callout .wrapper .callout-card {
        height: calc(100vh - 120px);
        max-height: 1080px;
        min-height: 720px
    }
}

.three-column-image-callout .wrapper .callout-card a:hover img,
.three-column-image-callout .wrapper .callout-card a:hover video {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.three-column-image-callout .wrapper .callout-card a:hover .content p {
    -webkit-transform: translateX(-35px);
    -ms-transform: translateX(-35px);
    transform: translateX(-35px)
}

.three-column-image-callout .wrapper .callout-card a:hover .content p:after {
    right: -70px;
    width: 62px
}

.three-column-image-callout .wrapper .callout-card .media {
    overflow: hidden;
    position: relative;
    height: 100%
}

.three-column-image-callout .wrapper .callout-card .media img,
.three-column-image-callout .wrapper .callout-card .media video {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.three-column-image-callout .wrapper .callout-card .media:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(61.53%, transparent), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, transparent 61.53%, rgba(0, 0, 0, .8));
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.three-column-image-callout .wrapper .callout-card .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: 0;
    padding: 16px 16px 37px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:768px) {
    .three-column-image-callout .wrapper .callout-card .content {
        gap: 24px;
        padding-bottom: 40px
    }
}

@media (min-width:1025px) {
    .three-column-image-callout .wrapper .callout-card .content {
        gap: 24px;
        padding-bottom: 54px
    }
}

@media (min-width:1281px) {
    .three-column-image-callout .wrapper .callout-card .content {
        gap: 28px;
        padding-bottom: 60px
    }
}

.three-column-image-callout .wrapper .callout-card .content h3 {
    color: #fff;
    margin: 0;
    text-align: center;
    line-height: 1.25
}

.three-column-image-callout .wrapper .callout-card .content p {
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .20313rem;
    line-height: 1;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.three-column-image-callout .wrapper .callout-card .content p:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.136.646l3.182 3.182a.5.5 0 0 1 0 .708l-3.182 3.182a.5.5 0 1 1-.707-.708l2.328-2.328H.964v-1h58.793l-2.328-2.328a.5.5 0 1 1 .707-.708z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: cover;
    content: "";
    display: block;
    height: 8px;
    width: 30px;
    position: absolute;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

@media (min-width:1025px) {
    .three-column-image-callout .wrapper .callout-card .content p {
        font-size: .8125rem
    }
}

.paragraph--spacer {
    display: block;
    width: 100%;
    height: auto;
    clear: both
}

.paragraph--spacer.small {
    margin-bottom: 48px
}

.paragraph--spacer.medium {
    margin-bottom: 64px
}

.paragraph--spacer.large {
    margin-bottom: 80px
}

.paragraph--spacer.horizontal_rule {
    margin: 64px auto;
    height: 1px;
    background: #dfdedf;
    max-width: 1280px
}

@media (min-width:1025px) {
    .paragraph--spacer.small {
        margin-bottom: 64px
    }
    .paragraph--spacer.medium {
        margin-bottom: 80px
    }
    .paragraph--spacer.large {
        margin-bottom: 96px
    }
}

@media (min-width:1281px) {
    .paragraph--spacer.small {
        margin-bottom: 64px
    }
    .paragraph--spacer.medium {
        margin-bottom: 96px
    }
    .paragraph--spacer.large {
        margin-bottom: 120px
    }
}

@media (min-width:1921px) {
    .paragraph--spacer.small {
        margin-bottom: 80px
    }
    .paragraph--spacer.medium {
        margin-bottom: 120px
    }
    .paragraph--spacer.large {
        margin-bottom: 136px
    }
}