/*----------------------------------------------------------------
------------------------------------------------------------------
--------------------------- MAIN + RESETS ------------------------
------------------------------------------------------------------
----------------------------------------------------------------*/
* { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

::-moz-selection { background: #B7974F; color: white; text-shadow: none; }

::selection { background: #B7974F; color: white; text-shadow: none; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, .faq-widget .accordion .accordion-group .accordion-btn, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

html { font-size: 62.5%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -ms-overflow-style: -ms-autohiding-scrollbar; }

body { margin: 0; position: relative; font-family: utile, sans-serif; font-size: 1.4rem; font-weight: 400; line-height: 2.6rem; letter-spacing: 1.2px; color: #132430; background: #CCAC62; overflow-x: hidden; }
@media (max-width: 767px) { body { font-size: 1.2rem; } }

a { color: #B7974F; cursor: pointer; outline: 0 !important; transition: all .25s ease; }
a:hover, a:focus { text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

/* Embedded content */
img { border: 0; margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

svg:not(:root) { overflow: hidden; }

/* Grouping content */
figure { margin: 15px 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; display: block; height: 1px; border: 0; border-top: 1px solid #e5e5e5; margin: 0; padding: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 100%; }

/* Forms */
fieldset { border: 1px solid #e5e5e5; margin: 0; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

optgroup { font-weight: normal; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; outline: 0; }

button { overflow: visible; background: none; border: 0; box-shadow: none !important; outline: none !important; transition: all .25s ease; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

/* HTML5 / MISC */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ins { background-color: #B7974F; color: white; text-decoration: none; }

del { text-decoration: line-through; }

.tear { display: none !important; }

.stop-scrolling { overflow: hidden; }

.no-cursor { pointer-events: none; }

.no-anim, .no-anim * { transition: none !important; }

.no-anim-single { transition: none !important; }

.flex-list { display: flex; flex-wrap: wrap; }

.flex { display: flex; }

.flex-inline { display: -webkit-inline-box; display: inline-flex; }

.flex-direction-column { flex-direction: column; }

@media (max-width: 991px) { .flex-direction-column-mob { flex-direction: column; } }

.flex-align-center { align-items: center; }

.flex-align-start { align-items: flex-start; }

.flex-align-end { align-items: flex-end; }

.flex-align-stretch { align-items: stretch; }

.flex-align-self-start { align-self: flex-start; }

.flex-align-self-end { align-self: flex-end; }

.flex-align-self-center { align-self: center; }

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

.flex-justify-start { justify-content: flex-start; }

.flex-justify-end { justify-content: flex-end; }

.flex-space-between { justify-content: space-between; }

.flex-nowrap { flex-wrap: nowrap; }

.flex-grow-shrink { flex: 1; }

@media (min-width: 768px) and (max-width: 991px) { .flex-wrap-tablet { flex-wrap: wrap; } }

@media (max-width: 767px) { .flex-wrap-mob { flex-wrap: wrap; } }

.p-relative { position: relative; }

.p-absolute { position: absolute; }

.ml-auto { margin-left: auto; }

.mr-auto { margin-right: auto; }

.mt-auto { margin-top: auto; }

.mb-auto { margin-bottom: auto; }

.w-100 { width: 100%; }

.h-100 { height: 100%; }

.o-hidden { overflow: hidden; }

.nopadding { padding: 0; }

.list-reset { margin: 0; padding: 0; list-style: none; }

.bg-primary { color: inherit; background: #CCAC62; }

.bg-secondary { background: #132430; }

.bg-white { background: #FFF url(../img/broken-tile-pattern-blue.svg) center center repeat; }

.bg-fallback { background: #b7b7b7; }

.text-white { color: white !important; }
.text-white h1, .text-white .h1, .text-white h2, .text-white .h2, .text-white h3, .text-white .h3, .text-white h4, .text-white .h4, .text-white h5, .text-white .faq-widget .accordion .accordion-group .accordion-btn, .faq-widget .accordion .accordion-group .text-white .accordion-btn, .text-white .h5, .text-white h6, .text-white .h6 { color: white !important; }

.text-black { color: #132430; }

@media (max-width: 991px) { .text-center-tab-mob { text-align: center; } }

@media (max-width: 767px) { .text-center-mob { text-align: center; } }

@media (max-width: 767px) { .mobile-hide { display: none; } }

.img { width: 100%; height: 100%; object-fit: cover; display: block; }

.image-absolute { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.gradient-overlay { content: ''; z-index: 2; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 1s ease; }

.text-links a:not(.text-button):not(.button) { color: #B7974F; border-bottom: 1px solid #B7974F; }
body.nonTouchDevice .text-links a:not(.text-button):not(.button):hover { border-color: transparent; }
.text-links--dark a:not(.text-button):not(.button) { color: #132430; border-bottom: 1px solid #132430; }
body.nonTouchDevice .text-links--dark a:not(.text-button):not(.button):hover { border-color: transparent; }

/* SLIDERS */
.slider .slide { position: relative; overflow: hidden; display: none; }
.slider .slide:first-child { display: block !important; }
.slider .slide .img { z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.slick-slider .slide { display: block; }
.slick-slider .slick-arrow { z-index: 1; position: absolute; top: 50%; width: 100px; height: 100px; cursor: pointer; display: flex; align-items: center; justify-content: center; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .slick-slider .slick-arrow { width: 50px; height: 50px; } }
.slick-slider .slick-arrow svg { width: 20px; height: auto; fill: white; }
.slick-slider .slick-arrow.slick-prev { left: 0; }
.slick-slider .slick-arrow.slick-next { right: 0; }
.slick-slider .slick-arrow.slick-disabled { pointer-events: none; opacity: .5; }
.slick-slider .slick-dots { margin: 0; padding: 0; list-style: none; position: absolute; left: 50%; bottom: 30px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
@media (max-width: 767px) { .slick-slider .slick-dots { bottom: 20px; } }
.slick-slider .slick-dots li { float: left; margin: 0 5px; }
.slick-slider .slick-dots button { padding: 0; text-indent: -9999px; position: relative; width: 14px; height: 14px; border: 2px solid white; border-radius: 50%; background: transparent; }
.slick-slider .slick-dots .slick-active button { background: white; }

.main-body { margin-top: -50px; padding-top: 50px; background: repeating-linear-gradient(163deg, #CCAC62 0%, #F7E3BC 1600px, #CCAC62 3100px, #CCAC62 4800px, #F7E3BC 7400px, #CCAC62 8400px, #CCAC62 10900px); }

.ajax-loader { transition: opacity 0.3s ease; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #CCAC62; z-index: 40; opacity: .9; visibility: visible; }
.ajax-loader.disabled { z-index: -1; opacity: 0; visibility: hidden; }

.ajax-results { position: relative; }

.main-body.reduce-spacing-under-banner .widget-container--grid:first-child { padding-top: 0; }
@media (min-width: 768px) and (max-width: 991px) { .main-body.reduce-spacing-under-banner .widget-container--grid:first-child { padding-top: 0; } }
@media (max-width: 767px) { .main-body.reduce-spacing-under-banner .widget-container--grid:first-child { padding-top: 0; } }

/* amending the default bootstrap 15px gutters */
.container, .container-fluid { padding-left: 80px; padding-right: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .container, .container-fluid { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .container, .container-fluid { padding-left: 40px; padding-right: 40px; } }

.container-fluid { max-width: calc(1760px + 160px); }
.container-fluid--med { max-width: calc(1540px + 160px); }
.container-fluid--sml { max-width: calc(960px + 160px); }
.container-fluid--xsml { max-width: calc(1100px + 160px); }

.row { margin-left: -80px; margin-right: -80px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 80px; padding-right: 80px; }

/* Add any custom fonts here */
@font-face { font-family: "Americana"; src: url("../fonts/americana/4ff34ce8-f743-46de-811d-5c994a5205ee.woff2") format("woff2"), url("../fonts/americana/295b1e11-3d82-4e2c-919f-30a6ee32061f.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
.drawer { position: fixed; left: 0; right: auto; top: 0; bottom: 0; overflow-x: hidden; overflow-y: auto; z-index: -1; visibility: hidden; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1); background: #dde7f2 url(../img/broken-tile-pattern.svg) center center repeat; padding: 0 80px; width: 600px; max-width: 80%; }
.drawer .drawer-inner { display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; }
@media (max-width: 767px) { .drawer { padding: 0 40px; width: 100%; max-width: 100%; } }
body.show-mob-menu .drawer { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
body.raise-mob-overlay .drawer { visibility: visible; z-index: 100; }
.drawer .nav-columns { width: 100%; }
@media (max-width: 767px) { .drawer .nav-columns { flex-wrap: wrap; } }
.drawer .main-nav { padding-top: 172px; max-width: 50%; }
@media (max-width: 767px) { .drawer .main-nav { max-width: none; width: 100%; padding-top: 80px; }
  .drawer .main-nav.nav-right { padding-top: 0; } }
.drawer .main-nav.nav-right { margin-left: auto; }
.drawer .main-nav > ul { padding-right: 20px; }
.drawer .main-nav > ul > li { position: relative; }
.drawer .main-nav > ul > li > a { display: block; font-size: 2.6rem; line-height: 3.6rem; padding: 10px 0; color: #132430; font-family: "cora", serif; font-weight: 400; }
@media (max-width: 767px) { .drawer .main-nav > ul > li > a { font-size: 2.0rem; line-height: 3.0rem; } }
.drawer .main-nav > ul > li > a:hover { color: #B7974F; }
.drawer .main-nav > ul > li > .arrow-icon { z-index: 2; cursor: pointer; position: absolute; top: 12px; right: 0; width: 50px; height: 50px; display: none; border: 2px solid #B7974F; }
.drawer .main-nav > ul > li > .arrow-icon .fa-icon { height: 2.5rem; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: opacity .2s ease; }
.drawer .main-nav > ul > li > .arrow-icon .fa-icon[data-icon="minus"] { opacity: 0; }
.drawer .main-nav > ul > li ul { display: none; }
.drawer .main-nav > ul > li ul li a { display: block; padding: 10px 0; font-size: 1.6rem; color: #B7974F; }
@media (max-width: 767px) { .drawer .main-nav > ul > li ul li a { padding: 15px 0; } }
.drawer .main-nav > ul > li ul li .arrow-icon { display: none; }
.drawer .main-nav > ul > li.menu-item-has-children > .arrow-icon { display: block; }
.drawer .main-nav > ul > li.active > .arrow-icon { background: #B7974F; }
.drawer .main-nav > ul > li.active > .arrow-icon .fa-icon[data-icon="plus"] { opacity: 0; }
.drawer .main-nav > ul > li.active > .arrow-icon .fa-icon[data-icon="minus"] { opacity: 1; }
.drawer .social-links { padding-top: 80px; padding-bottom: 80px; margin-top: auto; }
@media (max-width: 767px) { .drawer .social-links { padding-top: 80px; padding-bottom: 40px; } }
.drawer .social-links .fa-icon { height: 1.6rem; }
.drawer .social-links li { margin-right: 50px; }
.drawer .social-links a:hover svg path { fill: #B7974F; }
.drawer .nav-link { opacity: 0; -webkit-transform: translate(0, 10px); transform: translate(0, 10px); transition: all .45s ease; }
body.raise-mob-overlay .drawer .nav-link { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
body.raise-mob-overlay .drawer .nav-link.nav-link-1 { -moz-transition-delay: 0.85s; -o-transition-delay: 0.85s; -ms-transition-delay: 0.85s; -webkit-transition-delay: 0.85s; transition-delay: 0.85s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-2 { -moz-transition-delay: 0.95s; -o-transition-delay: 0.95s; -ms-transition-delay: 0.95s; -webkit-transition-delay: 0.95s; transition-delay: 0.95s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-3 { -moz-transition-delay: 1.05s; -o-transition-delay: 1.05s; -ms-transition-delay: 1.05s; -webkit-transition-delay: 1.05s; transition-delay: 1.05s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-4 { -moz-transition-delay: 1.15s; -o-transition-delay: 1.15s; -ms-transition-delay: 1.15s; -webkit-transition-delay: 1.15s; transition-delay: 1.15s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-5 { -moz-transition-delay: 1.25s; -o-transition-delay: 1.25s; -ms-transition-delay: 1.25s; -webkit-transition-delay: 1.25s; transition-delay: 1.25s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-6 { -moz-transition-delay: 1.35s; -o-transition-delay: 1.35s; -ms-transition-delay: 1.35s; -webkit-transition-delay: 1.35s; transition-delay: 1.35s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-7 { -moz-transition-delay: 1.45s; -o-transition-delay: 1.45s; -ms-transition-delay: 1.45s; -webkit-transition-delay: 1.45s; transition-delay: 1.45s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-8 { -moz-transition-delay: 1.55s; -o-transition-delay: 1.55s; -ms-transition-delay: 1.55s; -webkit-transition-delay: 1.55s; transition-delay: 1.55s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-9 { -moz-transition-delay: 1.65s; -o-transition-delay: 1.65s; -ms-transition-delay: 1.65s; -webkit-transition-delay: 1.65s; transition-delay: 1.65s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-10 { -moz-transition-delay: 1.75s; -o-transition-delay: 1.75s; -ms-transition-delay: 1.75s; -webkit-transition-delay: 1.75s; transition-delay: 1.75s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-11 { -moz-transition-delay: 1.85s; -o-transition-delay: 1.85s; -ms-transition-delay: 1.85s; -webkit-transition-delay: 1.85s; transition-delay: 1.85s; }

.mobile-menu-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.85); z-index: -1; visibility: hidden; opacity: 0; transition: opacity .4s ease; transition-delay: .3s; }
body.show-mob-menu .mobile-menu-overlay { opacity: 1; transition-delay: 0s; }
body.raise-mob-overlay .mobile-menu-overlay { z-index: 99; visibility: visible; }

.close-mob-menu-btn, .close-reservation-btn, .close-newsletter-btn { top: 80px; left: 80px; position: absolute; color: #132430; }
@media (max-width: 767px) { .close-mob-menu-btn, .close-reservation-btn, .close-newsletter-btn { left: 40px; top: 40px; } }
.close-mob-menu-btn:hover, .close-reservation-btn:hover, .close-newsletter-btn:hover { color: #B7974F; }
.close-mob-menu-btn:hover .hamburger-line-middle, .close-reservation-btn:hover .hamburger-line-middle, .close-newsletter-btn:hover .hamburger-line-middle { right: 20px; background-color: #B7974F; }
.close-mob-menu-btn .hamburger-line-middle, .close-reservation-btn .hamburger-line-middle, .close-newsletter-btn .hamburger-line-middle { top: 4px; }
.close-mob-menu-btn .fa-icon, .close-reservation-btn .fa-icon, .close-newsletter-btn .fa-icon { height: 3rem; }

footer { background: #FFF; }
footer > .container-fluid { max-width: none; }
footer ul { margin: 0; padding: 0; list-style: none; }
footer .footer-top { padding: 80px 0; color: #132430; }
footer .footer-top .button { margin-top: 30px; }
footer .footer-top .flex-col { width: 30%; }
@media (max-width: 767px) { footer .footer-top .flex-col { width: 100%; } }
@media (max-width: 991px) { footer .footer-top .flex-col { max-width: none; } }
footer .footer-top .flex-col .footer-contact { margin-bottom: 40px; }
@media (max-width: 991px) { footer .footer-top .flex-col .footer-contact .flex-justify-end { justify-content: flex-start; } }
footer .footer-top .flex-col.footer-widget { width: 40%; max-width: 380px; margin-right: auto; }
@media (max-width: 991px) { footer .footer-top .flex-col.footer-widget { width: 100%; max-width: none; } }
footer .footer-top .flex-col.footer-widget h4 { margin-top: 3px; margin-bottom: 27px; }
@media (max-width: 991px) { footer .footer-top .flex-col.footer-opening { margin-top: 51px; } }
footer .footer-top .flex-col.footer-opening > div { display: block; margin: 10px 0; }
@media (max-width: 767px) { footer .footer-top .flex-col.footer-opening > div { margin: 15px 0; } }
footer .footer-top .flex-col.footer-opening .opening-day { font-weight: bold; }
footer .footer-top .flex-col.footer-address, footer .footer-top .flex-col.footer-opening { text-align: right; text-transform: uppercase; padding-left: 80px; }
@media (min-width: 992px) and (max-width: 1199px) { footer .footer-top .flex-col.footer-address, footer .footer-top .flex-col.footer-opening { padding-left: 60px; } }
@media (max-width: 991px) { footer .footer-top .flex-col.footer-address, footer .footer-top .flex-col.footer-opening { padding-left: 0; text-align: left; } }
@media (min-width: 768px) and (max-width: 991px) { footer .footer-top .flex-col.footer-address, footer .footer-top .flex-col.footer-opening { width: 50%; } }
footer .footer-top .flex-col.footer-address p, footer .footer-top .flex-col.footer-address a, footer .footer-top .flex-col.footer-opening p, footer .footer-top .flex-col.footer-opening a { margin: 12px 0; padding: 0; }
footer .footer-top .footer-address .footer-contact { margin-top: -6px; }
@media (max-width: 767px) { footer .footer-top .footer-address .footer-contact { margin-top: 0; } }
footer .footer-top .footer-address .footer-contact > p { line-height: 33px; }
@media (max-width: 767px) { footer .footer-top .footer-address .footer-contact > p { line-height: 44px; } }
footer .footer-top .footer-address .footer-contact > p + a { margin-top: -5px; }
@media (max-width: 767px) { footer .footer-top .footer-address .footer-contact > p + a { margin-top: 0; } }
footer .footer-top .footer-address .footer-contact > p + a + a { margin-top: -2px; }
@media (max-width: 767px) { footer .footer-top .footer-address .footer-contact > p + a + a { margin-top: 0; } }
@media (max-width: 991px) { footer .footer-top .footer-address { margin-top: 40px; } }
@media (max-width: 767px) { footer .footer-top .footer-address { width: 100%; } }
footer .footer-top .footer-logo { width: auto; margin-left: auto; }
@media (max-width: 767px) { footer .footer-top .footer-logo { margin-left: 0; margin-right: auto; } }
footer .footer-top h2 { color: #132430; margin-bottom: 20px; }
footer .footer-top nav a { display: block; }
footer .footer-top a { color: #132430; }
footer .footer-top a:hover { color: #B7974F; }
footer .footer-top a:hover svg path { fill: #B7974F; }
footer .footer-top a svg { margin-right: 0; }
footer .footer-top p { margin: 0 0 15px; }
footer .footer-top .social-media { margin-top: 20px; }
footer .footer-top .social-media li { margin: 0 0 0 40px; }
@media (max-width: 991px) { footer .footer-top .social-media.flex-justify-end { justify-content: flex-start; }
  footer .footer-top .social-media li { margin: 0 60px 0 0; } }
footer .fa-icon { height: 1.6rem; }
@media (max-width: 991px) { footer .fa-icon { height: 2.2rem; } }

#footer-bottom { background: #EEF3F8; }
@media (max-width: 991px) { #footer-bottom { padding-bottom: 68px; /** Allow for sticky buttons **/ } }
#footer-bottom .toggle-footer-nav { display: none; padding-bottom: 40px; width: 100%; text-align: left; flex-direction: row; flex-wrap: wrap; cursor: pointer; border-bottom: 1px solid white; }
#footer-bottom .toggle-footer-nav svg { margin-left: auto; }
#footer-bottom .toggle-footer-nav svg.faq-open { display: none; }
#footer-bottom .toggle-footer-nav svg path { fill: #B7974F !important; }
#footer-bottom .toggle-footer-nav.nav-open svg.faq-open { display: block; }
#footer-bottom .toggle-footer-nav.nav-open svg.faq-close { display: none; }
@media (max-width: 991px) { #footer-bottom .toggle-footer-nav { display: flex; text-transform: none; } }
@media (min-width: 768px) and (max-width: 991px) { #footer-bottom .toggle-footer-nav { padding: 30px 60px; } }
@media (max-width: 767px) { #footer-bottom .toggle-footer-nav { padding: 30px 40px; } }
#footer-bottom > .container-fluid { max-width: none; }
@media (max-width: 991px) { #footer-bottom > .container-fluid { padding: 0; } }
#footer-bottom .footer-bottom { padding: 35px 0; text-transform: uppercase; }
@media (max-width: 991px) { #footer-bottom .footer-bottom { padding: 0; text-align: center; justify-content: center; } }
#footer-bottom .footer-bottom .copyright { margin-left: auto; }
@media (max-width: 991px) { #footer-bottom .footer-bottom .copyright { margin-left: unset; text-align: left; } }
@media (min-width: 768px) and (max-width: 991px) { #footer-bottom .footer-bottom .copyright { padding: 30px 60px; padding-right: 0; } }
@media (max-width: 767px) { #footer-bottom .footer-bottom .copyright { padding: 30px 40px; padding-right: 0; font-size: 1rem; } }
@media (max-width: 991px) { #footer-bottom .footer-bottom .credit { text-align: right; } }
@media (min-width: 768px) and (max-width: 991px) { #footer-bottom .footer-bottom .credit { padding: 30px 60px 0; padding-left: 0; } }
@media (max-width: 767px) { #footer-bottom .footer-bottom .credit { padding: 30px 40px 0; padding-left: 0; font-size: 1rem; } }
#footer-bottom .footer-bottom span { margin-left: 46px; }
@media (min-width: 992px) and (max-width: 1199px) { #footer-bottom .footer-bottom span { margin-left: 20px; } }
@media (max-width: 991px) { #footer-bottom .footer-bottom span { margin-left: 0; flex: 1; } }
#footer-bottom .footer-bottom nav { margin: 0 -10px; }
@media (min-width: 992px) { #footer-bottom .footer-bottom nav { width: 60%; } }
@media (max-width: 991px) { #footer-bottom .footer-bottom nav { width: 100%; display: none; border-bottom: 1px solid white; margin: -10px 0; } }
@media (min-width: 768px) and (max-width: 991px) { #footer-bottom .footer-bottom nav { padding: 30px 60px; } }
@media (max-width: 767px) { #footer-bottom .footer-bottom nav { padding: 30px 40px; } }
#footer-bottom .footer-bottom nav ul { padding: 0; margin: 0; list-style: none; }
#footer-bottom .footer-bottom nav ul li { display: inline-block; }
@media (max-width: 991px) { #footer-bottom .footer-bottom nav ul li { display: block; text-align: left; } }
#footer-bottom .footer-bottom nav ul li a { color: #132430; display: block; margin: 0 10px; }
@media (max-width: 991px) { #footer-bottom .footer-bottom nav ul li a { margin: 10px 0; } }
#footer-bottom .footer-bottom nav ul li a:hover { color: #B7974F; }
#footer-bottom .footer-bottom, #footer-bottom .footer-bottom a { color: #B7974F; }

.mobile-links { position: fixed; bottom: 10px; right: 10px; left: 10px; background: #132430; z-index: 5; display: none; }
@media (max-width: 991px) { .mobile-links { display: flex; } }
.mobile-links .mobile-link { width: 33.333%; text-align: center; }
.mobile-links .mobile-link a { color: #FFF; display: block; padding: 20px 15px; font-size: 1.0rem; letter-spacing: 1px; text-transform: uppercase; border-right: 1px solid rgba(255, 255, 255, 0.15); }
.mobile-links .mobile-link:last-of-type { border: 0; }
body.stop-scrolling .mobile-links { z-index: 3; }

.header { position: absolute; width: 100%; left: 0; top: 0; }
.header .container-fluid { z-index: 3; position: relative; max-width: none; padding-top: 50px; padding-bottom: 50px; }
@media (max-width: 767px) { .header .container-fluid { padding-top: 40px; padding-bottom: 40px; } }
.header .logo img { display: block; height: auto; }
@media (max-width: 991px) { .header .logo { margin-left: auto; }
  .header .logo img { max-width: 45px; } }
.header .header-left { position: absolute; left: 70px; }
@media (min-width: 768px) and (max-width: 991px) { .header .header-left { left: 50px; } }
@media (max-width: 767px) { .header .header-left { left: 30px; } }
.header .reservation-btn { margin: 0; }
.header .reservation-btn:hover { color: #B7974F !important; }
.header .reservation-btn .reserve-icon { display: block; width: 25px; margin-right: 10px; }
.header .reservation-btn.text-button { margin-left: 30px; }
.header .reservation-btn.text-button:after { display: none; }
.header .reservation-btn.sticky-button { opacity: 0; position: fixed; right: 10px; top: 10px; background: #132430; color: #FFF; padding: 13px 25px; transition: opacity .25s ease, color .25s ease; pointer-events: none; }
@media (max-width: 991px) { .header .reservation-btn.sticky-button { display: none; } }
.header .reservation-btn.fixed-btn { opacity: 1; pointer-events: auto; }
.header .mob-menu-btn { display: flex; z-index: 4; padding: 10px; margin-right: auto; color: #132430; align-items: center; }
.header .mob-menu-btn:hover { color: #B7974F; }
.header ul { margin: 0; padding: 0; list-style: none; }
body.video-header-color-change .header .mob-menu-btn { color: white; }
body.video-header-color-change .header .mob-menu-btn .hamburger-line { background-color: white; }
body.video-header-color-change .header .reservation-btn { color: white; }

.hero-multi { z-index: 0; position: relative; }
.hero-multi.has-tear { mask-size: cover; mask-position: bottom; -webkit-mask-size: cover; -webkit-mask-position: bottom; }
.hero-multi--fullscreen.has-tear { mask-image: url("../img/tear-masks/large-header.svg"); -webkit-mask-image: url("../img/tear-masks/large-header.svg"); }
.hero-multi--fullscreen .slide { background: #dde7f2 url(../img/broken-tile-pattern.svg) center center repeat; }
.hero-multi--fullscreen .text { z-index: 3; position: absolute; top: 50%; left: 0; right: 0; padding: 120px; }
@media (min-width: 768px) and (max-width: 1199px) { .hero-multi--fullscreen .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .hero-multi--fullscreen .text { padding: 60px 40px; } }
.hero-multi--fullscreen .text .text-inner { margin: 0 auto; text-align: center; max-width: 1200px; }
.hero-multi--short.has-tear { mask-image: url("../img/tear-masks/short-header.svg"); -webkit-mask-image: url("../img/tear-masks/short-header.svg"); }
.hero-multi--short .slide { background: #dde7f2 url(../img/broken-tile-pattern.svg) center center repeat; }
.hero-multi--short .slide .text { z-index: 3; position: relative; min-height: 420px; align-items: center; padding: 165px 120px 120px 120px; max-width: 1200px; margin: 0 auto; text-align: center; }
@media (min-width: 768px) and (max-width: 1199px) { .hero-multi--short .slide .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .hero-multi--short .slide .text { min-height: 420px; padding: 60px 40px; } }
.hero-multi .scroll-down-link { z-index: 4; position: absolute; bottom: -20px; right: 0; left: 0; color: #132430; text-align: center; width: 65px; margin: 0 auto; }
.hero-multi .scroll-down-link span { font-size: 1.2rem; text-transform: uppercase; line-height: 2.4rem; letter-spacing: 2.4px; display: block; margin-bottom: 20px; }
.hero-multi .scroll-down-link .vertical-line { display: block; width: 1px; margin: 0 auto; height: 80px; background-color: #132430; }
body.video-header-color-change .hero-multi h1 { color: white; }
body.video-header-color-change .hero-multi .scroll-down-link { color: white; }
body.video-header-color-change .hero-multi .scroll-down-link .vertical-line { background-color: white; }

.newsletter-drawer { z-index: 200; position: fixed; top: 0; right: 0; bottom: 0; width: 600px; overflow: auto; visibility: hidden; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1); background: #dde7f2 url(../img/broken-tile-pattern.svg) center center repeat !important; }
@media (max-width: 991px) { .newsletter-drawer { width: 100vw; } }
body.show-newsletter .newsletter-drawer { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
body.raise-newsletter-overlay .newsletter-drawer { visibility: visible; z-index: 800; pointer-events: auto; }
.newsletter-drawer .newsletter-wrap { max-height: 100vh; display: table; }
.newsletter-drawer .newsletter-wrap .newsletter-inner { padding: 160px 80px; display: table-cell; vertical-align: middle; }
@media (max-width: 767px) { .newsletter-drawer .newsletter-wrap .newsletter-inner { padding: 80px 40px; } }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-title { margin-bottom: 40px; }
@media (max-width: 767px) { .newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-title { margin-bottom: 30px; } }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form { position: relative; }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form .form-group { margin: 0 0 30px; width: 100%; }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form .form-group.check-input .error-tooltip { background: none; }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form .form-group.check-input .error-tooltip svg { margin-right: 0; }
@media (min-width: 992px) { .newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form .form-group.half-input { width: calc(50% - 10px); } }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form .button-wrap { flex: 1; }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form .button { margin-top: 0; }
@media (max-width: 767px) { .newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form .button { width: 100%; } }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-widget-sending .button { pointer-events: none; }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-widget-sending .button span { opacity: 0; }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-widget-sending .button .spinner { opacity: 1; }
.newsletter-drawer .newsletter-wrap .newsletter-inner .success-message { top: 40px; -webkit-transform: none; transform: none; padding: 0; text-align: left; }
.newsletter-drawer .close-newsletter-btn { position: absolute; overflow: hidden; top: 80px; right: 80px; left: auto; }
@media (max-width: 767px) { .newsletter-drawer .close-newsletter-btn { top: 40px; right: 40px; } }
.newsletter-drawer .close-newsletter-btn .fa-icon { height: 2.5rem; }
@media (max-width: 767px) { .newsletter-drawer .close-newsletter-btn .fa-icon { height: 2rem; } }

.newsletter-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.85); z-index: -1; visibility: hidden; opacity: 0; transition: opacity .4s ease; transition-delay: .3s; }
body.show-newsletter .newsletter-overlay { opacity: 1; transition-delay: 0s; }
body.raise-newsletter-overlay .newsletter-overlay { z-index: 799; visibility: visible; }

.reservation-drawer { z-index: 200; position: fixed; top: 0; right: 0; bottom: 0; width: 600px; overflow: auto; visibility: hidden; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1); background: #dde7f2 url(../img/broken-tile-pattern.svg) center center repeat !important; }
@media (max-width: 991px) { .reservation-drawer { width: 100vw; } }
body.show-reservation .reservation-drawer { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
body.raise-reservation-overlay .reservation-drawer { visibility: visible; z-index: 800; pointer-events: auto; }
.reservation-drawer .reservation-wrap { max-height: 100vh; display: table; }
.reservation-drawer .reservation-wrap .reservation-inner { padding: 160px 80px; display: table-cell; vertical-align: middle; }
@media (max-width: 767px) { .reservation-drawer .reservation-wrap .reservation-inner { padding: 80px 40px; } }
.reservation-drawer .reservation-wrap .reservation-inner #ot-reservation-widget { margin-top: 60px; }
.reservation-drawer .reservation-wrap .reservation-inner .picker { top: 58px !important; }
.reservation-drawer .reservation-wrap .reservation-inner .picker__close { display: none !important; }
.reservation-drawer .reservation-wrap .reservation-inner .picker__holder { width: 100% !important; left: 0 !important; border-radius: 0 !important; box-shadow: none !important; background: #142430 !important; color: #FFF !important; }
.reservation-drawer .reservation-wrap .reservation-inner .picker__holder table:not(.ui-datepicker-calendar):not(.shop_table) th, .reservation-drawer .reservation-wrap .reservation-inner .picker__holder table:not(.ui-datepicker-calendar):not(.shop_table) td, .reservation-drawer .reservation-wrap .reservation-inner .picker__holder table:not(.ui-datepicker-calendar):not(.shop_table) th { padding: 1px 0 !important; text-align: center !important; }
.reservation-drawer .reservation-wrap .reservation-inner .picker__close { color: #B7974F !important; }
.reservation-drawer .reservation-wrap .reservation-inner .picker__day--selected.picker__day--highlighted, .reservation-drawer .reservation-wrap .reservation-inner .picker__day--selected.picker__day--highlighted:hover { border: 0 !important; color: #142430 !important; background: #FFF !important; }
.reservation-drawer .reservation-wrap .reservation-inner .picker__day--highlighted, .reservation-drawer .reservation-wrap .reservation-inner .picker__day--infocus:hover, .reservation-drawer .reservation-wrap .reservation-inner .picker__day--outfocus:hover { border: 0 !important; color: #FFF !important; background: #bbbbbb !important; }
.reservation-drawer .reservation-wrap .reservation-inner .picker__header { margin: 10px 0 20px 0; }
.reservation-drawer .reservation-wrap .reservation-inner .picker__day { height: 30px !important; line-height: 30px !important; }
.reservation-drawer .reservation-wrap .reservation-inner .picker__day--today { border: 0 !important; }
.reservation-drawer .reservation-wrap .reservation-inner .picker__nav--next:hover, .reservation-drawer .reservation-wrap .reservation-inner .picker__nav--prev:hover { border-color: #FFF !important; }
.reservation-drawer .reservation-wrap .reservation-inner .picker__nav--prev:before, .reservation-drawer .reservation-wrap .reservation-inner .picker__nav--next:before { color: #FFF; }
.reservation-drawer .reservation-wrap .reservation-inner .picker__day--disabled.picker__day--outfocus, .reservation-drawer .reservation-wrap .reservation-inner .picker__day--disabled.picker__day--outfocus:hover, .reservation-drawer .reservation-wrap .reservation-inner .picker__day--disabled.picker__day--infocus, .reservation-drawer .reservation-wrap .reservation-inner .picker__day--disabled.picker__day--infocus:hover, .reservation-drawer .reservation-wrap .reservation-inner .picker__nav--disabled.picker__nav--prev:before, .reservation-drawer .reservation-wrap .reservation-inner .picker__nav--disabled.picker__nav--next:before { color: #2e343f !important; }
.reservation-drawer .reservation-wrap .reservation-inner table:not(.ui-datepicker-calendar):not(.shop_table) th { background: transparent; text-transform: uppercase; color: #FFF; }
.reservation-drawer .reservation-wrap .reservation-inner table:not(.ui-datepicker-calendar):not(.shop_table) td { border: 0; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker { width: 100%; padding: 0; background: transparent; border-radius: 0; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form { background: transparent; border: 0; border-radius: 0; display: flex; flex-wrap: wrap; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button { order: 4; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button { background: #132430; color: #FFF; box-shadow: none; -webkit-box-shadow: none; padding: 13px 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #132430; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 2.4px; transition: all .25s ease; height: auto; width: auto; font-family: "cora", serif; font-weight: 400; border-radius: 0; margin-top: 15px !important; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-button:hover { border: 1px solid #132430 !important; background: transparent !important; color: #132430 !important; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector { margin-top: 25px; height: 55px; order: 3; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector:before { position: absolute; top: -25px; left: 0; display: block; text-transform: uppercase; color: #B7974F; font-size: 1.2rem; font-family: "cora", serif; font-weight: 400; content: 'Reservation Time'; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link { padding: 18px 20px; height: 55px; background: #FFF; font-size: 1.4rem; font-family: "cora", serif; font-weight: 400; letter-spacing: 0; color: #132430; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link:before { display: none; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector.ot-party-size-picker { order: 1; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector.ot-party-size-picker:before { content: 'Table Size'; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector.ot-party-size-picker .ot-dtp-picker-selector-link:before { display: none; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector.standard { order: 2; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector.standard:before { content: 'Reservation Date'; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector.standard .ot-dtp-picker-selector-link:before { display: block; left: auto; right: 12px; color: #B7974F; color: #B7974F; background: url(../icons/regular/calendar-gold.svg) center center no-repeat; background-size: 12px; content: ''; width: 12px; height: 13px; right: 20px; top: 21px; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector.standard .ot-dtp-picker-selector-link:after { display: none; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-selector { margin-bottom: 20px; background: #FFF; border: 0; border-radius: 0; font-weight: 400; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link:after { color: #B7974F; background: url(../icons/regular/chevron-down-gold.svg) center center no-repeat; background-size: 9px; content: ''; width: 9px; height: 6px; right: 20px; top: 25px; }
.reservation-drawer .reservation-wrap .reservation-inner .ot-powered-by, .reservation-drawer .reservation-wrap .reservation-inner h1.ot-title { display: none; }
.reservation-drawer .reservation-wrap .reservation-inner .reservation-title { margin-bottom: 40px; }
@media (max-width: 767px) { .reservation-drawer .reservation-wrap .reservation-inner .reservation-title { margin-bottom: 30px; } }
.reservation-drawer .reservation-wrap .reservation-inner .reservation-form { position: relative; }
.reservation-drawer .reservation-wrap .reservation-inner .reservation-form .form-group { margin: 0 0 30px; width: 100%; }
@media (min-width: 992px) { .reservation-drawer .reservation-wrap .reservation-inner .reservation-form .form-group.half-input { width: calc(50% - 10px); } }
.reservation-drawer .reservation-wrap .reservation-inner .reservation-form .button-wrap { flex: 1; }
.reservation-drawer .reservation-wrap .reservation-inner .reservation-form .button { margin-top: 0; }
@media (max-width: 767px) { .reservation-drawer .reservation-wrap .reservation-inner .reservation-form .button { width: 100%; } }
.reservation-drawer .reservation-wrap .reservation-inner .reservation-widget-sending .button { pointer-events: none; }
.reservation-drawer .reservation-wrap .reservation-inner .reservation-widget-sending .button span { opacity: 0; }
.reservation-drawer .reservation-wrap .reservation-inner .reservation-widget-sending .button .spinner { opacity: 1; }
.reservation-drawer .reservation-wrap .reservation-inner .success-message { top: 40px; -webkit-transform: none; transform: none; padding: 0; text-align: left; }
.reservation-drawer .close-reservation-btn { position: absolute; overflow: hidden; top: 80px; left: auto; right: 80px; }
@media (max-width: 767px) { .reservation-drawer .close-reservation-btn { top: 40px; right: 40px; } }
.reservation-drawer .close-reservation-btn .fa-icon { height: 2.5rem; }
@media (max-width: 767px) { .reservation-drawer .close-reservation-btn .fa-icon { height: 2rem; } }

.reservation-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.85); z-index: -1; visibility: hidden; opacity: 0; transition: opacity .4s ease; transition-delay: .3s; }
body.show-reservation .reservation-overlay { opacity: 1; transition-delay: 0s; }
body.raise-reservation-overlay .reservation-overlay { z-index: 799; visibility: visible; }

.listing-widget .image img, .quicklinks-widget .image img, .cta-columns-widget .image img, .events-list .image img { transition: transform .5s; /* Animation */ }
.listing-widget .image img:hover, .quicklinks-widget .image img:hover, .cta-columns-widget .image img:hover, .events-list .image img:hover { transform: scale(1.1); }

.img-zoom .image { overflow: hidden; background: black; }
.img-zoom .image .img { transition: all 1s ease; -webkit-transform: scale(1); transform: scale(1); backface-visibility: hidden; -webkit-backface-visibility: hidden; }
body.nonTouchDevice .img-zoom:hover .image .img { opacity: .85; -webkit-transform: scale(1.1); transform: scale(1.1); }

.link-zoom-img .image, .link-zoom-img .video-mask { transition: all .65s ease; }
.link-zoom-img.hover .image, .link-zoom-img.hover .video-mask { -webkit-transform: scale(1.15); transform: scale(1.15); }

.animate-layer { width: 100%; height: 100%; }
@media (max-width: 991px) { .animate-layer { transform: none !important; } }

[data-show-move-right] { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; -ms-transition: all 1.5s ease; -webkit-transition: all 1.5s ease; transition: all 1.5s ease; }
@media (max-width: 991px) { [data-show-move-right] { -webkit-transform: translate(0, 40px); transform: translate(0, 40px); } }
[data-show-move-right].scroll-show { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

[data-show-move-left] { -webkit-transform: translate(50%, 0); transform: translate(50%, 0); -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; -ms-transition: all 1.5s ease; -webkit-transition: all 1.5s ease; transition: all 1.5s ease; }
@media (max-width: 991px) { [data-show-move-left] { -webkit-transform: translate(0, 40px); transform: translate(0, 40px); } }
[data-show-move-left].scroll-show { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

[data-show-move-up] { -webkit-transform: translate(0, 40px); transform: translate(0, 40px); -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
[data-show-move-up].scroll-show { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

[data-show-move-down] { -webkit-transform: translate(0, -40px); transform: translate(0, -40px); -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
[data-show-move-down].scroll-show { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

[data-show-grow] { -webkit-transform: scale(-0.5, -0.5); transform: scale(-0.5, -0.5); -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
[data-show-grow].scroll-show { -webkit-transform: scale(1, 1); transform: scale(1, 1); }

[data-show-fade] { opacity: 0; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
[data-show-fade].scroll-show { opacity: 1; }

[data-show-grouped-fade] > * { opacity: 0; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
[data-show-grouped-fade].scroll-show > * { opacity: 1; }

[data-show-grouped-grow] > * { -webkit-transform: scale(-0.5, -0.5); transform: scale(-0.5, -0.5); -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
[data-show-grouped-grow].scroll-show > * { -webkit-transform: scale(1, 1); transform: scale(1, 1); }

[data-show-grouped-move-up] > * { -webkit-transform: translate(0, 40px); transform: translate(0, 40px); -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
[data-show-grouped-move-up].scroll-show > * { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

[data-show-delay]:nth-child(2) { -moz-transition-delay: 0.2s; -o-transition-delay: 0.2s; -ms-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
[data-show-delay]:nth-child(3) { -moz-transition-delay: 0.4s; -o-transition-delay: 0.4s; -ms-transition-delay: 0.4s; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
[data-show-delay]:nth-child(4) { -moz-transition-delay: 0.6s; -o-transition-delay: 0.6s; -ms-transition-delay: 0.6s; -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }
[data-show-delay]:nth-child(5) { -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; -ms-transition-delay: 0.8s; -webkit-transition-delay: 0.8s; transition-delay: 0.8s; }
[data-show-delay]:nth-child(6) { -moz-transition-delay: 1s; -o-transition-delay: 1s; -ms-transition-delay: 1s; -webkit-transition-delay: 1s; transition-delay: 1s; }
[data-show-delay]:nth-child(7) { -moz-transition-delay: 1.2s; -o-transition-delay: 1.2s; -ms-transition-delay: 1.2s; -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }
[data-show-delay]:nth-child(8) { -moz-transition-delay: 1.4s; -o-transition-delay: 1.4s; -ms-transition-delay: 1.4s; -webkit-transition-delay: 1.4s; transition-delay: 1.4s; }
[data-show-delay]:nth-child(9) { -moz-transition-delay: 1.6s; -o-transition-delay: 1.6s; -ms-transition-delay: 1.6s; -webkit-transition-delay: 1.6s; transition-delay: 1.6s; }
[data-show-delay]:nth-child(10) { -moz-transition-delay: 1.8s; -o-transition-delay: 1.8s; -ms-transition-delay: 1.8s; -webkit-transition-delay: 1.8s; transition-delay: 1.8s; }
[data-show-delay]:nth-child(11) { -moz-transition-delay: 2s; -o-transition-delay: 2s; -ms-transition-delay: 2s; -webkit-transition-delay: 2s; transition-delay: 2s; }
[data-show-delay]:nth-child(12) { -moz-transition-delay: 2.2s; -o-transition-delay: 2.2s; -ms-transition-delay: 2.2s; -webkit-transition-delay: 2.2s; transition-delay: 2.2s; }

[data-show-grouped-delay] > *:nth-child(2) { -moz-transition-delay: 0.2s; -o-transition-delay: 0.2s; -ms-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
[data-show-grouped-delay] > *:nth-child(3) { -moz-transition-delay: 0.4s; -o-transition-delay: 0.4s; -ms-transition-delay: 0.4s; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
[data-show-grouped-delay] > *:nth-child(4) { -moz-transition-delay: 0.6s; -o-transition-delay: 0.6s; -ms-transition-delay: 0.6s; -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }
[data-show-grouped-delay] > *:nth-child(5) { -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; -ms-transition-delay: 0.8s; -webkit-transition-delay: 0.8s; transition-delay: 0.8s; }
[data-show-grouped-delay] > *:nth-child(6) { -moz-transition-delay: 1s; -o-transition-delay: 1s; -ms-transition-delay: 1s; -webkit-transition-delay: 1s; transition-delay: 1s; }
[data-show-grouped-delay] > *:nth-child(7) { -moz-transition-delay: 1.2s; -o-transition-delay: 1.2s; -ms-transition-delay: 1.2s; -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }
[data-show-grouped-delay] > *:nth-child(8) { -moz-transition-delay: 1.4s; -o-transition-delay: 1.4s; -ms-transition-delay: 1.4s; -webkit-transition-delay: 1.4s; transition-delay: 1.4s; }
[data-show-grouped-delay] > *:nth-child(9) { -moz-transition-delay: 1.6s; -o-transition-delay: 1.6s; -ms-transition-delay: 1.6s; -webkit-transition-delay: 1.6s; transition-delay: 1.6s; }
[data-show-grouped-delay] > *:nth-child(10) { -moz-transition-delay: 1.8s; -o-transition-delay: 1.8s; -ms-transition-delay: 1.8s; -webkit-transition-delay: 1.8s; transition-delay: 1.8s; }
[data-show-grouped-delay] > *:nth-child(11) { -moz-transition-delay: 2s; -o-transition-delay: 2s; -ms-transition-delay: 2s; -webkit-transition-delay: 2s; transition-delay: 2s; }
[data-show-grouped-delay] > *:nth-child(12) { -moz-transition-delay: 2.2s; -o-transition-delay: 2.2s; -ms-transition-delay: 2.2s; -webkit-transition-delay: 2.2s; transition-delay: 2.2s; }

.breadcrumb-wrap { z-index: 3; position: absolute; bottom: 25px; right: 80px; left: 80px; }
@media (min-width: 992px) and (max-width: 1199px) { .breadcrumb-wrap { left: 60px; right: 60px; } }
@media (max-width: 991px) { .breadcrumb-wrap { display: none; } }
body.wb-404-2 .breadcrumb-wrap { display: none; }
.breadcrumb-wrap .breadcrumbs { margin: 0; padding: 0; list-style: none; display: flex; }
.breadcrumb-wrap .breadcrumbs li { font-weight: 700; color: #132430; }
.breadcrumb-wrap .breadcrumbs li:not(:last-child):after { content: '/'; margin: 0 5px; font-weight: 400; }
.breadcrumb-wrap .breadcrumbs li a { font-weight: 400; color: #132430; border-bottom: 1px solid transparent; }
body.nonTouchDevice .breadcrumb-wrap .breadcrumbs li a:hover { border-color: inherit; }

.masthead-slider + .text + .breadcrumb-wrap > .breadcrumbs li, .masthead-slider + .text + .breadcrumb-wrap > .breadcrumbs li a { color: white; }

.button { cursor: pointer; position: relative; margin-top: 35px; padding: 13px 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #132430; color: #132430; background: transparent; text-transform: uppercase; letter-spacing: 2.4px; transition: all .25s ease; text-align: center; }
@media (max-width: 767px) { .button { margin-top: 25px; padding: 13px 25px; } }
@media (max-width: 991px) { .button { display: block; } }
.button.button-solid, .button.upload { background: #132430; color: #FFF; }
body.nonTouchDevice .button.button-solid:hover, body.nonTouchDevice .button.upload:hover { background: transparent; color: #132430; }
.button svg { position: relative; width: 14px; height: auto; margin-left: 10px; top: 1px; }
.button svg path { fill: #FFF; transition: fill .25s ease; }
body.nonTouchDevice .button:hover { color: #FFF; background: #132430; }
body.nonTouchDevice .button:hover svg path { fill: #132430; }

button.button { background: #132430; color: #FFF; }
body.nonTouchDevice button.button:hover { background: transparent; color: #132430; }

.text-button { display: inline-block; font-weight: 400; letter-spacing: .24rem; text-transform: uppercase; color: #132430; margin-top: 30px; margin-bottom: 12px; position: relative; display: inline-block; }
.text-button:after { content: ''; position: absolute; bottom: -10px; left: 0; width: 100%; height: 2px; -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left center; transform-origin: left center; transition: transform 0.3s cubic-bezier(0.75, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.2, 1); background-color: #B7974F; }
.text-button:hover:after { -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; transform-origin: right center; }
.text-button svg { position: relative; width: 19px; height: auto; margin-left: 5px; }
.text-button svg.play-icon { width: 14px; top: 3px; }

body.gdpr-infobar-visible { overflow: hidden; }
body.gdpr-infobar-visible:before { content: ''; background: rgba(0, 0, 0, 0.85); position: fixed; left: 0; top: 0; height: 100%; width: 100%; z-index: 20; }

#moove_gdpr_cookie_info_bar { z-index: 199 !important; border: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; width: 100% !important; max-width: none !important; max-height: unset !important; background: #dde7f2 url(../img/broken-tile-pattern.svg) center center repeat !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container { padding: 60px !important; max-width: 920px; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container { padding: 30px !important; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content { flex-wrap: wrap; padding: 0 !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .faq-widget .accordion .accordion-group .accordion-btn, .faq-widget .accordion .accordion-group #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .accordion-btn, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6 { font-family: "cora", serif; font-weight: 400; color: #132430 !important; font-size: 3rem !important; line-height: 4.6rem !important; margin-bottom: 18px !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p a { color: #132430 !important; font-size: 1.4rem !important; line-height: 2.6rem !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p a { font-size: 1.2rem !important; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder { margin-top: 0 !important; padding-left: 0 !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton { opacity: 1 !important; padding: 0 !important; margin: 0 30px 0 0 !important; cursor: pointer; position: relative; margin-top: 40px !important; padding: 13px 25px !important; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #132430; color: #FFF !important; background: #132430 !important; text-transform: uppercase !important; letter-spacing: 2.4px !important; transition: all .25s ease !important; border-radius: 0 !important; line-height: 2.4rem !important; letter-spacing: 2.4px !important; font-size: 1.2rem !important; border: 1px solid #132430 !important; }
@media (min-width: 992px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton:hover { color: #132430 !important; background: transparent !important; border: 1px solid #132430 !important; } }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton { font-size: 1.2rem !important; display: block !important; width: 100% !important; margin-right: 0 !important; }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton + button.mgbutton { margin-top: 20px !important; } }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content { transform: none !important; padding-top: 30px !important; border-radius: 0 !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-content { padding-top: 15px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-right-content { background: white !important; border-radius: 0 !important; padding: 0 0 130px !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-right-content { padding: 0 0 300px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-title, body #moove_gdpr_cookie_modal .main-modal-content, body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { padding: 0 80px !important; }
@media (min-width: 768px) and (max-width: 991px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-title, body #moove_gdpr_cookie_modal .main-modal-content, body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { padding: 0 60px !important; } }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-title, body #moove_gdpr_cookie_modal .main-modal-content, body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { padding: 0 30px !important; } }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-title { height: 60px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-title, body #moove_gdpr_cookie_modal .moove-gdpr-tab-main { margin-bottom: 0 !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-title .tab-title, body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .tab-title { font-size: 3rem !important; font-family: "cora", serif !important; font-weight: 400 !important; letter-spacing: 0 !important; color: #132430 !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-title .tab-title, body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .tab-title { font-size: 2.4rem !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content p, body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content a { color: #132430 !important; font-size: 1.4rem !important; line-height: 2.6rem !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content p, body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content a { font-size: 1.2rem !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover { text-decoration: none !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main + .moove-gdpr-tab-main { padding-top: 30px; border-top: 1px solid #e5e5e5; }
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main + .moove-gdpr-tab-main .moove-gdpr-tab-main-content { padding-top: 10px; }
@media (max-width: 991px) { body #moove_gdpr_cookie_modal .moove-gdpr-tab-main:first-child .moove-gdpr-tab-main-content { padding-right: 0 !important; } }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap { margin-top: 5px !important; margin-bottom: 0 !important; } }
body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch .cookie-slider { background-color: #d52229; }
body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch .cookie-slider:after { color: #d52229; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-close .gdpr-icon.moovegdpr-arrow-close { background-color: #132430 !important; border-color: #132430 !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { background: #EEF3F8 !important; border-radius: 0 !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { height: 240px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder { padding: 0 !important; width: 100% !important; justify-content: flex-start !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton { opacity: 1 !important; padding: 0 !important; margin: 0 30px 0 0 !important; cursor: pointer; position: relative; padding: 13px 25px !important; display: inline-flex !important; align-items: center; justify-content: center; border: 1px solid #132430; color: #FFF !important; background: #132430 !important; text-transform: uppercase !important; letter-spacing: 2.4px !important; transition: all .25s ease !important; border-radius: 0 !important; line-height: 2.4rem !important; letter-spacing: 2.4px !important; font-size: 1.2rem !important; border: 1px solid #132430 !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:last-of-type { margin-right: 0 !important; }
@media (min-width: 992px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover { color: #132430 !important; background: transparent !important; border: 1px solid #132430 !important; } }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton { font-size: 1.2rem !important; display: block !important; width: 100% !important; margin-right: 0 !important; }
  body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton + button.mgbutton { margin-top: 20px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content:before { content: none !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-branding-cnt, body #moove_gdpr_cookie_modal .moove-gdpr-company-logo-holder { display: none !important; }

#ui-datepicker-div { background: #B7974F; padding: 20px 30px; border: none; width: 100%; max-width: 300px; z-index: 99 !important; display: none; }
@media (max-width: 767px) { #ui-datepicker-div { max-width: 275px; } }
#ui-datepicker-div * { text-align: center; }
#ui-datepicker-div .ui-datepicker-header { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0 5px; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-year { font-size: 1.4rem; color: white; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title { border-bottom: 1px solid white; }
#ui-datepicker-div .ui-datepicker-header a { opacity: 1; cursor: pointer; background: none !important; }
#ui-datepicker-div .ui-datepicker-header a:before { content: ''; background-size: contain; width: 18px; height: 18px; display: block; filter: invert(1); }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev:before { background: url("../icons/regular/angle-left.svg") no-repeat; background-position: left center; }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next { order: 3; }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next:before { background: url("../icons/regular/angle-right.svg") no-repeat; background-position: right center; }
#ui-datepicker-div .ui-datepicker-header a span { display: none; }
#ui-datepicker-div .ui-datepicker-header select { padding: 0 15px 0 0 !important; height: 32px; background: transparent !important; color: white; font-family: utile, sans-serif; font-size: 1.4rem; border: 0; border-radius: 0; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAW0lEQVQImXWPwQmAMBRDn+KlB6+O4pSCWxTcoRM4hWdnECIRLUXaQPif5F3SSTqACbioawDOHkhAAMaG3SUk2avaWsx8oB0rrLOnL0F7KyD/ufOY/4T9vXNOgBsi5nUKn/r7/wAAAABJRU5ErkJggg==") !important; background-size: 10px auto !important; background-position: right center !important; background-repeat: no-repeat !important; -moz-appearance: none; -webkit-appearance: none; appearance: none; cursor: pointer; }
#ui-datepicker-div .ui-datepicker-header select option { color: black !important; }
#ui-datepicker-div table { width: 100%; margin: 0; font-size: 1.6rem; }
#ui-datepicker-div table * { color: white !important; }
#ui-datepicker-div table th { padding: 15px 0 10px; text-transform: uppercase; }
#ui-datepicker-div table td { background: none !important; }
#ui-datepicker-div table td span, #ui-datepicker-div table td a { line-height: 2; }
#ui-datepicker-div table td.ui-state-disabled span, #ui-datepicker-div table td.ui-state-disabled a { opacity: .5; }
#ui-datepicker-div table td a { position: relative; background: none !important; }
#ui-datepicker-div table td a:before { content: ''; position: absolute; left: 50%; top: 50%; z-index: -1; width: 30px; height: 30px; border-radius: 50%; opacity: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all .25s ease; }
#ui-datepicker-div table td a:hover:before { opacity: 1; background: #967b3d; }
#ui-datepicker-div table td a.ui-state-active { color: #B7974F !important; opacity: 1; }
#ui-datepicker-div table td a.ui-state-active:before { opacity: 1; background: white; }

.fancybox-is-open .fancybox-bg { opacity: 1; }

.fancybox-bg { background: rgba(0, 0, 0, 0.9); }

.fancybox-is-modal .fancybox-content { padding: 0; }
.fancybox-is-modal .fancybox-slide { padding: 40px !important; }
@media (max-width: 767px) { .fancybox-is-modal .fancybox-slide { padding: 20px !important; } }

.fancybox-slide { padding: 120px 13vw !important; }
@media (max-width: 991px) { .fancybox-slide { padding: 0 !important; } }

.fancybox-infobar { top: 60px; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); mix-blend-mode: normal; font-family: "cora", serif; font-size: 1.4rem; color: white; }

.fancybox-caption { bottom: 60px; padding: 0 !important; margin: 0 !important; background: none !important; color: white; font-size: 1.4rem; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); }

.fancybox-navigation .fancybox-button { height: 60px; width: 60px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0 !important; background: none; }
@media (max-width: 991px) { .fancybox-navigation .fancybox-button { display: none; } }
.fancybox-navigation .fancybox-button div { padding: 0; }
.fancybox-navigation .fancybox-button i { font-size: 50px; color: #B7974F; }
.fancybox-navigation .fancybox-button--arrow_left { left: 5vw; }
.fancybox-navigation .fancybox-button--arrow_right { right: 5vw; }

.fancybox-button--close { top: 20px; right: 20px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: none; }
.fancybox-button--close i { font-size: 30px; color: #B7974F; }

.form-group { position: relative; }
.form-group label { display: block; margin-bottom: 10px; font-size: 1.0rem; line-height: 1.1rem; letter-spacing: 2px; text-transform: uppercase; color: #B7974F; font-weight: 400; }
.form-group .field-wrap { position: relative; }
.form-group.filled input, .form-group.filled textarea, .form-group.filled .select-wrap, .form-group.filled .date-picker-wrap { border-color: #FFF; }
.form-group.filled select { opacity: 1; }

.error input[type="text"], .error input[type="email"], .error input[type="number"], .error input[type="tel"], .error input[type="password"], .error textarea, .error .select-wrap, .error .file-upload { border-color: #d52229; }

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, .select-wrap, .file-upload { outline: 0; width: 100%; border-radius: 0; border: 2px solid #FFF; color: #132430; background: #fff; box-shadow: none !important; font-size: 1.4rem; font-weight: 400; height: 55px; filter: none !important; padding: 0 20px !important; transition: border-color .3s ease; -webkit-appearance: none; font-family: "cora", serif; }
@media (max-width: 767px) { input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, .select-wrap, .file-upload { height: 55px; padding: 0 15px !important; } }
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .select-wrap::-webkit-input-placeholder, .file-upload::-webkit-input-placeholder { color: #132430; opacity: 0.3; }
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, .select-wrap:-moz-placeholder, .file-upload:-moz-placeholder { color: #132430; opacity: 0.3; }
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, .select-wrap::-moz-placeholder, .file-upload::-moz-placeholder { color: #132430; opacity: 0.3; }
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, .select-wrap:-ms-input-placeholder, .file-upload:-ms-input-placeholder { color: #132430; opacity: 0.3; }
input[type="text"].edge-autofilled, input[type="text"].edge-autoSuggestFieldFilled, input[type="email"].edge-autofilled, input[type="email"].edge-autoSuggestFieldFilled, input[type="number"].edge-autofilled, input[type="number"].edge-autoSuggestFieldFilled, input[type="tel"].edge-autofilled, input[type="tel"].edge-autoSuggestFieldFilled, input[type="password"].edge-autofilled, input[type="password"].edge-autoSuggestFieldFilled, textarea.edge-autofilled, textarea.edge-autoSuggestFieldFilled, .select-wrap.edge-autofilled, .select-wrap.edge-autoSuggestFieldFilled, .file-upload.edge-autofilled, .file-upload.edge-autoSuggestFieldFilled { background: #fff !important; }
input[type="text"]::-ms-clear, input[type="email"]::-ms-clear, input[type="number"]::-ms-clear, input[type="tel"]::-ms-clear, input[type="password"]::-ms-clear, textarea::-ms-clear, .select-wrap::-ms-clear, .file-upload::-ms-clear { display: none !important; }

.file-upload { border: 0; }

textarea { resize: none; display: block; overflow: auto; height: 200px; padding: 15px 20px !important; -webkit-appearance: none; }
@media (max-width: 767px) { textarea { height: 160px; padding: 15px !important; } }

/* Restyle webkit autofill  */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-text-fill-color: #132430; -webkit-box-shadow: 0 0 0px 1000px #fff inset; box-shadow: 0 0 0px 1000px #fff inset !important; transition: background-color 50000s ease-in-out 0s; }

.select-wrap, .date-picker-wrap { position: relative; overflow: hidden; padding: 0 !important; }
.select-wrap .fa-icon, .date-picker-wrap .fa-icon { z-index: 2; position: absolute; top: 50%; right: 20px; pointer-events: none; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .select-wrap .fa-icon, .date-picker-wrap .fa-icon { right: 15px; } }

.select-wrap select { position: relative; z-index: 2; padding: 0 20px; height: calc(55px - 4px); cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; background: transparent; border: 0; opacity: 0.3; }
@media (max-width: 767px) { .select-wrap select { padding: 0 15px; height: calc(55px - 4px); } }
.select-wrap select:focus::-ms-value { background-color: transparent; color: #132430; }
.select-wrap select::-ms-expand { display: none; }
.select-wrap .fa-icon { height: 18px; }

.date-picker-wrap input { cursor: pointer; }
.date-picker-wrap .fa-icon { height: 16px; }

.radio-check-list { margin: 0; padding: 0; list-style: none; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; width: 30px; margin: 0; padding: 0; opacity: 0; position: absolute !important; }
input[type="checkbox"] + label, input[type="radio"] + label { position: relative; display: flex; align-items: center; min-height: 30px; color: #132430; cursor: pointer; padding: 0 0 0 45px !important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: block; margin-bottom: 10px; font-size: 1.4rem; line-height: 2.8rem; letter-spacing: 0; color: #132430; font-family: "cora", serif; font-weight: 400; text-transform: none; }
input[type="checkbox"] + label[for=privacy_checkbox], input[type="radio"] + label[for=privacy_checkbox] { font-family: utile, sans-serif; font-weight: 400; letter-spacing: 1.2px; font-size: 1.2rem; }
input[type="checkbox"] + label:after, input[type="checkbox"] + label:before, input[type="radio"] + label:after, input[type="radio"] + label:before { position: absolute; content: ''; transition: all .2s ease; }
input[type="checkbox"] + label:before, input[type="radio"] + label:before { width: 30px; height: 30px; border: 2px solid #FFF; border-radius: 5px; left: 0; top: 0; background: #FFF; }
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { border-color: #FFF; }
input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after { opacity: 1; }

/* checkbox checked icon */
input[type=checkbox] + label:after { color: #FFF; left: 15px; top: 15px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 15px; height: 15px; background: url("../img/check.svg") no-repeat; background-size: contain; opacity: 0; }
input[type=checkbox]:checked + label:after { color: #FFF !important; }

/* radio checked icon */
input[type=radio] + label:after, input[type=radio] + label:before { border-radius: 5px; }
input[type=radio] + label:after { width: 30px; height: 30px; position: absolute; left: 0; top: 0; -webkit-transform: scale(0.4); transform: scale(0.4); background: #FFF; opacity: 0; }
input[type=radio]:checked + label:after { background: #132430 !important; border-radius: 50%; }

/* radio/checkbox hover and selected styles */
.checkbox-cont:hover input[type=radio] + label:after, .checkbox-cont:hover input[type=checkbox] + label:after, .single-checkbox:hover input[type=checkbox] + label:after { opacity: 1; }

.checkbox-cont:hover input[type=radio] + label:after { background: #132430 !important; border-radius: 50%; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

.file-upload, .file-upload * { position: relative; cursor: pointer; }
@media (min-width: 1200px) { .file-upload:hover .fake-input .button { background: transparent; color: #132430; } }
.file-upload input { z-index: 2; width: 100%; height: 55px; opacity: 0; }
@media (max-width: 767px) { .file-upload input { height: 55px; } }
.file-upload .fa-icon { width: 55px; height: 55px; background: #132430; padding: 15px; }
.file-upload .fa-icon path { fill: #FFF !important; }
.file-upload .fake-input { z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; color: #132430; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 20px; padding-right: 80px !important; line-height: calc(55px - 4px); }
.file-upload .fake-input span { opacity: 0.3; }
@media (max-width: 767px) { .file-upload .fake-input { padding-left: 15px; line-height: calc(55px - 4px); } }
.file-upload .upload, .file-upload .remove { z-index: 4; position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.file-upload .remove { display: none; }
.file-upload svg.upload { display: none; }
@media (max-width: 991px) { .file-upload svg.upload { display: block; } }
.file-upload .upload.desktop-text { background: #132430; color: #FFF; font-size: 1.2rem; line-height: 2.4rem; top: 0; margin: 0; -webkit-transform: translate(0, 0); transform: translate(0, 0); border: 0; border-left: 40px solid #dde7f2; height: 55px; }
@media (max-width: 991px) { .file-upload .upload.desktop-text { display: none; } }
.file-upload.filled { border-color: #FFF !important; }
.file-upload.filled .fake-input span { opacity: 1; }
.file-upload.filled .fake-input .fa-icon { opacity: 0; }
.file-upload.filled .upload.desktop-text { opacity: 0; }
.file-upload.filled .remove { display: flex; }

.form-complete { position: relative; }
.form-complete form { pointer-events: none !important; }

.success-message { display: block; position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); padding: 0 40px; text-align: center; font-size: 2rem; color: #132430; max-width: 990px; margin: 0 auto !important; transition: all .2s ease; }
@media (max-width: 767px) { .success-message { font-size: 1.6rem; } }

.hamburger { width: 40px; height: 8px; cursor: pointer; position: relative; -webkit-tap-highlight-color: transparent; }
.hamburger-line { height: 1px; position: absolute; right: 0; left: 0; background-color: #132430; transition: all 0.6s cubic-bezier(0.63, 0.29, 0.17, 1.345); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.hamburger-line-top { top: 0; transition: all 0.6s cubic-bezier(0.63, 0.29, 0.17, 1.345); }
.hamburger-line-bottom { bottom: 0; right: 20px; transition: all 0.6s cubic-bezier(0.63, 0.29, 0.17, 1.345); }
.hamburger.open .hamburger-line-top, .hamburger.open:hover .hamburger-line-top { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); top: -2px; left: 1px; width: 20px; }
@media (max-width: 767px) { .hamburger.open .hamburger-line-top, .hamburger.open:hover .hamburger-line-top { width: 17px; } }
.hamburger.open .hamburger-line-middle, .hamburger.open:hover .hamburger-line-middle { opacity: 0; }
.hamburger.open .hamburger-line-bottom, .hamburger.open:hover .hamburger-line-bottom { -webkit-transform: rotateZ(-45deg); transform: rotateZ(-45deg); width: 20px; }
@media (max-width: 767px) { .hamburger.open .hamburger-line-bottom, .hamburger.open:hover .hamburger-line-bottom { width: 17px; } }

.hamburger-text { position: relative; text-transform: uppercase; letter-spacing: 1.2px; line-height: 1; margin: 0 0 0 15px; }
.hamburger-text .hamburger-text-normal { opacity: 1; transition: all 0.5s; transition-delay: 0.1s; }
.hamburger-text .hamburger-text-hover { position: absolute; left: 0; top: 0; opacity: 0; transition: all 0.5s; transition-delay: 0.1s; }

body.nonTouchDevice .mob-menu-btn:hover .hamburger-text .hamburger-text-normal { opacity: 0; }
body.nonTouchDevice .mob-menu-btn:hover .hamburger-text .hamburger-text-hover { opacity: 1; }
body.nonTouchDevice .mob-menu-btn:hover .hamburger .hamburger-line { background-color: #B7974F; }
body.nonTouchDevice .mob-menu-btn:hover .hamburger .hamburger-line-top { right: 20px; }
body.nonTouchDevice .mob-menu-btn:hover .hamburger .hamburger-line-bottom { right: 0; }

.fa-icon { width: auto; height: 2rem; }
.fa-icon path { transition: all .25s ease; }
.fa-icon[data-fill="primary"] path { fill: #132430; }
.fa-icon[data-fill="secondary"] path { fill: #132430; }
.fa-icon[data-fill="dark"] path { fill: #132430; }
.fa-icon[data-fill="light"] path { fill: #b7b7b7; }
.fa-icon[data-fill="white"] path { fill: white; }

.standard-widget ul, .standard-widget ol, .faq-widget ul, .faq-widget ol, .image-text-widget ul, .image-text-widget ol, .image-text-fullwidth-widget ul, .image-text-fullwidth-widget ol, .tabs-widget ul, .tabs-widget ol, .map-widget ul, .map-widget ol { list-style: none; padding-left: 0; }
.standard-widget ul li, .standard-widget ol li, .faq-widget ul li, .faq-widget ol li, .image-text-widget ul li, .image-text-widget ol li, .image-text-fullwidth-widget ul li, .image-text-fullwidth-widget ol li, .tabs-widget ul li, .tabs-widget ol li, .map-widget ul li, .map-widget ol li { padding: 5px 0 5px 25px; position: relative; }
.standard-widget ul li:before, .standard-widget ol li:before, .faq-widget ul li:before, .faq-widget ol li:before, .image-text-widget ul li:before, .image-text-widget ol li:before, .image-text-fullwidth-widget ul li:before, .image-text-fullwidth-widget ol li:before, .tabs-widget ul li:before, .tabs-widget ol li:before, .map-widget ul li:before, .map-widget ol li:before { position: absolute; left: 0; }
.standard-widget ul li:before, .faq-widget ul li:before, .image-text-widget ul li:before, .image-text-fullwidth-widget ul li:before, .tabs-widget ul li:before, .map-widget ul li:before { content: ''; top: 15px; width: 4px; height: 4px; background: #B7974F; border-radius: 50%; }
.standard-widget ol, .faq-widget ol, .image-text-widget ol, .image-text-fullwidth-widget ol, .tabs-widget ol, .map-widget ol { counter-reset: ol-counter; }
.standard-widget ol li, .faq-widget ol li, .image-text-widget ol li, .image-text-fullwidth-widget ol li, .tabs-widget ol li, .map-widget ol li { counter-increment: ol-counter; }
.standard-widget ol li:before, .faq-widget ol li:before, .image-text-widget ol li:before, .image-text-fullwidth-widget ol li:before, .tabs-widget ol li:before, .map-widget ol li:before { content: counter(ol-counter) "."; color: #B7974F; }

.modal-link { opacity: 0; display: none; }

.modal-pop { display: none; position: relative; width: 100%; max-width: 1040px; background: #fff; }
.modal-pop .text { position: relative; padding: 80px; flex: 1; }
@media (max-width: 767px) { .modal-pop .text { padding: 40px 30px; } }
.modal-pop .image { position: relative; width: 50%; }
@media (max-width: 991px) { .modal-pop .image { width: 100%; display: none; } }
@media (min-width: 768px) and (max-width: 991px) { .modal-pop .image { padding-top: 65%; } }
@media (max-width: 767px) { .modal-pop .image { padding-top: 90%; } }
.modal-pop .image .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.modal-pop .modal-close-btn { position: absolute; z-index: 100; position: absolute; top: 0; right: 0; width: 60px; height: 60px; cursor: pointer; }
@media (max-width: 767px) { .modal-pop .modal-close-btn { width: 50px; height: 50px; } }

.notification { position: fixed; cursor: pointer; top: 0; left: 0; right: 0; z-index: 9999; text-align: center; padding: 20px; font-size: 2rem; color: white; background-color: #d52229; -webkit-transform: translate(0, -101%); transform: translate(0, -101%); }
@media (max-width: 767px) { .notification { padding: 15px; font-size: 1.6rem; } }
.notification, .notification * { transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; }
.notification:after { content: 'Got it'; line-height: 1; text-align: center; position: absolute; left: 50%; bottom: 50%; opacity: 0; transition: all .2s ease-in-out; -webkit-transform: translate(-50%, 200%); transform: translate(-50%, 200%); }
.notification.show { -webkit-transform: translate(0, 0); transform: translate(0, 0); transition: all .2s ease-in-out; }
.notification.show:hover p { -webkit-transform: translate(0, -100%); transform: translate(0, -100%); opacity: 0; }
.notification.show:hover:after { -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); opacity: 1; }

.error-tooltip { text-align: center; position: absolute; background: #FFF; right: 2px; top: 50%; opacity: 0; z-index: 99; transition: all .2s ease; -webkit-transform: translateY(-50%) scale(0, 0); transform: translateY(-50%) scale(0, 0); }
.error-tooltip svg { float: right; margin: 5px 20px 5px 10px; width: 10px; height: auto; fill: white; }
.error-tooltip svg path { fill: #d52229 !important; }
.error-tooltip:before { content: 'Error'; text-transform: uppercase; color: #d52229; font-size: 1.0rem; line-height: 1.1rem; letter-spacing: 2px; }
.error-tooltip.show { opacity: 1; -webkit-transform: translateY(-50%) scale(1, 1); transform: translateY(-50%) scale(1, 1); }

.warning { display: none; color: #d52229; font-weight: bold; text-transform: uppercase; line-height: 1; }
.warning.show { position: absolute; left: 0; bottom: -20px; font-size: 65%; }
@media (max-width: 767px) { .warning.show { bottom: -15px; } }

.pagination { margin-top: 80px; }
@media (max-width: 767px) { .pagination { margin-top: 40px; } }
.pagination ul.page-numbers { margin: 0; padding: 0; list-style: none; display: flex; justify-content: center; align-items: center; width: 100%; }
.pagination ul.page-numbers li.prev-li, .pagination ul.page-numbers li.next-li { margin: 0 20px; }
.pagination ul.page-numbers li.prev-li a, .pagination ul.page-numbers li.next-li a { color: #132430; }
body.nonTouchDevice .pagination ul.page-numbers li.prev-li a:hover, body.nonTouchDevice .pagination ul.page-numbers li.next-li a:hover { color: #B7974F; }
@media (max-width: 767px) { .pagination ul.page-numbers li.prev-li span.text, .pagination ul.page-numbers li.next-li span.text { display: none; } }
.pagination ul.page-numbers li.prev-li div.disabled, .pagination ul.page-numbers li.next-li div.disabled { pointer-events: none; color: #e5e5e5 !important; }
.pagination ul.page-numbers li.prev-li i, .pagination ul.page-numbers li.next-li i { font-size: 2rem; }
.pagination ul.page-numbers li.number-li a, .pagination ul.page-numbers li.number-li span { color: #132430; padding: 5px 15px; display: block; position: relative; }
.pagination ul.page-numbers li.number-li a:before, .pagination ul.page-numbers li.number-li span:before { content: ''; border: 2px solid transparent; border-radius: 50%; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all .25s ease; }
body.nonTouchDevice .pagination ul.page-numbers li.number-li a:hover, body.nonTouchDevice .pagination ul.page-numbers li.number-li span:hover { color: #B7974F; }
.pagination ul.page-numbers li.number-li span.current { color: #B7974F; }
.pagination ul.page-numbers li.number-li span.current:before { border-color: #B7974F; }

.site-search { position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: auto; opacity: 0; z-index: -1; visibility: hidden; transition: opacity .25s ease; background: #eee; }
body.show-site-search .site-search { opacity: 1; }
body.raise-search-overlay .site-search { z-index: 80; visibility: visible; }
.site-search .container-fluid { max-width: none; }
.site-search .search-form { padding: 0 15vw; }
.site-search .search-form input { background: none; border: none; padding: 0 50px 0 0 !important; height: 60px; font-size: 2.5rem; color: #132430; border-bottom: 1px solid #132430; }
.site-search .search-form input::-webkit-input-placeholder { color: #132430; }
.site-search .search-form input:-moz-placeholder { color: #132430; }
.site-search .search-form input::-moz-placeholder { color: #132430; }
.site-search .search-form input:-ms-input-placeholder { color: #132430; }
@media (max-width: 767px) { .site-search .search-form input { height: 40px; font-size: 2rem; } }
.site-search .search-form input:-webkit-autofill, .site-search .search-form input:-webkit-autofill:hover, .site-search .search-form input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0px 1000px #eee inset; box-shadow: 0 0 0px 1000px #eee inset !important; }
.site-search .search-form button { position: absolute; right: 0; bottom: 15px; padding: 0; color: #132430; }
@media (max-width: 767px) { .site-search .search-form button { bottom: 7px; } }
.site-search .close-search { position: absolute; top: 20px; right: 30px; color: #132430; }
@media (max-width: 767px) { .site-search .close-search { top: 10px; right: 20px; } }
.site-search .close-search svg { height: 3rem; }

.site-search-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255, 255, 255, 0.6); z-index: -1; visibility: hidden; opacity: 0; transition: opacity .25s ease; }
body.show-site-search .site-search-overlay { opacity: 1; }
body.raise-search-overlay .site-search-overlay { z-index: 79; visibility: visible; }

.spinner { opacity: 0; margin: 0 auto; width: 70px; text-align: center; position: absolute; top: 50%; left: 50%; transition: all 0.1s ease; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.spinner > div { width: 10px; height: 10px; background-color: #fff; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both; animation: sk-bouncedelay 1s infinite ease-in-out both; }
.spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
.spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); }
  40% { -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
  40% { -webkit-transform: scale(1); transform: scale(1); } }
table:not(.ui-datepicker-calendar):not(.shop_table) { border-spacing: 0; width: 100%; border-collapse: separate; }
@media (min-width: 768px) { table:not(.ui-datepicker-calendar):not(.shop_table) { table-layout: fixed; } }
table:not(.ui-datepicker-calendar):not(.shop_table) th, table:not(.ui-datepicker-calendar):not(.shop_table) td { text-align: left; padding: 30px 40px 35px; vertical-align: middle; border: 0; }
@media (max-width: 991px) { table:not(.ui-datepicker-calendar):not(.shop_table) th, table:not(.ui-datepicker-calendar):not(.shop_table) td { padding: 10px 15px; } }
table:not(.ui-datepicker-calendar):not(.shop_table) th { color: #132430; background: #dde7f2; font-size: 1.4rem; line-height: 2.4rem; padding: 16px 40px; font-family: "cora", serif; font-weight: 400; }
table:not(.ui-datepicker-calendar):not(.shop_table) td { background: transparent; border-bottom: 1px solid #dde7f2; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .faq-widget .accordion .accordion-group .accordion-btn, .h5, h6, .h6 { margin: 0; font-family: "cora", serif; font-weight: 400; letter-spacing: 0; color: #132430; }

h1, .h1 { font-size: 4.2rem; line-height: 5.8rem; }
@media (max-width: 767px) { h1, .h1 { font-size: 3.6rem; line-height: 5rem; } }

h2, .h2 { font-size: 3.6rem; line-height: 5.2rem; }
@media (max-width: 767px) { h2, .h2 { font-size: 3rem; line-height: 4.2rem; } }

h3, .h3 { font-size: 3rem; line-height: 4.6rem; }
@media (max-width: 767px) { h3, .h3 { font-size: 2.4rem; line-height: 3.6rem; } }

h4, .h4 { font-size: 2.6rem; line-height: 4rem; }
@media (max-width: 767px) { h4, .h4 { font-size: 2rem; line-height: 3rem; } }

h5, .faq-widget .accordion .accordion-group .accordion-btn, .h5 { font-size: 1.8rem; line-height: 2.8rem; }
@media (max-width: 767px) { h5, .faq-widget .accordion .accordion-group .accordion-btn, .h5 { font-size: 1.6rem; line-height: 2.8rem; } }

h6, .h6 { font-size: 1.4rem; line-height: 2.6rem; letter-spacing: 2.4px; text-transform: uppercase; color: #B7974F; }
@media (max-width: 767px) { h6, .h6 { font-size: 1.2rem; line-height: 2.4rem; } }

.subtitle { text-transform: uppercase; font-weight: 400; color: #132430; font-size: 1.4rem; line-height: 2.6rem; letter-spacing: 2.4px; }
@media (max-width: 767px) { .subtitle { font-size: 1.2rem; line-height: 2.4rem; } }

* + ul, * + ol, * + dl, * + p, * + blockquote, * + table, * + .description { margin: 20px 0 0; }
@media (max-width: 767px) { * + ul, * + ol, * + dl, * + p, * + blockquote, * + table, * + .description { margin: 20px 0 0; } }
* + h1, * + .h1, * + h2, * + .h2, * + h3, * + .h3, * + h4, * + .h4, * + h5, .faq-widget .accordion .accordion-group * + .accordion-btn, * + .h5, * + h6, * + .h6 { margin: 20px 0 0; }
@media (max-width: 767px) { * + h1, * + .h1, * + h2, * + .h2, * + h3, * + .h3, * + h4, * + .h4, * + h5, .faq-widget .accordion .accordion-group * + .accordion-btn, * + .h5, * + h6, * + .h6 { margin: 20px 0 0; } }

.video-mask { z-index: 0; position: relative; width: 100%; height: 100%; background: black; overflow: hidden; }
.video-mask iframe { z-index: 0; pointer-events: none; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.video-mask .img { z-index: 1 !important; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all .2s ease-in-out; }
.video-mask .img.video-ready { opacity: 0; }
.video-mask--absolute { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

@media (min-width: 768px) { .video-mobile-image { display: none; } }

#home-hero .slick-dots, #home-hero .slick-arrow { display: none !important; }

.hero { position: relative; mask-image: url("../img/tear-masks/large-header.svg"); mask-size: cover; mask-position: bottom; -webkit-mask-image: url("../img/tear-masks/large-header.svg"); -webkit-mask-size: cover; -webkit-mask-position: bottom; }
.hero--is-video .sound { display: block !important; }
@media (max-width: 767px) { .hero--has-video-mobile-image .sound { display: none !important; } }
@media (max-width: 991px) { .hero--mobile-links-visible .sound { bottom: 130px !important; }
  .hero--mobile-links-visible #banner-text { padding-bottom: 100px !important; } }
.hero .sound { display: none; position: absolute; bottom: 60px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 1; text-transform: uppercase; letter-spacing: 1.2px; line-height: 1; color: #B7974F; }
@media (max-width: 991px) { .hero .sound { bottom: 80px; } }
body.home .hero .sound { color: white; }
.hero .sound a { opacity: .5; }
body.home .hero .sound a { color: white; }
.hero .sound a.sound-on { padding-left: 2px; padding-right: 4px; }
.hero .sound a.active { pointer-events: none; opacity: 1; }
.hero #banner-text { position: absolute; left: 0; width: 100%; bottom: 0; padding: 0 80px 60px 80px; text-transform: uppercase; letter-spacing: 1.2px; line-height: 1; color: #B7974F; z-index: 1; }
@media (max-width: 991px) { .hero #banner-text { text-align: center; padding: 0 40px 40px 40px; } }
body.home .hero #banner-text { color: white; }
.hero #banner-logo { position: absolute; z-index: 1; width: 100%; height: 100%; text-align: center; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding-top: 157px; padding-bottom: 157px; }
.hero #banner-logo img { width: 100%; }
.hero .home-slider .slide-overlay-gradient:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: .8; background: linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 100%); }
.hero .home-slider .slide-overlay-fade:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: .5; background: white; }
.hero .scroll-down-link { position: absolute; left: 50%; bottom: 80px; font-size: 3rem; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
@media (max-width: 767px) { .hero .scroll-down-link { bottom: 50px; font-size: 2.5rem; } }

.widget-container.sitemap-widget + .sitemap-widget { margin-top: calc(var(--paddinglg)/2 * -1); }
@media (max-width: 767px) { .widget-container.sitemap-widget + .sitemap-widget { margin-top: calc(var(--paddingxs)/2 * -1); } }
.widget-container.sitemap-widget ul { margin: 0; padding: 0; list-style: none; }
.widget-container.sitemap-widget h2 { margin-bottom: 30px; }
.widget-container.sitemap-widget .sitemap-list > li { padding: 25px 0; border-bottom: 1px solid #e5e5e5; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li { padding: 15px 0; } }
.widget-container.sitemap-widget .sitemap-list > li:first-child { padding-top: 0; }
.widget-container.sitemap-widget .sitemap-list > li a { display: block; font-size: 2rem; color: #132430; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li a { font-size: 1.6rem; } }
body.nonTouchDevice .widget-container.sitemap-widget .sitemap-list > li a:hover { color: #B7974F; }
.widget-container.sitemap-widget .sitemap-list > li ul { margin-top: 15px; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul { margin-top: 10px; } }
.widget-container.sitemap-widget .sitemap-list > li ul li { position: relative; }
.widget-container.sitemap-widget .sitemap-list > li ul li a { padding: 5px 0 5px 25px; font-size: 1.4rem; color: #132430; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul li a { padding-left: 20px; font-size: 1.2rem; } }
.widget-container.sitemap-widget .sitemap-list > li ul li a:before { content: "-"; position: absolute; left: 0; top: 4px; }
.widget-container.sitemap-widget .sitemap-list > li ul li ul { margin: 5px 0; padding-left: 25px; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul li ul { padding-left: 20px; } }

.masthead { z-index: 0; position: relative; background: #eee; min-height: 350px; }
@media (max-width: 767px) { .masthead { min-height: 200px; } }
.masthead .text { z-index: 2; position: relative; text-align: center; padding: 80px 80px; }
@media (min-width: 1200px) { .masthead .text { max-width: 70%; } }
@media (max-width: 767px) { .masthead .text { padding: 40px 40px; } }
.masthead .masthead-slider { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: black; }
.masthead .masthead-slider .slick-list, .masthead .masthead-slider .slick-track { height: 100%; }
.masthead .masthead-slider .slick-dots { z-index: 10; }
.masthead .masthead-slider .slide .img { z-index: 0; }
.masthead .masthead-slider .slide-overlay-gradient:after { content: ''; z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: .8; background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); }
.masthead .masthead-slider + .text h1, .masthead .masthead-slider + .text .h1, .masthead .masthead-slider + .text h2, .masthead .masthead-slider + .text .h2, .masthead .masthead-slider + .text h3, .masthead .masthead-slider + .text .h3, .masthead .masthead-slider + .text h4, .masthead .masthead-slider + .text .h4, .masthead .masthead-slider + .text h5, .masthead .masthead-slider + .text .faq-widget .accordion .accordion-group .accordion-btn, .faq-widget .accordion .accordion-group .masthead .masthead-slider + .text .accordion-btn, .masthead .masthead-slider + .text .h5, .masthead .masthead-slider + .text h6, .masthead .masthead-slider + .text .h6 { color: white; }

.filters-widget { padding: 60px 0 85px 0; position: relative; background: #dde7f2; }
.filters-widget svg.faq-open { display: none; }
.filters-widget .active svg.faq-open { display: block; }
.filters-widget .active svg.faq-close { display: none; }
.filters-widget .tear { position: absolute; left: 0; bottom: -1px; width: 100%; height: 25px; background: url(../img/header-tear.svg) center bottom no-repeat; background-size: cover; z-index: 2; }
@media (max-width: 991px) { .filters-widget .filters-wrapper { flex-wrap: wrap; } }
.filters-widget .filter-dropdown { width: calc(50% - 150px); margin: 0 20px; }
@media (max-width: 991px) { .filters-widget .filter-dropdown { width: 100%; margin: 0; }
  .filters-widget .filter-dropdown:last-of-type { margin-top: 10px; } }
.filters-widget .filter-dropdown .subtitle { display: block; margin-bottom: 5px; }
.filters-widget .filter-dropdown.filter-dropdown-title { margin-left: 0; margin-right: 120px; width: auto; display: flex; align-items: center; height: 55px; }
@media (max-width: 991px) { .filters-widget .filter-dropdown.filter-dropdown-title { display: none; } }
@media (min-width: 992px) { .filters-widget .category-links { display: block !important; } }
@media (max-width: 991px) { .filters-widget .category-links { display: none; } }
.filters-widget .category-links .link-list a { color: #132430; margin-left: 40px; }
@media (max-width: 991px) { .filters-widget .category-links .link-list a { margin-top: 20px; margin-left: 0; width: 100%; }
  .filters-widget .category-links .link-list a:first-of-type { margin-top: 40px; } }
@media (max-width: 991px) and (max-width: 767px) { .filters-widget .category-links .link-list a:first-of-type { margin-top: 30px; } }

.filters-widget .category-links .link-list a:not(.selected) { opacity: .4; }
body.nonTouchDevice .filters-widget .category-links .link-list a:not(.selected):hover { opacity: 1; }
.filters-widget .toggle-filters { padding-bottom: 10px; border-bottom: 1px solid #e5e5e5; }
.filters-widget .toggle-filters svg { fill: #B7974F; }

.results-number { padding-bottom: 60px; }
.results-number .subtitle { color: #132430; }

#events-widget .select-wrap .fa-icon path { fill: #B7974F !important; }
#events-widget .events-listing { padding-top: 60px; }
#events-widget .events-listing .flex-col:nth-child(3n -1) { margin-top: 40px; margin-bottom: -40px; }
@media (max-width: 991px) { #events-widget .events-listing .flex-col:nth-child(3n -1) { margin-top: 0; margin-bottom: 0; } }
#events-widget .events-listing .flex-col:nth-child(3n-2) { margin-top: 80px; margin-bottom: -80px; }
@media (max-width: 991px) { #events-widget .events-listing .flex-col:nth-child(3n-2) { margin-top: 0; margin-bottom: 0; } }
#events-widget .events-listing .events-list { margin: -20px; }
@media (max-width: 767px) { #events-widget .events-listing .events-list { margin: -30px; } }
#events-widget .events-listing .events-list article { padding: 20px; }
@media (max-width: 767px) { #events-widget .events-listing .events-list article { padding: 30px; } }
#events-widget .events-listing .events-list article .image { position: relative; overflow: hidden; height: 0; padding-top: 60%; width: calc(100% - 80px); margin-top: -80px; z-index: 2; }
#events-widget .events-listing .events-list article .image:before { content: ''; background: url(../img/tear-3.svg) center bottom no-repeat; background-size: calc(100% + 3px); display: block; position: absolute; left: 0; bottom: -2px; width: 100%; height: 52px; z-index: 2; }
#events-widget .events-listing .events-list article .image .category-tags { position: absolute; left: 20px; top: 20px; z-index: 2; }
#events-widget .events-listing .events-list article .image .category-tags .category-tag { display: inline-block; padding: 4px 20px; border-radius: 50px; font-size: 1.0rem; letter-spacing: 1px; line-height: 19px; height: 30px; background: #CCAC62; margin-right: 10px; }
#events-widget .events-listing .events-list article .image .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
#events-widget .events-listing .events-list article .text { flex: 1; padding: 60px 80px 140px 60px; background: #FFF url(../img/broken-tile-pattern-blue.svg) center center repeat !important; width: 100%; }

.load-more-results a { margin-top: 80px; }

.widget-container { position: relative; width: 100%; overflow: hidden; }
.widget-container--grid { padding: var(--paddinglg) 0; }
@media (min-width: 768px) and (max-width: 991px) { .widget-container--grid { padding: var(--paddingsm) 0; } }
@media (max-width: 767px) { .widget-container--grid { padding: var(--paddingxs) 0; } }
.widget-container--grid.bg-default + .bg-default, .widget-container--grid.bg-grey + .bg-grey { padding-top: 0 !important; }

.widget-title { text-align: center; max-width: 1100px; margin: 0 auto var(--marginlg); }
@media (min-width: 768px) and (max-width: 1199px) { .widget-title { margin-bottom: var(--marginsm); } }
@media (max-width: 767px) { .widget-title { margin-bottom: var(--marginxs); } }

.contact-widget .check-input .error-tooltip { background: none; position: absolute; left: 0; right: auto; bottom: -13px; top: auto; }
.contact-widget .check-input .error-tooltip.show { display: inline-block !important; position: absolute; left: 0; right: auto; bottom: -13px; top: auto; transform: none; }
.contact-widget .check-input .error-tooltip svg { margin-right: 0; }
.contact-widget svg path { fill: #B7974F !important; }
.contact-widget .error-tooltip svg path { fill: #d52229 !important; }
.contact-widget .warning.show { display: none !important; }
.contact-widget .contact-image { width: 42%; }
@media (max-width: 991px) { .contact-widget .contact-image { width: 0; display: none; } }
.contact-widget .contact-image .image-wrap { position: relative; overflow: hidden; width: 100%; height: 100%; }
.contact-widget .contact-wrap { width: 58%; background: #dde7f2; padding: 120px 80px; }
@media (max-width: 991px) { .contact-widget .contact-wrap { width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) { .contact-widget .contact-wrap { padding: 60px; } }
@media (max-width: 767px) { .contact-widget .contact-wrap { padding: 60px 40px; } }
.contact-widget .contact-wrap .widget-title { text-align: left; max-width: 960px; }
.contact-widget .contact-wrap hr { border-color: #B7974F; }
.contact-widget .contact-wrap form { margin-top: -30px; }
@media (max-width: 767px) { .contact-widget .contact-wrap form { margin-top: -25px; } }
.contact-widget .contact-wrap form .flex-list { margin: 0 auto; max-width: 960px; }
.contact-widget .contact-wrap form .form-group { width: 100%; margin: 30px 0 0; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group { margin: 25px 0 0; } }
@media (min-width: 768px) { .contact-widget .contact-wrap form .form-group.half-input { width: calc(50% - 20px); } }
.contact-widget .contact-wrap form .form-group.form-subtitle h1, .contact-widget .contact-wrap form .form-group.form-subtitle .h1, .contact-widget .contact-wrap form .form-group.form-subtitle h2, .contact-widget .contact-wrap form .form-group.form-subtitle .h2, .contact-widget .contact-wrap form .form-group.form-subtitle h3, .contact-widget .contact-wrap form .form-group.form-subtitle .h3, .contact-widget .contact-wrap form .form-group.form-subtitle h4, .contact-widget .contact-wrap form .form-group.form-subtitle .h4, .contact-widget .contact-wrap form .form-group.form-subtitle h5, .contact-widget .contact-wrap form .form-group.form-subtitle .faq-widget .accordion .accordion-group .accordion-btn, .faq-widget .accordion .accordion-group .contact-widget .contact-wrap form .form-group.form-subtitle .accordion-btn, .contact-widget .contact-wrap form .form-group.form-subtitle .h5, .contact-widget .contact-wrap form .form-group.form-subtitle h6, .contact-widget .contact-wrap form .form-group.form-subtitle .h6 { margin-top: -10px; }
.contact-widget .contact-wrap form .form-group + .form-subtitle, .contact-widget .contact-wrap form .form-group + .form-description, .contact-widget .contact-wrap form .form-group + .form-divider, .contact-widget .contact-wrap form .form-group + .check-input, .contact-widget .contact-wrap form .form-group.form-divider + * { margin-top: 40px; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group + .form-subtitle, .contact-widget .contact-wrap form .form-group + .form-description, .contact-widget .contact-wrap form .form-group + .form-divider, .contact-widget .contact-wrap form .form-group + .check-input, .contact-widget .contact-wrap form .form-group.form-divider + * { margin-top: 40px; } }
.contact-widget .contact-wrap form .form-group.form-subtitle + .form-description { margin-top: 30px !important; }
.contact-widget .contact-wrap form .form-group .radio-check-list { display: flex; flex-wrap: wrap; justify-content: space-between; margin: -15px 0; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group .radio-check-list { margin: -10px 0; } }
.contact-widget .contact-wrap form .form-group .radio-check-list .checkbox-cont { margin: 15px 0; width: calc(50% - 20px); }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group .radio-check-list .checkbox-cont { margin: 10px 0; width: 100%; } }
.contact-widget .contact-wrap form .form-group .radio-check-list .checkbox-cont:only-child { width: 100% !important; }
.contact-widget .contact-wrap form .form-group .radio-check-list.one-column .checkbox-cont { width: 100%; }
.contact-widget .contact-wrap form .form-footer { margin-top: 80px; flex-wrap: wrap; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-footer { margin-top: 60px; } }
.contact-widget .contact-wrap form .form-footer .single-checkbox { margin: 0; }
.contact-widget .contact-wrap form .form-footer .button { margin: 80px 0 0 0; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-footer .button { margin-top: 20px; width: 100%; } }
.contact-widget .contact-widget-sending { position: relative; }
.contact-widget .contact-widget-sending .button { pointer-events: none; }
.contact-widget .contact-widget-sending .button span { opacity: 0; }
.contact-widget .contact-widget-sending .button .spinner { opacity: 1 !important; }

.cta-columns-widget .flex-list { margin: -20px; }
@media (max-width: 767px) { .cta-columns-widget .flex-list { margin: 0; } }
.cta-columns-widget .flex-list .flex-col { width: 50%; padding: 20px; }
@media (max-width: 767px) { .cta-columns-widget .flex-list .flex-col { width: 100%; padding: 0; } }
.cta-columns-widget .flex-list .flex-col .image-wrap { position: relative; overflow: hidden; height: 0; padding-top: 40%; width: calc(100% - 80px); margin-top: -80px; z-index: 2; mask-image: url("../img/tear-masks/x2-cta.svg"); mask-size: cover; mask-position: bottom; -webkit-mask-image: url("../img/tear-masks/x2-cta.svg"); -webkit-mask-size: cover; -webkit-mask-position: bottom; }
@media (max-width: 991px) { .cta-columns-widget .flex-list .flex-col .image-wrap { width: calc(100% - 30px); padding-top: 60%; margin-top: -40px; } }
.cta-columns-widget .flex-list .flex-col .image-wrap .category-tags { position: absolute; left: 20px; top: 20px; z-index: 2; }
.cta-columns-widget .flex-list .flex-col .image-wrap .category-tags .category-tag { display: inline-block; padding: 4px 10px; border-radius: 50px; font-size: 1.0rem; letter-spacing: 1px; line-height: 19px; height: 30px; background: #CCAC62; margin-right: 10px; margin-bottom: 10px; }
@media (max-width: 991px) { .cta-columns-widget .flex-list .flex-col .image-wrap .category-tags .category-tag { padding: 4px 10px; margin-bottom: 10px; } }
.cta-columns-widget .flex-list .flex-col .image-wrap .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.cta-columns-widget .flex-list .flex-col .text { flex: 1; padding: 60px 80px 140px 60px; background: #FFF url(../img/broken-tile-pattern-blue.svg) center center repeat !important; width: 100%; }
@media (max-width: 991px) { .cta-columns-widget .flex-list .flex-col .text { padding: 40px 30px 70px 30px; } }
.cta-columns-widget .flex-list .flex-col .text .button-wrap { margin-top: auto; }
@media (max-width: 991px) { .cta-columns-widget--two .flex-list .flex-col:nth-child(odd) { margin-top: 0; margin-bottom: 50px; } }
.cta-columns-widget--two .flex-list .flex-col:nth-child(odd) .text { margin-top: 80px; }
@media (max-width: 991px) { .cta-columns-widget--two .flex-list .flex-col:nth-child(odd) .text { margin-top: 0; margin-bottom: 0; } }
.cta-columns-widget--two .flex-list .flex-col:nth-child(even) .image-wrap { margin-bottom: 80px; }
@media (max-width: 991px) { .cta-columns-widget--two .flex-list .flex-col:nth-child(even) .image-wrap { margin-bottom: 0; } }
.cta-columns-widget--two.inline .flex-list .flex-col .text { margin-top: 0; }
.cta-columns-widget--two.inline .flex-list .flex-col:nth-child(even) .image-wrap { margin-bottom: 0; }
.cta-columns-widget--three .flex-list .flex-col { width: 33.33%; }
@media (min-width: 992px) and (max-width: 1199px) { .cta-columns-widget--three .flex-list .flex-col { width: 50%; } }
@media (min-width: 768px) and (max-width: 991px) { .cta-columns-widget--three .flex-list .flex-col { width: 50%; } }
@media (max-width: 767px) { .cta-columns-widget--three .flex-list .flex-col { width: 100%; } }
@media (max-width: 991px) { .cta-columns-widget--three .flex-list .flex-col { margin-top: 0; margin-bottom: 50px; } }
.cta-columns-widget--three .flex-list .flex-col:last-of-type { margin-bottom: 0; }
.cta-columns-widget--three .flex-list .flex-col:nth-child(3n) .image-wrap { margin-bottom: 80px; mask-image: url("../img/tear-masks/x3-cta-3.svg"); -webkit-mask-image: url("../img/tear-masks/x3-cta-3.svg"); }
@media (max-width: 991px) { .cta-columns-widget--three .flex-list .flex-col:nth-child(3n) .image-wrap { margin-bottom: 0; } }
.cta-columns-widget--three .flex-list .flex-col:nth-child(3n -1) .text { margin-top: 40px; }
@media (max-width: 991px) { .cta-columns-widget--three .flex-list .flex-col:nth-child(3n -1) .text { margin-top: 0; } }
.cta-columns-widget--three .flex-list .flex-col:nth-child(3n -1) .image-wrap { margin-bottom: 40px; mask-image: url("../img/tear-masks/x3-cta-2.svg"); -webkit-mask-image: url("../img/tear-masks/x3-cta-2.svg"); }
@media (max-width: 991px) { .cta-columns-widget--three .flex-list .flex-col:nth-child(3n -1) .image-wrap { margin-bottom: 0; } }
.cta-columns-widget--three .flex-list .flex-col:nth-child(3n-2) .text { margin-top: 80px; }
@media (max-width: 991px) { .cta-columns-widget--three .flex-list .flex-col:nth-child(3n-2) .text { margin-top: 0; } }
.cta-columns-widget--three .flex-list .flex-col:nth-child(3n-2) .image-wrap { mask-image: url("../img/tear-masks/x3-cta-1.svg"); -webkit-mask-image: url("../img/tear-masks/x3-cta-1.svg"); }
@media (min-width: 992px) and (max-width: 1199px) { .cta-columns-widget--three .flex-list .flex-col .text { padding: 40px; } }
.cta-columns-widget--three .flex-list .flex-col .image-wrap { padding-top: 60%; }
@media (max-width: 991px) { .cta-columns-widget--three .flex-list .flex-col .image-wrap { padding-top: 60%; } }
.cta-columns-widget--three.inline .flex-list .flex-col:nth-child(3n -1) .text, .cta-columns-widget--three.inline .flex-list .flex-col:nth-child(3n-2) .text { margin-top: 0; }
.cta-columns-widget--three.inline .flex-list .flex-col:nth-child(3n-1) .image-wrap, .cta-columns-widget--three.inline .flex-list .flex-col:nth-child(3n) .image-wrap { margin-bottom: 0; }

.listing-widget + .listing-widget { margin-top: calc(var(--paddinglg) * -1 + 40px); }
@media (min-width: 768px) and (max-width: 991px) { .listing-widget + .listing-widget { margin-top: calc(var(--paddingsm) * -1 + 40px); } }
@media (max-width: 767px) { .listing-widget + .listing-widget { margin-top: calc(var(--paddingxs) * -1 + 20px); } }

.listing-widget.show-wave .rows--4 .listing-item .image { padding-top: 70%; }
.listing-widget.show-wave .rows--4 .has-image.listing-item:nth-of-type(4n -2) { position: relative; }
.listing-widget.show-wave .rows--4 .has-image.listing-item:nth-of-type(4n -2):before { content: ''; display: block; background: url(../img/wave.svg) center center no-repeat; position: absolute; right: -60px; top: 105px; width: 131px; height: 51px; z-index: 3; }
.listing-widget.show-wave .rows--3 .listing-item .image { padding-top: 60%; }
@media (max-width: 991px) { .listing-widget.show-wave .rows--3 .listing-item .image { padding-top: 70%; } }
.listing-widget.show-wave .rows--3 .has-image.listing-item:nth-of-type(3n -2) { position: relative; }
.listing-widget.show-wave .rows--3 .has-image.listing-item:nth-of-type(3n -2):before { content: ''; display: block; background: url(../img/wave.svg) center center no-repeat; position: absolute; right: -50px; top: 105px; width: 131px; height: 51px; z-index: 3; }
.listing-widget.show-wave .rows--2 .listing-item .image { padding-top: 42%; }
@media (max-width: 991px) { .listing-widget.show-wave .rows--2 .listing-item .image { padding-top: 70%; } }
.listing-widget.show-wave .rows--2 .has-image.listing-item:nth-of-type(2n -1) { position: relative; }
.listing-widget.show-wave .rows--2 .has-image.listing-item:nth-of-type(2n -1):before { content: ''; display: block; background: url(../img/wave.svg) center center no-repeat; position: absolute; right: -60px; top: 105px; width: 131px; height: 51px; z-index: 3; }
.listing-widget .flex-list { margin: -20px; }
@media (max-width: 767px) { .listing-widget .flex-list { margin: -10px; } }
.listing-widget .flex-list .listing-item { width: 25%; padding: 20px; }
@media (min-width: 768px) and (max-width: 1199px) { .listing-widget .flex-list .listing-item { width: 50%; } }
@media (max-width: 767px) { .listing-widget .flex-list .listing-item { width: 100%; padding: 10px; } }
.listing-widget .flex-list .listing-item .image { position: relative; overflow: hidden; height: 0; padding-top: 69%; mask-image: url("../img/tear-masks/x2-listing.svg"); mask-size: cover; -webkit-mask-image: url("../img/tear-masks/x2-listing.svg"); -webkit-mask-size: cover; }
.listing-widget .flex-list .listing-item .image .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.listing-widget .flex-list .listing-item .text { z-index: 2; position: relative; flex: 1; padding: 40px; text-align: center; background: #FFF; }
.listing-widget .flex-list .listing-item .text * { position: relative; z-index: 2; }
.listing-widget .flex-list .listing-item .text:before { content: ''; display: block; background: #FFF url(../img/broken-tile-pattern-blue.svg) center center repeat !important; opacity: 0.6; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; }
@media (min-width: 768px) and (max-width: 991px) { .listing-widget .flex-list .listing-item .text { padding: 40px; } }
@media (max-width: 767px) { .listing-widget .flex-list .listing-item .text { padding: 40px 30px; } }
.listing-widget .flex-list .listing-item .text .button-wrapper { margin-top: auto; }
.listing-widget .flex-list .listing-item .text .text-button { margin: 0 auto; margin-bottom: 12px; margin-top: 30px; }
.listing-widget .flex-list .listing-item .text p { color: #132430; }
.listing-widget .flex-list .listing-item.color-blue .text { background: #dde7f2; }
.listing-widget .flex-list .listing-item.color-blue .text:before { content: ''; display: block; background: #dde7f2 url(../img/broken-tile-pattern.svg) center center repeat !important; opacity: 0.6; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; }
.listing-widget .flex-list.rows--4 .listing-item .image { mask-image: url("../img/tear-masks/x4-listing-1.svg"); -webkit-mask-image: url("../img/tear-masks/x4-listing-1.svg"); }
.listing-widget .flex-list.rows--4 .listing-item:nth-child(even) .image { mask-image: url("../img/tear-masks/x4-listing-2.svg"); -webkit-mask-image: url("../img/tear-masks/x4-listing-2.svg"); }
.listing-widget .flex-list.rows--3 .listing-item { width: 33.333%; }
@media (min-width: 768px) and (max-width: 1199px) { .listing-widget .flex-list.rows--3 .listing-item { width: 50%; } }
@media (max-width: 767px) { .listing-widget .flex-list.rows--3 .listing-item { width: 100%; padding: 10px; } }
.listing-widget .flex-list.rows--3 .listing-item .image { mask-image: url("../img/tear-masks/x3-listing-1.svg"); -webkit-mask-image: url("../img/tear-masks/x3-listing-1.svg"); }
.listing-widget .flex-list.rows--3 .listing-item:nth-child(even) .image { mask-image: url("../img/tear-masks/x3-listing-2.svg"); -webkit-mask-image: url("../img/tear-masks/x3-listing-2.svg"); }
.listing-widget .flex-list.rows--2 .listing-item { width: 50%; }
@media (min-width: 768px) and (max-width: 991px) { .listing-widget .flex-list.rows--2 .listing-item { width: 50%; } }
@media (max-width: 767px) { .listing-widget .flex-list.rows--2 .listing-item { width: 100%; padding: 10px; } }
.listing-widget .cta-modal { z-index: -1; position: fixed; left: 0; top: 0; right: 0; height: 100vh; overflow-x: hidden; overflow-y: auto; visibility: hidden; opacity: 0; transition: opacity .5s ease; }
body.show-cta-modal .listing-widget .cta-modal.active { opacity: 1; transition-delay: .35s; -webkit-overflow-scrolling: touch; }
@media (max-width: 767px) { body.show-cta-modal .listing-widget .cta-modal.active { transition-delay: 0s; } }
body.raise-cta-modal .listing-widget .cta-modal.active { z-index: 201; visibility: visible; }
.listing-widget .cta-modal-content { display: table; margin: auto; width: 100%; max-width: 480px; height: 100%; }
.listing-widget .cta-modal-inner { display: table-cell; vertical-align: middle; padding: 10vh 0; }
@media (max-width: 767px) { .listing-widget .cta-modal-inner { padding: 0; } }
.listing-widget .cta-modal-image { position: relative; }
.listing-widget .cta-modal-text { padding: 50px 40px; background: white; }
@media (max-width: 767px) { .listing-widget .cta-modal-text { padding: 40px 30px; } }
.listing-widget .cta-modal .close-cta-modal-btn { z-index: 2; position: fixed; right: 30px; top: 30px; width: 50px; height: 50px; background: #B7974F; border-radius: 50%; }
@media (max-width: 767px) { .listing-widget .cta-modal .close-cta-modal-btn { position: absolute; right: 20px; top: 20px; } }
.listing-widget .cta-modal .close-cta-modal-btn .fa-icon { height: 25px; }
.listing-widget .cta-modal-overlay { z-index: -1; position: fixed; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; visibility: hidden; background: rgba(0, 0, 0, 0.8); transition: opacity .5s ease; transition-delay: .35s; }
body.show-cta-modal .listing-widget .cta-modal-overlay { opacity: 1; transition-delay: 0s; }
body.raise-cta-modal .listing-widget .cta-modal-overlay { z-index: 200; visibility: visible; }

.faq-widget { background: #FFF url(../img/broken-tile-pattern-blue.svg) center top repeat !important; }
.faq-widget .container-fluid { max-width: 1120px; }
@media (max-width: 767px) { .faq-widget .accordion { margin: 0 -40px; } }
.faq-widget .accordion .accordion-group { position: relative; border-top: 1px solid #B7974F; }
.faq-widget .accordion .accordion-group:last-of-type { border-bottom: 1px solid #B7974F; }
.faq-widget .accordion .accordion-group .accordion-btn, .faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { padding: 30px; }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-btn, .faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { padding: 15px 40px; } }
.faq-widget .accordion .accordion-group .accordion-btn { width: 100%; color: #132430; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.faq-widget .accordion .accordion-group .accordion-btn span { padding-right: 40px; }
.faq-widget .accordion .accordion-group .accordion-btn .fa-icon { width: 2.5rem; flex-shrink: 0; transition: all .2s ease; fill: #B7974F; }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-btn .fa-icon { width: 2rem; } }
.faq-widget .accordion .accordion-group .accordion-btn .fa-icon.faq-open { display: none; }
body.nonTouchDevice .faq-widget .accordion .accordion-group .accordion-btn:hover { color: #132430; }
body.nonTouchDevice .faq-widget .accordion .accordion-group .accordion-btn:hover .fa-icon { fill: #B7974F; }
.faq-widget .accordion .accordion-group .accordion-content { height: 0; overflow: hidden; transition: all .3s ease; }
.faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { padding-top: 0; }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { padding-top: 10px; padding-bottom: 40px; } }
.faq-widget .accordion .accordion-group.active .accordion-btn { color: #B7974F; }
.faq-widget .accordion .accordion-group.active .accordion-btn .fa-icon { -webkit-transform: rotate(180deg); transform: rotate(180deg); fill: #B7974F; }
.faq-widget .accordion .accordion-group.active .accordion-btn .fa-icon.faq-open { display: block; }
.faq-widget .accordion .accordion-group.active .accordion-btn .fa-icon.faq-close { display: none; }
.faq-widget .accordion .accordion-group.active .accordion-content { height: auto; }

.anchorlinks-widget { background: #FFF url(../img/broken-tile-pattern-blue.svg) center center repeat; padding: 40px 80px; }
@media (min-width: 768px) and (max-width: 991px) { .anchorlinks-widget { padding: 40px 60px; } }
@media (max-width: 767px) { .anchorlinks-widget { padding: 40px; } }
.anchorlinks-widget .scroll-left, .anchorlinks-widget .scroll-right { width: 25px; height: 28px; background: url(../img/arrow-left.svg) center center no-repeat; display: block; margin-right: 40px; position: absolute; left: 0; }
@media (max-width: 991px) { .anchorlinks-widget .scroll-left, .anchorlinks-widget .scroll-right { background-size: cover; width: 19px; height: 8px; margin: 0; } }
.anchorlinks-widget .scroll-right { background: url(../img/arrow-right.svg) center center no-repeat; margin: 0 0 0 40px; left: auto; right: 0; }
@media (max-width: 991px) { .anchorlinks-widget .scroll-right { background-size: cover; width: 19px; height: 8px; margin: 0; } }
.anchorlinks-widget .anchorlink-title { color: #B7974F; font-size: 1.8rem; line-height: 2.8rem; font-family: "cora", serif; font-weight: 400; white-space: nowrap; margin-right: 40px; }
@media (max-width: 991px) { .anchorlinks-widget .anchorlink-title { margin-right: 0; } }
@media (max-width: 767px) { .anchorlinks-widget .anchorlink-title { margin-bottom: 0 !important; padding: 0 20px !important; white-space: normal !important; } }
.anchorlinks-widget .flex-list { justify-content: center; height: 28px; overflow: hidden; flex-wrap: nowrap; padding: 0 64px; position: relative; }
@media (max-width: 991px) { .anchorlinks-widget .flex-list { flex-wrap: wrap; height: auto; padding: 0; }
  .anchorlinks-widget .flex-list .anchorlink-title { order: 1; width: 100%; text-align: center; font-size: 1.6rem; margin-bottom: 20px; }
  .anchorlinks-widget .flex-list .scroll-left { order: 2; bottom: 27px; }
  .anchorlinks-widget .flex-list .anchorlinks { width: calc(100%); margin: 0 30px; }
  .anchorlinks-widget .flex-list .anchorlinks a { padding: 0 15px; }
  .anchorlinks-widget .flex-list .scroll-right { bottom: 27px; } }
.anchorlinks-widget .anchorlinks { overflow: auto; white-space: nowrap; display: inline-block; padding-bottom: 20px; text-align: right; }
.anchorlinks-widget .anchorlinks::-webkit-scrollbar { width: 0; height: 0; background: none; }
.anchorlinks-widget .anchorlinks .anchor { display: inline-block; }
.anchorlinks-widget .anchorlinks .anchor:last-of-type a { padding-right: 0; }
.anchorlinks-widget .anchorlinks .anchor:frist-of-type a { padding-left: 0; }
.anchorlinks-widget .anchorlinks a { color: #132430; text-transform: uppercase; font-size: 1.2rem; line-height: 2.6rem; letter-spacing: 2.4px; display: block; padding: 0 20px; }
.anchorlinks-widget .anchorlinks a:hover { color: #B7974F; }

@media (max-width: 767px) { .gallery-image-widget .gallery-list { margin: -5px; } }
.gallery-image-widget .gallery-list a { display: flex; width: 25%; height: 18vw; padding: 10px; }
@media (min-width: 768px) and (max-width: 991px) { .gallery-image-widget .gallery-list a { width: 33.33%; height: 25vw; } }
@media (max-width: 767px) { .gallery-image-widget .gallery-list a { width: 50%; height: 35vw; padding: 5px; } }
.gallery-image-widget .gallery-list a .image { position: relative; width: 100%; }
.gallery-image-widget .gallery-list a .image svg { opacity: 0; z-index: 2; position: absolute; height: 4rem; width: auto; left: 50%; top: 70%; fill: white; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all .25s ease; }
@media (max-width: 767px) { .gallery-image-widget .gallery-list a .image svg { height: 3rem; } }
.gallery-image-widget .gallery-list a .image:before { content: ''; z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: black; opacity: 0; transition: all .25s ease; }
body.nonTouchDevice .gallery-image-widget .gallery-list a:hover .image:before { opacity: 0.6; }
body.nonTouchDevice .gallery-image-widget .gallery-list a:hover .image svg { top: 50%; opacity: 1; }

.image-text-fullwidth-widget { overflow: visible; }
.image-text-fullwidth-widget .flex-list { flex-wrap: nowrap; }
@media (max-width: 991px) { .image-text-fullwidth-widget .flex-list { flex-wrap: wrap; } }
.image-text-fullwidth-widget .wave { position: absolute; right: 80px; bottom: -24px; z-index: 2; }
@media (max-width: 991px) { .image-text-fullwidth-widget .wave { display: none; } }
.image-text-fullwidth-widget .text { width: 42%; position: absolute; left: 0; bottom: 0; padding: 80px 80px; background: white; mask-image: url("../img/tear-masks/image-text-fullwidth.svg"); mask-size: cover; -webkit-mask-image: url("../img/tear-masks/image-text-fullwidth.svg"); -webkit-mask-size: cover; }
@media (min-width: 768px) and (max-width: 1199px) { .image-text-fullwidth-widget .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 991px) { .image-text-fullwidth-widget .text { min-height: 0; width: calc(100% - 40px) !important; position: relative; margin-top: -80px; } }
@media (max-width: 767px) { .image-text-fullwidth-widget .text { padding: 75px 40px 40px; } }
@media (max-width: 991px) { .image-text-fullwidth-widget .text .subtitle { display: block; margin-top: -25px; } }
.image-text-fullwidth-widget .image-wrap { position: relative; overflow: hidden; width: 100%; height: 100vh; }
@media (max-width: 991px) { .image-text-fullwidth-widget .image-wrap { width: 100%; height: 65vw; min-height: 0 !important; } }
@media (max-width: 767px) { .image-text-fullwidth-widget .image-wrap { height: 120vw; } }
@media (min-width: 992px) { .image-text-fullwidth-widget--right .flex-list { -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }

.image-text-widget .flex-list { padding-bottom: 80px; }
@media (max-width: 991px) { .image-text-widget .flex-list { padding-bottom: 0; } }
.image-text-widget.image-text-widget--left .image-wrap, .image-text-widget.image-text-widget--right .image-wrap { position: relative; width: calc(50%); }
@media (max-width: 991px) { .image-text-widget.image-text-widget--left .image-wrap, .image-text-widget.image-text-widget--right .image-wrap { width: 100%; height: 0; padding-top: 100%; } }
@media (max-width: 991px) { .image-text-widget.image-text-widget--left .image-wrap.video-wrap, .image-text-widget.image-text-widget--right .image-wrap.video-wrap { overflow: unset; } }
.image-text-widget.image-text-widget--left .image-wrap .image-absolute, .image-text-widget.image-text-widget--left .image-wrap .video-mask--absolute, .image-text-widget.image-text-widget--right .image-wrap .image-absolute, .image-text-widget.image-text-widget--right .image-wrap .video-mask--absolute { width: calc(100% + 40px); right: 0; left: auto; z-index: 1; mask-image: url("../img/tear-masks/image-and-text.svg"); mask-size: cover; mask-position: bottom; -webkit-mask-image: url("../img/tear-masks/image-and-text.svg"); -webkit-mask-size: cover; -webkit-mask-position: bottom; }
@media (max-width: 991px) { .image-text-widget.image-text-widget--left .image-wrap .image-absolute, .image-text-widget.image-text-widget--left .image-wrap .video-mask--absolute, .image-text-widget.image-text-widget--right .image-wrap .image-absolute, .image-text-widget.image-text-widget--right .image-wrap .video-mask--absolute { width: calc(100% + 120px); left: -60px; } }
.image-text-widget.image-text-widget--left .image-wrap .video-mask--absolute, .image-text-widget.image-text-widget--right .image-wrap .video-mask--absolute { overflow: hidden; }
.image-text-widget .text { width: calc(50%); padding: 80px; margin-bottom: 80px; z-index: 3; background: #FFF url(../img/broken-tile-pattern-blue.svg) center center repeat !important; }
@media (max-width: 991px) { .image-text-widget .text { width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) { .image-text-widget .text { padding: 60px; } }
@media (max-width: 767px) { .image-text-widget .text { padding: 60px 30px; } }
.image-text-widget.image-text-widget--left .flex-list { -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.image-text-widget.image-text-widget--left .image-wrap { order: 2; margin-top: 0; margin-bottom: -80px; }
@media (max-width: 991px) { .image-text-widget.image-text-widget--left .image-wrap { margin-top: -60px; margin-bottom: 0; } }
.image-text-widget.image-text-widget--left .image-wrap .image-absolute, .image-text-widget.image-text-widget--left .image-wrap .video-mask--absolute { left: 0; right: auto; }
@media (max-width: 991px) { .image-text-widget.image-text-widget--left .image-wrap .image-absolute, .image-text-widget.image-text-widget--left .image-wrap .video-mask--absolute { width: calc(100% + 120px); left: -60px; } }
.image-text-widget.image-text-widget--left .image-wrap:before { right: auto; left: 0; }
@media (max-width: 991px) { .image-text-widget.image-text-widget--left .image-wrap:before { width: calc(100% + 120px); left: -60px; } }
.image-text-widget.image-text-widget--left .text { order: 1; margin-bottom: 0; }
@media (max-width: 991px) { .image-text-widget.image-text-widget--left.mob-pos-above .flex-list { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }
.image-text-widget.image-text-widget--left.mob-pos-above .image-wrap { margin-top: 0; }
@media (max-width: 991px) { .image-text-widget.image-text-widget--left.mob-pos-above .text { margin-top: -110px; margin-bottom: 110px; } }
@media (max-width: 991px) { .image-text-widget.image-text-widget--right .flex-list { -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }
@media (max-width: 991px) { .image-text-widget.image-text-widget--right .text { margin: 0; } }
.image-text-widget.image-text-widget--right .image-wrap { margin-top: -60px; margin-bottom: 0; }
@media (max-width: 991px) { .image-text-widget.image-text-widget--right.mob-pos-above .flex-list { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }
.image-text-widget.image-text-widget--right.mob-pos-above .image-wrap { margin-top: 0; }
@media (max-width: 991px) { .image-text-widget.image-text-widget--right.mob-pos-above .text { margin-top: -110px; } }
@media (min-width: 992px) { .image-text-widget--right .flex-list { -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }
@media (max-width: 991px) { .image-text-widget--right .text { margin-top: -110px; } }

@media screen and (max-width: 1300px) { .image-two-column-text-widget .text-columns { flex-wrap: wrap; } }
.image-two-column-text-widget .text-columns .col { padding: 40px 40px 0 40px; }
@media screen and (min-width: 1300px) { .image-two-column-text-widget .text-columns .col { flex: 1; } }
@media screen and (max-width: 1300px) { .image-two-column-text-widget .text-columns .col { width: 100%; padding-left: 0; padding-right: 0; } }
.image-two-column-text-widget .text-columns .col-1 { padding-left: 0; }
.image-two-column-text-widget .text-columns .col-2 { padding-right: 0; }
@media screen and (max-width: 1300px) { .image-two-column-text-widget .text-columns .col-2 { padding-top: 20px; } }
.image-two-column-text-widget .image-wrap { position: relative; overflow: hidden; width: calc(38% - 55px); min-width: 480px; mask-image: url("../img/tear-masks/2-column-text.svg"); mask-size: cover; mask-position: bottom; -webkit-mask-image: url("../img/tear-masks/2-column-text.svg"); -webkit-mask-size: cover; -webkit-mask-position: bottom; }
@media (max-width: 991px) { .image-two-column-text-widget .image-wrap { width: 100%; height: 0; padding-top: 100%; min-width: 0; } }
.image-two-column-text-widget .text { width: calc(62% + 55px); padding: 120px; flex: 1; }
@media (min-width: 992px) and (max-width: 1199px) { .image-two-column-text-widget .text { padding: 80px; } }
@media (max-width: 991px) { .image-two-column-text-widget .text { width: 100%; max-width: none; } }
@media (min-width: 768px) and (max-width: 991px) { .image-two-column-text-widget .text { padding: 60px 0 0; } }
@media (max-width: 767px) { .image-two-column-text-widget .text { padding: 40px 0 0; } }
.image-two-column-text-widget--left .text { padding-right: 0; }
@media (min-width: 992px) { .image-two-column-text-widget--right .flex-list { -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }
.image-two-column-text-widget--right .text { padding-left: 0; }

.large-cta-widget { box-sizing: content-box; }
.large-cta-widget .container-fluid { position: relative; height: 100%; }
@media (max-width: 991px) { .large-cta-widget .container-fluid { padding: 0; } }
.large-cta-widget .flex-list { height: 100vh; position: relative; }
@media (max-width: 991px) { .large-cta-widget .flex-list { height: auto; min-height: 115vw; } }
@media (max-width: 767px) { .large-cta-widget .flex-list { min-height: 130vw; } }
@media (min-width: 768px) and (max-width: 991px) { .large-cta-widget .flex-list.img-only { min-height: calc(115vw + 160px); } }
@media (max-width: 767px) { .large-cta-widget .flex-list.img-only { min-height: calc(130vw + 120px); } }
.large-cta-widget .image-1 { width: 42%; height: 50vh; position: absolute; top: 0; left: 0; mask-image: url("../img/tear-masks/large-cta-1.svg"); mask-size: cover; mask-position: bottom; -webkit-mask-image: url("../img/tear-masks/large-cta-1.svg"); -webkit-mask-size: cover; -webkit-mask-position: bottom; }
@media (max-width: 991px) { .large-cta-widget .image-1 { height: 40vw; width: 50%; } }
.large-cta-widget .image-2 { width: 45%; height: 85vh; position: absolute; bottom: 0; right: 0; mask-image: url("../img/tear-masks/large-cta-2.svg"); mask-size: cover; mask-position: bottom; -webkit-mask-image: url("../img/tear-masks/large-cta-2.svg"); -webkit-mask-size: cover; -webkit-mask-position: bottom; }
@media (max-width: 991px) { .large-cta-widget .image-2 { height: 75vw; width: 75%; } }
@media (max-width: 767px) { .large-cta-widget .image-2 { height: 90vw; } }
.large-cta-widget .cta-box { display: block; padding: 80px; max-width: 960px; width: 100%; position: relative; z-index: 2; background: #FFF url(../img/broken-tile-pattern-blue.svg) center center repeat !important; margin-top: 60px; margin-bottom: 80px; transition: all .3s ease; }
@media screen and (min-width: 560px) and (max-width: 767px) { .large-cta-widget .cta-box { min-height: 340px; margin-top: 0 !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .large-cta-widget .cta-box { width: 80%; } }
@media (max-width: 991px) { .large-cta-widget .cta-box { display: flex; flex-direction: column; justify-content: center; margin-top: 120px; margin-bottom: 160px; width: calc(100% - 160px); } }
@media (min-width: 768px) and (max-width: 991px) { .large-cta-widget .cta-box { padding: 60px; } }
@media (max-width: 767px) { .large-cta-widget .cta-box { margin-top: 80px; margin-bottom: 120px; padding: 60px 30px; width: calc(100% - 40px); } }

.line-divider-widget.padding-160 { padding: 160px 0; }
.line-divider-widget.padding-120 { padding: 120px 0; }
.line-divider-widget.padding-80 { padding: 80px 0; }
.line-divider-widget.divider-type-full-1 .line-divider { border: 0; height: 1px; background: #B7974F; }
.line-divider-widget.divider-type-small .line-divider { height: 51px; background: url(../img/wave.svg) center center no-repeat; background-size: 130px 51px; border: 0; }
.line-divider-widget.divider-type-full-2 .line-divider { height: 51px; background: url(../img/wave-large.svg) center center repeat-x; border: 0; }

@media (max-width: 991px) { .map-widget { padding: 0 !important; }
  .map-widget + .widget-container--grid.bg-default { padding-top: var(--paddingsm) !important; } }
@media (max-width: 991px) and (max-width: 767px) { .map-widget + .widget-container--grid.bg-default { padding: var(--paddingxs) 0; } }

@media (max-width: 991px) { .map-widget .container-fluid { padding: 0; }
  .map-widget .container-fluid .text { margin-bottom: 0; }
  .map-widget .container-fluid .map { margin-top: 0; } }
.map-widget .text { padding: 80px 80px; background: #FFF url(../img/broken-tile-pattern-blue.svg) center center repeat !important; margin-bottom: 60px; }
@media (min-width: 1200px) { .map-widget .text { padding-right: 110px; } }
@media (min-width: 992px) and (max-width: 1199px) { .map-widget .text { padding: 60px; } }
@media (min-width: 768px) and (max-width: 991px) { .map-widget .text { padding: 80px 60px; } }
@media (max-width: 767px) { .map-widget .text { padding: 80px 40px; } }
.map-widget .text dl { margin-top: 34px; }
.map-widget .text dl .dl-row { padding: 20px 0; border-top: 2px solid #B7974F; }
.map-widget .text dl .dl-row:last-of-type { border-bottom: 2px solid #B7974F; }
@media screen and (min-width: 992px) and (max-width: 1145px) { .map-widget .text dl .dl-row { flex-wrap: wrap; } }
@media (max-width: 767px) { .map-widget .text dl .dl-row { flex-wrap: wrap; } }
.map-widget .text dl dt, .map-widget .text dl dd { margin: 0; width: 50%; flex: 1; }
@media screen and (min-width: 992px) and (max-width: 1145px) { .map-widget .text dl dt, .map-widget .text dl dd { width: 100%; flex: none; } }
@media (max-width: 767px) { .map-widget .text dl dt, .map-widget .text dl dd { width: 100%; flex: none; } }
.map-widget .text dl dt { margin-right: 20px; font-weight: bold; font-size: 1.8rem; font-family: "cora", serif; font-weight: 400; letter-spacing: 0; }
@media screen and (min-width: 992px) and (max-width: 1145px) { .map-widget .text dl dt { margin-bottom: 10px; } }
@media (max-width: 767px) { .map-widget .text dl dt { margin-bottom: 10px; } }
.map-widget .text dl dd { text-align: right; }
@media screen and (min-width: 992px) and (max-width: 1145px) { .map-widget .text dl dd { text-align: left; } }
@media (max-width: 767px) { .map-widget .text dl dd { text-align: left; } }
.map-widget .text dl dd a { border: 0 !important; }
.map-widget .map { min-height: 500px; margin-top: 60px; }
@media (max-width: 991px) { .map-widget .map { min-height: 100vw; } }
.map-widget .map iframe { position: absolute; left: 0; top: 0; right: 0; bottom: 0; left: auto; width: calc(100% + 60px); height: 100%; }
@media (max-width: 991px) { .map-widget .map iframe { width: 100%; } }
.map-widget .acf-map { width: 100%; height: 600px; }
@media (max-width: 767px) { .map-widget .acf-map { height: 65vh; } }

.gm-style .gm-style-iw-c { border-radius: 0 !important; padding: 30px !important; min-width: 300px !important; max-width: 420px !important; }
@media (max-width: 767px) { .gm-style .gm-style-iw-c { max-width: 320px !important; } }
.gm-style .gm-style-iw-c .text-wrap { font-family: utile, sans-serif; font-size: 1.4rem; font-weight: 400; line-height: 2.6rem; letter-spacing: 1.2px; color: #132430; }
.gm-style .gm-style-iw-c .text-wrap a { display: inline-block; font-weight: 700; }

.gm-style .gm-style-iw-t:after { box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.1) !important; }

.gm-ui-hover-effect { display: flex !important; justify-content: center; align-items: center; top: 0 !important; right: 0 !important; }
.gm-ui-hover-effect img { width: 20px !important; height: 20px !important; margin: 0 !important; }

.widget-container.quicklinks-widget--three .flex-list .flex-col:nth-child(even) { margin-top: 137px; }
.widget-container.quicklinks-widget--three .flex-list .flex-col:nth-child(even) .image { mask-image: url("../img/tear-masks/x3-widget-1.svg"); -webkit-mask-image: url("../img/tear-masks/x3-widget-1.svg"); }
.widget-container.quicklinks-widget--three .flex-list .flex-col .text { width: calc(100% - 80px); margin-top: -137px; }
.widget-container.quicklinks-widget--three .flex-list .flex-col .image { mask-image: url("../img/tear-masks/x3-widget-2.svg"); -webkit-mask-image: url("../img/tear-masks/x3-widget-2.svg"); }

.quicklinks-widget .arrows-container { margin: 0 auto; text-align: center; margin-top: -60px; margin-bottom: 60px; }
.quicklinks-widget .arrows-container a { margin: 0 30px; }
.quicklinks-widget .arrows-container a.slick-disabled { opacity: 0.3; }
.quicklinks-widget .widget-title { margin-bottom: 120px; }
.quicklinks-widget .flex-list { margin: -20px; }
@media (max-width: 767px) { .quicklinks-widget .flex-list { margin: 0; } }
.quicklinks-widget .flex-list .flex-col { width: 50%; padding: 20px; }
@media (max-width: 767px) { .quicklinks-widget .flex-list .flex-col { width: 100%; padding: 0; }
  .quicklinks-widget .flex-list .flex-col + .flex-col { margin-top: 50px !important; } }
.quicklinks-widget .flex-list .flex-col:nth-child(even) { margin-top: 143px; }
@media (max-width: 767px) { .quicklinks-widget .flex-list .flex-col:nth-child(even) { margin-top: 0; } }
.quicklinks-widget .flex-list .flex-col .image { position: relative; overflow: hidden; height: 0; padding-top: 80%; mask-image: url("../img/tear-masks/x2-widget-1.svg"); mask-size: cover; -webkit-mask-image: url("../img/tear-masks/x2-widget-1.svg"); -webkit-mask-size: cover; }
@media (max-width: 767px) { .quicklinks-widget .flex-list .flex-col .image { width: calc(100% + 60px); padding-top: 100%; } }
.quicklinks-widget .flex-list .flex-col .image .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.quicklinks-widget .flex-list .flex-col .text { position: relative; flex: 1; padding: 66px 60px; background: white; width: calc(100% - 80px); margin-top: -143px; z-index: 2; }
@media screen and (min-width: 992px) and (max-width: 1300px) { .quicklinks-widget .flex-list .flex-col .text { width: calc(100% - 60px) !important; } }
@media (min-width: 768px) and (max-width: 991px) { .quicklinks-widget .flex-list .flex-col .text { width: calc(100% - 40px) !important; padding: 44px 40px !important; margin-top: -83px !important; } }
@media (max-width: 767px) { .quicklinks-widget .flex-list .flex-col .text { width: 100% !important; padding: 40px 40px !important; margin-top: -80px !important; } }
.quicklinks-widget--two.show-wave .flex-col { position: relative; }
.quicklinks-widget--two.show-wave .flex-col:nth-of-type(2n -1):before { content: ''; display: block; background: url(../img/wave.svg) center center no-repeat; position: absolute; right: -40px; top: 70px; width: 131px; height: 51px; z-index: 3; }
.quicklinks-widget--three .flex-list .slide .flex-col .image { padding-top: 100%; }
.quicklinks-widget--three .flex-list .flex-col { width: 33.33%; }
@media (min-width: 992px) and (max-width: 1199px) { .quicklinks-widget--three .flex-list .flex-col { width: 50%; } }
@media (min-width: 768px) and (max-width: 991px) { .quicklinks-widget--three .flex-list .flex-col { width: 50%; padding: 20px; overflow: hidden; } }
@media (max-width: 767px) { .quicklinks-widget--three .flex-list .flex-col { width: 100%; } }
.quicklinks-widget--three .flex-list .flex-col .image { padding-top: 100%; }
@media (min-width: 992px) and (max-width: 1199px) { .quicklinks-widget--three .flex-list .flex-col .image { padding-top: 80%; } }
@media (min-width: 768px) and (max-width: 991px) { .quicklinks-widget--three .flex-list .flex-col .image { padding-top: 80%; } }
@media (min-width: 992px) and (max-width: 1199px) { .quicklinks-widget--three .flex-list .flex-col .text { padding: 40px 40px 40px 0; } }
@media (min-width: 768px) and (max-width: 991px) { .quicklinks-widget--three .flex-list .flex-col .text { width: calc(100% - 60px); } }
.quicklinks-widget--three.show-wave .flex-col { position: relative; }
.quicklinks-widget--three.show-wave .flex-col:nth-of-type(3n):before { content: ''; display: block; background: url(../img/wave.svg) center center no-repeat; position: absolute; left: -40px; top: 70px; width: 131px; height: 51px; z-index: 3; }
@media (min-width: 992px) and (max-width: 1199px) { .quicklinks-widget--three.show-wave .flex-col:nth-child(3):before { display: none; } }
@media (min-width: 768px) and (max-width: 991px) { .quicklinks-widget--three.show-wave .flex-col:nth-child(3):before { display: none; } }

.quicklinks-widget .quicklinks-slider .slick-list { padding: 0 80px 0 80px; }
@media (min-width: 992px) and (max-width: 1199px) { .quicklinks-widget .quicklinks-slider .slick-list { padding: 0 80px; } }
@media (min-width: 768px) and (max-width: 991px) { .quicklinks-widget .quicklinks-slider .slick-list { padding: 0 60px; } }
@media (max-width: 767px) { .quicklinks-widget .quicklinks-slider .slick-list { padding: 0 30px 0 10px; } }
.quicklinks-widget .quicklinks-slider .slick-track { display: flex; justify-content: center; min-width: 100%; }
.quicklinks-widget .quicklinks-slider .slick-arrow svg { fill: #B7974F; }
.quicklinks-widget .quicklinks-slider .quick-link { margin: 0 20px; }
@media (max-width: 767px) { .quicklinks-widget .quicklinks-slider .quick-link { margin: 0 10px; } }
.quicklinks-widget .quicklinks-slider .quick-link:nth-child(even) { margin-top: 143px; }
@media (max-width: 991px) { .quicklinks-widget .quicklinks-slider .quick-link:nth-child(even) { margin-top: 80px; } }
.quicklinks-widget .quicklinks-slider .quick-link .flex-col { padding: 0; width: 100%; }
.quicklinks-widget .quicklinks-slider .quick-link .text { z-index: 3; position: relative; }
@media (max-width: 991px) { .quicklinks-widget .quicklinks-slider .quick-link .text { width: calc(100% - 20px); } }

.social-share-widget.alignment-left .container-fluid { display: flex; }
@media (max-width: 991px) { .social-share-widget.alignment-left .container-fluid { display: block; } }
.social-share-widget.alignment-left .widget-title { margin: 0; }
@media (max-width: 991px) { .social-share-widget.alignment-left .widget-title { margin-bottom: 40px; } }
.social-share-widget.alignment-left .widget-title p, .social-share-widget.alignment-left .widget-title h1, .social-share-widget.alignment-left .widget-title h2, .social-share-widget.alignment-left .widget-title h3, .social-share-widget.alignment-left .widget-title h4, .social-share-widget.alignment-left .widget-title h5, .social-share-widget.alignment-left .widget-title .faq-widget .accordion .accordion-group .accordion-btn, .faq-widget .accordion .accordion-group .social-share-widget.alignment-left .widget-title .accordion-btn, .social-share-widget.alignment-left .widget-title h6 { display: none; }
.social-share-widget .addthis_toolbox { text-align: center; }
.social-share-widget .addthis_toolbox .custom_images { margin: 0; padding: 0; list-style: none; display: inline-block; }
.social-share-widget .addthis_toolbox .custom_images div { background-color: transparent !important; border: none !important; padding: 0 40px !important; }
.social-share-widget .addthis_toolbox .custom_images div:hover { top: 0 !important; opacity: 0.6 !important; }
.social-share-widget .addthis_toolbox .custom_images div:nth-child(2) { -moz-transition-delay: 0.2s !important; -o-transition-delay: 0.2s !important; -ms-transition-delay: 0.2s !important; -webkit-transition-delay: 0.2s !important; transition-delay: 0.2s !important; }
.social-share-widget .addthis_toolbox .custom_images div:nth-child(3) { -moz-transition-delay: 0.4s !important; -o-transition-delay: 0.4s !important; -ms-transition-delay: 0.4s !important; -webkit-transition-delay: 0.4s !important; transition-delay: 0.4s !important; }
.social-share-widget .addthis_toolbox .custom_images div:nth-child(4) { -moz-transition-delay: 0.6s !important; -o-transition-delay: 0.6s !important; -ms-transition-delay: 0.6s !important; -webkit-transition-delay: 0.6s !important; transition-delay: 0.6s !important; }
.social-share-widget .addthis_toolbox .custom_images div:nth-child(5) { -moz-transition-delay: 0.8s !important; -o-transition-delay: 0.8s !important; -ms-transition-delay: 0.8s !important; -webkit-transition-delay: 0.8s !important; transition-delay: 0.8s !important; }
.social-share-widget .addthis_toolbox .custom_images img { top: 0 !important; }
.social-share-widget .addthis_toolbox .custom_images li { display: block; float: left; }
.social-share-widget .addthis_toolbox .custom_images a { padding: 0 40px; display: block; text-align: center; }
@media (max-width: 991px) { .social-share-widget .addthis_toolbox .custom_images a { padding: 0 20px; } }
.social-share-widget .addthis_toolbox .custom_images a svg { height: 2.5rem; width: auto; }
@media (max-width: 991px) { .social-share-widget .addthis_toolbox .custom_images a svg { height: 1.5rem; } }
body.nonTouchDevice .social-share-widget .addthis_toolbox .custom_images a:hover svg * { fill: #B7974F; }

.standard-widget blockquote { margin-bottom: 0; background: #eee; padding: 25px 30px; }
@media (max-width: 767px) { .standard-widget blockquote { padding: 15px 20px; } }
.standard-widget * + ul, .standard-widget * + ol, .standard-widget * + dl, .standard-widget * + p, .standard-widget * + blockquote, .standard-widget * + table, .standard-widget * + .description { margin: 20px 0 0; }
@media (max-width: 767px) { .standard-widget * + ul, .standard-widget * + ol, .standard-widget * + dl, .standard-widget * + p, .standard-widget * + blockquote, .standard-widget * + table, .standard-widget * + .description { margin: 20px 0 0; } }
.standard-widget * + h1, .standard-widget * + .h1, .standard-widget * + h2, .standard-widget * + .h2, .standard-widget * + h3, .standard-widget * + .h3, .standard-widget * + h4, .standard-widget * + .h4, .standard-widget * + h5, .standard-widget .faq-widget .accordion .accordion-group * + .accordion-btn, .faq-widget .accordion .accordion-group .standard-widget * + .accordion-btn, .standard-widget * + .h5, .standard-widget * + h6, .standard-widget * + .h6 { margin: 40px 0 0; }
@media (max-width: 767px) { .standard-widget * + h1, .standard-widget * + .h1, .standard-widget * + h2, .standard-widget * + .h2, .standard-widget * + h3, .standard-widget * + .h3, .standard-widget * + h4, .standard-widget * + .h4, .standard-widget * + h5, .standard-widget .faq-widget .accordion .accordion-group * + .accordion-btn, .faq-widget .accordion .accordion-group .standard-widget * + .accordion-btn, .standard-widget * + .h5, .standard-widget * + h6, .standard-widget * + .h6 { margin: 20px 0 0; } }

.table-widget .widget-title { position: relative; z-index: 1; }
.table-widget .table-wrap { width: 100%; }
@media (max-width: 767px) { .table-widget .table-wrap { width: calc(100% + 40px); margin: 0 -20px; } }
@media (max-width: 767px) { .table-widget .table-wrap table th, .table-widget .table-wrap table td { min-width: 240px; } }
@media (max-width: 991px) { .table-widget .table-wrap table th, .table-widget .table-wrap table td { display: block; width: 100%; } }
@media (max-width: 991px) { .table-widget .table-wrap table th { display: none; }
  .table-widget .table-wrap table td { border: 0; padding-bottom: 20px; }
  .table-widget .table-wrap table td:before { content: attr(data-heading); display: block; font-family: "cora", serif; font-weight: 400; font-size: 1.4rem; letter-spacing: 0; line-height: 2.4rem; margin-bottom: 10px; }
  .table-widget .table-wrap table tr:last-of-type td:last-of-type { border-bottom: 1px solid #dde7f2; }
  .table-widget .table-wrap table tr td:last-of-type { padding-bottom: 40px; }
  .table-widget .table-wrap table tr td:first-of-type { border-top: 1px solid #dde7f2; padding-top: 40px; } }

.full-screen-image-slider-widget .flex-list { position: relative; }
.full-screen-image-slider-widget .flex-list .flex-col .image { position: relative; overflow: hidden; height: 100%; }
.full-screen-image-slider-widget .flex-list .flex-col .image .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.full-screen-image-slider-widget .video-mask--absolute { overflow: hidden; }
.full-screen-image-slider-widget .slick-slider, .full-screen-image-slider-widget .slick-slide, .full-screen-image-slider-widget .text-inner, .full-screen-image-slider-widget .slick-track, .full-screen-image-slider-widget .slick-list { height: 100%; }
.full-screen-image-slider-widget .slick-slide { position: relative; }
.full-screen-image-slider-widget .text-inner { display: flex; flex-wrap: wrap; flex-direction: column; }
.full-screen-image-slider-widget .text-inner .flex-end { margin-top: auto; }
.full-screen-image-slider-widget .text-inner .flex-end p:first-of-type { margin-top: 60px; }
.full-screen-image-slider-widget .slide-left { width: 42%; background: #FFF url(../img/broken-tile-pattern-blue.svg) center center repeat; padding: 80px; min-height: 100vh; }
@media (max-width: 991px) { .full-screen-image-slider-widget .slide-left { width: 100%; min-height: 0; } }
@media (min-width: 768px) and (max-width: 991px) { .full-screen-image-slider-widget .slide-left { padding: 155px 60px 60px; } }
@media (max-width: 767px) { .full-screen-image-slider-widget .slide-left { padding: 155px 40px 60px; } }
.full-screen-image-slider-widget .slide-right { width: 58%; position: relative; }
@media (max-width: 991px) { .full-screen-image-slider-widget .slide-right { width: 100%; min-height: 100vw; } }
.full-screen-image-slider-widget .progressBarContainer { position: absolute; bottom: 40px; right: 40px; background: #CCAC62; border-radius: 50px; display: flex; align-items: center; padding: 10px 20px; z-index: 2; }
@media (max-width: 991px) { .full-screen-image-slider-widget .progressBarContainer { bottom: auto; right: auto; top: 60px; padding: 7px 20px; } }
@media (min-width: 768px) and (max-width: 991px) { .full-screen-image-slider-widget .progressBarContainer { left: 60px; } }
@media (max-width: 767px) { .full-screen-image-slider-widget .progressBarContainer { left: 40px; } }
.full-screen-image-slider-widget .progressBarContainer .item { display: flex; align-items: center; }
.full-screen-image-slider-widget .progressBarContainer .item .progressBarLabel { color: #132430; font-family: utile, sans-serif; font-weight: 400; font-size: 1.4rem; letter-spacing: 1.4px; opacity: 0.4; }
.full-screen-image-slider-widget .progressBarContainer .item.active .progressBarLabel { opacity: 1; }
.full-screen-image-slider-widget .progressBarContainer .item:last-of-type span.progressBar { margin-right: 0; }
.full-screen-image-slider-widget .progressBarContainer div { display: block; padding: 0; cursor: pointer; color: white; }
.full-screen-image-slider-widget .progressBarContainer div:last-child { margin-right: 0; }
.full-screen-image-slider-widget .progressBarContainer div span.progressBar { width: 20px; height: 2px; background-color: rgba(19, 36, 48, 0.4); display: block; margin: 0 10px; }
.full-screen-image-slider-widget .progressBarContainer div span.progressBar .inProgress { background-color: #132430; width: 0%; height: 2px; }
@keyframes progress { from { width: 0px; }
  to { width: 80px; } }
