@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-weight: 400;
    font-style: normal;
    color: #1F1C1E;
    font-size: 18px;
    line-height: 1.6;
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

p {
    line-height: 1.6;
    letter-spacing: 0.3px;
}

a {
    color: #1F1C1E;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #7797a9;
    outline: 0;
    text-decoration: none;
}

.nav a:focus {
    outline: 1px solid rgba(198, 40, 17, 0.5);
}

h1 {
    font-family: "Libre Baskerville", serif;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-style: italic;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 45px;
        line-height: 1.4;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 40px;
        line-height: 1.3;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 35px;
        line-height: 1.3;
    }
}

h2 {
    font-family: "Libre Baskerville", serif;
    font-weight: 100;
    font-style: normal;
    font-size: 46px;
    color: #041124;
    margin: 0 0 15px;
    padding: 0;
    line-height: 1.4;
    letter-spacing: 1.4px;
    font-style: italic;
}

@media (max-width: 991px) {
    h2 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 25px;
    }
}

h3 {
    font-family: "Libre Baskerville", serif;
    font-weight: 100;
    font-style: normal;
    font-size: 30px;
    color: #23394f;
    margin: 0 0 15px;
    padding: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-family: "Libre Baskerville", serif;
    font-weight: 100;
    font-style: normal;
    font-size: 25px;
    color: #133a64;
    margin-bottom: 15px;
    /* xs, sm, md */
}

@media (max-width: 991px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-family: "Libre Baskerville", serif;
    font-weight: 100;
    font-style: normal;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    /* xs, sm, md */
}

@media (max-width: 991px) {
    h5 {
        font-size: 16px;
    }
}

h6 {
    font-family: "Libre Baskerville", serif;
    font-weight: 100;
    font-style: normal;
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

@media (max-width: 991px) {
    h6 {
        font-size: 20px;
    }
}

ul,
ol {
    padding: 0;
    margin: 0 0 5px 18px;
}

ul li,
ol li {
    padding: 0 0 6px;
}

li>ul,
li>ol {
    margin: 0 0 5px 18px;
    padding: 0 0 6px;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size: 0.7em;
}

sub {
    top: 0.4em;
}

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin: 1.5em auto;
}

blockquote {
    border-left: 10px solid #ECA455;
    padding: 0 20px;
    width: 80%;
}

blockquote p {
    font-size: 24px !important;
    font-weight: 300;
}

#cookie-law-info-bar {
    text-align: left;
    padding: 8px 15px;
    font-size: 14px;
    box-shadow: none;
    font-weight: 400;
}

#cookie-law-info-bar .cli-plugin-main-link {
    font-weight: 400;
}

#cookie-law-info-bar>span {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#cookie-law-info-bar>span span:first-of-type {
    margin-right: 10px;
}

#cookie-law-info-bar .cli-plugin-button {
    margin: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 1em;
    overflow: visible;
    clip: auto;
    background: #eee;
    color: #000;
    z-index: 1000;
}

@media (max-width: 575px) {
    #cookie-law-info-bar {
        font-size: 12px;
    }

    #cookie-law-info-bar>span {
        display: block;
    }

    #cookie-law-info-bar span {
        display: block;
        width: 100%;
    }

    #cookie-law-info-bar>span span:first-of-type {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* Sitemap */
.wsp-pages-title {
    display: none !important;
}

.wsp-pages-list {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    line-height: 1.5;
}

.wsp-pages-list li {
    margin: 0;
    padding: 0;
}

.wsp-pages-list>li {
    margin-bottom: 10px;
}

.wsp-pages-list>li>a {
    color: #23394f;
    text-transform: uppercase;
}

.wsp-pages-list .children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wsp-pages-list .children a {
    font-size: 16px;
}

.footer-headline {
    color: #fafafa;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
}

.section-heading {
    display: inline-block;
    font-family: "Libre Baskerville", sans-serif;
    color: #163450;
    font-size: 42px;
    position: relative;
    font-weight: 500;
    padding: 0 5px;
    font-style: italic;
    /*padding-bottom: 20px;*/
    /* margin-bottom: 30px; */
}

.text-white .section-heading {
    color: #fff;
}

.section-heading.blue-text {
    color: #012834;
}

@media screen and (max-width: 992px) {
    .section-heading {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .section-heading {
        font-size: 30px;
    }
}

.subtitle {
    font-family: 'Work Sans';
    color: #91A6F0;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1.5px;
}

/* ----------- Buttons ----------- */
.button,
.wp-pagenavi a,
.wp-pagenavi .current {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 12px 25px;
    text-align: center;
    background: transparent;
    color: #FAFAFA;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    position: relative;
    letter-spacing: 1.6px;
    background-color: #6C8AC9;
    padding-right: 60px;
    border-radius: 30px;
    font-family: 'Work Sans';
}

.button:after {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.577" height="8.288" viewBox="0 0 16.577 8.288"><path id="Path_52679" data-name="Path 52679" d="M12.433,0V3.316H0V4.973H12.433V8.289l4.144-4.145Z" transform="translate(0 0)" fill="%23fafafa"/></svg>');
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
}

input.button {
    padding: 15px 25px;
}

.button.light {
    background-color: #E6F5FF;
    color: #163450;
}

.button.light:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.637" height="21.046" viewBox="0 0 11.637 21.046"><g id="arrow" transform="translate(1.087 1)"><g id="Group_425" data-name="Group 425"><g id="Group_532" data-name="Group 532"><path id="Path_52532" data-name="Path 52532" d="M9.549,9.55a.591.591,0,0,1-.132.33L.822,18.9a.477.477,0,1,1-.69-.66L8.411,9.494.132.806A.477.477,0,0,1,.822.148L9.416,9.166a.714.714,0,0,1,.133.384" transform="translate(0 0)" fill="%23e6f5ff" stroke="%23163450" stroke-width="2"/></g></g></g></svg>');
}

.button-borderless {
    border-radius: 0;
    background-color: #91A6F0;
    padding: 10px 20px;
}

.button-borderless:after {
    content: none;
}

a.inline-button {
    color: #91A6F0;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

a.inline-button.dark {
    color: #163450;
}

a.text-white.bottom-line::after,
a.text-white.button::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 1px;
}

a.text-white.bottom-line:hover::after,
a.text-white.button:hover::after {
    height: 4px;
}

input.button.gform_button {
    margin: auto;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid #163450 !important;
}

/*.button:before, .button:after, .wp-pagenavi a:before, .wp-pagenavi a:after, .wp-pagenavi .current:before, .wp-pagenavi .current:after {*/
/*    position: absolute;*/
/*    width: 33px;*/
/*    height: 20px;*/
/*    content: "";*/
/*    transition: all 0.4s ease-in-out;*/
/*}*/

/* 
TO DO: Button corner animation
.button:before, .wp-pagenavi a:before, .wp-pagenavi .current:before {
    left: 0;
    top: 0;
    border-left: 1px solid #592D20;
    border-top: 1px solid #592D20;
} 

.button:after, .wp-pagenavi a:after, .wp-pagenavi .current:after {
    right: 0;
    bottom: 0;
    border-right: 1px solid #592D20;
    border-bottom: 1px solid #592D20;
}
*/

.button.button-red,
.wp-pagenavi a.button-red,
.wp-pagenavi .current.button-red {
    background-color: #163450;
    color: #ffffff;
}

.button.button-red:hover,
.wp-pagenavi a.button-red:hover,
.wp-pagenavi .current.button-red:hover,
.button.button-red:focus,
.wp-pagenavi a.button-red:focus,
.wp-pagenavi .current.button-red:focus {
    background-color: #e6f5ff;
    color: #163450;
}

.button-red:before,
.button-red:after {
    content: none !important;
}

.button.button-tan,
.wp-pagenavi a.button-tan,
.wp-pagenavi .current.button-tan {
    background-color: #FFCB05;
    color: #041124;
    transition: all 0.3s ease;
}

.button.button-tan:hover,
.wp-pagenavi a.button-tan:hover,
.wp-pagenavi .current.button-tan:hover {
    background-color: rgb(125, 148, 203);
    color: #FFCB05;
}

.button-tan:before,
.button-tan:after {
    content: none !important;
}

.button.button-tan-2 {
    background-color: #F3EADE;
    color: #592D20;
}

.button.button-tan-2:hover {
    background-color: #592D20;
    color: #ffffff;
}

.button-tan-2:before,
.button-tan-2:after {
    content: none !important;
}

@media (max-width: 767px) {
    .button {
        padding: 12px 40px 12px 30px;
    }
}

/*.button:hover, .button:focus, .button.active, .wp-pagenavi a:hover, .wp-pagenavi a:focus, .wp-pagenavi .current {*/
/*    color: #592D20;*/
/*}*/

/*.button:hover:before, .button:focus:before, .button.active:before, .wp-pagenavi a:hover:before, .wp-pagenavi a:focus:before, .wp-pagenavi .current:before {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.button:hover:after, .button:focus:after, .button.active:after, .wp-pagenavi a:hover:after, .wp-pagenavi a:focus:after, .wp-pagenavi .current:after {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.wp-pagenavi a,
.wp-pagenavi .current {
    min-width: 10px;
    padding: 12px;
}

.button.prev,
.button.next {
    min-width: 50px;
    line-height: 1;
}

.button span {
    display: inline-block;
    vertical-align: middle;
}

.button svg,
.button img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    stroke: #7797a9;
    transition: stroke 0.4s ease-in-out;
}

.button:hover svg,
.button:hover img {
    stroke: #fff;
}

.button-2 {
    font-size: 22px;
    color: #ffffff;
    border: 2px solid #ffffff !important;
}

.button-2:hover,
.button-2:focus {
    background: #233a4f;
    color: #fff;
    border: 2px solid #233a4f !important;
}

.link {
    color: #3d6e89;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    position: relative;
    padding: 15px 0;
    display: inline-block;
}

.link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #3e6e89;
    left: 0;
    top: 100%;
    transition: all 0.4s ease-in-out;
}

.link:hover {
    color: #23394f;
}

.link:hover:after {
    background: #23394f;
}

.link-2 {
    color: #7797a9;
}

.link-2:after {
    background: #7797a9;
}

.link:hover {
    color: #23394f;
}

.link:hover:after {
    background: #23394f;
}

/* ----------- Forms ----------- */
label {
    display: block;
    color: #333;
}

fieldset {
    margin-bottom: 1em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=color],
textarea,
select {
    color: #021f2f;
    background: #fff;
    border: 1px solid #787878;
    display: block;
    padding: 8px 12px;
    width: 100%;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
    color: #021f2f;
    border-color: #29abe2;
}

input[type=radio],
input[type=checkbox] {
    margin-right: 0.5em;
}

input[type=radio]+label,
input[type=checkbox]+label {
    font-weight: 400;
}

button,
input[type=button],
input[type=submit] {
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
}

.check-item label {
    cursor: pointer;
}

.check-item input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
}

/* hide default checkbox */
.check-item .checkbox-label {
    display: inline-block;
    vertical-align: middle;
}

/* label */
.check-item .checkmark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* styled checkbox */
.check-item:hover input~.checkmark {
    background-color: #ccc;
}

/* checkbox on hover */
.check-item input:checked~.checkmark {
    background-color: #2196F3;
}

/* checked checkbox */
/* checkmark */
.check-item .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-item input:checked~.checkmark:after {
    display: block;
}

.radio-item label {
    cursor: pointer;
    position: relative;
}

.radio-item input {
    opacity: 0;
    cursor: pointer;
    height: 1px;
    width: 1px;
    position: absolute;
    left: 10px;
    top: 10px;
}

/* hide default checkbox, but keep element in order to show html5 validation */
.radio-item .radio-label {
    display: inline-block;
    vertical-align: middle;
}

/* label */
.radio-item .checkmark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* styled checkbox */
.radio-item:hover input~.checkmark {
    background-color: #ccc;
}

/* checkbox on hover */
.radio-item input:checked~.checkmark {
    background-color: #2196F3;
}

/* checked checkbox */
/* checkmark */
.radio-item .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
}

.radio-item input:checked~.checkmark:after {
    display: block;
}

.email-confirm {
    display: none !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    outline: 0 !important;
}

.bootstrap-select .btn.dropdown-toggle {
    outline: 0 !important;
    box-shadow: none !important;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #021f2f;
    opacity: 1;
}

:-moz-placeholder {
    color: #021f2f;
    opacity: 1;
}

::-moz-placeholder {
    color: #021f2f;
    opacity: 1;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #021f2f;
    opacity: 1;
}

.website-contacts-msg {
    display: block;
    margin: 0px 0 10px 0;
    font-weight: bold;
}

.success-msg {
    color: #25af25;
}

.failed-msg {
    color: #ca1212;
}

form .error {
    color: #ca1212;
}

/* Gravity Forms */
.gform_button {
    letter-spacing: 3px;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    line-height: 1 !important;
    margin-bottom: 0;
    font-size: 18px;
    color: #163450;
}

.gform_wrapper.gravity-theme .gfield_label .gfield_required {
    color: #163450;
}

.gform_wrapper .gform_footer {
    text-align: center;
}

footer .gform_wrapper .gform_body {
    float: none !important;
    width: 100% !important;
}

footer .gform_wrapper .gform_footer {
    display: block !important;
    width: 100% !important;
}

.newsletter-section {
    background-color: #91A6F0;
    position: relative;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 100px;
    transform: translateX(50%);
    width: auto;
    height: calc(100% + 10px);
    aspect-ratio: 1.5;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="404.562" height="404.561" viewBox="0 0 404.562 404.561"><g id="Group_541" data-name="Group 541" transform="translate(0 0)" opacity="0.146"><path id="Path_52716" data-name="Path 52716" d="M98.284,0V78.911H86.145V5.31H75.9v73.6H64.517V0H51.24V94.466h60.316L111.582,0Z" transform="translate(120.869 0)" fill="%23fafafa"/><path id="Path_52717" data-name="Path 52717" d="M51.267,92.32l-.027,94.466h13.3V107.875H76.677v73.6H86.922v-73.6H98.3v78.911h13.278V92.32Z" transform="translate(120.87 217.775)" fill="%23fafafa"/><path id="Path_52718" data-name="Path 52718" d="M92.32,51.835v60.316l94.466.027V98.88H107.875V86.738h73.6V76.5h-73.6V65.113h78.911V51.835Z" transform="translate(217.775 122.275)" fill="%23fafafa"/><path id="Path_52719" data-name="Path 52719" d="M0,65.133H78.911V77.276H5.31V87.517h73.6V98.9H0v13.278H94.466V51.862L0,51.835Z" transform="translate(0 122.276)" fill="%23fafafa"/><path id="Path_52720" data-name="Path 52720" d="M116.137,3.658l11.474,6.681-39.7,68.2,9.838,5.727,37.029-63.608,8.854,5.153L106.6,89.414l10.493,6.11,39.7-68.2,11.491,6.691-47.552,81.625L68.609,85.3Z" transform="translate(161.842 8.629)" fill="%23fafafa"/><path id="Path_52721" data-name="Path 52721" d="M74.308,195.43l-11.474-6.681,39.7-68.2L92.7,114.826,55.669,178.433l-8.854-5.153,37.032-63.608-10.493-6.11-39.7,68.2-11.491-6.694L69.713,83.447l52.124,30.344Z" transform="translate(52.275 196.844)" fill="%23fafafa"/><path id="Path_52722" data-name="Path 52722" d="M195.184,118.046l-6.872,11.36L120.794,88.554,114.9,98.3l62.973,38.1-5.3,8.763-62.97-38.1-6.285,10.386L170.832,158.3l-6.886,11.377L83.138,120.746l31.224-51.6Z" transform="translate(196.114 163.104)" fill="%23fafafa"/><path id="Path_52723" data-name="Path 52723" d="M3.358,74.822l6.681-11.474,68.2,39.7,5.727-9.838L20.354,56.184l5.153-8.854L89.115,84.362l6.11-10.493-68.2-39.7L33.72,22.675l81.625,47.552L85,122.351Z" transform="translate(7.922 53.489)" fill="%23fafafa"/><path id="Path_52724" data-name="Path 52724" d="M165.7,22.752l6.573,11.538L103.709,73.357l5.636,9.889,63.947-36.441,5.072,8.9L114.417,92.147l6.009,10.547,68.562-39.071,6.583,11.555-82.088,46.746-29.861-52.4Z" transform="translate(197.258 53.67)" fill="%23fafafa"/><path id="Path_52725" data-name="Path 52725" d="M33.288,167.639,26.715,156.1l68.559-39.068-5.633-9.889L25.694,143.586l-5.072-8.9L84.569,98.244,78.556,87.7,10,126.768,3.411,115.214,85.5,68.468l29.861,52.4Z" transform="translate(8.046 161.51)" fill="%23fafafa"/><path id="Path_52726" data-name="Path 52726" d="M166.934,166.183,155.4,172.756,116.328,104.2l-9.889,5.633,36.441,63.947-8.9,5.072L97.539,114.9l-10.547,6.009,39.071,68.562-11.555,6.583L67.758,113.969l52.406-29.861Z" transform="translate(159.836 198.404)" fill="%23fafafa"/><path id="Path_52727" data-name="Path 52727" d="M22.383,33.54l11.538-6.573L72.988,95.525l9.889-5.633L46.439,25.945l8.9-5.072L91.778,84.82l10.547-6.012L63.257,10.249,74.812,3.662l46.746,82.092L69.152,115.615Z" transform="translate(52.799 8.64)" fill="%23fafafa"/></g></svg>');
    background-size: cover;
    background-repeat: no-repeat;
}

.newsletter-section .section-heading {
    font-size: 30px;
}

.newsletter-section .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    margin: 0;
}

.newsletter-section .gform_wrapper.gravity-theme .gfield input.large {
    border-radius: 30px 0 0 30px;
    height: 55px;
    border: none;
    padding: 10px 30px;
}

.newsletter-section .gform_wrapper.gravity-theme #field_submit input {
    border-radius: 0 30px 30px 0;
    height: 55px;
    background-color: #FFCB05;
    color: #041124;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 90%;
}

.newsletter-section .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
}

@media (max-width: 640px) {
    .newsletter-section .gform_wrapper.gravity-theme #field_submit input {
        width: 100%;
        border-radius: 30px;
    }
    .newsletter-section .gform_wrapper.gravity-theme .gfield input.large {
        border-radius: 30px;
    }
}

.tabs-wrapper {
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    /*margin-bottom: 120px;*/
}

@media screen and (max-width: 767px) {
    .tabs-wrapper {
        flex-direction: column-reverse;
    }
}

.tabs-wrapper .tab-content {
    flex: 3;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    position: relative;
}

.tabs-wrapper .tab-content .tabs-content-container {
    color: #707070;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    padding: 1rem;
    z-index: -1;
    transform: translateY(30%);
    width: 100%;
}

@media screen and (max-width: 768px) {
    .tabs-wrapper .tab-content .tabs-content-container {
        width: 100% !important;
    }
}

.tabs-wrapper .tab-content .tabs-content-container.active {
    transition-delay: 0.3s;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
}

.tabs-wrapper .tab-nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tabs-wrapper .tab-nav button {
    color: #000;
    display: block;
    background: #ffffff;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.35);
    font-size: 22px !important;
    font-weight: 300 !important;
    padding: 30px 1rem;
    padding-left: 0;
    text-align: left;
    transition: 0.3s all ease;
    font-weight: 700;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .tabs-wrapper .tab-nav button {
        padding: 30px 2rem;
    }
}

.tabs-wrapper .tab-nav button:hover {
    background: #ffffff;
    color: #991B1E;
}

.tabs-wrapper .tab-nav button.active {
    background: #ffffff;
    color: #991B1E;
}

.tabs-wrapper .tab-nav button.active:hover {
    background: #ffffff;
    color: #991B1E;
}

.tabs-wrapper .tab-nav button:last-child {
    border-bottom: 0;
}

/* ----------- Base Styles ----------- */
html,
body {
    overflow-x: hidden;
    height: auto;
    min-height: 100%;
}

body {
    /* xs, sm */
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    body {
        font-size: 18px;
    }
}

.hide-for-screenreader {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

@media (min-width: 1500px) {
    .container {
        width: 1350px;
        max-width: 1350px;
    }
}

.container-fluid {
    position: relative;
    overflow: hidden;
}

.container-custom {
    width: 96%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}

header .container-custom {
    padding: 0;
}

@media (max-width: 1199px) {
    .container-custom {
        width: 100%;
    }
}

.border-position.bottom-right:before {
    content: "";
    position: absolute;
    bottom: -20px;
    top: auto;
    right: 0;
    width: 100%;
    max-width: 440px;
    height: 42px;
    z-index: 1;
}

.border-position.bottom-left:before {
    content: "";
    position: absolute;
    bottom: -20px;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 440px;
    height: 42px;
    z-index: 1;
}

.border-position.top-right:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 100%;
    max-width: 440px;
    height: 42px;
    z-index: 1;
}

.border-position.top-left:before {
    content: "";
    position: absolute;
    bottom: auto;
    top: -20px;
    right: auto;
    width: 100%;
    max-width: 440px;
    height: 42px;
    z-index: 1;
}

.border-position.center-bottom:before {
    content: "";
    position: absolute;
    bottom: -20px;
    top: auto;
    right: auto;
    left: 50%;
    width: 100%;
    max-width: 440px;
    height: 42px;
    transform: translate(-50%, 0);
    z-index: 1;
}

.border-position.center-top:before {
    content: "";
    position: absolute;
    bottom: auto;
    top: 0px;
    right: auto;
    left: 50%;
    width: 100%;
    max-width: 440px;
    height: 42px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.justify-center {
    justify-content: center;
}

.show-for-sr {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* ----------- Footer ----------- */
footer {
    position: relative;
    color: #fafafa;
    background: #041124;
    padding: 50px 0 0 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

footer .footer-form {
    display: flex;
    flex-direction: column;
    max-width: 360px;
}

footer .footer-col {
    padding: 0 30px;
}

footer .footer-social ul {
    margin-top: 0 !important;
}

footer .footer-social ul svg>path,
footer .footer-social ul svg>g {
    fill: #fafafa;
    transition: fill 0.4s ease-in-out;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer label {
    color: #ffffff;
}

@media (max-width: 991px) {
    footer h5 {
        margin-bottom: 30px;
    }
}

footer a {
    color: #FAFAFA;
}

@media (max-width: 360px) {
    footer a {
        display: block;
    }
}

footer a:active {
    color: #E6F5FF;
}

footer a:hover,
footer a:focus {
    color: #E6F5FF;
}

footer ul {
    list-style: none;
    margin: 0 0;
    font-size: 16px;
    display: flex;
    flex-direction: row;
}

@media (max-width: 992px) {
    footer ul {
        padding: 0;
    }
}

@media (max-width: 768px) {
    footer ul {
        flex-direction: column;
        margin: 20px 0;
    }
}

footer ul.footer-menu {
    flex-direction: column;
    text-align: center;
}

footer ul.footer-menu li {
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 0;
}

footer ul.footer-menu li:last-child {
    padding-bottom: 0;
}

footer ul.footer-menu li a {
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

footer ul li {
    padding: 0 6px;
    margin: 0;
}

footer ul li:first-child {
    padding-left: 0;
}

footer ul li:last-child {
    padding-right: 0;
}

.copyright-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5em;
    list-style: none;
    padding: 0;
    margin: 0;
}

.copyright-menu li {
    display: inline;
    position: relative;
    padding: 0;
}

.copyright-menu li a {
    font-size: 14px;
    line-height: 1;
}

.copyright-menu li::after {
    content: "•";
    margin: 0 0 0 0.5em;
    color: #fafafa;
    /* adjust color if needed */
}

.copyright-menu li:last-child::after {
    content: "";
}


@media (max-width: 992px) {
    footer ul.footer-menu {
        text-align: center;
    }

    footer .footer-form {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    footer ul li {
        padding: 4px 0;
    }

    footer ul li:after {
        content: "";
    }
}

@media (max-width: 768px) {
    footer .footer-social ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    footer .footer-social ul li {
        padding: 0 4px;
    }

    footer .footer-social ul li:first-child {
        padding-left: 0;
    }

    footer .footer-social ul li:last-child {
        padding-right: 0;
    }
}

footer .footer-contact-info {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

footer .footer-content p {
    margin-bottom: 16px;
}

footer .footer-content p:last-child {
    margin-bottom: 0;
}

footer .footer-logos {
    text-align: center;
    margin-top: 80px;
}

footer .footer-logos .logo-container {
    align-items: center;
}

footer .footer-logos .logo-container .logo img,
footer .footer-logos .logo-container .logo svg {
    max-width: 100%;
}

@media (max-width: 991px) {
    footer .footer-logos {
        margin-top: 40px;
    }

    footer .footer-logos .logo-container .logo {
        margin-bottom: 30px;
    }

    footer .footer-logos .logo-container .logo:last-child {
        margin-bottom: 0;
    }

    footer .footer-logos .logo-container .logo img,
    footer .footer-logos .logo-container .logo svg {
        max-height: 50px;
    }
}

@media (max-width: 991px) {}

footer .footer-col:last-child:after {
    content: none;
    display: none !important;
}

.footer-content-container {
    display: flex;
    justify-content: flex-end;
}

#logo-footer {
    width: 90%;
    margin-bottom: 30px;
    /* xs, sm, md */
    display: flex;
    justify-content: center;
    /* margin-left: auto; */
    margin-right: auto;
}

.second-logo {
    width: 100px !important;
    height: 100px;
}

@media (max-width: 991px) {
    #logo-footer {
        margin-left: auto;
        margin-right: auto;
    }
}

.footer-content p {
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-border {
    border-top: 3px solid #fff;
}

#footer-copy {
    font-size: 14px;
    text-transform: none;
}

footer .gform_wrapper {
    width: 100%;
    max-width: 650px;
    margin: 15px auto 30px;
}

footer .gform_wrapper.gravity-theme .gform_footer,
footer .gform_wrapper.gravity-theme .gform_page_footer {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}

footer .gform_wrapper .gform_body {
    width: 90%;
    float: left;
    margin: 0;
    padding: 0;
}

footer .gform_wrapper ul.gform_fields li.gfield {
    margin: 0;
    padding: 0;
}

body footer .gform_wrapper .top_label div.ginput_container {
    margin: 0;
    padding: 0;
}

footer .gform_wrapper input:not([type=checkbox]) {
    margin: 0 !important;
    padding: 12px 15px !important;
    width: 100% !important;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #E6F5FF;
}

footer .gform_wrapper input:not([type=checkbox])::placeholder {
    color: #fafafa !important;
    font-size: 16px;
}

footer .gform_wrapper input[type=submit] {
    background: #E6F5FF !important;
    color: #163450 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 12px 15px !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

footer .gform_wrapper .gform_required_legend {
    display: none !important;
}

footer .gform_wrapper .gfield_checkbox li label {
    max-width: calc(100% - 40px);
}

footer .gform_wrapper .gform_footer {
    width: 10%;
    float: left;
    margin: 0;
    padding: 0;
    clear: none;
}

.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px !important;
    margin: 0 !important;
}

#bottom-footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #d5d5fcf0;
    color: #163450;
    font-size: 18px;
    z-index: 99;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#bottom-footer .address-line {
    padding-left: 20px;
}

#bottom-footer #phone {
    margin-right: 20px;
}

#bottom-footer .phone-text {
    padding-right: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#bottom-footer strong {
    font-size: 20px;
}

#bottom-footer .button {
    margin-left: 20px;
}

#bottom-footer p,
#bottom-footer a {
    color: #163450;
}

#bottom-footer a:hover,
#bottom-footer a:focus {
    color: #163450;
    text-decoration: underline;
}

@media (max-width: 768px) {
    #bottom-footer p,
    #bottom-footer a {
        font-size: 16px;
    }
    #bottom-footer .button {
        display: none;
    }
}

.gform_wrapper.gravity-theme .ginput_container_date {
    align-items: center;
    display: flex;
    justify-content: center;
}

body:not(.page-id-2718):not(.page-id-2672):not(.page-id-2511) #bottom-footer {
    position: fixed;
}

.footer-bottom {
    padding: 30px 0 10px;
    margin-top: 35px;
    border-top: 1px solid white;
}

.footer-bottom ul li {
    line-height: 1;
    border-right: 1px solid #fafafa;
}

.footer-bottom ul li a {
    text-transform: uppercase;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .footer-bottom ul li {
        border: 0;
    }
}

.footer-bottom ul li:last-of-type {
    border: 0;
}

#logos-nav-toggle {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.025em;
    font-family: 'Work Sans', sans-serif;
    cursor: pointer;
    padding: 15px;
    padding-right: 0;
    transition: color 0.4s ease-in-out;
}

#logos-nav-toggle:hover {
    color: #BE8536;
}

#logos-nav {
    position: absolute;
    right: -300px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    background: #991B1E;
}

#logos-nav.active {
    visibility: visible;
    opacity: 1;
    right: 0;
    top: 0;
    padding: 100px 0;
}

#logos-nav ul {
    margin: 0;
    padding: 15px;
}

#logos-nav ul li {
    padding: 15px;
    position: relative;
    list-style: none;
    flex: 50%;
}

#logos-nav ul li.no-child ul.sub-menu li a {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
    #logos-nav ul li.no-child ul.sub-menu li a {
        font-size: 20px;
    }
}

#logos-nav ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    line-height: 1.6;
    letter-spacing: 0;
}

#logos-nav ul li ul {
    padding-left: 0;
    text-transform: none;
}

#logos-nav ul li ul li {
    padding: 7px 15px 7px 0;
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
    #logos-nav ul li ul li {
        padding: 2px 15px 2px 0;
    }
}

#logos-nav ul li ul li a {
    font-size: 20px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
    #logos-nav ul li ul li a {
        font-size: 17px;
    }
}

#logos-nav ul li a:hover {
    color: #000000;
}

#logos-nav-mobile {
    border-top: 1px solid #ffc72c;
}

#logos-nav-mobile .brands-title {
    font-size: 22px;
    text-transform: uppercase;
    color: #ffc72c;
    letter-spacing: 0.025em;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.6;
}

#logos-nav-mobile a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.hamburger-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 20px;
    cursor: pointer;
    background-image: url("../images/menu-button.svg");
    width: 63px;
    height: 69px;
}

.hamburger-icon span {
    display: block;
    height: 3px;
    width: 25px;
    margin: 6px 0;
    background: #BE8536;
    transition: all 0.4s ease-in-out;
}

.hamburger-icon:hover span {
    background: #7797a9;
}

#logos-nav.active .close-icon {
    display: inline-block !important;
}

.close-icon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-image: url("../images/menu-close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #7B2A1E;
    color: #fff !important;
    width: 50px;
    height: 50px;
    margin: 0;
}

#menu-nav-close {
    position: absolute;
    right: 30px;
    top: 60px;
}

@media (max-width: 1400px) {
    #logos-nav-toggle {
        padding-left: 10px;
    }
}

@media (max-width: 1300px) {
    #logos-nav-toggle {
        padding-left: 7px;
    }
}

/* ----------- Header ----------- */
header.sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.71);
    transition: all 0.4s ease-in-out;
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
}

/* header.fixed {
    background: #163450;
} */

header .button {
    padding: 10px 40px;
    white-space: nowrap;
    font-family: 'Work Sans', serif;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
}

/*header.fixed #logo-home {*/
/*    width: 100px;*/
/*}*/

header #header-top {
    overflow: visible;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: padding 0.4s ease-in-out;
}

header.fixed #header-top {
    padding-top: 10px;
    padding-bottom: 10px;
}

header #logo-home {
    width: 100%;
    transition: width 0.4s ease-in-out;
}

@media only screen and (max-width: 992px) {
    header #logo-home {
        width: 100%;
        margin: 0 auto;
        image-rendering: --webkit-optimize-contrast;
        max-width: 160px;
    }
}

.logged-in header {
    margin-top: 32px;
}

#navigation #nav-container {
    /* xs, sm, md, lg */
}

@media (max-width: 1199px) {
    #navigation #nav-container {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: -101%;
        background: #8D181E;
        padding: 75px 45px;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
        overflow: auto;
    }

    #navigation #nav-container.active {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
}

#navigation .nav {
    margin: 0;
    /* xs, sm, md, lg */
}

@media (max-width: 1199px) {
    #navigation .nav {
        display: block;
    }
}

#navigation .nav .sub-menu {
    position: absolute;
    left: -15px;
    top: 100%;
    margin: 0;
    padding: 30px 15px;
    list-style: none;
    width: 230px;
    background: rgba(35, 58, 79, 0.9);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    /* xs, sm, md, lg */
}

#navigation .nav .sub-menu li {
    padding: 7px 15px;
}

#navigation .nav .sub-menu li a {
    font-size: 16px;
}

@media (max-width: 1199px) {
    #navigation .nav .sub-menu {
        position: relative;
        left: auto;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        opacity: 1;
        visibility: visible;
        max-height: 1000px;
        border-top: 0;
        width: 100%;
        padding: 15px;
        background: transparent !important;
    }
}

#navigation li {
    padding: 10px 20px;
    position: relative;
}

#navigation li a {
    text-transform: uppercase;
    color: #041124;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    line-height: 1.6;
    letter-spacing: 0;
    border-bottom: 1px solid transparent;
}

.header-button .btn {
    background-color: #991B1E;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 14px;
}

#navigation li:hover>a,
#navigation li a:hover {
    border-bottom: 1px solid #041124;
}

#navigation li.menu-item-has-children:hover .sub-menu,
#navigation li.menu-item-has-children:focus-within .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
}

@media (max-width: 1400px) {
    #navigation {
        padding-left: 0;
    }

    #navigation li {
        padding: 15px 10px;
    }
}

@media (max-width: 1300px) {
    #navigation li {
        padding: 15px 7px;
    }
}

nav.main-menu {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    margin-right: auto;
    margin-right: 15px;
    position: relative;
    width: 85%;
    z-index: 9999;
    text-align: right;
}

nav.main-menu ul.menu {
    margin: 0 auto;
}

nav.main-menu ul.menu li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    list-style: none outside none;
}

nav.main-menu ul.menu li a {
    color: #164261;
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

nav.main-menu ul.menu li:hover ul {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%)
}

nav.main-menu ul.sub-menu {
    position: absolute;
    opacity: 0;
    top: 99%;
    left: -9999px;
    min-width: 100%;
    width: auto;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.71);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    padding: 10px;
}

nav.main-menu ul.sub-menu li {
    display: block;
    float: none;
    padding: 2px !important;
    text-align: center;
    white-space: nowrap;
}

nav.main-menu ul.sub-menu li a:hover {
    border-bottom: 1px solid #fff;
}

nav.main-menu ul.sub-menu li a {
    width: max-content;
    margin: auto;
    font-size: 15px !important;
    padding: 6px 10px !important;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #2e4452;
}

/* accordion */
.accordion-header {
    padding: 15px;
    background: #eee;
    color: #000 !important;
    border: 0;
    cursor: pointer;
}

/* open */
.accordion-header:focus,
.accordion-header:hover {
    background: #49bbec;
}

/* open hover */
.accordion-header.collapsed {
    background: #eee;
    color: #000 !important;
    border-bottom: 1px solid #ddd;
}

/* closed */
.accordion-header.collapsed:focus,
.accordion-header.collapsed:hover {
    color: #495057 !important;
    background: #f8f9fa;
}

/* closed hover */
.accordion-header .icon:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.accordion-header .icon:before {
    content: "\f068";
}

.accordion-header.collapsed .icon:before {
    content: "\f067";
}

.accordion-content {
    border: 1px solid #eee;
}

.b-accommodations-slider {
    padding: 80px 0;
    position: relative;
}

@media screen and (max-width: 991px) {
    .b-accommodations-slider {
        padding: 40px 0;
    }
}

.b-accommodations-slider .background-text {
    font-size: 230px;
    color: #787878;
    position: absolute;
    left: -3.5vw;
    top: 4%;
    opacity: 0.1;
    z-index: 0;
}

.b-accommodations-slider .b-accommodations-content {
    padding: 0 50px;
}

@media screen and (max-width: 991px) {
    .b-accommodations-slider .b-accommodations-content {
        margin-bottom: 50px;
        padding: 0 100px 0 50px;
    }
}

.b-accommodations-slider .b-accommodations-content h3 {
    color: #000000;
    font-size: 44px;
    font-weight: 700;
    text-transform: none;
}

.b-accommodations-slider .b-accommodations-content p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.b-accommodations-slider .accommodations-slider-outside {
    position: relative;
    z-index: 1;
    margin-left: 5vw;
}

.b-accommodations-slider .accommodations-slider-outside .slick-arrow {
    background-color: #ffffff;
    height: 75px;
    width: 60px !important;
    text-align: center;
    z-index: 3;
}

.b-accommodations-slider .accommodations-slider-outside .slick-arrow.prev-arrow {
    left: 85px;
}

.b-accommodations-slider .accommodations-slider-outside .slick-arrow.next-arrow {
    right: 90px;
}

.b-accommodations-slider .accommodations-slider .accommodations-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.5s ease;
}

@media screen and (min-width: 992px) {
    .b-accommodations-slider .accommodations-slider .accommodations-slide {
        margin: 0 20px;
        width: 360px;
        max-width: 360px;
    }
}

.b-accommodations-slider .accommodations-slider .accommodations-slide:first-child {
    margin-left: 0;
}

.b-accommodations-slider .accommodations-slider .accommodations-slide:last-child {
    margin-right: 0;
}

.b-accommodations-slider .accommodations-slider .accommodations-slide[aria-hidden=true] {
    opacity: 0.5;
}

.b-accommodations-slider .accommodations-slider .accommodations-slide[aria-hidden=false] {
    opacity: 1;
}

.b-accommodations-slider .accommodations-slider .accommodation-image {
    background-repeat: no-repeat;
    background-position: center;
    height: 480px;
    width: 360px;
}

.b-accommodations-slider .accommodations-slider .accomodation-content {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    padding: 23px 18px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .b-accommodations-slider .accommodations-slider .accomodation-content {
        min-width: 360px;
        width: auto;
    }
}

.b-accommodations-slider .accommodations-slider .accomodation-content .accommodation-title {
    color: #000000;
    font-size: 16px;
}

.b-accommodations-slider .accommodations-slider .accomodation-content a {
    color: #991B1E;
    font-size: 16px;
    text-decoration: underline;
}

.b-accommodations-slider .accommodations-slider .accomodation-content a:hover {
    color: #991B1E;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .b-accommodations-slider .accommodations-slider .slick-list {
        padding-left: 0px !important;
    }
}

.b-accommodations-slider-detail {
    padding: 45px 0;
}

@media screen and (max-width: 576px) {
    .b-accommodations-slider-detail {
        padding: 20px 0;
    }
}

.b-accommodations-slider-detail .slick-arrow {
    background-color: #914332;
    color: #ffffff;
    height: 75px;
    width: 60px !important;
    text-align: center;
    top: 50%;
    z-index: 4;
}

.b-accommodations-slider-detail .slick-arrow:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 17px;
    height: 29px;
}

.b-accommodations-slider-detail .slick-arrow svg path {
    fill: #ffffff;
}

.b-accommodations-slider-detail .slick-arrow.slick-prev {
    left: 0;
}

.b-accommodations-slider-detail .slick-arrow.slick-prev:before {
    background-image: url("../images/slider_left_arrow_white.svg");
}

.b-accommodations-slider-detail .slick-arrow.slick-next {
    right: 0;
}

.b-accommodations-slider-detail .slick-arrow.slick-next:before {
    background-image: url("../images/slider_right_arrow_white.svg");
}

.b-accommodations-slider-detail .accomdations-room-gallery .slick-slide img {
    height: 100%;
    width: 100%;
}

.b-accommodations-slider-detail .room-specs {
    display: flex;
    margin-bottom: 20px;
}

.b-accommodations-slider-detail .room-specs span {
    color: #707070;
    font-size: 16px;
    padding: 0 10px;
}

.b-accommodations-slider-detail .room-specs span:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-right: 6px;
    vertical-align: bottom;
}

.b-accommodations-slider-detail .room-specs span.bed_type:before {
    background-image: url(../images/icon_bed.svg);
    width: 24px;
    height: 19px;
}

.b-accommodations-slider-detail .room-specs span.occupancy:before {
    background-image: url(../images/icon_occupancy.svg);
    width: 9px;
    height: 20px;
}

.b-accommodations-slider-detail .room-specs span:first-child {
    padding-left: 0;
}

.b-accommodations-slider-detail .room-specs span:last-child {
    padding-right: 0;
}

.b-accommodations-slider-detail .accomdations-room-info {
    font-family: 'Work Sans', sans-serif;
    padding: 20px 0;
}

.b-accommodations-slider-detail .accomdations-room-info h2 {
    color: #707070;
    font-family: 'Work Sans', sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none;
}

.b-accommodations-slider-detail .accomdations-room-info .accomdations-room-info-content-description {
    color: #000000;
    font-size: 18px;
}

.b-accommodations-slider-detail .accomdations-room-info .button-container {
    margin-top: 22px;
}

.b-accommodations-slider-detail .accomdations-room-info .button-container .button {
    margin-right: 30px;
}

.b-accommodations-slider-detail .tabs-wrapper .tab-content .tabs-content-container {
    width: 95%;
}

.b-accommodations-slider-detail .tabs-wrapper .tab-nav {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .accomdations-room-info-content {
        padding: 0 20px;
    }
}

.content-grid-block {
    position: relative;
}

/*.content-grid-block .container {padding: 60px 0;}*/
.content-grid-block .content-grid {
    /*	padding: 30px;*/
    position: relative;
    z-index: 2;
}

.content-grid-block .content-grid .content-item .content-item-container {
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 100%;
    position: relative;
    background: #FFF;
    max-width: 620px;
    margin: auto;
}

.content-grid-block .content-grid .content-item .content-item-container>img {
    width: 100%;
    aspect-ratio: 550 / 360;
    object-fit: cover;
}

.content-grid-block .content-grid .content-item .content-item-container .content-item-text {
    padding: 30px 30px 30px;
    position: relative;
}

.content-grid-block .content-grid .content-item .content-title {
    color: #163450;
    display: block;
    font-family: 'Work Sans', serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    text-align: left;
    top: 20px;
    left: 0;
    background: #fff;
    width: 80%;
    text-transform: uppercase;
    transform: translateY(-100%);
    padding: 11px 25px;
}

.content-grid-block .content-grid .content-item .content-text {
    color: #3C3C3C;
    font-size: 18px;
    margin: 16px 0;
    background: #fff;
    line-height: 28px;
}

.content-grid-block .content-grid .content-item .button {
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
    .content-grid-block .content-grid .content-item .content-title {
        font-size: 18px;
        padding: 8px 20px;
    }

    .content-grid-block .content-grid .content-item .content-text {
        font-size: 16px;
    }
}

.icon-block .section-heading {
    border-bottom: none;
}

/*.icon-block .container {padding: 80px 0;}*/
.icon-block.icon-content-block .icon-grid {
    display: flex;
    flex-wrap: wrap;
    /*	margin-top: 60px;*/
}

.icon-block.icon-content-block .box {
    display: flex;
    width: 33.33%;
    padding: 20px;
    box-sizing: border-box;
}

.icon-block.icon-content-block .box .img-fluid {
    width: 100%;
    height: 75px;
    margin-right: 20px;
}

.icon-block.icon-content-block .box .text {
    color: #000000;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.icon-block.icon-content-block .box .icon-title {
    font-family: 'Work Sans', serif;
    font-size: 27px;
    text-align: left;
}

/*.icon-block.icon-content-block .section-heading {border-bottom: 7px solid #e6f5ff;}*/
.icon-block.icon-content-block .icon-grid .icon-container {
    display: flex;
    flex-grow: initial;
    width: 100%;
    max-width: 320px;
    text-align: left;
}

.icon-grid {
    display: flex;
    flex-wrap: wrap;
}

.icon-grid .icon-col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.icon-grid .icon-container {
    margin-bottom: 40px;
    width: 20%;
    min-width: 150px;
    padding: 0 10px;
}

.icon-grid .icon-container svg {
    height: 69px;
}

.icon-grid .icon-container .icon-title {
    color: #000000;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 16px;
    text-align: center;
    text-transform: uppercase;
}

.icon-grid .icon-container .icon-title span {
    text-transform: none;
    font-size: 16px;
}

/* callout-blocks-block */
.callout-blocks-block .each-callout-block {
    padding-left: 8px;
    padding-right: 8px;
}

.callout-blocks-block .each-callout-block:first-of-type {
    padding-left: 0;
}

.callout-blocks-block .each-callout-block:last-of-type {
    padding-right: 0;
}

.callout-blocks-block .each-callout-block .each-callout-block-inner {
    background-position: center center;
    background-size: cover;
    height: 38vw;
    text-align: center;
    vertical-align: middle;
    display: table;
    width: 100%;
    margin: auto;
    position: relative;
    text-decoration: none !important;
}

.callout-blocks-block .each-callout-block .each-callout-block-inner:before {
    background-color: rgba(35, 58, 79, 0.32);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    transition: background 0.4s ease-in-out;
}

.callout-blocks-block .each-callout-block .each-callout-block-inner:hover:before {
    background-color: rgba(35, 58, 79, 0.65);
}

.callout-blocks-block .each-callout-block .each-callout-block-inner>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.callout-blocks-block .each-callout-block .each-callout-block-inner>div * {
    transition: all 0.4s ease-in-out;
    color: #fff;
}

.callout-blocks-block .each-callout-block .each-callout-block-inner .row-heading {
    display: block;
    width: 100%;
    text-align: center;
    z-index: 1;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    margin: 0;
    font-weight: 500;
}

.callout-blocks-block .each-callout-block .each-callout-block-inner .row-content {
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(1000%) scaleY(0);
    -moz-transform: translateY(1000%) scaleY(0);
    transform: translateY(1000%) scaleY(0);
    max-height: 0;
}

.callout-blocks-block .each-callout-block .each-callout-block-inner .link {
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(1000%);
    -moz-transform: translateY(1000%);
    transform: translateY(1000%);
}

.callout-blocks-block .each-callout-block .each-callout-block-inner .link:after {
    background: #fff;
}

.callout-blocks-block .each-callout-block .each-callout-block-inner:hover .row-heading {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
}

.callout-blocks-block .each-callout-block .each-callout-block-inner:hover .row-content {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    -moz-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    max-height: 400px;
}

.callout-blocks-block .each-callout-block .each-callout-block-inner:hover .link {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .callout-blocks-block .each-callout-block .each-callout-block-inner {
        height: 500px;
    }

    .callout-blocks-block .each-callout-block:first-of-type {
        padding-left: 8px;
    }

    .callout-blocks-block .each-callout-block:last-of-type {
        padding-right: 8px;
    }
}

/* callout-grid-block */
.callout-grid-block {
    background: #f7f7f7;
    text-align: center;
}

.callout-grid-block .each-callout-grid {
    min-height: 50vh;
}

.callout-grid-block .each-callout-grid .text {
    background: transparent;
    transition: all 0.4s ease-in-out;
}

.callout-grid-block .each-callout-grid .text * {
    transition: all 0.4s ease-in-out;
}

.callout-grid-block .each-callout-grid .text *:not(.button) {
    color: #fff;
}

.callout-grid-block .each-callout-grid .each-callout-grid-inner {
    overflow: hidden;
    display: block;
    height: 100%;
}

.callout-grid-block .each-callout-grid .each-callout-grid-inner:hover .text {
    background: rgba(35, 51, 65, 0.65);
}

.callout-grid-block .each-callout-grid .row-heading {
    display: block;
    width: 100%;
    text-align: center;
    z-index: 1;
    margin: 0;
    font-weight: 500;
    -webkit-transform: translateY(1000%);
    -moz-transform: translateY(1000%);
    transform: translateY(1000%);
}

.callout-grid-block .each-callout-grid .row-content {
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(1000%) scaleY(0);
    -moz-transform: translateY(1000%) scaleY(0);
    transform: translateY(1000%) scaleY(0);
    max-height: 0;
}

.callout-grid-block .each-callout-grid .link {
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(1000%);
    -moz-transform: translateY(1000%);
    transform: translateY(1000%);
}

.callout-grid-block .each-callout-grid .link:after {
    background: #fff;
}

.callout-grid-block .each-callout-grid .each-callout-grid-inner:hover .row-heading {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
}

.callout-grid-block .each-callout-grid .each-callout-grid-inner:hover .row-content {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    -moz-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    max-height: 400px;
}

.callout-grid-block .each-callout-grid .each-callout-grid-inner:hover .link {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

/* content banner */
.content-banner {
    padding: 40px 0;
}

.content-banner .container {
    position: relative;
    max-width: 960px;
}

.content-banner .container::before {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="447" height="447" viewBox="0 0 447 447"><defs><clipPath id="clip-path"><rect id="Rectangle_675" data-name="Rectangle 675" width="447" height="447" fill="%23fafafa"/></clipPath></defs><g id="G" transform="translate(0 -0.785)" opacity="0.045"><g id="Group_349" data-name="Group 349" transform="translate(0 0.785)" clip-path="url(%23clip-path)"><path id="Path_41404" data-name="Path 41404" d="M202.459,22.958c-98.977,0-179.506,80.506-179.506,179.467,0,98.944,80.528,179.458,179.506,179.458,98.961,0,179.481-80.515,179.481-179.458,0-98.96-80.52-179.467-179.481-179.467m0,378.937C92.437,401.9,2.937,312.411,2.937,202.424c0-110,89.5-199.487,199.522-199.487,110.005,0,199.505,89.485,199.505,199.487,0,109.986-89.5,199.471-199.505,199.471" transform="translate(21.416 19.943)" fill="%23fafafa"/><path id="Path_41405" data-name="Path 41405" d="M231.259,117.9a17.847,17.847,0,0,0-12.056,5.637c-5.124,5.132-5.9,10.52-5.638,17.948l1.534,50.5-3.325,2.313c-21.79,15.113-37.437,24.091-75.636,26.131C78.718,223.513,13.6,187.625,13.861,117.9c0-56.133,43.581-101.754,113.057-103.3,27.172-.763,66.905,11.026,79.981,19.988l5.133,3.6-8.209,28.452-2.305-.771-2.305-4.1c-7.686-14.864-30.513-42.8-74.351-41.783-55.115,1.285-80.5,42.3-81.009,94.848-.771,55.619,30.5,102.011,91.009,99.192,38.971-2.048,55.629-11.026,52.81-54.856-1.285-17.94,3.333-34.346-25.895-39.47l-6.923-1.285-1.783-4.1a431.127,431.127,0,0,0,48.2,2.562,305.134,305.134,0,0,0,30.5-1.285Z" transform="translate(101.062 104.77)" fill="%23fafafa"/><path id="Path_41406" data-name="Path 41406" d="M223.874,5.19C103.3,5.19,5.191,103.28,5.191,223.836S103.3,442.482,223.874,442.482s218.684-98.09,218.684-218.646S344.451,5.19,223.874,5.19m0,442.482C100.437,447.672,0,347.252,0,223.836S100.437,0,223.874,0,447.749,100.419,447.749,223.836,347.312,447.672,223.874,447.672" transform="translate(0 -1.468)" fill="%23fafafa"/></g></g></svg>');
    position: absolute;
    top: 0;
    width: 450px;
    height: 100%;
    3 background-repeat: no-repeat;
    right: -80px;
}


.content-banner a {
    color: inherit;
}

.content-banner a.bottom-line::after {
    background-color: #FFFAF0;
}

/* content-block */
.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4 {
    margin-bottom: 20px;
}

.content-block p {
    margin-bottom: 0px;
    color: #707070;
}


/* content-list-block */
.content-list-block h2:before {
    content: none;
}

/* card-image-block */
.card-img-block .hero-overlay.no-img {
    mix-blend-mode: multiply;
}

.card-img-block .cta-block-content-container {
    display: flex;
}

.card-img-block .cta-block-content-container .img-wrapper {
    width: 70%;
}

.card-img-block.right .cta-block-content-container .img-wrapper {
    margin-left: auto;
}

.card-img-block .cta-block-content-container .img-wrapper img {
    aspect-ratio: 780/600;
    object-position: center;
}

.card-img-block.right .cta-block-content-container .img-wrapper img {
    aspect-ratio: 780/540;
    object-position: center;
}

.card-img-block .container {
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
    padding-top: 60px;
}

.card-img-block .container.no-img .content-block-card {
    background-color: transparent;
    color: #ffffff;
}

.card-img-block .container.no-img .content-block-card .section-heading:after {
    content: none;
}

.card-img-block .container.no-img .content-block-card .section-heading {
    display: block;
    padding-bottom: 0;
}

.card-img-block .container.no-img .content-block-card .section-heading,
.cta-block .container.no-img .content-block p {
    color: #ffffff !important;
    text-align: center;
}

.card-img-block .content-block-card {
    background-color: #ffffff;
    font-size: 18px;
    padding: 35px;
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    box-shadow: 0 20px 30px #0000001a;
}

.card-img-block .content-block-card .section-heading {
    padding-left: 0;
    padding-right: 0;
}

.card-img-block.right .content-block-card {
    left: 0;
}

.card-img-block .content-block-card.dark_blue {
    background: #012834;
    color: #fff !important;
}

.card-img-block .content-block-card.dark_blue h2,
.card-img-block .content-block-card.dark_blue a {
    color: #fff;
}

.card-img-block .content-block-card.dark_blue a:after {
    background: #fff;
}

@media screen and (max-width: 1000px) {
    .card-img-block .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .card-img-block .cta-block-content-container {
        flex-direction: column;
    }

    .card-img-block .content-block {
        padding: 40px;
    }
}

@media screen and (max-width: 500px) {
    .card-img-block .no-img .content-block-card {
        padding: 0;
    }
}

.card-img-block h1,
.cta-block h2,
.cta-block h3,
.cta-block h4,
.cta-block h5,
.cta-block h6 {
    margin-bottom: 30px;
}

.instagram-heading {
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #D36C45;
    padding: 0 30px;
}

.background-text {
    font-family: "Bull Run", sans-serif;
    font-size: 70px;
    line-height: 60px;
    color: #E0D9CA;
    letter-spacing: 0;
    margin-left: -110px;
    display: flex;
    justify-content: start;
    z-index: 0;
}

.background-text.position-left {
    position: absolute;
    top: 20px;
    left: 0;
}

.background-text.position-right {
    position: absolute;
    top: 20px;
    right: 0;
}

.background-text.bottom-position {
    position: absolute;
    bottom: 0;
    left: 10%;
}

.background-text.rotated-right {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: bottom right;
    font-size: 60px;
    color: #04455A;
}

.has-background-text.bottom-position {
    padding-bottom: 110px !important;
}

.has-background-text.position-left {
    padding-top: 120px !important;
}

.has-background-text.position-right {
    padding-top: 100px !important;
}

/* cta-block */
.cta-block .hero-overlay.no-img {
    mix-blend-mode: multiply;
}

.cta-block *:not(.button) {
    position: relative;
}

.cta-block .cta-block-content-container {
    display: flex;
}

.cta-block .cta-block-content-container div {
    flex: 1;
    min-width: 50%;
}

.cta-block .cta-block-content-container div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cta-block .container {
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
    padding-top: 60px;
}

.cta-block .container.no-img .content-block {
    background-color: transparent;
    color: #ffffff;
}

.cta-block .container.no-img .content-block .section-heading:after {
    content: none;
}

.cta-block .container.no-img .content-block .section-heading {
    display: block;
    padding-bottom: 0;
}

.cta-block .container.no-img .content-block .section-heading,
.cta-block .container.no-img .content-block p {
    color: #ffffff !important;
    text-align: center;
}

.cta-block .content-block {
    background-color: #ffffff;
    font-size: 18px;
    padding: 80px 40px;
}

.cta-block .section-heading:after {
    left: 0;
    transform: none;
}

@media screen and (max-width: 1000px) {
    .cta-block .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .cta-block .cta-block-content-container {
        flex-direction: column;
    }

    .cta-block .content-block {
        padding: 40px;
    }
}

@media screen and (max-width: 500px) {
    .cta-block .no-img .content-block {
        padding: 0;
    }
}

.cta-block h1,
.cta-block h2,
.cta-block h3,
.cta-block h4,
.cta-block h5,
.cta-block h6 {
    margin-bottom: 30px;
}

.hero-overlay {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* xs, sm, md, lg */
@media (max-width: 1199px) {
    .diagonal-callouts-block .each-callout-outer {
        transform: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        min-height: 30vh;
    }

    .diagonal-callouts-block .each-callout-outer:first-of-type {
        margin-left: 0;
        width: 100%;
    }

    .diagonal-callouts-block .each-callout-outer:last-of-type {
        margin-right: 0;
        width: 100%;
    }

    .diagonal-callouts-block .each-callout-inner {
        transform: none;
        height: 100%;
        width: 100%;
        left: 0;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .diagonal-callouts-block .content {
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
    }

    .diagonal-callouts-block .each-callout-outer:first-of-type .content {
        margin-left: auto;
        margin-right: auto;
    }

    .diagonal-callouts-block .each-callout-outer:last-of-type .content {
        margin-left: auto;
        margin-right: auto;
    }

    .diagonal-callouts-block .hidden-content {
        opacity: 1;
        visibility: visible;
        text-align: center;
        margin-bottom: 0;
    }

    /* .diagonal-callouts-block .each-callout-outer:last-of-type .hidden-content {text-align: center; margin-top: 45px;}*/
    .diagonal-callouts-block .each-callout-outer:hover .content img {
        max-width: 300px;
        max-height: 85px;
    }
}

/* xs, sm, md */
@media (max-width: 991px) {
    .diagonal-callouts-block .content {
        max-width: 720px;
    }
}

/* xs, sm */
@media (max-width: 767px) {
    .diagonal-callouts-block .content {
        max-width: 540px;
    }

    .sbi-owl-prev,
    .sbi-owl-next {
        display: none !important;
    }
}

.four-box article {
    min-height: 255px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}

.four-box article h3 {
    color: #eeefe8;
    font-size: 38px;
    font-weight: 400;
    line-height: 39.24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.17px;
    z-index: 99999;
}

.four-box article.height-2 {
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
}

.four-box article.item {
    transition: all 0.3s ease-in-out;
}

.four-box article.item:hover {
    transition: all 0.3s ease-in-out;
}

.four-box article.item:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    z-index: 1;
}

.four-box article.item.hl {
    background-position: center !important;
    height: 344px;
}

.four-box article.item.hs {
    background-position: center !important;
    height: 335px;
}

.four-box article .content-box {
    z-index: 999;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.four-box article .content-box .content {
    display: none;
}

.four-box article:hover {
    transition: all 0.3s ease-in-out;
}

.four-box article:hover .content-box {
    transition: all 0.3s ease-in-out;
}

.four-box article:hover .content-box .content {
    display: block;
    transition: all 0.3s ease-in-out;
}

/* full-height-callout-block */
.full-height-callout-block {
    height: auto;
    min-height: 75vh;
}

.full-height-callout-block .each-callout-block .each-callout-block-inner {
    background-position: center center;
    background-size: cover;
    height: 38vw;
    text-align: center;
    vertical-align: middle;
    display: table;
    width: 100%;
    margin: auto;
    position: relative;
    text-decoration: none !important;
}

.full-height-callout-block .each-callout-block .each-callout-block-inner:before {
    background-color: rgba(39, 55, 70, 0.35);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    transition: background 0.4s ease-in-out;
}

.full-height-callout-block .each-callout-block .each-callout-block-inner:hover:before {
    background-color: rgba(39, 55, 70, 0.92);
}

.full-height-callout-block .each-callout-block .each-callout-block-inner>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.full-height-callout-block .each-callout-block .each-callout-block-inner>div * {
    transition: all 0.4s ease-in-out;
    color: #fff;
}

.full-height-callout-block .each-callout-block .each-callout-block-inner .row-heading {
    display: block;
    width: 100%;
    text-align: center;
    z-index: 1;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    margin: 0;
    font-weight: 500;
}

.full-height-callout-block .each-callout-block .each-callout-block-inner .row-content {
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(1000%) scaleY(0);
    -moz-transform: translateY(1000%) scaleY(0);
    transform: translateY(1000%) scaleY(0);
    max-height: 0;
}

.full-height-callout-block .each-callout-block .each-callout-block-inner .link {
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(1000%);
    -moz-transform: translateY(1000%);
    transform: translateY(1000%);
}

.full-height-callout-block .each-callout-block .each-callout-block-inner .link:after {
    background: #fff;
}

.full-height-callout-block .each-callout-block .each-callout-block-inner:hover .row-heading {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
}

.full-height-callout-block .each-callout-block .each-callout-block-inner:hover .row-content {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    -moz-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    max-height: 400px;
}

.full-height-callout-block .each-callout-block .each-callout-block-inner:hover .link {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

/* xs, sm, md, lg */
@media (max-width: 1199px) {
    .full-height-callout-block {
        min-height: 30vh;
    }

    .full-height-callout-block img,
    .full-height-callout-block svg {
        margin-bottom: 45px;
    }

    .full-height-callout-block p:last-of-type {
        margin-bottom: 45px;
    }

    .full-height-callout-block .each-callout-block .each-callout-block-inner {
        height: 500px;
    }
}

/* xs, sm */
@media (max-width: 767px) {
    .full-height-callout-block .each-callout-block .each-callout-block-inner:before {
        background-color: rgba(39, 55, 70, 0.92);
    }

    .full-height-callout-block .each-callout-block .each-callout-block-inner .row-heading {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    .full-height-callout-block .each-callout-block .each-callout-block-inner .row-content {
        opacity: 1;
        -webkit-transform: translateY(0) scaleY(1);
        -moz-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1);
        max-height: 400px;
    }

    .full-height-callout-block .each-callout-block .each-callout-block-inner .link {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

/* gallery */
.gallery .gallery-image {
    height: 0;
    padding-bottom: 110%;
    display: block;
    position: relative;
}

.gallery-image-container-0 .gallery-image {
    padding-bottom: 97%;
}

.gallery-image-container-1 .gallery-image {
    padding-bottom: 55%;
}

.gallery .image-8 .gallery-image {
    padding-bottom: 49%;
}

.featherlight .featherlight-content {
    border: 0;
    padding: 0;
    max-height: 80%;
    background: transparent;
    overflow: visible;
}

.featherlight-next,
.featherlight-previous {
    top: 0;
}

.featherlight-next {
    right: 0;
    left: 90%;
}

.featherlight-previous {
    left: 0;
    right: 90%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
    background: transparent;
}

.featherlight-next span,
.featherlight-previous span {
    font-size: 40px;
    margin-top: 0;
    line-height: 1;
    text-shadow: none;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

.featherlight-next span:hover,
.featherlight-previous span:hover {
    display: block;
}

.featherlight-next svg,
.featherlight-previous svg {
    fill: transparent;
    width: 55px;
    height: 55px;
    transition: all 0.4s ease-in-out;
}

.featherlight-next:hover svg,
.featherlight-previous:hover svg {
    fill: #fff;
}

.featherlight .featherlight-close-icon {
    top: -25px;
    right: -25px;
    width: auto;
    line-height: 1;
    outline: 0 !important;
    background: transparent;
}

.featherlight .featherlight-close-icon .close-icon {
    display: block;
}

/* heading-block */
.heading-block p:last-of-type {
    margin-bottom: 0;
}

.heading-block h2:before {
    content: none;
}

.heading-content-block {
    padding: 40px 0;
}

.heading-content-block .text-container {
    margin: 0 auto;
}

.heading-content-block h2:after,
.heading-content-block h3:after,
.heading-content-block h4:after {
    background-color: #e6f5ff;
    content: "";
    display: block;
    height: 7px;
    width: 120px;
    margin: 0 auto;
    margin-top: 10px;
}

.heading-content-block h2 {
    font-family: 'Work Sans', serif;
    font-size: 48px;
    font-weight: 300;
    text-transform: none;
}

.heading-content-block h3 {
    font-family: 'Work Sans', serif;
    font-size: 48px;
    text-transform: none;
}

.heading-content-block p {
    color: #000;
    font-size: 18px;
}

.heading-content-block .button {
    margin-top: 30px;
}

.headline-grid .headline-grid-headline {
    font-family: 'Work Sans', serif;
    font-weight: 300;
    font-style: normal;
    font-size: 48px;
    text-align: center;
    text-transform: none;
}

.headline-grid .grid-item .grid-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headline-grid .grid-item .grid-item-image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 338px;
    height: 362px;
}

.headline-grid .grid-item .grid-item-headline {
    font-family: 'Work Sans', serif;
    font-weight: 600;
    font-size: 27px;
    font-style: normal;
    margin-top: 16px;
    text-transform: none;
}

.headline-grid .grid-item .button {
    min-width: auto;
}

/* ----------- Hero ----------- */
.hero-wrapper {
    /*padding-top: 100px;*/
    height: 60vh;
    position: relative;
    display: flex;
}

.hero-wrapper.large {
    height: 85vh;
}

@media screen and (max-width: 768px) {
    .hero-wrapper {
        min-height: 50vh;
    }
}

.hero-wrapper .hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*.hero-wrapper.short {min-height: 30vh;}.hero-wrapper.short .slider,.hero-wrapper.short .slick-list,.hero-wrapper.short .slick-track,.hero-wrapper.short .slide,.hero-wrapper.short .slick-slide {height: auto;min-height: 30vh;}.hero-wrapper.short > .container-fluid {min-height: 30vh;}*/
.hero-wrapper .slider,
.hero-wrapper .slick-list,
.hero-wrapper .slick-track,
.hero-wrapper .slide,
.hero-wrapper .slick-slide {
    height: 100%;
    min-height: 80vh;
}

.hero-wrapper p,
.hero-wrapper ol,
.hero-wrapper ul {
    color: #fff;
    font-size: 20px;
}

.hero-wrapper video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100vw;
    min-height: 80vh;
}

@media screen and (max-width: 1800px) {
    .hero-wrapper video {
        left: 53%;
    }
}

@media screen and (max-width: 1600px) {
    .hero-wrapper video {
        left: 58%;
    }
}

@media screen and (max-width: 1400px) {
    .hero-wrapper video {
        left: 63%;
    }
}

@media screen and (max-width: 640px) {
    .hero-wrapper video {
        min-height: 75vh;
        height: 75vh;
    }
}

.hero-wrapper>.container-fluid {
    height: 100%;
}

/*@media screen and (max-width: 768px) {.hero-wrapper > .container-fluid {min-height: 50vh;}}@media screen and (max-width: 576px) {.hero-wrapper > .container-fluid {min-height: 50vh;}}*/
.hero-wrapper .slick-arrow {
    height: 55px;
    width: 55px;
    stroke: #fff;
    stroke-width: .4px;
    border: none;
    border-radius: 0;
}

.hero-wrapper .slick-arrow img {
    display: none;
}

.hero-wrapper .slick-arrow.prev-arrow {
    left: 10px;
}

.hero-wrapper .slick-arrow.next-arrow {
    right: 10px;
}

.home .hero-wrapper {
    margin-bottom: 0 !important;
}

.home .hero-wrapper .container .col-12 {
    background-color: transparent !important;
}

.page-template-default .hero-wrapper .background-text {
    font-size: 220px;
    color: #ffffff;
    position: absolute;
    line-height: 0.85;
    left: 13vw;
    top: auto;
    bottom: 0;
    opacity: 0.35;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    text-align: center;
}

.page-template-default .hero-wrapper .container {
    height: 100%;
    padding-bottom: 0 !important;
}

/*.page-template-default .hero-wrapper .container .row {padding-bottom: 0 !important;position: relative;align-content: center !important;}.page-template-default .hero-wrapper .container .col-12 {align-self: flex-end;}*/
.hero-wrapper h1 {
    background-color: #fff;
    font-family: "Libre Baskerville", serif;
    font-size: 30px;
    line-height: 1;
    margin-top: auto;
    margin-left: 60px;
    letter-spacing: 0.5px;
    color: #041124;
}

.ui-datepicker-header {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
}

.ui-datepicker-calendar {
    margin: 0 auto !important;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev span {
    background-image: url("../images/datepicker-arrow.svg") !important;
    background-size: cover !important;
    background-position: center !important;
    width: 9px !important;
    height: 16px !important;
    transform: rotate(-180deg);
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
    order: 3;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next span {
    background-image: url("../images/datepicker-arrow.svg") !important;
    background-size: cover !important;
    background-position: center !important;
    width: 9px !important;
    height: 16px !important;
    order: 3;
}

#ui-datepicker-div {
    background-color: #ffffff;
}

.datepicker.medium.mdy.datepicker_no_icon.hasDatepicker {
    width: 100% !important;
}

/* DATEPICKER STYLING */
.ui-datepicker-calendar {
    background-color: #ffffff;
}

.ui-datepicker-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: none;
    color: #221408;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    border-radius: 0;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: none repeat scroll 0 0 #163450;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
}

.ui-datepicker-title {
    color: #ffffff;
}

.ui-widget-header .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 17px;
    width: 11px;
}

.ui-icon-circle-triangle-e {
    background-position: -11px 0;
}

.ui-icon-circle-triangle-w {
    background-position: 0 0;
}

.ui-icon {
    height: 17px;
    width: 11px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    left: 60%;
}

.ui-state-hover {
    border: none !important;
    background: #237fffe2 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    /* background: transparent !important; */
    border: medium none !important;
    margin: 0 !important;
    text-align: center !important;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    width: 100%;
    text-shadow: none;
}

.ui-datepicker tbody td {
    width: 14.285714286%;
}

.ui-datepicker th {
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    background: none repeat scroll 0 0 #237fffe2 !important;
}

.ui-widget-content {
    border: 1px solid #f4efe5;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-image: none !important;
}

.ui-datepicker {
    padding: 0 !important;
}

.wsp-pages-list {
    text-align: left;
}

.booking-title-mobile {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

@media screen and (max-width: 840px) {
    .booking-title-mobile {
        display: block;
    }
}

@media only screen and (max-width: 1025px) {
    .brand-topper {
        height: auto;
        position: relative;
        z-index: 8888;
        top: 0;
        width: 100%;
        left: 0;
        border-bottom: none;
        background-color: #221408;
    }
}

.booking-title a {
    background: #bea783 none repeat scroll 0 0;
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.5em;
    line-height: 150%;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
}

.booking-title>a:hover {
    background-color: #ae9773;
    transition: background-color 0.5s;
}

.home .booking-title {
    display: block;
}

.booking-title {
    display: none;
}

.booking-title-mobile a {
    background: #163450 none repeat scroll 0 0;
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 150%;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.booking-title-mobile>a:hover {
    background-color: #DBA668;
    transition: background-color 0.5s;
}

.booking-title-mobile {
    display: none;
}

@media screen and (max-width: 840px) {
    .home .booking-title-mobile {
        display: block;
    }
}

.book-form-wrapper {
    background: #ffffff none repeat scroll 0 0;
}

@media screen and (max-width: 840px) {
    .book-form-wrapper {
        display: none;
    }
}

.home .book-form-wrapper {
    position: relative;
    top: -100px;
    width: 85%;
    margin: 0 auto;
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    -webkit-box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.29);
}

@media screen and (max-width: 840px) {
    .home .book-form-wrapper {
        width: 100%;
        top: 0;
        position: relative;
    }
}

.book-form-wrapper>form {
    margin: 0 auto;
    padding: 20px 0;
    width: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.book-form-wrapper>form fieldset {
    margin-bottom: 0;
}

@media screen and (max-width: 840px) {
    .book-form-wrapper form {
        width: 100%;
    }

    .book-form-wrapper fieldset {
        background-color: #ffffff;
        float: none;
    }

    .book-form-wrapper fieldset.form-actions {
        background-color: transparent;
        margin-bottom: 0;
    }
}

.hero-wrapper .book-form-wrapper {
    width: 70%;
    background: #fff;
    bottom: -40px;
    margin: 0 auto;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    -webkit-box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.29);
    max-width: 1100px;
}

.hero-wrapper .book-form-wrapper>form {
    width: 100%;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.hero-wrapper .book-form-wrapper>form fieldset {
    margin-bottom: 0;
    padding: 10px;
    width: 33%;
    position: relative;
}

.hero-wrapper .book-form-wrapper>form fieldset.last-form-select {
    border-right: none;
}

.hero-wrapper .book-form-wrapper>form fieldset.form-actions {
    padding: 0;
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 82px;
    background: #163450;
    font-family: 'Work Sans';
}

.hero-wrapper .book-form-wrapper>form fieldset.form-actions input {
    background: transparent;
    height: 81px;
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    font-weight: 400;
}

.hero-wrapper .book-form-wrapper>form fieldset.form-actions input[type=submit] {
    font-size: 20px;
    font-weight: 600;
    color: #E6F5FF;
    font-family: 'Work Sans';
}

.hero-wrapper .book-form-wrapper>form fieldset label {
    font-size: 14px;
    color: #959595;
    margin-bottom: 0;
    line-height: 1;
}

.hero-wrapper .book-form-wrapper>form fieldset input {
    width: 100%;
    margin-top: 0;
    padding: 5px 0;
}


.hero-wrapper .book-form-wrapper>form *:focus-visible {
    outline: 2px solid #163450 !important;
}


.date-wrapper {
    height: 100px;
    width: 100%;
}

.date-wrapper input.datepicker {
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.custom-date-box {
    background: white;
    padding: 5px 30px;
    pointer-events: none;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 300px;
    margin: auto;
    transform: translate(-50%, -50%);
}

.custom-date-box .label {
    font-size: 14px;
    color: #A9A8A4;
    text-transform: uppercase;
    font-weight: 500;
}

.custom-date-box .date-day {
    color: #163450;
    font-size: 36px;
    line-height: 1;
}

.custom-date-box .date-month-year {
    color: #7B7B78;
    font-size: 14px;
}

.custom-date-box .date-weekday {
    font-size: 12px;
    color: #A5A5A0;
}

.form-actions {
    width: 280px;
}

@media screen and (max-width: 992px) {
    .form-actions {
        margin-left: 10px;
    }
}

.form-select {
    margin-right: 1%;
    width: auto;
}

.form-select #rooms {
    /*width: 130px;*/
}

.form-select #adults {
    /*width: 130px;*/
}

.book-form-wrapper input {
    background: rgba(0, 0, 0, 0) url("images/arrow.svg") no-repeat scroll 96% center;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #BABABA;
    color: #000000;
    font-family: 'Trade Gothic LT', serif;
    padding: 10px;
    width: 95%;
    -webkit-appearance: none;
    border-radius: 0 !important;
}

.form-actions>input {
    background-color: #991B1E;
    background-image: none;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Libre Baskerville', serif;
}

.form-actions>input:hover {
    background-color: #d2b48c;
    border: none;
    color: #ffffff;
    transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
}

.book-form-wrapper select {
    background: rgba(0, 0, 0, 0) url("images/icon-arrow.png") no-repeat scroll 96% center;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #BABABA;
    border-top: none;
    border-radius: 0 !important;
    color: #000000;
    font-family: "Trade Gothic LT", sans-serif;
    font-size: 1em;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    width: 95%;
    -moz-appearance: none !important;
    padding-left: 2px;
}

@media only screen and (max-width: 840px) {
    .form-select {
        margin-bottom: 30px;
        margin-right: 0;
        width: 100%;
    }

    .book-form-wrapper select,
    .book-form-wrapper input {
        width: 100%;
    }
}

.b-image-content-callout {
    padding: 150px 0 0 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .b-image-content-callout {
        padding: 0;
    }
}

.b-image-content-callout .callout-image {
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    max-height: 650px;
    height: 650px;
}

@media screen and (max-width: 768px) {
    .b-image-content-callout .callout-image {
        height: auto;
        padding: 150px 0;
    }
}

.b-image-content-callout .b-image-content-callout__content {
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    padding: 60px;
    width: 471px;
    position: relative;
    top: 120px;
    z-index: 4;
}

@media (max-width: 768px) {
    .b-image-content-callout .b-image-content-callout__content {
        top: auto;
        width: 100%;
    }
}

.b-image-content-callout .b-image-content-callout__content .button {
    margin-top: 30px;
}

.image-headline-cta {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    text-align: center;
    height: auto;
    min-height: 90vh;
}

@media screen and (max-width: 768px) {
    .image-headline-cta {
        min-height: 50vh;
    }
}

.image-headline-cta .overlay {
    background-color: rgba(0, 0, 0, 0.29);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-headline-cta .block-content {
    position: relative;
    z-index: 1;
}

.image-headline-cta .block-content h2 {
    color: #ffffff;
    font-family: 'Work Sans', serif;
    font-size: 49px;
    font-weight: 400;
    text-transform: none;
}

.image-headline-cta .block-content .row-content {
    color: #ffffff;
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .image-headline-cta .block-content .row-content {
        width: 80%;
    }
}

.image-headline-cta .block-content .row-content p {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.image-headline-cta .block-content .button {
    background-color: #991B1E !important;
    border-left: none !important;
}

.b-image-grid-headline {
    /*	padding: 80px 0;*/
    position: relative;
}

.b-image-grid-headline .background-title {
    font-family: 'Work Sans', serif;
    font-size: 151px;
    color: #787878;
    position: absolute;
    top: -1%;
    opacity: 0.1;
    z-index: 0;
    width: 100%;
    text-align: center;
}

.b-image-grid-headline .headline {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

/*.b-image-grid-headline .headline h2 {color: #000;font-family: 'Work Sans', serif;font-size: 48px;font-weight: 700;text-transform: none;}.b-image-grid-headline .headline h2:after {content: "";display: block;width: 121px;height: 7px;background-color: #e6f5ff;margin: 0 auto;}*/
@media screen and (max-width: 991px) {
    .b-image-grid-headline .image {
        margin: 20px 0;
    }
}

.b-image-grid-headline .image-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 991px) {
    .b-image-grid-headline .image-wrapper {
        gap: 0;
    }
}

.b-image-grid-headline .image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.b-image-grid-headline .gallery-left {
    padding: 0;
    margin: 0;
}

.b-image-grid-headline .gallery-left .image {
    height: 459px;
    width: 100%;
}

.b-image-grid-headline .gallery-left .image:last-child {
    height: 265px;
}

.b-image-grid-headline .gallery-right {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .b-image-grid-headline .gallery-right {
        margin-top: 20px;
    }
}

.b-image-grid-headline .gallery-right .image {
    width: 360px;
    height: 320px;
}

.b-image-grid-headline .gallery-right .image:nth-child(3) {
    height: 405px;
}

.b-image-grid-headline .gallery-right .image:nth-child(4) {
    height: 405px;
}

@media screen and (min-width: 992px) and (max-width: 1499px) {
    .b-image-grid-headline .gallery-right .image {
        width: 45%;
    }
}

@media screen and (max-width: 991px) {
    .b-image-grid-headline .gallery-right .image {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .gallery-left,
    .gallery-right {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}

/* image text alternating repeater */
.img-text-repeater-block {
    background-repeat: no-repeat;
    background-position: bottom right;
    overflow: visible;
    padding: 80px 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .img-text-repeater-block {
        padding: 10px 0;
    }
}

.img-text-repeater-block .img_text_repeater {
    position: relative;
}

.img-text-repeater-block .img_text_repeater h2 {
    font-weight: 300;
    text-transform: none;
}

.img-text-repeater-block .img_text_repeater .repeater-text {
    background: #fff;
    color: #000;
    z-index: 1;
    margin-top: 10vh;
    margin-bottom: 10vh;
    position: relative;
}

@media screen and (max-width: 768px) {
    .img-text-repeater-block .img_text_repeater .repeater-text {
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
}

.img-text-repeater-block .img_text_repeater .repeater-text:after {
    content: "";
    background-color: #DBA668;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 127px;
    height: 23px;
    z-index: -1;
}

.img-text-repeater-block .img_text_repeater .repeater-img {
    min-height: 80vh;
}

.img-text-repeater-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .img-text-repeater-block .overlay {
        display: none;
    }
}

.img-text-repeater-block .block-heading {
    color: #991B1E;
    font-family: 'Work Sans', serif;
    font-size: 100px;
    line-height: 1;
}

.img-text-repeater-block .container-custom {
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .img-text-repeater-block .block-content {
        padding: 20px 40px;
    }
}

.img-text-repeater-block .block-content h2 {
    font-size: 48px;
    font-family: 'Work Sans', serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
}

.img-text-repeater-block .block-content p {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.img-text-repeater-block .img_text_repeater .repeater-img>div {
    width: 62vw;
}

.img-text-repeater-block .img_text_repeater:nth-of-type(even) .repeater-img>div {
    margin-left: 2vw;
}

/* xs, sm, md */
@media (max-width: 991px) {
    .img-text-repeater-block .img_text_repeater .repeater-img>div {
        width: 100%;
    }

    .img-text-repeater-block .img_text_repeater:nth-of-type(even) .repeater-img>div {
        margin-left: 0;
    }

    .img-text-repeater-block h2:after {
        margin-left: auto;
        margin-right: auto;
    }
}

.img-text-reverse {
    background: #F4F4F4;
    padding: 80px 40px;
}

.img-text-reverse .img_text_repeater .repeater-img>div {
    width: 649px;
    z-index: 1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.img-text-reverse .img_text_repeater .repeater-text {
    margin-bottom: 60px;
    margin-top: 0;
    padding: 60px 80px;
    min-height: 590px;
    margin-left: 200px;
    padding-left: 510px;
    display: flex;
    align-items: center;
}

.img-text-reverse .img_text_repeater:nth-child(even) .repeater-text {
    padding-left: 80px;
    padding-right: 510px;
    margin-left: 0;
    margin-right: 200px;
}

.img-text-reverse .img_text_repeater .img-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 60px;
}

.img-text-reverse .img_text_repeater:nth-child(even) .img-wrapper {
    left: unset;
    right: 0;
}

.img-text-reverse .img_text_repeater .img-wrapper div {
    width: 649px;
    height: 470px;
}

.img-text-reverse-inner {
    max-width: 1260px;
    margin: auto;
}

.img-text-reverse .img_text_repeater:last-child .repeater-text {
    margin-bottom: 0;
}

@media only screen and (max-width: 1100px) {
    .img-text-reverse .img_text_repeater .img-wrapper div {
        width: 400px;
        height: 340px;
    }

    .img-text-reverse .img_text_repeater .repeater-text {
        padding-left: 260px;
    }

    .img-text-reverse .img_text_repeater:nth-child(even) .repeater-text {
        padding-left: 80px;
        padding-right: 260px;
    }
}

@media only screen and (max-width: 880px) {
    .img-text-reverse .img_text_repeater .repeater-text {
        width: 100%;
        margin-left: 0 !important;
        padding: 40px !important;
        margin-right: 0 !important;
        min-height: auto;
    }

    .img-text-reverse .img_text_repeater {
        flex-direction: column-reverse;
    }

    .img-text-reverse .img_text_repeater .img-wrapper {
        position: relative;
        top: 0;
    }

    .img-text-reverse .img_text_repeater .img-wrapper div {
        width: 100%;
        height: 75vw;
    }
}

/* logos slider */
.logos-slider-block {
    background: #91A6F0;
}

.logos-slider-block .section-heading {
    color: #041124;
}

.logos-slider-block .slick-arrow {
    background: transparent;
}

.slick-slide img {
    margin: 0 auto;
}

/*.slider, .slick-list, .slick-track, .slide {height: 100%;}*/
.slide {
    position: relative;
    text-align: center;
}

.slick-slide:focus {
    outline: 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color: rgba(255, 255, 255, 0.7);
    font-size: 40px;
    cursor: pointer;
    outline: 0 !important;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-dots {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding: 30px 0 0;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li button {
    -webkit-appearance: none;
    appearance: none;
    background: #7797a9;
    border: 0;
    border-radius: 100%;
    font-size: 0;
    width: 11px;
    height: 11px;
    margin: 3px;
    outline: 0 !important;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #adc1cb;
}

.slider-callouts-block {
    z-index: 2;
}

.slider-callouts-block .hidden {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 15px;
}

.slider-callouts-block .slide:hover .hidden {
    opacity: 1;
}

.slider-callouts-block h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
}

.b-offset-image-text {
    padding: 80px 0;
    position: relative;
}

.b-offset-image-text .button {
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .b-offset-image-text {
        padding: 10px 0;
    }
}

.b-offset-image-text.b-offset-image-text--watermark:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: -50vw;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.b-offset-image-text .row {
    padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .b-offset-image-text .row {
        padding-bottom: 60px;
    }
}

#offset-image-text {
    position: relative;
}

#offset-image-text ._bg {
    position: absolute;
    right: 0;
    top: 3rem;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 45vw;
}

#offset-image-text .content-right ._bg {
    left: 0;
    right: auto;
}

#offset-image-text .row.content-left .offset-content-container {
    order: 1;
}

#offset-image-text .row.content-left .offset-image-container {
    order: 2;
}

@media screen and (max-width: 991px) {
    #offset-image-text.layout_2 .row.content-right .offset-image-container {
        order: 1;
    }

    #offset-image-text.layout_1 .row.content-left .offset-image-container {
        order: 1;
    }
}

#offset-image-text .offset-content {
    margin-bottom: 30px;
}

#offset-image-text.layout_2 {
    overflow: hidden;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

#offset-image-text.layout_2 .button-container {
    padding-bottom: 30px;
}

#offset-image-text.layout_2 .content-left .button-container {
    margin-left: 60px;
    padding-left: 50px;
}

#offset-image-text.layout_2 .content-right .button-container {
    margin-right: 60px;
    padding-right: 50px;
}

#offset-image-text.layout_2 .content-left .offset-image-container:before,
#offset-image-text.layout_2 .content-right .offset-image-container:before,
#offset-image-text.layout_2 .content-left .offset-image-container:after,
#offset-image-text.layout_2 .content-right .offset-image-container:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
}

#offset-image-text.layout_2 .content-right .offset-image-container:before {
    right: 60px;
    bottom: 50%;
}

#offset-image-text.layout_2 .content-right .offset-image-container:after {
    right: 60px;
    top: 50%;
}

#offset-image-text.layout_2 .content-left .offset-image-container:before {
    left: 60px;
    bottom: 50%;
}

#offset-image-text.layout_2 .content-left .offset-image-container:after {
    left: 60px;
    top: 50%;
}

.b-offset-image-text .row.content-left {
    flex-direction: row-reverse;
    padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
    .b-offset-image-text .row.content-left {
        padding-bottom: 60px;
    }
}

.b-offset-image-text .row.content-left .background-title {
    left: 0;
    right: auto;
    width: 100vw;
}

.b-offset-image-text .row.content-left .b-offset-image-text__image {
    top: 55px;
    right: -125px;
    border-left: none;
}

@media screen and (max-width: 768px) {
    .b-offset-image-text .row.content-left .b-offset-image-text__image {
        right: auto;
        top: auto;
    }
}

.b-offset-image-text .row .offset-content-container {
    align-self: center;
}

.b-offset-image-text .b-offset-image-text__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 582px;
    width: 575px;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .b-offset-image-text .b-offset-image-text__image {
        width: 100%;
    }
}

.b-offset-image-text__content {
    overflow: hidden;
}

.b-offset-image-text .b-offset-image-text__content {
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .b-offset-image-text .b-offset-image-text__content {
        padding: 20px 40px;
    }
}

.b-offset-image-text .b-offset-image-text__content .background-title {
    font-family: 'Work Sans', serif;
    font-size: 183px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 0.7;
    position: absolute;
    left: -5.5vw;
    top: -110px;
    opacity: 0.3;
    z-index: -1;
}

.b-offset-image-text .b-offset-image-text__content .offset-headline {
    color: #000;
    font-family: 'Work Sans', serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: none;
}

.b-offset-image-text .b-offset-image-text__content .offset-headline:after {
    content: "";
    display: block;
    width: 121px;
    height: 7px;
    background-color: #e6f5ff;
}

.b-offset-image-text .b-offset-image-text__content .offset-content {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}

.b-offset-image-text.b-offset-image-text--offset_content .background-title {
    font-family: 'Work Sans', serif;
    left: -6.5vw;
    top: -30px;
    width: 100% !important;
}

.b-offset-image-text.b-offset-image-text--offset_content .b-offset-image-text__image {
    position: absolute;
    top: -80px !important;
}

@media screen and (max-width: 768px) {
    .b-offset-image-text.b-offset-image-text--offset_content .b-offset-image-text__image {
        top: auto !important;
        position: initial;
    }
}

.b-offset-image-text.b-offset-image-text--offset_content .row {
    margin-bottom: 250px;
    min-height: 450px;
    position: relative;
    top: 120px;
}

.b-offset-image-text.b-offset-image-text--offset_content .row:last-child {
    margin-bottom: 140px;
}

.b-offset-image-text.b-offset-image-text--offset_content .row.content-right .col-lg-6:first-child {
    padding-left: 0;
}

.b-offset-image-text.b-offset-image-text--offset_content .row.content-left .b-offset-image-text__image {
    right: -85px;
}

.b-offset-image-text .row:last-child {
    padding-bottom: 0;
}

/* Map Block */
/*#map-popup {position: absolute;bottom: 60px;left: 330px;width: 0;font-weight: 400;z-index: 1;border-radius: 0;color: #fff;background: #2d2926;padding: 0;font-size: 18px;height: 450px;transition: width 0.5s ease;overflow-y: auto;overflow-x: auto;}#map-popup .button {background-color: #991B1E !important;border: none;border-radius: 0;color: #ffffff;font-family: 'Work Sans', sans-serif;font-size: 16px;font-weight: 700;text-transform: uppercase;padding: 9px 14px;}#map-popup.active {width: 300px;}#map-popup #map-popup-close {position: absolute;right: 5px;top: 5px;opacity: 0;cursor: pointer;}#map-popup.active #map-popup-close {opacity: 1;transition: opacity 0.5s ease 0.5s;}#map-popup #map-popup-image {opacity: 0;width: 100%;}#map-popup.has-image #map-popup-image {height: 200px;}#map-popup.active #map-popup-image {opacity: 1;transition: opacity 0.5s ease 0.5s;}#map-popup #map-popup-content {padding: 25px 30px;opacity: 0;}#map-popup #map-popup-content h6 {font-size: 18px;}#map-popup #map-popup-content p {font-size: 15px;margin-bottom: 15px;}#map-popup #map-popup-content .button {font-size: 15px;font-weight: normal;padding: 5px 0;border-bottom: 2px solid;}#map-popup.active #map-popup-content {opacity: 1;transition: opacity 0.5s ease 0.5s;}.filter-group {position: absolute;top: auto;left: auto;z-index: 2;border-radius: 0;width: auto;color: #fff;background: rgba(135, 49, 30, 0.82);padding: 15px 0;font-size: 18px;width: 240px;height: 100%;}.filter-group h4 {padding: 25px 45px;margin: 0;font-size: 22px;color: #fff !important;text-transform: none;}.filter-group hr {background-color: #707070;margin: 0 auto 20px;width: calc(100% - 90px);}.mapfiler {text-align: center;position: relative;}.mapfiler span {transition: all 0.4s ease-in-out;}.mapfiler:after {content: "";display: block;width: 145px;height: 2px;background-color: #ffffff;margin: 0 auto;}.mapfiler.active span {color: #ffffff;font-family: 'Work Sans', serif;position: initial !important;overflow: visible !important;text-transform: uppercase;}.mapfiler.active svg {background-color: rgba(135, 49, 30, 0.82);height: 128px;min-width: 82px;}.mapfiler > label {display: none;}.filter-category {overflow: hidden;opacity: 0;max-height: 0;transition: all 0.5s ease;}.mapfiler.active .filter-group-toggle {font-weight: bold;color: #E85C1A;}.mapfiler.active .filter-category {opacity: 1;max-height: 300px;}.filter-group-toggle {padding: 20px 0;font-size: 20px;cursor: pointer;}.filter-group input[type=radio] {display: none;}.filter-group input[type=radio] + label {background-color: transparent;display: block;cursor: pointer;padding: 10px 45px;padding-left: 60px;font-size: 18px;font-weight: normal;letter-spacing: 0.1em;width: 100%;text-transform: capitalize;user-select: none;margin: 0;}.filter-group input[type=radio]:checked + label {color: #6A3E59;}.filter-container {align-items: center;display: flex;flex-direction: column;height: 100%;}@media screen and (max-width: 992px) {.filter-group {position: relative;left: 0;top: 0;width: 100%;border-top: 0;height: auto;}.filter-group h4 {padding: 25px 30px;}.filter-group-toggle {padding: 15px 30px;}.filter-group input[type=radio] + label {padding-left: 45px;}}.mapboxgl-ctrl-bottom-left {display: none !important;}.mapboxgl-ctrl-bottom-right {display: none !important;}.mapboxgl-marker {cursor: pointer;border-radius: 100%;background-size: 40%;background-repeat: no-repeat;background-position: center center;position: relative;}.mapboxgl-marker:after {content: "";position: absolute;top: 100%;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 10px solid #991B1E;}*/
/* Map Block */
.map_block h1:before,
.map_block h2:before {
    content: none;
}

.filter-group::-webkit-scrollbar {
    width: 6px;
}

.filter-group::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.filter-group::-webkit-scrollbar-thumb {
    background: #9a9893;
    outline: 1px solid #333233;
}

#map-popup {
    position: absolute;
    /*	top: 5%;*/
    /* bottom: 0;*/
    /*	left: 33%;*/
    width: 350px;
    z-index: 1;
    border-radius: 0;
    color: #000;
    font-family: Copperplate;
    font-size: 16px;
    letter-spacing: 0.91px;
    background: #ffffff;
    padding: 0;
    /* height: 100%;*/
    transition: opacity .5s ease;
    overflow-y: auto;
    overflow-x: auto;
    opacity: 0;
}

#map-popup.active {
    opacity: 1;
}

#map-popup #map-popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 0;
    cursor: pointer;
    line-height: 1;
}

#map-popup.active #map-popup-close {
    opacity: 1;
    transition: opacity .5s ease .5s;
}

/*#map-popup #map-popup-image {opacity: 0;width: 100%;}#map-popup.has-image #map-popup-image {height: 200px;}#map-popup.active #map-popup-image {opacity: 1;transition: opacity .5s ease .5s;}*/
#map-popup #map-popup-content {
    padding: 25px 30px;
    opacity: 0;
}

#map-popup #map-popup-content h6 {
    font-size: 18px;
}

#map-popup #map-popup-content p {
    font-size: 15px;
    margin-bottom: 15px !important;
    line-height: 1.3;
}

#map-popup #map-popup-content .button {
    /* font-size: 15px;*/
    /*		font-weight: normal;*/
    /*		padding: 5px 0;*/
    /*		border-bottom: 2px solid;*/
}

#map-popup.active #map-popup-content {
    opacity: 1;
    transition: opacity .5s ease .5s;
}

.mapboxgl-map {
    font: inherit !important;
}

.mapboxgl-popup-content {
    text-align: center;
    padding: 40px 25px !important;
    min-width: 275px;
}

.mapboxgl-popup-content h3 {
    font-size: 16px;
}

.mapboxgl-popup-content .button {
    font-size: 12px;
    padding: 12px 20px;
}

.mapboxgl-popup-close-button {
    font-size: 25px;
    right: 5px !important;
    top: 5px !important;
}

.filter-group {
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    z-index: 3;
    border-radius: 0;
    width: 150px;
    color: #fff;
    /* background: #012834; */
    /* padding: 20px 0; */
    font-size: 32px;
    height: 100%;
    /* max-height: 650px; */
    box-shadow: none;
    text-align: left !important;
    /* border: 3px solid white; */
}

/*.filter-group h3 {margin-bottom: 45px;}*/
/*.filter-group h4 {color: #000000;font-family: Copperplate;font-size: 16px;letter-spacing: 0.91px;cursor: pointer;}.filter-group h4.active {color: #9a9893;}*/
/*.mapfiler {border-top: 1px solid rgba(255,255,255,.1);}*/
.mapfiler>label {
    display: none;
}

.mapfiler.active .filter-group-toggle {
    /* background: #CB5428; */
    width: 130%;
}

.filter-group-toggle {
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    background: transparent;
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    min-width: 100%;
    text-align: center;
    line-height: 1;
    transition: all 0.35s;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background-color: #041124;
}

.filter-group .mapfiler {
    flex: 1;
}

.filter-group-toggle>span {
    font-size: 14px;
    font-family: 'Trade Gothic LT', serif;
    margin-top: 10px;
    text-transform: none;
}

.filter-group-toggle>svg {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.filter-group-toggle>i {
    font-size: 60px;
    display: inline-block;
    vertical-align: middle;
}

.filter-group-toggle:hover {
    background: rgba(203, 84, 40, 0.8);
    text-align: right;
}

.filter-group-toggle:hover>span {}

/*.filter-group input[type='radio'] {display: none;}.filter-group input[type='radio']+label {background-color: transparent;display: block;cursor: pointer;padding: 10px 45px;padding-left: 60px;font-size: 16px;width: 100%;text-transform: capitalize;user-select: none;margin: 0;display: none;}.filter-group input[type='radio']:checked+label {background-color: #b4862d;color: #b4862d;}*/
.mapboxgl-ctrl-bottom-left {
    display: none !important;
}

.mapboxgl-ctrl-bottom-right {
    display: none !important;
}

.mapboxgl-marker {
    cursor: pointer;
    border-radius: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

/*.mapboxgl-marker:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 97%;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    -moz-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 10px solid transparent;*/
/*    border-right: 10px solid transparent;*/
/*    border-top: 15px solid #7B2A1E;*/
/*}*/

/* End MAP BLOCK */
/* End MAP BLOCK */
.map_block .section-heading {
    margin-bottom: 40px;
}

.b-newsletter-block {
    padding: 80px 0;
    position: relative;
}

.b-newsletter-block .newseletter-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .b-newsletter-block .newseletter-background {
        height: auto;
    }
}

.b-newsletter-block .row {
    align-items: center;
    height: 100%;
}

.b-newsletter-block .row .newsletter-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.b-newsletter-block .newsletter-content-container {
    background-color: rgba(40, 53, 67, 0.78);
}

.b-newsletter-block .newsletter-block-content {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    margin: 0 auto;
    padding: 30px 0;
    width: 75%;
}

@media screen and (max-width: 768px) {
    .b-newsletter-block .newsletter-block-content {
        width: 100%;
        height: 100%;
        padding: 60px;
    }
}

.b-newsletter-block .newsletter-block-content .headline {
    font-family: 'Work Sans', serif;
    font-size: 44px;
    font-weight: 700;
}

.b-newsletter-block .newsletter-block-content .content {
    font-size: 18px;
    line-height: 1.5;
}

.b-newsletter-block .newsletter-block-content .newsletter-form .gform_wrapper .gform_footer .gform_button {
    background-color: #991B1E;
    border: none !important;
    text-align: center;
}

.b-newsletter-block .newsletter-block-content .newsletter-form .gform_wrapper .gform_footer .gform_button:hover {
    background-color: rgba(153, 27, 30, 0.75);
}

/* people block */
#people-block .each-people-block>a {
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    position: relative;
    display: block;
}

#people-block .each-people-block .each-people-block-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: transparent;
    color: transparent;
    transition: all 0.4s ease-in-out;
    padding-top: 50px;
}

#people-block .each-people-block .each-people-block-text p {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
}

#people-block .each-people-block .each-people-block-text p:first-of-type {
    font-weight: 700;
}

#people-block .each-people-block a:hover .each-people-block-text {
    background: rgba(255, 255, 255, 0.86);
    color: #23394f;
}

#people-block .filter-people-button {
    -webkit-flex: 0 1 33%;
    -moz-flex: 0 1 33%;
    flex: 0 1 33%;
    max-width: 33%;
}

#people-block .filter-people-button .button {
    min-width: 1px;
    width: 100%;
    height: 100%;
    background: #3e6e89;
    color: #fff;
    border: 0 !important;
}

#people-block .filter-people-button .button.active {
    background: #233a4f;
}

/* xs, sm, md, lg */
@media (max-width: 1199px) {
    #people-block .filter-people-button {
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
    }
}

/* xs, sm */
@media (max-width: 767px) {
    #people-block .filter-people-button {
        -webkit-flex: 0 1 100%;
        -moz-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.b-posts-grid {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.b-posts-grid .posts-filters {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .b-posts-grid .posts-filters {
        margin-left: 0;
    }
}

.b-posts-grid .posts-filters .facetwp-facet-events_filter_by_date.facetwp-type-dropdown {
    margin-left: 0;
}

.b-posts-grid .posts-filters .filter-label {
    color: #000000;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.b-posts-grid .posts-filters div {
    margin: 0;
    margin-right: 22px;
    min-width: 250px;
}

@media screen and (max-width: 768px) {
    .b-posts-grid .posts-filters div {
        margin-bottom: 10px;
    }
}

.b-posts-grid .posts-filters .facetwp-type-dropdown select {
    background-color: rgba(243, 233, 222, .5);
    border: none;
    border-bottom: 1px solid #6A6968;
    min-height: 50px;
    color: #2B0606;
    font-size: 15px;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/icon_chevron_down_red.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
}

.b-posts-grid .posts-filters .facetwp-type-dropdown select:focus {
    outline: 0;
}

.b-posts-grid .posts-filters .facetwp-type-search i.facetwp-icon {
    color: #000000;
    opacity: 1;
}

.b-posts-grid .posts-filters .facetwp-type-search i.facetwp-icon:before {
    background: url("../images/icon-search.svg") no-repeat !important;
    color: #000000;
    position: relative;
    top: 10px;
}

.b-posts-grid .posts-filters .facetwp-type-search input.facetwp-search {
    background-color: #F2F0EF;
    border: none;
    border-bottom: 1px solid #991B1E;
    color: #848484;
}

.post>article {
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    /*	max-width: 398px;*/
    /*	width: 100%;*/
    position: relative;
    height: 100%;
}

.post .post-image {
    width: 100%;
    min-height: 283px;
    overflow: hidden;
    aspect-ratio: 398 / 283;
}

.post .post-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.post .post-title {
    color: #000000;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.post .post-date {
    border-top: 1px solid rgba(159, 159, 159, 0.29);
    border-bottom: 1px solid rgba(159, 159, 159, 0.29);
    display: flex;
    justify-content: center;
    margin: 12px 0;
    padding: 12px 0;
}

.post .post-date span {
    color: #9F9F9F;
    font-size: 18px;
    font-weight: 400;
    padding-right: 10px;
}

.post .post-date span:last-of-type {
    padding-right: 0;
}

.post .post-content {
    color: #000000;
    font-size: 18px;
    padding: 30px 30px 60px 30px;
}

.post .post-content .post-excerpt {
    margin-top: 30px;
}

.post .button-container {
    position: absolute;
    text-align: center;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.post .button-container .button {
    white-space: nowrap;
}

.post.post-type-post .post-excerpt {
    margin-top: 0;
}

/* properties Block */
#properties-block #grid_wrapper {
    display: block;
}

#properties-block .each-property-block .property-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
}

#properties-block .each-property-block>a {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    display: block;
}

#properties-block .each-property-block a:hover .each-people-block-text {
    background: rgba(255, 255, 255, 0.86);
    color: #23394f;
}

#properties-block .each-property-block .each-people-block-text {
    background-color: #ffffff;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
}

#properties-block .each-property-block .each-people-block-text .property-content {
    padding: 20px !important;
    width: 100%;
}

#properties-block .each-property-block .each-people-block-text .property-title {
    color: #000;
    font-family: 'Work Sans', serif;
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
    text-transform: none;
}

#properties-block .each-property-block .each-people-block-text .property-location {
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    text-transform: none;
}

#properties-block .each-property-block .each-people-block-text .button {
    margin-top: 20px;
}

#properties-block .each-property-block .each-people-block-text p {
    font-weight: 400;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
}

#properties-block #list_wrapper {
    display: none;
}

#properties-block #list_wrapper .each-property-list {
    border-bottom: 1px solid;
}

#properties-block #map_wrapper {
    display: none;
}

#properties-block #map_wrapper .gm-style .gm-style-iw-c {
    border-radius: 0;
    padding: 0;
}

#properties-block #map_wrapper .gm-style .gm-style-iw-d {
    overflow: auto !important;
}

#properties-block .info_content {
    min-width: 390px;
}

#properties-block .info_content .images {
    width: 100%;
    height: 200px;
}

#properties-block .info_content .details {
    text-align: center;
    padding: 10px 15px 15px;
}

#properties-block .info_content .details h5 {
    margin-bottom: 10px;
}

#properties-block .info_content .details .button {
    min-width: 180px;
    padding: 10px 35px;
    font-size: 16px;
    margin: 5px;
}

#properties-block .info_content .details .button:last-of-type {
    display: block;
}

#properties-block .info_content .details .button:nth-of-type(2) {
    display: inline-block;
}

.block-properties-map {
    position: relative;
}

.block-properties-map::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -20px;
    right: 0;
    width: 100%;
    max-width: 440px;
    height: 42px;
    background-color: #8E113B;
    z-index: 1;
}

#map .mapboxgl-marker {
    width: 32px;
    height: 41px;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

#map .mapboxgl-popup {
    max-width: 640px !important;
}

#map .mapboxgl-popup .property-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
}

#map .marker {
    background-image: url("./images/map-marker.svg");
    background-size: cover;
    width: 28px;
    height: 37px;
	min-width: 28px;
    cursor: pointer;
}

#map .marker-label {
	font-weight: 600;
}

#map .mapboxgl-popup {
    max-width: 200px;
}

#map .mapboxgl-popup-content {
    text-align: center;
}

#map .mapboxgl-popup-content h3 {
    font-family: 'Work Sans', serif;
    font-weight: 300;
    font-size: 22px;
    font-style: normal;
    text-transform: none;
}

#map .mapboxgl-ctrl-attrib-inner,
#map .mapboxgl-ctrl-bottom-left {
    display: none !important;
}

#map .mapboxgl-popup-content .button:focus-visible {
    outline: 2px solid #163450 !important;
    box-shadow: 0 0 2px #163450 !important;
}

.properties-filters {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    width: 100%;
}

.properties-filters div {
    margin: 0 10px;
    min-width: 200px;
}

.properties-filters div:last-of-type {
    margin-right: 22px;
}

@media screen and (max-width: 768px) {
    .properties-filters div:last-of-type {
        margin-right: 0;
    }
}

.properties-filters .facetwp-type-dropdown select {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #B57837 50%), linear-gradient(135deg, #B57837 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.properties-filters .facetwp-type-dropdown select:focus {
    background-image: linear-gradient(45deg, #B57837 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #B57837 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}

.properties-filters .facetwp-type-search i.facetwp-icon {
    color: #000000;
    opacity: 1;
}

.properties-filters .facetwp-type-search i.facetwp-icon:before {
    background: url("../images/icon-search.svg") no-repeat !important;
    color: #000000;
    position: relative;
    top: 10px;
}

.properties-filters .facetwp-type-search input.facetwp-search {
    border: none;
    border-bottom: 1px solid #cfcfcf;
}

.facetwp-facet-properties_pagination {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    width: 100%;
    display: flex;
    justify-content: center;
}

.facetwp-facet-properties_pagination .facetwp-page {
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
}

.facetwp-facet-properties_pagination .facetwp-page:hover {
    color: #BE8536;
}

.facetwp-facet-properties_pagination .facetwp-page.active {
    border: 1px solid #B57837;
    color: #BE8536;
}

.facetwp-facet-properties_pagination .facetwp-page.next,
.facetwp-facet-properties_pagination .facetwp-page.prev {
    width: auto;
}

.testimonial-inner {
    max-width: 890px;
    margin: auto;
    background: rgba(35, 58, 79, 0.8);
    color: #fff;
    padding: 120px 75px 100px 90px;
}

.testimonial-inner .testimonial-text {
    line-height: 30px;
    font-size: 22px;
    letter-spacing: 0px;
    position: relative;
}

.testimonial-inner .testimonial-text img {
    position: absolute;
    top: -40px;
    left: -55px;
}

.testimonial-inner .testimonial-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 500px) {
    .testimonial-inner {
        padding: 60px 30px;
    }

    .testimonial-inner .testimonial-text {
        line-height: 24px;
        font-size: 18px;
    }

    .testimonial-inner .testimonial-name {
        font-size: 15px;
    }

    .testimonial-inner .testimonial-text img {
        left: -20px;
    }
}

/* side-callout-repeater-block */
.side-callout-repeater-block .img_text_repeater .repeater-img {
    min-height: 80vh;
}

.side-callout-repeater-block h1,
.side-callout-repeater-block h2,
.side-callout-repeater-block h3,
.side-callout-repeater-block h4 {
    margin-bottom: 45px;
}

.side-callout-repeater-block p:last-of-type {
    margin-bottom: 0;
}

.side-callout-repeater-block .img_text_repeater .featured-letter {
    font-family: 'Work Sans', serif;
    font-size: 700px;
    color: #787878;
    position: absolute;
    right: 3rem;
    opacity: 0.1;
    z-index: 0;
}

.side-callout-repeater-block .img_text_repeater .featured-letter+div {
    position: relative;
    z-index: 1;
}

.side-callout-repeater-block .img_text_repeater:nth-of-type(even) .featured-letter {
    left: 3rem;
    right: auto;
}

/* xs, sm, md */
@media (max-width: 991px) {
    .side-callout-repeater-block .img_text_repeater .repeater-img {
        min-height: 75vh;
    }
}

.side-content {
    background: #edeeee;
}

.side-content .callout-content-interior-inner h4 {
    color: #2d2926;
}

/* .side-content .callout-content-interior-inner p {background: #edeeee;} */
.side-content .side-content-img>div:first-of-type,
.side-content .side-content-img {
    z-index: 1;
    position: relative;
    width: 85% !important;
    margin: 0 auto;
}

.side-content .callout-content-interior-inner {
    z-index: 2;
    position: relative;
}

.side-content.side-content-callout {
    position: relative;
}

.side-content.side-content-callout:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    /* background: rgba(0, 0, 0, 0.7); */
}

.side-content.side-content-callout .row {
    position: relative;
    z-index: 1;
}

.side-content.side-content-callout .row>div {
    min-height: 600px;
}

/*.callout-content-interior {margin-bottom: -60px; margin-top: 60px;}*/
.side-content.side-content-callout h2 {
    position: relative;
    display: inline-block;
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.side-content.side-content-callout .hover_box h2 {
    display: block;
    color: #ffffff;
    margin-bottom: 40px;
}

.side-content.side-content-callout .hover_box .button {
    border: 3px solid #f2b600;
    background-color: transparent;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    max-width: 200px;
}

.side_img:hover .hover_box {
    align-items: center;
    justify-content: center;
    display: flex !important;
}

.side-content.side-content-callout h2 {
    color: #033157;
    font-size: 48px;
    font-weight: 300;
    line-height: 39.24px;
    text-align: left;
    font-style: normal;
    letter-spacing: 3.65px;
    line-height: normal;
    text-transform: none;
}

.side-content.side-content-callout p {
    color: #333233;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.side-content.side-content-callout .callout-content-interior {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

@media (max-width: 990px) {
    .side-content .side-content-img {
        padding-bottom: 500px !important;
    }
}

.side-content {
    background: #fff;
}

.side-content h2 {
    color: #282728;
    font-size: 32px;
    font-weight: 400;
    line-height: 39.24px;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 3.65px;
    line-height: normal;
    padding-bottom: 30px;
}

.side-content p {
    color: #333233;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.98px;
}

@media screen and (max-width: 991px) {
    .side-content.side-content-callout:after {
        content: none !important;
    }

    .side-content .callout-content-interior-inner {
        padding: 50px 30px !important;
    }
}

/* slider-block */
.slider-block .container {
    /*	padding: 60px 0 40px 0;*/
}

.slider-block .slider {
    margin: 30px 0 50px 0;
}


/*.slider-block .slick-slide {display: flex;flex-direction: column;align-self: flex-start;}*/
.slider-block img {
    /*	height: 536px;*/
    /*	width: 840px;*/
}

.slick-arrow {
    background-color: transparent;
    color: #fff !important;
    width: 85px;
    height: 85px;
    line-height: 0;
    z-index: 2;
    font-size: 1rem;
}

.slider-block .button {
    margin-top: 40px;
}

.slider-block .section-heading {
    color: #D36E47;
    font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.slider-block .description {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}

.slider-block .slide-content a {
    text-decoration: none;
}

.slider-block .view-all {}


/*.slider-block .container {position: relative; z-index: 2;}*/
.slider-block .slick-list {
    overflow: visible;
}

.slider-block .slick-track {
    display: flex;
    align-items: center;
}


.slick-arrow.prev-arrow {
    left: 70px;
}

.slick-arrow.next-arrow {
    right: 70px;
}

.slider-block .slick-arrow img {
    display: none;
}

.prev-arrow {
    transform: translateY(-50%) rotate(180deg);
    z-index: 2;
}

.slider-block .slide .overlay {
    background-color: rgba(39, 55, 70, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider-block .slide {
    margin: 0 7px;
    opacity: 0;
    transition: opacity .85s ease-out;
}

.slider-block .slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 435 / 473;
    object-fit: cover;
}

.slider-block .slide.slick-current.slick-active {
    opacity: 1;
}

.slider-block .slide.slick-current.slick-active::after {
    content: unset;
}

.slider-block .slide.slick-active {
    opacity: 1;
}

.slider-block .slider::after {
    position: absolute;
    right: -40px;
    top: 0;
    width: 15%;
    height: 100%;
    background: linear-gradient(to right, #FFFFFF00, #fffaf0);
    content: "";
}

.slider-block .slider::before {
    position: absolute;
    left: -40px;
    top: 0;
    width: 15%;
    height: 100%;
    background: linear-gradient(to left, #FFFFFF00, #fffaf0);
    content: "";
    z-index: 1;
}

.slide-content {
    background-color: #FFFAF0;
    padding: 10px 10px;
    min-width: 320px;
    max-width: 90%;
    margin-left: 0;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    box-shadow: 3px 2px 10px rgb(0 0 0 / 16%);
    text-align: center;
    z-index: 2;
}

.slide-content p {
    color: #000;
    margin-bottom: 0;
    text-align: center;
    font-weight: 300;
    font-size: 26px;
}

.slide-content a {
    color: #592D20;
    font-size: 18px;
    text-decoration: underline;
    text-align: left;
}

.slide-content a:hover {
    color: #164261;
}

@media screen and (max-width: 768px) {
    .slide-content {
        position: relative;
        bottom: 0;
        max-width: 100%;
        width: 100%;
        border: 1px solid #7B2A1E;
    }

    .slick-arrow {
        width: 55px;
        height: 55px;
    }

    .slick-arrow svg {
        height: 20px;
    }

    .b-accommodations-slider-detail .slick-arrow {
        width: 35px !important;
        height: 35px;
    }

    .b-accommodations-slider-detail .slick-arrow:before {
        height: 20px;
    }
}

.slider-content-block {
    display: flex;
    align-items: center;
    align-self: center;
    margin: 40px 0 100px 0;
    min-height: 630px;
}

.slider-content-block .slick-list {
    overflow: visible;
}

.slider-content-block .slide-bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 630px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.slider-content-block .slick-track {
    display: flex;
}

.slider-content-block .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    width: 77% !important;
}

.slider-content-block .slider-content {
    position: absolute;
    bottom: -40px;
    left: 40px;
}

.slider-content-block .slider-content .slide {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.slider-content-block .slider-content .slide .slide-desc {
    align-self: flex-start;
    background-color: #ffffff;
    color: #000;
    display: flex;
    font-size: 18px;
    width: 100%;
    max-width: 550px;
    text-align: left;
    padding: 30px;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
}

.slider-content-block .slider-content .slide .slide-desc h3 {
    font-size: 42px;
    font-weight: 300;
    text-transform: none;
}

.slider-content-block .slider-content .slide .slide-desc p {
    margin-bottom: 0;
}

.slider-content-block .slider-content .slide .slide-desc .slide-col {
    position: relative;
}

.slider-content-block .slider-content .slide .slide-desc .slide-col:nth-child(1) {
    width: 70%;
}

.slider-content-block .slider-content .slide .slide-desc .slide-col .slide-arrows-container {
    position: relative;
}

.slider-content-block .slick-arrow.next-arrow,
.slider-content-block .slick-arrow.prev-arrow {
    background-color: #8E113B;
    color: #ffffff;
    width: 55px;
    height: 55px;
    display: inline-block;
    position: relative;
    transform: none;
}

.slider-content-block .slick-arrow.prev-arrow {
    right: 190px;
    top: 600px;
}

@media (max-width: 768px) {
    .slider-content-block .slick-arrow.prev-arrow {
        top: 600px;
        right: -110px;
    }
}

.slider-content-block .slick-arrow.next-arrow {
    bottom: 85px;
    right: 128px;
}

@media (max-width: 768px) {
    .slider-content-block .slick-arrow.next-arrow {
        bottom: 85px;
        right: 100px;
    }
}

/* tabs */
.list-group-item,
.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
    margin-bottom: -2px;
}

.list-group-item {
    padding: 0 5px 10px;
    margin: 0 5px;
    text-transform: uppercase;
    width: unset;
    background: transparent;
    border: none;
    font-family: "Trade Gothic LT", serif;
    color: #000000;
    border-bottom: 2px solid transparent;
    text-align: center;
    align-items: center;
    display: flex;
}

.list-group-item.active {
    background: transparent;
    color: #BE3E1B;
    border-bottom: 2px solid #BE3E1B;
    font-weight: bold;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    background: #f8f9fa;
}

.tab-pane {
    border: none;
}

.tab-pane .accordion-content {
    border: 0;
}

.tab-pane .accordion-content .dsp-part {
    /*font-family: "Trade Gothic LT", serif;*/
    color: #000;
    font-size: 18px;
    line-height: 30px;

}

.tab-pane .accordion-content .dsp-part h3 {
    font-family: 'Work Sans', sans-serif;
    color: #022B33;
    font-size: 44px;
    margin-bottom: 20px;
}


.nav-tabs {
    border: 0;
}

@media (max-width: 767px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
        border: 0;
    }
}

/* testimonials-slider */
/*#testimonials-slider .container {position: relative; z-index: 2;}*/
.testimonials-slider-block {
    background: #592D20;
}

.testimonials-slider-block .slick-arrow {
    background: #e6f5ff;
}

#testimonials-slider h1,
#testimonials-slider h2,
#testimonials-slider h3,
#testimonials-slider h4 {
    margin-bottom: 50px;
}

#testimonials-slider h1:after,
#testimonials-slider h2:after,
#testimonials-slider h3:after,
#testimonials-slider h4:after {
    content: "";
    width: 140px;
    height: 3px;
    background: #3e6e89;
    display: block;
    margin: 50px auto 0;
}

#testimonials-slider p {
    font-size: 24px;
    font-style: italic;
    color: #fff;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

#testimonials-slider p.title {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 700;
}

#testimonials-slider .testimonial-img {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
}

#testimonials-slider .slick-track {
    display: flex;
    align-items: center;
}

/* ----------- Block: Two Column ----------- */
.two-columns {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.two-columns .inner-container {
    width: 100%;
    max-width: 980px;
}

.two-columns .inner-container h2 {
    font-size: 48px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 4.45px;
    position: relative;
}

.two-columns .inner-container h4 {
    font-size: 20px;
}

.two-columns .inner-container p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.42px;
}

.two-columns .inner-container img {
    width: 100%;
}

.two-columns .inner-container .button {
    margin: 30px 0;
}

.two-columns .inner-container .col-lg-5 .w-100 {
    width: 80% !important;
    margin: 0 auto;
}

.two-columns .inner-container .column-inner p {
    margin-bottom: 0px !important;
    line-height: 1.8;
}

.two-columns .inner-container .column-inner .first-column {
    padding-right: 10px;
}

.two-columns .inner-container .column-inner .second-column {
    padding-left: 0px !important;
}

@media (max-width: 768px) {

    .two-columns .first-column,
    .two-columns .second-column {
        padding: 20px 15px !important;
    }
}

.two-columns :nth-of-type(odd) .col-lg-7 {
    -ms-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
}

/* video-block */
.video-block video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.video-block .video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.video-block .video-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(39, 55, 70, 0.92);
    transition: background 0.4s ease-in-out;
}

.video-block .video-bg:hover:after {
    background-color: rgba(39, 55, 70, 0.82);
}

.video-block .video-bg img,
.video-block .video-bg svg {
    position: absolute;
    z-index: 1;
    fill: #fff;
    width: 85px;
    height: 85px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}

.video-block .video-bg:hover img,
.video-block .video-bg:hover svg {
    opacity: 0.8;
}

/* ----------- Page Content ----------- */
.page-content table td {
    border: 1px solid;
    padding: 15px;
}

/* Content Slider */
.content-slider.carousel-module .carousel-item {
    height: auto;
    min-height: 60vh;
}

#posts-callout {
    position: relative;
}

#posts-callout ._bg {
    position: absolute;
    left: 0;
    top: 3rem;
    bottom: 0;
    height: 100%;
    width: 20%;
}

#posts-callout .slick-slider {
    overflow: visible;
}

#posts-callout .slick-slide {
    /*	min-height: 70vh;*/
    position: relative;
    overflow: hidden;
}

#posts-callout .slick-slide .slick-image {
    /*	position: absolute;*/
    width: 100%;
    /*	height: 100%;*/
    left: 0;
    top: 0;
    height: 0;
    padding-bottom: 87%;
}

#posts-callout .slick-slide .slick-image:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .85;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

#posts-callout .slick-slide .slick-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    padding: 30px 50px;
    z-index: 1;
    transform: translateX(-50%);
}

#posts-callout .slick-slide .slick-content h3,
#posts-callout .slick-slide .slick-content p {
    color: #fff;
}

#posts-callout .each_block h3 {
    font-size: 30px;
    word-break: break-word;
}

#posts-callout .each_block p {
    font-size: 16px;
}

#posts-callout .each_block ._image {
    height: 0;
    padding-bottom: 50%;
}

#posts-callout .each_block.col-md-6 ._image {
    /*	padding-bottom: 100%;*/
    padding-bottom: 128%;
}

#posts-callout .prev-arrow {
    left: -15px;
}

#posts-callout .next-arrow {
    right: -15px;
}

@media screen and (max-width: 1199px) {
    #navigation li {
        padding: 15px 6px;
    }

    #navigation li a {
        font-size: 22px;
    }
}

@media screen and (max-width: 1100px) {
    .slick-arrow.prev-arrow {
        left: 20px;
    }

    .slick-arrow.next-arrow {
        right: 20px;
    }

    #posts-callout .each_block.col-md-6 ._image {
        padding-bottom: 50%;
    }
}

#menu-nav-close {
    display: none;
}

@media screen and (max-width: 991px) {

    header #header-top,
    header.fixed #header-top {
        padding-bottom: 0;
    }

    /* #navigation {
        display: none !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 100px 30px;
        overflow: auto;
        z-index: 9999;
        text-align: center;
        background: #fff;
    } */

    nav.main-menu {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 0 30px;
    }

    /* #navigation li { */
    /* display: block; */
    /* } */

    /*nav.main-menu ul.sub-menu {*/
    /*    position: relative;*/
    /*    margin: 0;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    opacity: 1;*/
    /*}*/


    nav.main-menu li .sub-menu {
        margin: 0;
        list-style: none;
        max-height: 0;
        overflow: hidden;
        transform-origin: top;
        background: #fff;
        color: #000;
        transition: all 0.35s;
        width: auto;
        min-width: 100%;
        z-index: 1;

        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
        padding: 0;
        -webkit-transform: scaleY(0) !important;
        -moz-transform: scaleY(0) !important;
        transform: scaleY(0) !important;
    }

    nav.main-menu li .sub-menu.active {
        opacity: 1;
        padding-top: 15px;
        max-height: 1000px !important;
        -webkit-transform: scaleY(1) !important;
        -moz-transform: scaleY(1) !important;
        transform: scaleY(1) !important;
    }

    nav.main-menu ul.menu li:hover .sub-menu {
        max-height: 0;
        left: unset;
        -webkit-transform: scaleY(0) translateX(-50%);
        -moz-transform: scaleY(0) translateX(-50%);
        transform: scaleY(0) translateX(-50%);
    }

    /* #navigation li.menu-item-has-children:hover .sub-menu,
    #navigation li.menu-item-has-children:focus-within .sub-menu {
        max-height: 0;
    }

    #navigation.active {
        display: block !important;
    } */

    #menu-nav-close {
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
    }

    .filter-group {
        width: 150px;
    }

    .filter-group-toggle {
        font-size: 25px;
    }

    .filter-group-toggle:hover>span {
        padding-left: 30px;
    }

    .icon-grid .icon-container {
        width: 25%;
    }

    .icon-block.icon-content-block .box {
        width: 50%;
    }

    #offset-image-text.layout_2 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    #posts-callout .each_block.col-md-6 ._image {
        padding-bottom: 128%;
    }
}

@media screen and (max-width: 768px) {
    .icon-grid .icon-container {
        width: 33%;
        margin-left: auto;
        margin-right: auto;
    }

    .icon-block.icon-content-block .box {
        width: 100%;
    }

    #posts-callout .slick-slide .slick-content {
        position: relative;
        background: white;
        color: #4F2A15;
        border: 1px solid #7b2a1e;
    }

    #posts-callout .slick-slide .slick-content h3,
    #posts-callout .slick-slide .slick-content p {
        color: #4F2A15;
    }
}

@media screen and (max-width: 576px) {
    .gallery .image-8 .gallery-image {
        padding-bottom: 100%;
    }

    .room-specs {
        display: block !important;
    }

    .room-specs>span {
        display: block;
        width: 100%;
        padding: 0 !important;
        margin-bottom: 8px;
    }

    .accomdations-room-info-content {
        padding: 0;
    }

    .tabs-wrapper .tab-nav button {
        padding: 30px 15px;
    }

    .b-accommodations-slider-detail .accomdations-room-info .button-container .button {
        display: block;
        width: fit-content;
    }

    .b-accommodations-slider-detail .accomdations-room-info .button-container .button+.button {
        margin-top: 20px;
    }

    #map {
        max-height: 60vh;
    }
}

@media screen and (max-width: 560px) {
    .filter-group {
        width: 100px;
    }

    .filter-group-toggle {
        /*		padding-left: 0;*/
        /*		padding-right: 0;*/
        font-size: 20px;
    }

    .filter-group-toggle:hover>span {
        padding-left: 0;
    }
}

.matterport-link {
    display: inline-block;
    vertical-align: middle;
    width: fit-content;
    margin-right: 15px;
}

.matterport-link img {
    width: 50px;
    height: auto;
}


/*bg-img-content-block*/
.bg-image-wrapper {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.bg-img-content-block {
    aspect-ratio: 1380 / 680;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.content-over-bg-image {
    background: #fff;
    color: #3c3c3c !important;
    padding: 25px 67px 45px;
    max-width: 70%;
    width: 700px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -90px;
}

.content-over-bg-image h4,
.content-over-bg-image h3,
.content-over-bg-image h2,
.content-over-bg-image h1 {
    font-family: 'adobe-garamond-pro';
    font-size: 52px;
    font-weight: 400;
    color: #0F1B34;
    margin-bottom: 15px !important;
    padding: 0;
}

@media (max-width: 767px) {

    .content-over-bg-image h4,
    .content-over-bg-image h3,
    .content-over-bg-image h2,
    .content-over-bg-image h1 {
        font-size: 36px;
    }
}

.right-border-pattern:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="53.723" height="1600" viewBox="0 0 53.723 1600"><g id="Pattern" transform="translate(-1235 1781.619) rotate(-90)" opacity="0.574"><g id="Group_322" data-name="Group 322" transform="translate(1381.619 1235)"><rect id="Rectangle_636" data-name="Rectangle 636" width="400" height="0.505" transform="translate(0 0)" fill="%23a79a89"/><path id="Path_41385" data-name="Path 41385" d="M0,9.418v.505H2.265v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.051V9.923H63.91v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923H146.1v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6H171.7V9.923h5.224v48.6h5.05V9.923H187.2v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H228.3v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H400V9.418Z" transform="translate(0 -4.801)" fill="%23a79a89"/></g><g id="Group_321" data-name="Group 321" transform="translate(981.619 1235)"><rect id="Rectangle_636-2" data-name="Rectangle 636" width="400" height="0.505" transform="translate(0 0)" fill="%23a79a89"/><path id="Path_41385-2" data-name="Path 41385" d="M0,9.418v.505H2.265v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.051V9.923H63.91v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923H146.1v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6H171.7V9.923h5.224v48.6h5.05V9.923H187.2v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H228.3v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H400V9.418Z" transform="translate(0 -4.801)" fill="%23a79a89"/></g><g id="Group_323" data-name="Group 323" transform="translate(581.619 1235)"><rect id="Rectangle_636-3" data-name="Rectangle 636" width="400" height="0.505" transform="translate(0 0)" fill="%23a79a89"/><path id="Path_41385-3" data-name="Path 41385" d="M0,9.418v.505H2.265v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.051V9.923H63.91v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923H146.1v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6H171.7V9.923h5.224v48.6h5.05V9.923H187.2v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H228.3v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H400V9.418Z" transform="translate(0 -4.801)" fill="%23a79a89"/></g><g id="Group_324" data-name="Group 324" transform="translate(181.619 1235)"><rect id="Rectangle_636-4" data-name="Rectangle 636" width="400" height="0.505" transform="translate(0 0)" fill="%23a79a89"/><path id="Path_41385-4" data-name="Path 41385" d="M0,9.418v.505H2.265v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.051V9.923H63.91v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923H146.1v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6H171.7V9.923h5.224v48.6h5.05V9.923H187.2v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H228.3v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H400V9.418Z" transform="translate(0 -4.801)" fill="%23a79a89"/></g></g></svg>');
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.left-border-pattern:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="53.723" height="1600" viewBox="0 0 53.723 1600"><g id="Pattern" transform="translate(-1235 1781.619) rotate(-90)" opacity="0.574"><g id="Group_322" data-name="Group 322" transform="translate(1381.619 1235)"><rect id="Rectangle_636" data-name="Rectangle 636" width="400" height="0.505" transform="translate(0 0)" fill="%23a79a89"/><path id="Path_41385" data-name="Path 41385" d="M0,9.418v.505H2.265v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.051V9.923H63.91v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923H146.1v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6H171.7V9.923h5.224v48.6h5.05V9.923H187.2v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H228.3v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H400V9.418Z" transform="translate(0 -4.801)" fill="%23a79a89"/></g><g id="Group_321" data-name="Group 321" transform="translate(981.619 1235)"><rect id="Rectangle_636-2" data-name="Rectangle 636" width="400" height="0.505" transform="translate(0 0)" fill="%23a79a89"/><path id="Path_41385-2" data-name="Path 41385" d="M0,9.418v.505H2.265v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.051V9.923H63.91v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923H146.1v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6H171.7V9.923h5.224v48.6h5.05V9.923H187.2v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H228.3v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H400V9.418Z" transform="translate(0 -4.801)" fill="%23a79a89"/></g><g id="Group_323" data-name="Group 323" transform="translate(581.619 1235)"><rect id="Rectangle_636-3" data-name="Rectangle 636" width="400" height="0.505" transform="translate(0 0)" fill="%23a79a89"/><path id="Path_41385-3" data-name="Path 41385" d="M0,9.418v.505H2.265v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.051V9.923H63.91v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923H146.1v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6H171.7V9.923h5.224v48.6h5.05V9.923H187.2v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H228.3v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H400V9.418Z" transform="translate(0 -4.801)" fill="%23a79a89"/></g><g id="Group_324" data-name="Group 324" transform="translate(181.619 1235)"><rect id="Rectangle_636-4" data-name="Rectangle 636" width="400" height="0.505" transform="translate(0 0)" fill="%23a79a89"/><path id="Path_41385-4" data-name="Path 41385" d="M0,9.418v.505H2.265v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.051V9.923H63.91v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923H146.1v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6H171.7V9.923h5.224v48.6h5.05V9.923H187.2v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H228.3v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H400V9.418Z" transform="translate(0 -4.801)" fill="%23a79a89"/></g></g></svg>');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.bottom-border-pattern {
    position: relative;
    padding-bottom: 50px;
}

.bottom-border-pattern:after {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="401" height="54.223" viewBox="0 0 401 54.223"><g id="Group_323" data-name="Group 323" transform="translate(0.5 0.5)"><rect id="Rectangle_636" data-name="Rectangle 636" width="400" height="0.505" transform="translate(0 0)" fill="%23a79a89" stroke="%23a79a89" stroke-width="1"/><path id="Path_41385" data-name="Path 41385" d="M0,9.418v.505H2.265v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.051V9.923H63.91v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923H146.1v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6H171.7V9.923h5.224v48.6h5.05V9.923H187.2v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H228.3v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.225v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923h5.224v48.6h5.05V9.923h5.224v48.6h5.051V9.923H400V9.418Z" transform="translate(0 -4.801)" fill="%23a79a89"/></g></svg>');
    position: absolute;
    bottom: 0;
    height: 58px;
    width: 100vw;
    background-repeat: repeat-x;
    transform: translateX(-50%);
    left: 50%;
    opacity: .3;
}

/*three-buttons-block*/
.three-buttons-block {
    position: relative;
    background: #012C3B;
    color: #fff;
    padding: 60px 0;
    margin-bottom: 130px;
}

.three-buttons-block::before {
    content: "";
    position: absolute;
    top: 0;
    width: 450px;
    height: 100%;
    left: 40px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="447" height="447" viewBox="0 0 447 447"><defs><clipPath id="clip-path"><rect id="Rectangle_675" data-name="Rectangle 675" width="447" height="447" fill="%23fafafa"/></clipPath></defs><g id="G" transform="translate(0 -0.785)" opacity="0.045"><g id="Group_349" data-name="Group 349" transform="translate(0 0.785)" clip-path="url(%23clip-path)"><path id="Path_41404" data-name="Path 41404" d="M202.459,22.958c-98.977,0-179.506,80.506-179.506,179.467,0,98.944,80.528,179.458,179.506,179.458,98.961,0,179.481-80.515,179.481-179.458,0-98.96-80.52-179.467-179.481-179.467m0,378.937C92.437,401.9,2.937,312.411,2.937,202.424c0-110,89.5-199.487,199.522-199.487,110.005,0,199.505,89.485,199.505,199.487,0,109.986-89.5,199.471-199.505,199.471" transform="translate(21.416 19.943)" fill="%23fafafa"/><path id="Path_41405" data-name="Path 41405" d="M231.259,117.9a17.847,17.847,0,0,0-12.056,5.637c-5.124,5.132-5.9,10.52-5.638,17.948l1.534,50.5-3.325,2.313c-21.79,15.113-37.437,24.091-75.636,26.131C78.718,223.513,13.6,187.625,13.861,117.9c0-56.133,43.581-101.754,113.057-103.3,27.172-.763,66.905,11.026,79.981,19.988l5.133,3.6-8.209,28.452-2.305-.771-2.305-4.1c-7.686-14.864-30.513-42.8-74.351-41.783-55.115,1.285-80.5,42.3-81.009,94.848-.771,55.619,30.5,102.011,91.009,99.192,38.971-2.048,55.629-11.026,52.81-54.856-1.285-17.94,3.333-34.346-25.895-39.47l-6.923-1.285-1.783-4.1a431.127,431.127,0,0,0,48.2,2.562,305.134,305.134,0,0,0,30.5-1.285Z" transform="translate(101.062 104.77)" fill="%23fafafa"/><path id="Path_41406" data-name="Path 41406" d="M223.874,5.19C103.3,5.19,5.191,103.28,5.191,223.836S103.3,442.482,223.874,442.482s218.684-98.09,218.684-218.646S344.451,5.19,223.874,5.19m0,442.482C100.437,447.672,0,347.252,0,223.836S100.437,0,223.874,0,447.749,100.419,447.749,223.836,347.312,447.672,223.874,447.672" transform="translate(0 -1.468)" fill="%23fafafa"/></g></g></svg>') no-repeat center;
}

.three-buttons-block .buttons-wrapper {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.three-buttons-block a {
    color: #fff;
    font-size: 24px;
    font-family: 'Work Sans', serif;
    padding: 20px 34px;
    border: 1px solid #fff;
}

.three-buttons-block a:hover {
    background: rgba(255, 255, 255, 0.15);
}


.two-cols.left .col-6:first-of-type {
    order: 2;
}

.two-cols img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-cols.two-cols-with-two-images p:not(.background-text) {
    width: 85%;
    /*font-family: 'Trade Gothic LT', 'Work Sans', serif;*/
}

.two-cols.container img {
    aspect-ratio: 860 / 630;
    height: unset;
}

.two-cols-content-block.small-square-image img {
    aspect-ratio: 570 / 611;
    width: calc(100% - 40px);
    max-width: 570px;
    margin: auto;
}

.two-cols.right .content-holder {
    order: 2;
}

.two-cols-with-two-images.container img {
    aspect-ratio: 302 / 471;
}

.two-cols-with-two-images .first-image {
    margin-left: auto;
    margin-bottom: 40px;
}

.two-cols-with-two-images .first-image img {
    aspect-ratio: 1;
    width: 90%;
    margin-left: 10%;
    /*height: 90%;*/
}

.two-cols-with-two-images .second-image {
    position: absolute;
    bottom: 0;
    top: 45%;
}

.two-cols-with-two-images .second-image img {
    aspect-ratio: 336/311;
    width: 100%;
    max-width: 65%;
}

/*ROOMS*/
.room-article {
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.room-article .location-box {
    width: auto;
    margin: auto;
    margin-top: -70px;
    background: white;
    padding: 10px 20px;
}

.room-article .location-box .location {
    font-weight: 600;
    font-family: 'Work Sans', serif;
    font-weight: 600;
    font-size: 16px;
}

.room-article .location-box .location-city {
    font-size: 15px;
}

.room-article.slick-slide {
    height: auto;
}

.room-article .feat-img {
    aspect-ratio: 610 / 446;
    width: 100%;
    height: 100%;
}

.room-article .feat-img img {
    width: 100%;
    min-height: 250px;
    aspect-ratio: 515/376;
    object-fit: cover;
}

.room-article .feat-img .swiper-button-next:after,
.room-article .feat-img .swiper-button-prev:after {
    color: #fff;
}

.room-article .entry-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 28px;
    margin: 10px 0;
    font-style: italic;
    color: #041124;
}

.button-full {
    background: #163450;
    color: #E6F5FF;
    width: 50%;
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
}

.button-full.light {
    background: #E6F5FF;
    color: #163450;
}

#room-filters select {
    border-radius: 0;
    border: 1px solid #041124;
    color: #585555;
    font-size: 16px;
    text-transform: uppercase;
}

.filter-by {
    font-size: 16px;
    font-weight: 600;
    color: #041124;
    text-transform: uppercase;
}

.room-article p {
    font-size: 16px;
    color: #707070;
    font-family: 'Work Sans', serif;
}

.room-article .amenity p {
    font-family: 'Work Sans', serif;
    text-transform: uppercase;
    font-size: 14px;
}

.room-article .amenity svg {
    width: 24px;
    height: 24px;
}

.room-attributes {
    list-style: none;
    margin: 0;
    padding: 0;
}

.room-attributes li {
    margin: 0;
    padding: 0;
    margin-right: 45px;
    font-size: 15px;
    color: #636363;
}

.room-attributes li img {
    margin-right: 12px;
}

.take-tour-btn {
    font-weight: 600;
    font-size: 16px;
    color: #325B45;
    text-transform: uppercase;
}

.take-tour-btn svg {
    margin-right: 4px;
}

.image-slider-with-content .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.image-slider-with-content .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.image-slider-with-content .owl-carousel .owl-item {
    height: 100%;
    aspect-ratio: 550 / 500;
}

.image-slider-with-content .owl-carousel .owl-item img {
    height: 100%;
    aspect-ratio: 550 / 500;
    object-fit: cover;
}

.image-slider-with-content .left .image-holder {
    order: 2;
}

.three-images-block {
    /*font-family: "Trade Gothic LT", serif;*/
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

.three-images-block .section-heading {
    font-family: "Libre Baskerville", serif;
    font-size: 44px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    color: #012834;
}

.three-images-block .first-image img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.three-images-block .second-image img {
    aspect-ratio: 573 / 381;
    object-fit: cover;
    width: 100%;
}

.three-images-block .third-image img {
    aspect-ratio: 360 / 380;
    object-fit: cover;
    margin: auto;
    width: 50%;
    display: block;
}

.three-images-block .g-icon {
    display: flex;
    justify-content: center;
    width: 209px;
    height: 209px;
    margin: auto;
}

.accordion-content img {
    width: 100%;
    aspect-ratio: 608 / 400;
    object-fit: cover;
}

.nav a.list-group-item:focus {
    color: #BE3E1B;
    outline: none;
    border-bottom: 2px solid #BE3E1B;
    background: transparent;
}

.nav a.list-group-item:hover {
    background: transparent;
    outline: none;
    border-bottom: 1px solid #BE3E1B;
}

.tabs-wrapper {
    background: #F6F0E5;
}

.tabs-wrapper .tabs::after {
    position: absolute;
    top: -25px;
    width: 160%;
    content: "";
    height: 1px;
    left: -50%;
    background-color: #000;

}

.tabs-wrapper h2 {
    text-transform: uppercase;
}

.two-cols-content-block.with-backdrop {
    position: relative;
}

.two-cols-content-block.with-backdrop:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    z-index: 0;
    background-image: url("./images/bottom-divider.svg"), linear-gradient(#F6F0E5, #F6F0E5);
    /* Add both image and color backgrounds */
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto, cover;
}

.two-cols-content-block .section-heading {
    padding-left: 0;
}

.two-cols-content-block a {
    font-weight: 400;
}

.two-cols-content-block .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: start;
}

.two-cols-with-two-images .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: start;
}

.card-img-block .background-absolute {
    position: absolute;
    width: 45%;
    left: 70%;
}

.two-cols-content-block .container .content .section-heading {
    font-size: 44px;
    font-weight: 600;
}

.page-meetings-events .content-holder p {
    /*font-family: 'Trade Gothic LT', 'Work Sans', serif;*/
}

@media (max-width: 992px) {
    header {
        background: #012C3B;
    }
}

@media (max-width: 768px) {
    #navigation li a {
        color: #000;
    }

    .bg-img-content-block {
        min-height: 70vh;
    }

    .bg-image-wrapper {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .content-over-bg-image {
        max-width: 95%;
        padding: 25px 25px 15px;
    }

    .card-img-block .cta-block-content-container .img-wrapper {
        width: auto;
    }

    .card-img-block .content-block-card {
        position: relative;
        transform: unset;
        width: unset;
        left: unset;
        top: unset;
    }

    .three-buttons-block .buttons-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .two-cols-content-block.with-backdrop:before {
        width: 100%;
    }

    .filter-group {
        left: 0;
        width: 120px;
    }

    .hero-wrapper.large {
        height: 80vh;
    }

    .hero-wrapper h1 {
        margin-left: unset;
        width: 100%;
        text-align: center;
        transform: unset;
        font-size: 34px;
    }

    header {
        background: #012C3B;
    }


    .right-border-pattern:after,
    .left-border-pattern:after,
    .bottom-border-pattern:after {
        content: unset;
    }
}

/* TWO IMAGES CONTENT BLOCK */

.two-images-content {
    padding: 40px 0 180px 0;
}

.two-images-content .section-heading {
    font-size: 46px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    color: #000;
}

.two-images-content .offset-content {
    font-size: 20px;
    color: #3C3C3C;
}

.two-images-content .cta-button {
    margin-top: 60px;
}

.two-images-content.show-bg {
    background: url(../images/skyline.jpg);
    background-size: cover;
    background-position: center 30%;
}

.two-images-content .first-image {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    aspect-ratio: 1;
    object-fit: cover;
}

.two-images-content .second-image {
    position: absolute;
    left: 0;
    bottom: -15%;
    max-width: 285px;
    aspect-ratio: 284/187;
    object-fit: cover;
    width: 70%;
}

.two-images-content .container {
    position: relative;
}

.two-images-content.content-right .row {
    justify-content: flex-end;
}

.two-images-content.content-right .first-image {
    margin-left: 0;
    margin-right: auto;
}

.two-images-content.content-right .second-image {
    left: auto;
    right: 0;
}

@media only screen and (max-width:1499px) {
    .two-images-content {
        padding: 120px 0 240px 0;
    }

    .two-images-content .section-heading {
        font-size: 64px;
    }

    .two-images-content .offset-content {
        font-size: 20px;
    }
}

@media only screen and (max-width:1199px) {
    .two-images-content {
        padding: 120px 0 180px 0;
    }

    .two-images-content .second-image {
        width: 60%;
    }

    .two-images-content .section-heading {
        font-size: 54px;
    }

    .two-images-content .offset-content {
        font-size: 18px;
    }
}

@media only screen and (max-width:767px) {
    .two-images-content {
        padding: 40px 0 100px 0;
    }

    .two-images-content .first-image {
        width: calc(90% - 40px);
    }

    .two-images-content .second-image {
        left: 5%;
    }

    .two-images-content .section-heading {
        font-size: 36px;
    }

    .two-images-content .offset-content {
        font-size: 18px;
    }
}

@media (min-width: 1500px) {
    .two-images-content .container {
        width: 1300px;
    }
}

.mapimage-area-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mapimage-area-outer .container,
.mapimage-area-outer .row {
    height: 100%;
}

.mapimage-area-outer .map-content {
    background: #fff;
    padding: 0 40px 48px 40px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    background: transparent;
    box-shadow: none;
    width: 40%;
    max-width: 40%;
}

.mapimage-area-outer p {
    font-size: 18px;
    color: #1F1C1C;
    max-width: 440px;
}

@media (max-width: 991px) {

    .mapimage-area-outer {
        position: relative;
        height: auto;
        width: auto;
    }

    .mapimage-area-outer .container,
    .mapimage-area-outer .row {
        height: auto;
    }
	.mapimage-area-outer .map-content {
		max-width: unset;
		width: 100%;
	}
}

@media (max-width: 767px) {
    .mapimage-area-outer .map-content {
        padding: 40px 15px;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}


.our-team-block .team-member {
    text-align: center;
    padding: 20px;
}

.our-team-block .team-member img {
    width: 100%;
    border-radius: 50%;
    background: #F4F4F4;
    display: block;
    margin: 0 auto 15px;
    aspect-ratio: 1;
    object-fit: cover;
}

.our-team-block .team-member h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #163450;
}

.our-team-block .team-member p {
    font-size: 14px;
    color: #777;
}



.testimonial-wrapper {
    background: #163450;
}

.testimonial-wrapper h2 {
    color: #FAFAFA;
}

.testimonial-card {
    border: 1px solid #FAFAFA;
    padding: 2rem;
    height: 100%;
    color: #FAFAFA;
    text-align: left;
}

.testimonial-card h5 {
    font-weight: 900;
    margin-bottom: 1rem;
    font-family: 'Work Sans', serif;
    font-size: 34px;
}

.testimonial-card p {
    font-size: 1rem;
    opacity: 0.9;
}

.testimonial-author {
    margin-top: 1.5rem;
    font-size: 0.95rem;
    opacity: 0.95;
    font-family: 'Work Sans';
    font-weight: 600;
}



.posts_slider_block-slider .slick-arrow {
    top: 40%;
}

.posts_slider_block-slider .slick-prev {
    left: 0;
}

.posts_slider_block-slider .slick-next {
    right: 0;
}

.posts_slider_block-slider .slick-list {
    margin: 0 -22px;
}

.posts_slider_block-slider .slick-slide {
    margin: 0 22px;
    position: relative;
}

.posts_slider_block-slider .slick-slide .slick-img {
    margin: 0 auto;
    transform: scale(.77);
    transform-origin: center right;
    transition: .4s ease-in-out;
    aspect-ratio: 1022.36/764.42;
    background-color: #000000aa;
}

.posts_slider_block._slider .posts_slider_block-slider .slick-slide .slick-img {
    background-blend-mode: darken;
}

.posts_slider_block._slider .posts_slider_block-slider .slick-slide.slick-current .slick-img {
    filter: unset;
    background-blend-mode: unset;
}

.posts_slider_block:not(.slider-block) .posts_slider_block-slider .slick-slide .slick-img::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 3px solid #fff;
}

.posts_slider_block-slider .slick-slide.slick-current .slick-img {
    opacity: 1;
    transform: none;
}

.posts_slider_block-slider .slick-slide.slick-current+.slick-slide .slick-img {
    transform-origin: center left;
}

.posts_slider_block-slider .slick-slide .slick-content {
    padding: 25px 45px 0;
    margin: 0 auto;
    background: #fff;
    transition: .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.posts_slider_block-slider .slick-slide .slick-content h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 41px;
    color: #163450;
}

.posts_slider_block-slider .slick-slide .slick-content p {
    font-size: 16px;
    color: #163450;
    font-family: 'Libre Baskerville', serif;
    font-weight: 100;
}

.posts_slider_block-slider .slick-slide .slick-content a {
    font-size: 18px;
    color: #163450;
    font-family: 'Lato', serif;
    text-transform: uppercase;
}

.posts_slider_block-slider .slick-slide.slick-current .slick-content {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.posts_slider_block {
    background-position: -550px center;
    background-repeat: no-repeat;
    background-size: 80%;
}

@media (max-width: 1441px) {
    .posts_slider_block-slider .slick-slide .slick-content {
        padding: 20px 40px;

    }

    .posts_slider_block-slider .slick-slide .slick-content h3 {
        font-size: 36px;
    }
}

.items-block .section-heading {
    color: #041124;
}

.items-block .single-item {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.items-block .single-item .item-content {
    padding: 0;
    color: #707070;
    line-height: 1.2;
    background-color: #fff;
}

.items-block .single-item .item-link {
    padding: 10px 20px 25px;
}

.items-block .single-item .item-content p {
    color: #707070;
    line-height: 1.2;
    font-size: 17px;
    padding: 10px 20px;
}

.items-block .single-item .item-text {
    font-size: 21px;
    font-family: 'Work Sans', serif;
    font-weight: 600;
    color: #000000;
    padding: 20px 20px 10px;
}

.items-block .single-item img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    aspect-ratio: 1;
    aspect-ratio: 340/332;
}

.explore-categories .category-block {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    aspect-ratio: 640 / 885;
}

.explore-categories .category-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1634509c;
}

.explore-categories .category-content {
    position: relative;
    z-index: 1;
    margin-left: 12%;
}

.explore-categories .category-block h2 {
    font-size: 36px;
    margin-bottom: 0.5rem;
    color: #fff;
}

.explore-categories .btn-explore {
    color: #fff;
    display: flex;
    font-size: 14px;
}

.explore-categories .btn-explore::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14.715" height="21.154" viewBox="0 0 14.715 21.154"><g id="arrow" transform="translate(1 1.054)"><g id="Group_425" data-name="Group 425" transform="translate(0)"><g id="Group_532" data-name="Group 532"><path id="Path_52532" data-name="Path 52532" d="M12.715,9.55a.517.517,0,0,1-.176.33L1.095,18.9a.792.792,0,0,1-.9.015.4.4,0,0,1-.02-.675L11.2,9.494.175.806A.4.4,0,0,1,.2.133a.792.792,0,0,1,.9.015L12.537,9.166a.607.607,0,0,1,.177.384" transform="translate(0 0)" fill="%23e6f5ff" stroke="%23e6f5ff" stroke-width="2"/></g></g></g></svg>');
    margin-left: 25px;
    font-weight: bold;
}

.explore-categories .category-block:hover {
    transform: scale(1.01);
}


.mega-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, #D5D5FC, #fff);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow-y: auto;
}

.mega-menu-container.active {
    opacity: 1;
    visibility: visible;
}

.mega-menu-header {
    padding: 20px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.mega-menu-close {
    background: none;
    border: none;
    color: #041124;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

.mega-menu-content {
    padding: 20px 20px;
}

.mega-menu-nav {
    max-width: 1200px;
    margin: 0 auto;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.mega-menu-list li {
    margin: auto;
    margin-bottom: .8rem;
    max-width: 380px;
    width: 100%;
}

.mega-menu-list a {
    font-size: 18px;
    text-transform: uppercase;
    color: #041124;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    line-height: 1.6;
    letter-spacing: 0;
    border-bottom: 1px solid transparent;
}

.mega-menu-list a:hover {
    text-decoration: underline;
}

.mega-menu-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 15px;
}

.mega-menu-toggle i {
    font-size: 18px;
}

/* Mobile styles */
@media (max-width: 991px) {
    .mega-menu-list {
        grid-template-columns: 1fr;
    }

    .mega-menu-content {
        padding: 20px;
    }
}

/* Body lock when mega menu is open */
body.mega-menu-open {
    overflow: hidden;
}

.mega-menu-list .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    list-style: none;
    padding: 0;
    margin: 0;
    /* background: rgba(0, 0, 0, 0.02); */
}

.mega-menu-list .sub-menu.active {
    max-height: 500px;
    /* This value should be larger than your tallest submenu */
}

.mega-menu-list .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-menu-list .sub-menu a {
    font-size: 16px;
    padding: 8px 0;
    text-transform: none;
    text-transform: uppercase;
}

.mega-menu-list .sub-menu li {
    list-style: none;
    margin-bottom: 0;
}

.mega-menu-list .sub-menu a:hover {
    color: #041124;
}

.mega-menu-list .menu-item-has-children>a {
    position: relative;
}

.mega-menu-list .menu-item-has-children>a::after {
    content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%225.5200000000000005%205.424%2012.864%2013.056000000000001%22%20style%3D%22max-height%3A%20500px%22%20width%3D%2212.864%22%20height%3D%2213.056000000000001%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20stroke%3D%22%23000000%22%20d%3D%22M7%2010L12%2015L17%2010%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-size: 20px;
    line-height: 1;
}

.mega-menu-list .menu-item-has-children>a.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.room-amenities {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    margin-bottom: 15px;
}




.event-tabs {
    display: flex;
    column-gap: 20px;
    margin-bottom: 50px;
}

.event-tabs>a {
    color: #041124;
    background: #fff;
    border: 1px solid #9B9B9B;
    padding: 8px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: 'Work Sans';
    /* letter-spacing: 1.5px; */
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-tabs>a:first-of-type:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><g id="icon" transform="translate(-107 -1147)"><rect id="Rectangle_571" data-name="Rectangle 571" width="3" height="3" transform="translate(107 1147)" fill="%23012821"/><rect id="Rectangle_576" data-name="Rectangle 576" width="3" height="3" transform="translate(107 1153)" fill="%23012821"/><rect id="Rectangle_579" data-name="Rectangle 579" width="3" height="3" transform="translate(107 1159)" fill="%23012821"/><rect id="Rectangle_572" data-name="Rectangle 572" width="3" height="3" transform="translate(113 1147)" fill="%23012821"/><rect id="Rectangle_575" data-name="Rectangle 575" width="3" height="3" transform="translate(113 1153)" fill="%23012821"/><rect id="Rectangle_578" data-name="Rectangle 578" width="3" height="3" transform="translate(113 1159)" fill="%23012821"/><rect id="Rectangle_573" data-name="Rectangle 573" width="3" height="3" transform="translate(119 1147)" fill="%23012821"/><rect id="Rectangle_574" data-name="Rectangle 574" width="3" height="3" transform="translate(119 1153)" fill="%23012821"/><rect id="Rectangle_577" data-name="Rectangle 577" width="3" height="3" transform="translate(119 1159)" fill="%23012821"/></g></svg>');
}

/* .event-tabs > a.active:first-of-type:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><g id="icon" transform="translate(-107 -1147)"><rect id="Rectangle_571" data-name="Rectangle 571" width="3" height="3" transform="translate(107 1147)" fill="%23fff"/><rect id="Rectangle_576" data-name="Rectangle 576" width="3" height="3" transform="translate(107 1153)" fill="%23fff"/><rect id="Rectangle_579" data-name="Rectangle 579" width="3" height="3" transform="translate(107 1159)" fill="%23fff"/><rect id="Rectangle_572" data-name="Rectangle 572" width="3" height="3" transform="translate(113 1147)" fill="%23fff"/><rect id="Rectangle_575" data-name="Rectangle 575" width="3" height="3" transform="translate(113 1153)" fill="%23fff"/><rect id="Rectangle_578" data-name="Rectangle 578" width="3" height="3" transform="translate(113 1159)" fill="%23fff"/><rect id="Rectangle_573" data-name="Rectangle 573" width="3" height="3" transform="translate(119 1147)" fill="%23fff"/><rect id="Rectangle_574" data-name="Rectangle 574" width="3" height="3" transform="translate(119 1153)" fill="%23fff"/><rect id="Rectangle_577" data-name="Rectangle 577" width="3" height="3" transform="translate(119 1159)" fill="%23fff"/></g></svg>');
  } */

.event-tabs>a:nth-of-type(2):before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="18" viewBox="0 0 16 18"><defs><clipPath id="clip-path"><rect id="Rectangle_581" data-name="Rectangle 581" width="16" height="18" transform="translate(0 -0.402)" fill="none" stroke="%23333" stroke-width="1.25"/></clipPath></defs><g id="icon" transform="translate(0 0.402)"><g id="Group_199" data-name="Group 199" clip-path="url(%23clip-path)"><rect id="Rectangle_580" data-name="Rectangle 580" width="14" height="14" rx="2" transform="translate(1 2.598)" fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/><line id="Line_184" data-name="Line 184" y2="3" transform="translate(11 1.598)" fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/><line id="Line_185" data-name="Line 185" y2="3" transform="translate(4 1.598)" fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/><line id="Line_186" data-name="Line 186" x2="14" transform="translate(1 7.598)" fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/></g></g></svg>');
}

.event-tabs>a:nth-of-type(3):before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="11" viewBox="0 0 16 11"><g id="icon" transform="translate(-371.5 -1468)"><line id="Line_187" data-name="Line 187" x2="13" transform="translate(374.5 1468.5)" fill="none" stroke="%23333" stroke-width="1"/><line id="Line_189" data-name="Line 189" x2="13" transform="translate(374.5 1473.5)" fill="none" stroke="%23333" stroke-width="1"/><line id="Line_191" data-name="Line 191" x2="13" transform="translate(374.5 1478.5)" fill="none" stroke="%23333" stroke-width="1"/><line id="Line_188" data-name="Line 188" x2="2" transform="translate(371.5 1468.5)" fill="none" stroke="%23333" stroke-width="1"/><line id="Line_190" data-name="Line 190" x2="2" transform="translate(371.5 1473.5)" fill="none" stroke="%23333" stroke-width="1"/><line id="Line_192" data-name="Line 192" x2="2" transform="translate(371.5 1478.5)" fill="none" stroke="%23333" stroke-width="1"/></g></svg>');
}

.event-tabs>a.active:before {
    filter: invert(1);
}

.event-tabs>a.active {
    background: #041124;
    color: #fff;
}

.tribe-events-widget-events-list__view-more {
    display: none;
}

.tribe-common .tribe-common-g-row {
    margin-bottom: 40px !important;
}


.single-event img {
    aspect-ratio: 323/300;
    object-fit: cover;
    width: 100%;
}


.single-event {
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.single-event .single-event-content {
    padding: 15px;
}

.single-event h2 {
    font-size: 22px;
    font-weight: 600;
    color: #012821;
    margin-bottom: 10px;
    font-family: 'Work Sans';
    font-style: normal;
    letter-spacing: 0.05em;
}

.single-event p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 10px;
    font-weight: 400;
}


.single-event .date-bar {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    font-size: 34px;
    font-weight: 700;
    color: #91A6F0;
    line-height: 1.2;
    font-style: normal;
}

.single-event .date-bar .month {
    font-size: 12px;
    font-style: normal;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
    padding: 5px 10px;
    text-transform: uppercase;
}

.single-event .single-event-date-row {
    font-size: 18px;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    color: #707070;
    border-bottom: 1px solid rgba(112, 112, 112, 0.35);
}

.single-event .event-btn {
    display: inline-block;
    color: #91A6F0;
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.page-neighborhood .newsletter-section,
.page-groups .newsletter-section {
    margin-top: 140px;
}