/*----------------------------------------------------------------
------------------------------------------------------------------
--------------------------- MAIN + RESETS ------------------------
------------------------------------------------------------------
----------------------------------------------------------------*/
* { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

::-moz-selection { background: #355246; color: #F7F4EB; text-shadow: none; }

::selection { background: #355246; color: #F7F4EB; text-shadow: none; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, .weather-widget .simple-weather .simple-weather__day .simple-weather__date, h6, blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) small, 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: futura-pt, sans-serif; font-size: 1.8rem; font-weight: 400; line-height: 1.9; letter-spacing: 0.045rem; color: #355246; background: #fff; }
@media (max-width: 767px) { body { font-size: 1.6rem; } }

a { color: #355246; 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 #CC8E72; margin: 1em 0; padding: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 100%; }

/* Forms */
fieldset { border: 1px solid #CC8E72; 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: #355246; color: #F7F4EB; text-decoration: none; }

del { text-decoration: line-through; }

b, strong, label { font-weight: 500; }

.stop-scrolling { overflow: hidden; }

.no-cursor { pointer-events: none; }

.no-anim, .no-anim * { transition: none !important; }

.no-anim-single { transition: none !important; }

@media (max-width: 1280px) { .hidden-custom { display: none !important; } }

.flex-list { display: flex; flex-wrap: wrap; }

.flex { display: flex !important; }

.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; }

@media (max-width: 767px) { .flex-align-start-mob { 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: 992px) and (max-width: 1199px) { .flex-wrap-tablet-lg { flex-wrap: wrap; } }

@media (min-width: 768px) and (max-width: 991px) { .flex-wrap-tablet { flex-wrap: wrap; } }

@media (max-width: 767px) { .flex-wrap-mob { flex-wrap: wrap; } }

@media (max-width: 767px) { .flex-justify-center-mob { justify-content: center; } }

@media (min-width: 992px) and (max-width: 1199px) { .stretch-md { width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) { .stretch-sm { width: 100%; } }

@media (max-width: 767px) { .stretch-xs { width: 100%; } }

.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; }

.m-0 { margin: 0 !important; }

.p-0 { padding: 0 !important; }

.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: #355246; }

.bg-primary-dark { background: #263D34; }

.bg-secondary { background: #CC8E72; }

.bg-tertiary { background: #F7F4EB; }

.bg-tertiary-light { background: #FBF9F5; }

.bg-white { background: white; }

.bg-black { background: #000; color: #F7F4EB; }
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black .weather-widget .simple-weather .simple-weather__day .simple-weather__date, .weather-widget .simple-weather .simple-weather__day .bg-black .simple-weather__date, .bg-black h6, .bg-black blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) .bg-black strong, .bg-black blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) .bg-black em, .bg-black blockquote:not(.blockquote-alt) small, blockquote:not(.blockquote-alt) .bg-black small { color: #F7F4EB !important; }
.bg-black .subtitle { color: #2E68FF !important; }

.bg-alternate-one { background: #333858; }

.bg-alternate-two { background: #CC734B; }
.bg-alternate-two .subtitle { color: #333858 !important; }

.text-white { color: #F7F4EB !important; }
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white .weather-widget .simple-weather .simple-weather__day .simple-weather__date, .weather-widget .simple-weather .simple-weather__day .text-white .simple-weather__date, .text-white h6, .text-white blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) .text-white strong, .text-white blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) .text-white em, .text-white blockquote:not(.blockquote-alt) small, blockquote:not(.blockquote-alt) .text-white small { color: #F7F4EB !important; }

.text-black { color: #000; }

@media (max-width: 991px) { .text-center-tab-mob { text-align: center; } }

@media (max-width: 767px) { .text-center-mob { text-align: center; } }

@media (min-width: 768px) { .desktop-hide { display: none; } }

@media (max-width: 767px) { .mobile-hide { display: none; } }

@media (max-width: 767px) { .mob-no-gutter { margin-left: -40px; margin-right: -40px; } }

.img { width: 100%; height: 100%; object-fit: cover; }

.image-absolute { z-index: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.gradient-overlay:after { content: ''; z-index: 2; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(53, 82, 70, 0) 0%, #263d34 100%); transition: all 1s ease; }

.social-media { margin: 0; padding: 0; list-style: none; margin: 0 -13px; }
.social-media li { display: inline-block; margin: 0 13px; }
.social-media li a { font-size: 2.2rem; }

.bg-pattern { background-size: 2300px auto; background-position: 0 -60px; }
.bg-pattern--cream { background-image: url("../img/pattern-cream.svg"); }
.bg-pattern--green { background-image: url("../img/pattern-green.svg"); }

.border-bottom { border-bottom: 10px solid #CC8E72; }

.text-links a:not(.button) { color: #CC8E72; font-weight: 500; border-bottom: 1px solid #CC8E72; }
body.nonTouchDevice .text-links a:not(.button):hover { border-color: transparent; }

@media (max-width: 360px) { .sml-mob-padding { padding-left: 20px !important; padding-right: 20px !important; } }

#bookedit-event-image + p { margin-top: 0 !important; }

/* SLIDERS */
.slider .slide { position: relative; display: none; }
.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: 5; position: absolute; top: 50%; width: 100px; height: 100px; cursor: pointer; -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:after { font-family: Font Awesome\ 5 Pro; font-size: 3.5rem; font-weight: 300; color: white; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all .25s ease; }
@media (max-width: 767px) { .slick-slider .slick-arrow:after { font-size: 3rem; } }
.slick-slider .slick-arrow.slick-prev { left: 0; }
.slick-slider .slick-arrow.slick-prev:after { content: '\f104'; }
.slick-slider .slick-arrow.slick-next { right: 0; }
.slick-slider .slick-arrow.slick-next:after { content: '\f105'; }
.slick-slider .slick-arrow.slick-disabled { pointer-events: none; opacity: .5; }
body.nonTouchDevice .slick-slider .slick-arrow:hover:after { color: #CC8E72; }
.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; }
.slick-slider .slick-dots button { padding: 0; text-indent: -9999px; position: relative; width: 24px; height: 24px; }
.slick-slider .slick-dots button:after { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-family: Font Awesome\ 5 Pro; content: '\f111'; text-indent: 0; color: white; font-size: 14px; }
.slick-slider .slick-dots .slick-active button:after { font-weight: 700; }

@media (min-width: 992px) { .non-slider .slick-list { width: 100%; }
  .non-slider .slick-track { -webkit-transform: none !important; transform: none !important; min-width: 100%; } }

.ajax-loader { transition: opacity 0.3s ease; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #fff; z-index: 40; opacity: .9; visibility: visible; }
.ajax-loader.disabled { z-index: -1; opacity: 0; visibility: hidden; }

.ajax-results { position: relative; }

/* 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(1280px + 160px); }
.container-fluid--no-max { max-width: none; }
.container-fluid--med { max-width: calc(1120px + 160px); }
.container-fluid--sml { max-width: calc(960px + 160px); }
.container-fluid--xsml { max-width: calc(800px + 160px); }
@media (max-width: 767px) { .container-fluid--mob-lg { padding-left: 20px; padding-right: 20px; } }

.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: "Editor"; src: url("../fonts/editor/ITF-Editor-Regular.otf") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
.header { z-index: 100; position: absolute; top: 0; left: 0; right: 0; padding: 0 40px; height: 86px; background: #355246; /* Desktop Nav */ /* Mobile Nav */ }
.header.sticky-fixed { top: 0; position: fixed; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); }
.header.sticky-fixed .logo .logo-desktop, .header.sticky-fixed .logo .logo-mobile { display: none !important; }
.header.sticky-fixed .logo .logo-sticky { display: block; }
.header.sticky-ready { transition: transform .35s ease; }
.header.sticky { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.header .logo { z-index: 4; position: relative; margin-right: auto; }
@media (max-width: 767px) { .header .logo { margin-left: auto; } }
.header .logo img { display: block; width: auto; }
.header .logo img.logo-sticky { display: none; }
.header .mob-menu-btn { z-index: 4; padding: 10px; display: none; position: absolute; right: 30px; }
@media (max-width: 1280px) { .header .mob-menu-btn { display: flex; } }
@media (max-width: 767px) { .header .mob-menu-btn { right: 20px; } }
.header ul { margin: 0; padding: 0; list-style: none; }
.header .open-weather-btn { position: relative; display: flex; width: 50px; height: 86px; margin-left: 40px; }
.header .open-weather-btn .simple-weather { display: flex; align-items: center; width: 100%; }
.header .open-weather-btn .simple-weather .simple-weather__day { text-align: center; margin: auto !important; color: #CC8E72; }
.header .open-weather-btn .simple-weather .simple-weather__day .simple-weather__date { display: none; }
.header .open-weather-btn .simple-weather .simple-weather__day i { font-size: 2.2rem; margin: 0; }
.header .open-weather-btn .simple-weather .simple-weather__day .simple-weather__temp { display: block; margin-top: 3px; letter-spacing: -1px; font-size: 1.5rem; }
.header .open-weather-btn .simple-weather .simple-weather__day .simple-weather__temp .summary { display: none !important; }
@media (min-width: 1281px) and (max-width: 1500px) { .header .open-weather-btn { margin-left: 30px; } }
@media (min-width: 1281px) { .header .book-button { margin-top: 0; margin-left: 40px; padding: 10px 30px; color: #F7F4EB; }
  .header .main-nav { margin-right: -30px; } }
@media (min-width: 1281px) and (max-width: 1500px) { .header .main-nav { margin-right: -20px; } }
@media (min-width: 1281px) { body.nonTouchDevice .header .main-nav:hover > ul > li > a { opacity: .5; }
  .header .main-nav > ul > li { float: left; /* Drodpdowns */ }
  body.nonTouchDevice .header .main-nav > ul > li:hover > a { opacity: 1; }
  .header .main-nav > ul > li > a { display: block; position: relative; padding: 28px 30px; font-size: 1.6rem; font-weight: 400; color: #F7F4EB; } }
@media (min-width: 1281px) and (max-width: 1500px) { .header .main-nav > ul > li > a { padding-left: 20px; padding-right: 20px; font-size: 1.5rem; } }
@media (min-width: 1281px) { .header .main-nav > ul > li > a:after { opacity: 0; content: ''; position: absolute; height: 5px; left: 30px; right: 30px; bottom: 0; background: #CC8E72; transition: opacity .35s ease; }
  .header .main-nav > ul > li > ul { z-index: 2; position: absolute; top: 86px; left: 0; right: 0; padding: 80px 0; display: flex; transition: all .4s ease; visibility: hidden; opacity: 0; pointer-events: none; background: #263D34; overflow: hidden; }
  .header .main-nav > ul > li > ul > li { flex: 1 0 25%; padding: 0 40px; }
  .header .main-nav > ul > li > ul > li a { padding: 4px 0; display: block; color: #F7F4EB; }
  body.nonTouchDevice .header .main-nav > ul > li > ul > li a:hover { color: #CC8E72; }
  .header .main-nav > ul > li > ul > li:first-child { padding-left: 80px; }
  .header .main-nav > ul > li > ul > li.mobile-title { display: none; }
  .header .main-nav > ul > li > ul > li.subheading > a { margin-bottom: 15px; pointer-events: none; }
  .header .main-nav > ul > li > ul > li.image-link { position: relative; width: auto; min-height: 490px; flex: 0 0 25%; display: flex; margin-top: -80px; margin-bottom: -80px; padding: 0; overflow: hidden; }
  .header .main-nav > ul > li > ul > li.image-link a { padding: 40px; display: flex; flex-direction: column; justify-content: flex-end; }
  .header .main-nav > ul > li > ul > li.image-link a img { z-index: 0; padding: 0 !important; width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all .5s ease; -webkit-transform: scale(1); transform: scale(1); }
  .header .main-nav > ul > li > ul > li.image-link a .menu-image-title, .header .main-nav > ul > li > ul > li.image-link a .menu-item-description { z-index: 2; position: relative; text-align: left; padding: 0; transition: all .25s ease; }
  .header .main-nav > ul > li > ul > li.image-link a .menu-item-description { margin-top: 10px; font-size: 2.4rem; font-family: "Editor", serif; line-height: 1.6; letter-spacing: -.01rem; color: #F7F4EB !important; }
  .header .main-nav > ul > li > ul > li.image-link a .menu-item-description:after { content: 'Find out more'; position: absolute; left: 0; bottom: -60px; padding-bottom: 5px; border-bottom: 2px solid #CC8E72; opacity: 0; transition: all .25s ease; white-space: nowrap; }
  .header .main-nav > ul > li > ul > li.image-link a:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(53, 82, 70, 0) 0%, #263d34 100%); }
  body.nonTouchDevice .header .main-nav > ul > li > ul > li.image-link a:hover img { -webkit-transform: scale(1.15); transform: scale(1.15); }
  body.nonTouchDevice .header .main-nav > ul > li > ul > li.image-link a:hover .menu-image-title, body.nonTouchDevice .header .main-nav > ul > li > ul > li.image-link a:hover .menu-item-description { -webkit-transform: translate(0, -60px); transform: translate(0, -60px); }
  body.nonTouchDevice .header .main-nav > ul > li > ul > li.image-link a:hover .menu-item-description:after { opacity: 1; }
  .header .main-nav > ul > li.show > a:after { opacity: 1; }
  .header .main-nav > ul > li.show > a + ul { visibility: visible; opacity: 1; pointer-events: auto; } }
@media (max-width: 1280px) { .header .drawer { position: fixed; left: 0; right: 0; top: 86px; bottom: 0; height: calc(100vh - 86px); z-index: -1; opacity: 0; visibility: hidden; background: #263D34; transition: all .5s ease; }
  body.show-mob-menu .header .drawer { opacity: 1; }
  body.raise-mob-overlay .header .drawer { visibility: visible; z-index: 100; }
  .header .drawer .drawer-inner { overflow: hidden; display: block; height: 100%; }
  .header .drawer .drawer-inner .main-nav { height: 100%; overflow: auto; overflow-x: hidden; }
  .header .drawer .drawer-inner .main-nav > ul { height: 100%; transition: all .5s ease; }
  .header .drawer .drawer-inner .main-nav > ul > li { display: block; opacity: 0; -webkit-transform: translate(0, 20px); transform: translate(0, 20px); }
  body.show-mob-menu .header .drawer .drawer-inner .main-nav > ul > li { transition: all .4s ease; }
  body.show-mob-menu .header .drawer .drawer-inner .main-nav > ul > li:nth-child(1) { transition-delay: 0.15s; }
  body.show-mob-menu .header .drawer .drawer-inner .main-nav > ul > li:nth-child(2) { transition-delay: 0.3s; }
  body.show-mob-menu .header .drawer .drawer-inner .main-nav > ul > li:nth-child(3) { transition-delay: 0.45s; }
  body.show-mob-menu .header .drawer .drawer-inner .main-nav > ul > li:nth-child(4) { transition-delay: 0.6s; }
  body.show-mob-menu .header .drawer .drawer-inner .main-nav > ul > li:nth-child(5) { transition-delay: 0.75s; }
  body.show-mob-menu .header .drawer .drawer-inner .main-nav > ul > li:nth-child(6) { transition-delay: 0.9s; }
  body.show-mob-menu .header .drawer .drawer-inner .main-nav > ul > li:nth-child(7) { transition-delay: 1.05s; }
  body.show-mob-menu .header .drawer .drawer-inner .main-nav > ul > li:nth-child(8) { transition-delay: 1.2s; }
  body.show-mob-menu .header .drawer .drawer-inner .main-nav > ul > li:nth-child(9) { transition-delay: 1.35s; }
  .header .drawer .drawer-inner .main-nav > ul > li:last-child { padding-bottom: 120px; }
  .header .drawer .drawer-inner .main-nav > ul > li > a { display: block; position: relative; padding: 35px 40px; font-size: 2.4rem; color: #F7F4EB; border-bottom: 1px solid rgba(247, 244, 235, 0.1); } }
@media (max-width: 1280px) and (max-width: 767px) { .header .drawer .drawer-inner .main-nav > ul > li > a { font-size: 2.2rem; } }
@media (max-width: 1280px) { .header .drawer .drawer-inner .main-nav > ul > li > a:after { content: ''; position: absolute; right: 40px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); width: 22px; height: 42px; background: url("../img/angle-right.svg") no-repeat right center; background-size: contain; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul { position: absolute; width: 100vw; left: 100vw; top: 0; display: none; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul > li:last-child { padding-bottom: 160px; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul > li a { padding: 15px 40px; display: block; color: #F7F4EB; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul > li > ul > li > a { font-size: 2.2rem; color: #F7F4EB; } }
@media (max-width: 1280px) and (max-width: 767px) { .header .drawer .drawer-inner .main-nav > ul > li > ul > li > ul > li > a { font-size: 1.8rem; } }
@media (max-width: 1280px) { .header .drawer .drawer-inner .main-nav > ul > li > ul > li.mobile-title { display: block; position: relative; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul > li.mobile-title a:not(.back-btn) { display: flex; align-items: center; padding: 35px 40px 15px; font-size: 2.4rem; color: #F7F4EB; border-bottom: 1px solid #CC8E72; margin-bottom: 25px; cursor: text; } }
@media (max-width: 1280px) and (max-width: 767px) { .header .drawer .drawer-inner .main-nav > ul > li > ul > li.mobile-title a:not(.back-btn) { font-size: 2.2rem; } }
@media (max-width: 1280px) { .header .drawer .drawer-inner .main-nav > ul > li > ul > li.mobile-title a.back-btn { cursor: pointer; position: absolute; bottom: 10px; right: 0; font-size: 1.6rem !important; } }
@media (max-width: 1280px) and (max-width: 767px) { .header .drawer .drawer-inner .main-nav > ul > li > ul > li.mobile-title a.back-btn { bottom: 7px; } }
@media (max-width: 1280px) { .header .drawer .drawer-inner .main-nav > ul > li > ul > li.mobile-title a.back-btn i { margin-right: 10px; font-size: 2.2rem; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul > li.subheading > a { pointer-events: none; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul > li.image-link { height: 0; opacity: 0; visibility: hidden; overflow: hidden; pointer-events: none; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul.active { display: block; }
  .header .drawer .drawer-inner .main-nav > ul.active { -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); }
  body.raise-mob-overlay .header .drawer .drawer-inner .main-nav > ul > li { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

.nav-dropdown-overlay, .weather-overlay { z-index: 1; position: fixed; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; visibility: hidden; pointer-events: none; background: rgba(0, 0, 0, 0.7); transition: all .4s ease; }

body.show-dropdown-overlay .nav-dropdown-overlay { opacity: 1; visibility: visible; }
body.raise-dropdown-overlay .nav-dropdown-overlay { z-index: 9; }

body.show-weather-overlay .weather-overlay { opacity: 1; visibility: visible; }
body.raise-weather-overlay .weather-overlay { z-index: 9; }

@media (max-width: 1199px) { footer { padding-bottom: 69px; } }
footer ul { margin: 0; padding: 0; list-style: none; }
footer .footer-top { padding: 80px 80px; }
@media (min-width: 768px) and (max-width: 1199px) { footer .footer-top { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { footer .footer-top { padding: 40px 40px; } }
footer .footer-top .flex-col { padding-right: 40px; }
@media (min-width: 1200px) { footer .footer-top .flex-col { min-width: 20%; } }
@media (max-width: 1199px) { footer .footer-top .flex-col { width: 33.33%; padding: 0; } }
@media (max-width: 767px) { footer .footer-top .flex-col { width: 100%; } }
footer .footer-top .footer-nav h6, footer .footer-top .footer-nav blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) footer .footer-top .footer-nav strong, footer .footer-top .footer-nav blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) footer .footer-top .footer-nav em, footer .footer-top .footer-nav blockquote:not(.blockquote-alt) small, blockquote:not(.blockquote-alt) footer .footer-top .footer-nav small { margin-bottom: 18px; position: relative; }
@media (max-width: 767px) { footer .footer-top .footer-nav h6, footer .footer-top .footer-nav blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) footer .footer-top .footer-nav strong, footer .footer-top .footer-nav blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) footer .footer-top .footer-nav em, footer .footer-top .footer-nav blockquote:not(.blockquote-alt) small, blockquote:not(.blockquote-alt) footer .footer-top .footer-nav small { cursor: pointer; padding: 8px 0; border-bottom: 1px solid #CC8E72; } }
footer .footer-top .footer-nav h6 i, footer .footer-top .footer-nav blockquote:not(.blockquote-alt) strong i, blockquote:not(.blockquote-alt) footer .footer-top .footer-nav strong i, footer .footer-top .footer-nav blockquote:not(.blockquote-alt) em i, blockquote:not(.blockquote-alt) footer .footer-top .footer-nav em i, footer .footer-top .footer-nav blockquote:not(.blockquote-alt) small i, blockquote:not(.blockquote-alt) footer .footer-top .footer-nav small i { position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); font-size: 20px; }
footer .footer-top .footer-nav h6.active i:before, footer .footer-top .footer-nav blockquote:not(.blockquote-alt) strong.active i:before, blockquote:not(.blockquote-alt) footer .footer-top .footer-nav strong.active i:before, footer .footer-top .footer-nav blockquote:not(.blockquote-alt) em.active i:before, blockquote:not(.blockquote-alt) footer .footer-top .footer-nav em.active i:before, footer .footer-top .footer-nav blockquote:not(.blockquote-alt) small.active i:before, blockquote:not(.blockquote-alt) footer .footer-top .footer-nav small.active i:before { content: '\f106'; }
@media (min-width: 768px) { footer .footer-top .footer-nav nav { display: block !important; } }
@media (max-width: 767px) { footer .footer-top .footer-nav nav { display: none; } }
@media (max-width: 767px) { footer .footer-top .footer-nav nav ul { padding-bottom: 15px; } }
footer .footer-top .footer-nav nav ul li a { display: block; padding: 2px 0; font-size: 1.6rem; color: #263D34; }
body.nonTouchDevice footer .footer-top .footer-nav nav ul li a:hover { color: #CC8E72; }
footer .footer-top .footer-nav nav ul li a[href="#"] { cursor: text; }
footer .footer-top .footer-nav nav ul li.show-cookie-modal { cursor: pointer; }
footer .footer-top .footer-nav nav ul li.show-cookie-modal a { cursor: pointer; }
@media (max-width: 767px) { footer .footer-top .footer-nav--one { order: 3; } }
@media (max-width: 767px) { footer .footer-top .footer-nav--two { order: 2; margin-top: 20px; } }
@media (max-width: 767px) { footer .footer-top .footer-address { order: 1; } }
footer .footer-top .footer-address h6, footer .footer-top .footer-address blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) footer .footer-top .footer-address strong, footer .footer-top .footer-address blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) footer .footer-top .footer-address em, footer .footer-top .footer-address blockquote:not(.blockquote-alt) small, blockquote:not(.blockquote-alt) footer .footer-top .footer-address small { margin-bottom: 20px; }
footer .footer-top .footer-address .footer-contact { font-size: 1.6rem; }
footer .footer-top .footer-address .footer-contact a { display: block; }
body.nonTouchDevice footer .footer-top .footer-address .footer-contact a:hover { color: #CC8E72; }
footer .footer-top .footer-address .footer-contact a:first-of-type { margin-top: 40px; }
@media (max-width: 767px) { footer .footer-top .footer-address .footer-contact a:first-of-type { margin-top: 20px; } }
footer .footer-top .footer-address .social-media { margin-top: 40px; }
@media (max-width: 767px) { footer .footer-top .footer-address .social-media { margin-top: 30px; display: flex; justify-content: space-between; } }
footer .footer-top .footer-address .social-media a { color: #CC8E72; }
body.nonTouchDevice footer .footer-top .footer-address .social-media a:hover { color: #355246; }
footer .footer-top .footer-logos { width: 300px; padding: 0; min-width: 0; }
@media (min-width: 768px) and (max-width: 1199px) { footer .footer-top .footer-logos { margin: 80px 0 0; width: 100%; } }
@media (max-width: 767px) { footer .footer-top .footer-logos { order: 4; margin: 35px auto 0; } }
footer .footer-top .footer-logos .footer-logos-wrap { margin: 0 -28px; }
@media (max-width: 767px) { footer .footer-top .footer-logos .footer-logos-wrap { justify-content: center; } }
footer .footer-top .footer-logos .footer-logos-wrap .logo { height: 100px; padding: 0 20px; }
@media (max-width: 767px) { footer .footer-top .footer-logos .footer-logos-wrap .logo { height: 80px; margin: 10px 0; } }
footer .footer-top .footer-logos .footer-logos-wrap .logo img { margin: auto; width: 120px; object-fit: contain; }
@media (max-width: 767px) { footer .footer-top .footer-logos .footer-logos-wrap .logo img { width: 100px; } }
footer .footer-bottom { font-size: 1.2rem; font-family: "Editor", serif; padding: 17px 80px; }
@media (min-width: 768px) and (max-width: 1199px) { footer .footer-bottom { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { footer .footer-bottom { font-size: 1.3rem; padding: 30px 40px; } }
footer .footer-bottom span, footer .footer-bottom a { color: #F7F4EB; }
@media (max-width: 767px) { footer .footer-bottom span { width: 100%; } }
@media (max-width: 767px) { footer .footer-bottom span + span { display: block; margin-top: 20px; } }
body.nonTouchDevice footer .footer-bottom a:hover { opacity: .5; }
footer .back-top-btn { height: 70px; }
@media (min-width: 768px) { footer .back-top-btn { display: none !important; } }

.hero-multi { z-index: 0; position: relative; overflow: hidden; }
.hero-multi .animate-in { opacity: 0; -webkit-transform: translate(0, 25px); transform: translate(0, 25px); transition: all .5s ease; }
.hero-multi .animate-in:nth-child(1) { transition-delay: 0.1s; }
.hero-multi .animate-in:nth-child(2) { transition-delay: 0.2s; }
.hero-multi .animate-in:nth-child(3) { transition-delay: 0.3s; }
.hero-multi .animate-in:nth-child(4) { transition-delay: 0.4s; }
body.ready .hero-multi .animate-in { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.hero-multi--fullscreen .slide, .hero-multi--campaign .slide { display: flex !important; align-items: center; justify-content: center; }
.hero-multi--fullscreen .slide .slide-caption, .hero-multi--campaign .slide .slide-caption { z-index: 2; position: relative; width: 100%; padding: 60px 80px; }
@media (min-width: 768px) and (max-width: 991px) { .hero-multi--fullscreen .slide .slide-caption, .hero-multi--campaign .slide .slide-caption { padding: 60px 60px; } }
@media (max-width: 767px) { .hero-multi--fullscreen .slide .slide-caption, .hero-multi--campaign .slide .slide-caption { padding: 40px 30px; } }
@media (max-width: 360px) { .hero-multi--fullscreen .slide .slide-caption, .hero-multi--campaign .slide .slide-caption { padding-left: 10px; padding-right: 10px; } }
@media (min-width: 1200px) { .hero-multi--fullscreen .slide .slide-caption .slide-caption-inner, .hero-multi--campaign .slide .slide-caption .slide-caption-inner { max-width: 80%; margin: auto; } }
.hero-multi--fullscreen .slide .slide-caption .slide-caption-inner .subtitle + h1, .hero-multi--fullscreen .slide .slide-caption .slide-caption-inner .subtitle + h2, .hero-multi--campaign .slide .slide-caption .slide-caption-inner .subtitle + h1, .hero-multi--campaign .slide .slide-caption .slide-caption-inner .subtitle + h2 { margin-top: 25px !important; }
@media (max-width: 767px) { .hero-multi--fullscreen .slide .slide-caption .slide-caption-inner .subtitle + h1, .hero-multi--fullscreen .slide .slide-caption .slide-caption-inner .subtitle + h2, .hero-multi--campaign .slide .slide-caption .slide-caption-inner .subtitle + h1, .hero-multi--campaign .slide .slide-caption .slide-caption-inner .subtitle + h2 { margin-top: 15px !important; } }
.hero-multi--fullscreen .slide .slide-caption .slide-caption-inner .description, .hero-multi--campaign .slide .slide-caption .slide-caption-inner .description { padding: 0 12vw; }
@media (min-width: 768px) and (max-width: 991px) { .hero-multi--fullscreen .slide .slide-caption .slide-caption-inner .description, .hero-multi--campaign .slide .slide-caption .slide-caption-inner .description { padding: 0 40px; } }
@media (max-width: 767px) { .hero-multi--fullscreen .slide .slide-caption .slide-caption-inner .description, .hero-multi--campaign .slide .slide-caption .slide-caption-inner .description { padding: 0 10px; } }
.hero-multi--fullscreen .hero-slider .slick-track { display: flex; }
.hero-multi--fullscreen .hero-slider .slide { height: auto !important; }
@media (max-width: 767px) { .hero-multi--fullscreen .hero-slider .slide .slide-caption { padding-left: 10px; padding-right: 10px; } }
.hero-multi--fullscreen .hero-slider .slide .image .img, .hero-multi--fullscreen .hero-slider .slide .video-mask { transition: all 16s linear; }
.hero-multi--fullscreen .hero-slider .slide .image.has-overlay .img, .hero-multi--fullscreen .hero-slider .slide .video-mask.has-overlay { opacity: .2; }
@media (max-width: 767px) { .hero-multi--fullscreen .hero-slider .slide h1.display { font-size: 4.8rem; } }
@media (max-width: 360px) { .hero-multi--fullscreen .hero-slider .slide h1.display { font-size: calc(4.8rem - 4px); } }
body.ready .hero-multi--fullscreen .hero-slider:not(.no-zoom-animation) .slide.slick-active .img { -webkit-transform: scale(1.2); transform: scale(1.2); }
@media (max-width: 991px) { .hero-multi--fullscreen .slick-arrow { display: none !important; } }
.hero-multi--campaign .slide .slide-caption { padding: 60px 80px; }
@media (max-width: 767px) { .hero-multi--campaign .slide .slide-caption { padding: 100px 40px; } }
.hero-multi--campaign .slide .campaign-logo { width: auto; margin-bottom: 40px; }
@media (min-width: 768px) and (max-width: 991px) { .hero-multi--campaign .slide .campaign-logo { height: 140px; margin-bottom: 30px; } }
@media (max-width: 767px) { .hero-multi--campaign .slide .campaign-logo { height: 100px; } }
.hero-multi--campaign .slide .campaign-name { z-index: 3; left: 30px; top: 30px; color: #F7F4EB !important; }
.hero-multi--campaign .slide .back-link { z-index: 3; right: 30px; top: 30px; font-size: 1.6rem; line-height: 1.65; color: #F7F4EB; }
@media (max-width: 767px) { .hero-multi--campaign .slide .back-link { left: 30px; } }
.hero-multi--campaign .slide .scroll-down-link { z-index: 3; left: 30px; bottom: 30px; color: #F7F4EB !important; }
@media (max-width: 767px) { .hero-multi--campaign .slide .scroll-down-link { right: 30px; } }
.hero-multi--campaign .slide .social-links { z-index: 3; right: 30px; bottom: 25px; }
.hero-multi--campaign .slide .social-links a { color: #F7F4EB; }
.hero-multi--campaign .slide .image.has-overlay .img, .hero-multi--campaign .slide .video-mask.has-overlay { opacity: .1; }
.hero-multi--short .slide .text, .hero-multi--text .slide .text { z-index: 2; position: relative; min-height: 270px; padding: 80px 80px; }
@media (max-width: 767px) { .hero-multi--short .slide .text, .hero-multi--text .slide .text { min-height: 200px; padding: 60px 40px; } }
@media (min-width: 1200px) { .hero-multi--short .slide .text .text-inner, .hero-multi--text .slide .text .text-inner { max-width: 70%; margin: auto; } }
.hero-multi--short .slide .text .text-inner .description, .hero-multi--text .slide .text .text-inner .description { padding: 0 80px; }
@media (min-width: 768px) and (max-width: 991px) { .hero-multi--short .slide .text .text-inner .description, .hero-multi--text .slide .text .text-inner .description { padding: 0 40px; } }
@media (max-width: 767px) { .hero-multi--short .slide .text .text-inner .description, .hero-multi--text .slide .text .text-inner .description { padding: 0 10px; } }
.hero-multi--short .slide .image.has-overlay .img, .hero-multi--short .slide .video-mask.has-overlay, .hero-multi--text .slide .image.has-overlay .img, .hero-multi--text .slide .video-mask.has-overlay { opacity: .2; }

@keyframes imageBurn { 0% { -webkit-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1.2); transform: scale(1.2); } }
.button, input[name="dm_submit_btn"] { margin-top: 55px; padding: 20px 40px; display: inline-block; cursor: pointer; position: relative; text-align: center; font-size: 1.6rem; text-transform: uppercase; letter-spacing: .128rem; border: 0; border-radius: 0; background: transparent; transition: all .25s ease; }
@media (max-width: 767px) { .button, input[name="dm_submit_btn"] { margin-top: 35px; padding: 15px 40px; } }

.button i { margin-right: 5px; }
.button:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: 2px solid; }
@media (max-width: 767px) { .button:after { border-width: 1px; } }
.button-primary { color: #F7F4EB; background: #355246; }
.button-primary:after { border-color: #355246; }
body.nonTouchDevice .button-primary:hover { color: #355246; background: transparent; }
.button-secondary { color: #263D34; background: #CC8E72; }
.button-secondary:after { border-color: #CC8E72; }
body.nonTouchDevice .button-secondary:hover { color: #CC8E72; background: transparent; }
.button-alt-one { color: #F7F4EB; background: #333858; }
.button-alt-one:after { border-color: #333858; }
body.nonTouchDevice .button-alt-one:hover { color: #333858; background: transparent; }
.button-blue { color: #F7F4EB; background: #2E68FF; }
.button-blue:after { border-color: #2E68FF; }
body.nonTouchDevice .button-blue:hover { color: #2E68FF; background: transparent; }
.button-border--primary { color: #355246; background: transparent; }
.button-border--primary:after { border-color: #355246; }
body.nonTouchDevice .button-border--primary:hover { color: #F7F4EB; background: #355246; }
.button-border--secondary { color: #CC8E72; background: transparent; }
.button-border--secondary:after { border-color: #CC8E72; }
body.nonTouchDevice .button-border--secondary:hover { color: #263D34; background: #CC8E72; }
.button-border--tertiary { color: #F7F4EB; background: transparent; }
.button-border--tertiary:after { border-color: #F7F4EB; }
body.nonTouchDevice .button-border--tertiary:hover { color: #263D34; background: #F7F4EB; }
.button-border--alt-one { color: #333858; background: transparent; }
.button-border--alt-one:after { border-color: #333858; }
body.nonTouchDevice .button-border--alt-one:hover { color: #F7F4EB; background: #333858; }
.button-border--blue { color: #2E68FF; background: transparent; }
.button-border--blue:after { border-color: #2E68FF; }
body.nonTouchDevice .button-border--blue:hover { color: #F7F4EB; background: #2E68FF; }

.text-button { margin-top: 35px; padding-bottom: 10px; position: relative; display: inline-block !important; }
.text-button:after { content: ''; position: absolute; bottom: 0; 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: #CC8E72; }
.text-button:hover:after { -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; transform-origin: right center; }
@media (max-width: 767px) { .text-button { margin-top: 20px; } }

.circle-btn { cursor: pointer; width: 25px; height: 25px; font-size: 14px; border-radius: 50%; color: #F7F4EB; background: #263D34; transition: all .25s ease; }
.circle-btn.active, .circle-btn:hover { color: #263D34; background: #F7F4EB; }

.nav-button a { margin-top: 10px; margin-bottom: 5px; padding: 8px !important; display: inline-block; position: relative; text-align: center; font-size: 1.6rem; text-transform: uppercase; letter-spacing: .128rem; background: transparent; transition: all .25s ease; color: #CC8E72; border: 2px solid #CC8E72; }
@media (max-width: 1199px) { .nav-button a { margin-bottom: 15px; margin-left: 40px; width: calc(100vw - 80px); } }
body.nonTouchDevice .nav-button a:hover { color: #263D34 !important; background: #CC8E72; }

/* site-wide input styles */
.form-group { position: relative; }

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, .select-wrap, .fake-input { outline: 0; width: 100%; border-radius: 0; border: 0; border-bottom: 2px solid #CC8E72; color: #bdc4c2; background: #fff; box-shadow: none !important; font-family: "Editor", serif; font-size: 1.8rem; font-weight: 400; height: 44px; filter: none !important; padding: 0 0 !important; transition: border-color .3s ease; -webkit-appearance: none; }
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, .fake-input::-webkit-input-placeholder { color: #bdc4c2; opacity: 1; }
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, .fake-input:-moz-placeholder { color: #bdc4c2; opacity: 1; }
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, .fake-input::-moz-placeholder { color: #bdc4c2; opacity: 1; }
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, .fake-input:-ms-input-placeholder { color: #bdc4c2; opacity: 1; }
@media (max-width: 767px) { input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, .select-wrap, .fake-input { height: 40px; padding: 0 0 !important; } }
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, .fake-input.edge-autofilled, .fake-input.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, .fake-input::-ms-clear { display: none; }

textarea { resize: none; height: 160px; line-height: 1.9; overflow: auto; padding: 0 !important; -webkit-appearance: none; }
@media (max-width: 767px) { textarea { height: 200px; padding: 0 !important; } }

.select-wrap { position: relative; overflow: hidden; padding: 0 !important; }
.select-wrap select { position: relative; z-index: 2; padding: 0 0; height: calc(44px - 4px); cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; background: transparent; border: 0; }
@media (max-width: 767px) { .select-wrap select { padding: 0 0; height: calc(40px - 4px); } }
.select-wrap select:focus::-ms-value { background-color: transparent; color: #bdc4c2; }
.select-wrap select::-ms-expand { display: none; }
.select-wrap option { color: #bdc4c2; font-weight: 400; font-family: Arial, sans-serif; }
.select-wrap:after { content: '\f078'; font-family: Font Awesome\ 5 Pro; font-size: 14px; font-weight: 400; color: #CC8E72; position: absolute; z-index: 2; top: 50%; right: 0; pointer-events: none; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .select-wrap:after { right: 0; } }

/* 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: #bdc4c2; -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; }

.radio-check-list { margin: 0; padding: 0; list-style: none; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; width: 36px; 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: 36px; color: #355246; font-size: 1.8rem !important; font-weight: 400; cursor: pointer; padding: 0 0 0 56px !important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* radio/checkbox container square/circle */ }
@media (max-width: 767px) { input[type="checkbox"] + label, input[type="radio"] + label { min-height: 26px; line-height: 1.5; font-size: 1.6rem !important; padding: 0 0 0 36px !important; } }
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: 36px; height: 36px; border: 2px solid #355246; border-radius: 50%; left: 0; top: 0; }
@media (max-width: 767px) { input[type="checkbox"] + label:before, input[type="radio"] + label:before { width: 26px; height: 26px; } }
input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after { opacity: 1; }

/* checkbox checked icon */
input[type=checkbox] + label:after { color: #355246; font-family: Font Awesome\ 5 Pro; content: "\f00c"; font-weight: 400; font-size: 18px; left: 18px; top: 18px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; }
@media (max-width: 767px) { input[type=checkbox] + label:after { font-size: 13px; left: 13px; top: 13px; } }
input[type=checkbox]:checked + label:after { color: #CC8E72 !important; }

/* radio checked icon */
input[type=radio] + label:after, input[type=radio] + label:before { border-radius: 50%; }
input[type=radio] + label:after { width: 36px; height: 36px; position: absolute; left: 0; top: 0; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; background: #355246; }
@media (max-width: 767px) { input[type=radio] + label:after { width: 26px; height: 26px; -webkit-transform: scale(0.55); transform: scale(0.55); } }
input[type=radio]:checked + label:after { background: #CC8E72 !important; }

.sml-check input[type="checkbox"] + label { font-size: 1.4rem !important; line-height: 1.6 !important; padding-left: 46px !important; }
@media (max-width: 767px) { .sml-check input[type="checkbox"] + label { font-size: 1.2rem !important; } }
.sml-check input[type="checkbox"] + label:before { width: 26px; height: 26px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.sml-check input[type="checkbox"] + label:after { font-size: 13px; left: 13px; top: 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-check:hover input[type=checkbox] + label:after { opacity: 1; }

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, .file-upload * { position: relative; cursor: pointer; }
.file-upload input { z-index: 2; width: 100%; height: 44px; opacity: 0; }
@media (max-width: 767px) { .file-upload input { height: 40px; } }
.file-upload .fake-input { z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; line-height: calc(44px - 4px); color: #bdc4c2; white-space: nowrap; text-overflow: ellipsis; padding-left: 0; padding-right: 0 !important; }
@media (max-width: 767px) { .file-upload .fake-input { padding-left: 0; line-height: calc(40px - 4px); } }
.file-upload .fake-input:before { content: 'Choose file'; position: absolute; right: 0; top: 0; bottom: -2px; padding-right: 30px; font-family: futura-pt, sans-serif; font-size: 1.6rem; font-weight: 500; line-height: 44px; text-transform: uppercase; letter-spacing: .128rem; color: #CC8E72 !important; border-left: 10px solid #fff; }
@media (max-width: 767px) { .file-upload .fake-input:before { padding-right: 20px; font-size: 1.2rem; line-height: 40px; letter-spacing: .096rem; content: none; } }
.file-upload .fake-input:after { content: '\f342'; font-family: Font Awesome\ 5 Pro; font-size: 20px; font-weight: 400; color: #CC8E72; position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .file-upload .fake-input:after { font-size: 18px; } }
.file-upload.filled .fake-input .fake-input:after { opacity: 0; }
.file-upload.filled .remove { display: block; }
.file-upload .remove { font-size: 20px; position: absolute; right: 150px; top: 4px; z-index: 4; display: none; border: 0 !important; }
@media (max-width: 767px) { .file-upload .remove { font-size: 18px; right: 0; padding-left: 10px; background: #fff; } }

/* Form Success */
.form-complete { position: relative; }
.form-complete form { pointer-events: none !important; }

.success-message { display: block; position: absolute; padding: 0 40px; text-align: center; font-size: 2.4rem; color: #355246; left: 0; right: 0; top: 50%; max-width: 720px; margin: 0 auto !important; -webkit-transform: translateY(-50%); transform: translateY(-50%); transition: all .2s ease; }
@media (max-width: 767px) { .success-message { font-size: 1.8rem; } }

.standard-widget ul, .standard-widget ol, .faq-widget ul, .faq-widget ol, .image-text-widget .text ul, .image-text-widget .text ol, .doc-down-widget .text ul, .doc-down-widget .text ol, .widget-title ul, .widget-title ol, .description ul, .description ol, .modal-text ul, .modal-text ol { list-style: none; padding-left: 0; text-align: left !important; }
.standard-widget ul li, .standard-widget ol li, .faq-widget ul li, .faq-widget ol li, .image-text-widget .text ul li, .image-text-widget .text ol li, .doc-down-widget .text ul li, .doc-down-widget .text ol li, .widget-title ul li, .widget-title ol li, .description ul li, .description ol li, .modal-text ul li, .modal-text ol li { padding: 0 0 0 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 .text ul li:before, .image-text-widget .text ol li:before, .doc-down-widget .text ul li:before, .doc-down-widget .text ol li:before, .widget-title ul li:before, .widget-title ol li:before, .description ul li:before, .description ol li:before, .modal-text ul li:before, .modal-text ol li:before { position: absolute; left: 0; margin-right: 20px; color: #CC8E72; }
.standard-widget ul li:before, .faq-widget ul li:before, .image-text-widget .text ul li:before, .doc-down-widget .text ul li:before, .widget-title ul li:before, .description ul li:before, .modal-text ul li:before { content: '\f111'; font-family: Font Awesome\ 5 Pro; font-size: 5px; font-weight: 700; top: 12px; vertical-align: middle; }
.standard-widget ol, .faq-widget ol, .image-text-widget .text ol, .doc-down-widget .text ol, .widget-title ol, .description ol, .modal-text ol { counter-reset: ol-counter; }
.standard-widget ol li, .faq-widget ol li, .image-text-widget .text ol li, .doc-down-widget .text ol li, .widget-title ol li, .description ol li, .modal-text ol li { counter-increment: ol-counter; }
.standard-widget ol li:before, .faq-widget ol li:before, .image-text-widget .text ol li:before, .doc-down-widget .text ol li:before, .widget-title ol li:before, .description ol li:before, .modal-text ol li:before { content: counter(ol-counter) "."; top: 0; font-size: 1.8rem; }
@media (max-width: 767px) { .standard-widget ol li:before, .faq-widget ol li:before, .image-text-widget .text ol li:before, .doc-down-widget .text ol li:before, .widget-title ol li:before, .description ol li:before, .modal-text ol li:before { font-size: 1.6rem; } }

.pagination { text-align: center; margin-top: 40px; padding-bottom: 60px; }
@media (max-width: 767px) { .pagination { margin-top: 20px; } }
.pagination a, .pagination span { padding: 5px 15px !important; border: 0 !important; margin: 0 !important; line-height: inherit !important; background: none !important; }
.pagination span { color: #CC8E72; }
.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.prev-li span, .pagination ul.page-numbers li.next-li a, .pagination ul.page-numbers li.next-li span { padding: 0 !important; }
.pagination ul.page-numbers li.prev-li a, .pagination ul.page-numbers li.next-li a { color: #355246; }
body.nonTouchDevice .pagination ul.page-numbers li.prev-li a:hover, body.nonTouchDevice .pagination ul.page-numbers li.next-li a:hover { color: #CC8E72; }
.pagination ul.page-numbers li.prev-li span.text, .pagination ul.page-numbers li.next-li span.text { color: inherit; }
@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: rgba(53, 82, 70, 0.15) !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: #355246; }
body.nonTouchDevice .pagination ul.page-numbers li.number-li a:hover, body.nonTouchDevice .pagination ul.page-numbers li.number-li span:hover { color: #CC8E72; }
.pagination ul.page-numbers li.number-li span.current { color: #CC8E72; }

.spinner { 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); } }
div:not(.bookedit) > table:not(.ui-datepicker-calendar) { border-spacing: 0; width: 100%; border-collapse: separate; }
div:not(.bookedit) > table:not(.ui-datepicker-calendar) th, div:not(.bookedit) > table:not(.ui-datepicker-calendar) td { text-align: left; vertical-align: top; border: 0; }
div:not(.bookedit) > table:not(.ui-datepicker-calendar) th { padding: 15px 30px; color: #F7F4EB; background: #263D34; font-family: "Editor", serif; font-weight: 400; font-size: 1.8rem; letter-spacing: -.01rem; }
@media (max-width: 767px) { div:not(.bookedit) > table:not(.ui-datepicker-calendar) th { padding: 15px 20px; font-size: 1.8rem; } }
div:not(.bookedit) > table:not(.ui-datepicker-calendar) td { padding: 20px 30px; }
@media (max-width: 767px) { div:not(.bookedit) > table:not(.ui-datepicker-calendar) td { padding: 10px 20px; } }
div:not(.bookedit) > table:not(.ui-datepicker-calendar) tr:nth-child(odd) td { background: #F7F4EB; }

.display, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .weather-widget .simple-weather .simple-weather__day .simple-weather__date, .h5, h6, blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) small, .h6, blockquote:not(.blockquote-alt) { margin: 0; font-family: "Editor", serif; font-weight: 400; color: #263D34; }

.display { font-size: 8.4rem; letter-spacing: -.034rem; }
@media (max-width: 767px) { .display { font-size: 5.8rem; } }

h1, .h1 { font-size: 6.8rem; line-height: 1.3; letter-spacing: -.027rem; }
@media (max-width: 767px) { h1, .h1 { font-size: 4.8rem; } }

h2, .h2 { font-size: 5.4rem; line-height: 1.3; letter-spacing: -.022rem; }
@media (max-width: 767px) { h2, .h2 { font-size: 4.2rem; } }

h3, .h3 { font-size: 4.2rem; line-height: 1.4; letter-spacing: -.017rem; }
@media (max-width: 767px) { h3, .h3 { font-size: 3.2rem; } }

h4, .h4 { font-size: 3.6rem; line-height: 1.4; letter-spacing: -.014rem; }
@media (max-width: 767px) { h4, .h4 { font-size: 2.4rem; } }

h5, .weather-widget .simple-weather .simple-weather__day .simple-weather__date, .h5 { font-size: 2.4rem; line-height: 1.6; letter-spacing: -.01rem; }
@media (max-width: 767px) { h5, .weather-widget .simple-weather .simple-weather__day .simple-weather__date, .h5 { font-size: 1.8rem; } }

h6, blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) small, .h6, .subtitle, .subheading > a, .menu-image-title, .menu-item-description:after, .text-button, .dotMailer_news_letter label { display: block; font-family: futura-pt, sans-serif; font-size: 1.6rem; font-weight: 500; line-height: 1.65; text-transform: uppercase; letter-spacing: .128rem; color: #CC8E72 !important; }
@media (max-width: 767px) { h6, blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) small, .h6, .subtitle, .subheading > a, .menu-image-title, .menu-item-description:after, .text-button, .dotMailer_news_letter label { font-size: 1.2rem; letter-spacing: .096rem; } }

.subtitle-white { color: #F7F4EB !important; }

blockquote:not(.blockquote-alt) { font-size: 3rem; line-height: 1.6; letter-spacing: -.012rem; padding: 80px; color: #F7F4EB; background: #355246; }
@media (max-width: 767px) { blockquote:not(.blockquote-alt) { font-size: 2rem; line-height: 2; padding: 60px 40px; margin-left: -40px; margin-right: -40px; } }
blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) small { font-style: normal; display: block; }
blockquote:not(.blockquote-alt) strong:before, blockquote:not(.blockquote-alt) em:before, blockquote:not(.blockquote-alt) small:before { content: none; }

* + ul, * + ol, * + dl, * + p, * + table, * + .description { margin: 35px 0 0; }
@media (max-width: 767px) { * + ul, * + ol, * + dl, * + p, * + table, * + .description { margin: 30px 0 0; } }
* + h1, * + h2, * + h3, * + h4, * + h5, .weather-widget .simple-weather .simple-weather__day * + .simple-weather__date, * + h6, blockquote:not(.blockquote-alt) * + strong, blockquote:not(.blockquote-alt) * + em, blockquote:not(.blockquote-alt) * + small { margin: 35px 0 0 !important; }
@media (max-width: 767px) { * + h1, * + h2, * + h3, * + h4, * + h5, .weather-widget .simple-weather .simple-weather__day * + .simple-weather__date, * + h6, blockquote:not(.blockquote-alt) * + strong, blockquote:not(.blockquote-alt) * + em, blockquote:not(.blockquote-alt) * + small { margin: 30px 0 0 !important; } }
* + blockquote { margin-top: 50px; }
@media (max-width: 767px) { * + blockquote { margin-top: 40px; } }

.subtitle + h1, .subtitle + h2, .subtitle + h3, .subtitle + h4, .subtitle + h5, .weather-widget .simple-weather .simple-weather__day .subtitle + .simple-weather__date, .subtitle + h6, blockquote:not(.blockquote-alt) .subtitle + strong, blockquote:not(.blockquote-alt) .subtitle + em, blockquote:not(.blockquote-alt) .subtitle + small, .subtitle + .title-wrap { margin-top: 15px !important; }

.notification { position: fixed; cursor: pointer; top: 0; left: 0; right: 0; z-index: 9999; text-align: center; padding: 20px; font-size: 2rem; color: #F7F4EB; 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; width: 30px; height: 30px; font-size: 18px; color: #F7F4EB; background: #d52229; left: -40px; top: 20px; opacity: 0; z-index: 9; transition: all .2s ease; -webkit-transform: translateY(-50%) scale(0, 0); transform: translateY(-50%) scale(0, 0); }
@media (max-width: 767px) { .error-tooltip { width: 20px; height: 20px; font-size: 15px; left: -40px; } }
.error-tooltip i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.error-tooltip:after { content: ''; position: absolute; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #d52229; right: -5px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.error-tooltip.show { opacity: 1; -webkit-transform: translateY(-50%) scale(1, 1); transform: translateY(-50%) scale(1, 1); }

.warning { display: none; color: #d52229 !important; font-weight: 500; font-size: 12px; text-transform: uppercase; line-height: 1; left: 0; bottom: -30px; }
@media (max-width: 767px) { .warning { font-size: 10px; } }
.warning.show { position: absolute; }

div[data-fieldtype="tf"] .warning, div[data-fieldtype="ta"] .warning, div[data-fieldtype="dd"] .warning, div[data-fieldtype="dp"] .warning, div[data-fieldtype="fu"] .warning { left: auto; right: 0; bottom: 8px; background: #fff; }
@media (max-width: 767px) { div[data-fieldtype="tf"] .warning, div[data-fieldtype="ta"] .warning, div[data-fieldtype="dd"] .warning, div[data-fieldtype="dp"] .warning, div[data-fieldtype="fu"] .warning { bottom: 5px; } }

.fancybox-is-open .fancybox-bg { opacity: 1; }

.fancybox-bg { background: rgba(0, 0, 0, 0.75); }

.fancybox-is-modal .fancybox-bg { background: rgba(0, 0, 0, 0.75); }
.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-size: 1.8rem; color: #F7F4EB; }

.fancybox-caption { bottom: 60px; padding: 0 !important; margin: 0 !important; background: none !important; color: #F7F4EB; font-size: 1.8rem; -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: 5rem; color: #F7F4EB; }
.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: 3rem; color: #F7F4EB; }

.cookie-policy-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(38, 61, 52, 0.75); z-index: -1; visibility: hidden; opacity: 0; transition: opacity .35s ease, visibility .35s ease; }
body.gdpr-infobar-visible .cookie-policy-overlay { z-index: 100; visibility: visible; opacity: 1; }

#moove_gdpr_cookie_info_bar { z-index: 199 !important; border: 0 !important; left: 50% !important; bottom: 50% !important; right: auto !important; transform: translate(-50%, 50%); width: calc(100% - 40px) !important; max-width: 630px !important; max-height: 520px !important; background-color: #F7F4EB !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container { padding: 40px !important; }
@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; text-align: center !important; justify-content: center !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content:before { content: "Cookie Policy"; font-family: "Editor", serif; font-weight: 400; color: #263D34; font-size: 2.4rem; line-height: 1; margin-bottom: 20px; display: block; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-cookie-notice { padding-left: 0 !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: #355246 !important; font-size: 1.8rem !important; line-height: 1.9 !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.6rem !important; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder { margin-top: 20px !important; padding-left: 0 !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton { opacity: 1 !important; padding: 20px 40px !important; display: inline-block !important; cursor: pointer !important; position: relative !important; text-align: center !important; font-size: 1.6rem !important; text-transform: uppercase !important; letter-spacing: .128rem !important; border: 0 !important; border-radius: 0 !important; color: #F7F4EB !important; background: #355246 !important; transition: all .25s ease !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton { width: 100% !important; padding: 15px 40px !important; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: 2px solid #355246; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton:after { border-width: 1px; } }
body.nonTouchDevice #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton:hover { color: #355246 !important; background: transparent !important; }

.gdpr_lightbox { background: rgba(38, 61, 52, 0.75) !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 280px !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: 2.4rem !important; font-family: "Editor", serif !important; font-weight: 400 !important; letter-spacing: 0 !important; color: #263D34 !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: #355246 !important; font-size: 1.8rem !important; line-height: 1.9 !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.6rem !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 #b7b7b7; }
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-footer-content { background: #F7F4EB !important; border-radius: 0 !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { height: 210px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder { padding: 0 !important; width: 100% !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton { padding: 20px 40px !important; display: inline-block !important; cursor: pointer !important; position: relative !important; text-align: center !important; font-size: 1.6rem !important; text-transform: uppercase !important; letter-spacing: .128rem !important; border: 0 !important; border-radius: 0 !important; color: #F7F4EB !important; background: #355246 !important; transition: all .25s ease !important; }
@media (min-width: 768px) and (max-width: 991px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton { padding: 20px 28px !important; } }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton { width: 100% !important; padding: 15px 40px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: 2px solid #355246; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:after { border-width: 1px; } }
@media (min-width: 1200px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover { color: #355246 !important; background: transparent !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; }

.date-picker-wrap { position: relative; }
.date-picker-wrap input { cursor: pointer; }
.date-picker-wrap input::-ms-clear { display: none !important; }
.date-picker-wrap:after { content: '\f073'; font-family: Font Awesome\ 5 Pro; font-size: 16px; color: #CC8E72; position: absolute; z-index: 1; top: 50%; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); pointer-events: none; }
@media (max-width: 767px) { .date-picker-wrap:after { font-size: 15px; right: 0; } }

#ui-datepicker-div { background: #CC8E72; 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 * { color: #F7F4EB !important; text-align: center; }
#ui-datepicker-div .ui-datepicker-header { position: relative; display: flex; justify-content: space-between; align-items: center; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-year { font-size: 1.6rem; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title { border-bottom: 1px solid; }
#ui-datepicker-div .ui-datepicker-header a { opacity: 1; cursor: pointer; background: none !important; }
#ui-datepicker-div .ui-datepicker-header a:before { content: '\f104'; font-family: Font Awesome\ 5 Pro; font-size: 2rem; }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next { order: 3; }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next:before { content: '\f105'; }
#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: #F7F4EB; font-family: futura-pt, sans-serif; font-size: 1.8rem; 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 table { width: 100%; margin: 0; font-size: 1.6rem; }
#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: #be704d; }
#ui-datepicker-div table td a.ui-state-active { color: #CC8E72 !important; opacity: 1; }
#ui-datepicker-div table td a.ui-state-active:before { opacity: 1; background: #F7F4EB; }

.img-zoom .image { overflow: hidden; }
.img-zoom .img, .img-zoom .video-mask { transition: all .5s ease; -webkit-transform: scale(1); transform: scale(1); backface-visibility: hidden; -webkit-backface-visibility: hidden; }
body.nonTouchDevice .img-zoom:hover .img, body.nonTouchDevice .img-zoom:hover .video-mask { -webkit-transform: scale(1.15); transform: scale(1.15); }

[data-show-fade] { opacity: 0; transition: all .65s ease; transition-delay: .1s; }
[data-show-fade].scroll-show { opacity: 1; }

[data-show-move] { opacity: 0; -webkit-transform: translate(0, 40px); transform: translate(0, 40px); transition: all .65s ease; }
[data-show-move].scroll-show { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

[data-show-move-inner] .animate-in { opacity: 0; -webkit-transform: translate(0, 30px); transform: translate(0, 30px); transition: all .65s ease; }
[data-show-move-inner] .animate-in:nth-child(1) { transition-delay: 0.15s; }
[data-show-move-inner] .animate-in:nth-child(2) { transition-delay: 0.3s; }
[data-show-move-inner] .animate-in:nth-child(3) { transition-delay: 0.45s; }
[data-show-move-inner] .animate-in:nth-child(4) { transition-delay: 0.6s; }
[data-show-move-inner].scroll-show .animate-in { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

[data-show-move-inner-left] .animate-in { opacity: 0; -webkit-transform: translate(30px, 0); transform: translate(30px, 0); transition: all .65s ease; }
[data-show-move-inner-left] .animate-in:nth-child(1) { transition-delay: 0.15s; }
[data-show-move-inner-left] .animate-in:nth-child(2) { transition-delay: 0.3s; }
[data-show-move-inner-left] .animate-in:nth-child(3) { transition-delay: 0.45s; }
[data-show-move-inner-left] .animate-in:nth-child(4) { transition-delay: 0.6s; }
[data-show-move-inner-left].scroll-show .animate-in { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

[data-show-fade-delay] .animate-in { opacity: 0; transition: all 1s ease; }
[data-show-fade-delay] .animate-in:nth-child(1) { transition-delay: 0.1s; }
[data-show-fade-delay] .animate-in:nth-child(2) { transition-delay: 0.2s; }
[data-show-fade-delay] .animate-in:nth-child(3) { transition-delay: 0.3s; }
[data-show-fade-delay] .animate-in:nth-child(4) { transition-delay: 0.4s; }
[data-show-fade-delay] .animate-in:nth-child(5) { transition-delay: 0.5s; }
[data-show-fade-delay] .animate-in:nth-child(6) { transition-delay: 0.6s; }
[data-show-fade-delay] .animate-in:nth-child(7) { transition-delay: 0.7s; }
[data-show-fade-delay] .animate-in:nth-child(8) { transition-delay: 0.8s; }
[data-show-fade-delay] .animate-in:nth-child(9) { transition-delay: 0.9s; }
[data-show-fade-delay] .animate-in:nth-child(10) { transition-delay: 1s; }
[data-show-fade-delay] .animate-in:nth-child(11) { transition-delay: 1.1s; }
[data-show-fade-delay] .animate-in:nth-child(12) { transition-delay: 1.2s; }
[data-show-fade-delay] .animate-in:nth-child(13) { transition-delay: 1.3s; }
[data-show-fade-delay] .animate-in:nth-child(14) { transition-delay: 1.4s; }
[data-show-fade-delay] .animate-in:nth-child(15) { transition-delay: 1.5s; }
[data-show-fade-delay] .animate-in:nth-child(16) { transition-delay: 1.6s; }
[data-show-fade-delay] .animate-in:nth-child(17) { transition-delay: 1.7s; }
[data-show-fade-delay] .animate-in:nth-child(18) { transition-delay: 1.8s; }
[data-show-fade-delay] .animate-in:nth-child(19) { transition-delay: 1.9s; }
[data-show-fade-delay] .animate-in:nth-child(20) { transition-delay: 2s; }
[data-show-fade-delay] .animate-in:nth-child(21) { transition-delay: 2.1s; }
[data-show-fade-delay] .animate-in:nth-child(22) { transition-delay: 2.2s; }
[data-show-fade-delay] .animate-in:nth-child(23) { transition-delay: 2.3s; }
[data-show-fade-delay] .animate-in:nth-child(24) { transition-delay: 2.4s; }
[data-show-fade-delay].scroll-show .animate-in { opacity: 1; }

@media (max-width: 991px) { [data-show-move-inner-mob] .animate-in { -webkit-transform: translate(0, 30px); transform: translate(0, 30px); }
  [data-show-move-inner-mob].scroll-show .animate-in { -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

/** ---------------------------------------- animation text-focus-in ---------------------------------------- **/
@-webkit-keyframes text-focus-in { 0% { opacity: 0; }
  10% { opacity: 1; }
  80% { opacity: 1; }
  90% { opacity: 0; }
  100% { opacity: 0; } }
@keyframes text-focus-in { 0% { opacity: 0; }
  10% { opacity: 1; }
  80% { opacity: 1; }
  90% { opacity: 0; }
  100% { opacity: 0; } }
.video-mask { width: 101%; height: 101%; z-index: 0; position: relative; }
.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 .video-placeholder-image { z-index: 1 !important; transition: all .2s ease-in-out; }
.video-mask .video-placeholder-image.video-ready { opacity: 0; }
.video-mask--absolute { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.modal-link { opacity: 0; display: none; }

.modal-pop { display: none; position: relative; width: 100%; max-width: 720px; }
.modal-pop .image { height: 275px; }
@media (max-width: 767px) { .modal-pop .image { height: 240px; } }
.modal-pop .text { padding: 80px; }
@media (max-width: 767px) { .modal-pop .text { padding: 40px 30px; } }
.modal-pop .modal-close-btn { z-index: 2; position: absolute; top: 20px; right: 20px; }

.custom-modal { z-index: 200; position: fixed; top: 0; right: 0; bottom: 0; width: 50%; overflow: auto; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); transition: transform 0.65s cubic-bezier(0.83, 0, 0.17, 1); }
@media (max-width: 991px) { .custom-modal { width: 100%; } }
.custom-modal .modal-image { height: 40vh; }
.custom-modal .modal-text { padding: 80px; }
@media (max-width: 767px) { .custom-modal .modal-text { padding: 40px; } }
@media (min-width: 1200px) { .custom-modal .modal-text .button + .button { margin-left: 40px; } }
@media (max-width: 1199px) { .custom-modal .modal-text .button + .button { margin: 20px 0 0; } }
.custom-modal .close-modal-btn { z-index: 2; position: absolute; right: 20px; top: 20px; }
.custom-modal.active { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

.custom-modal-overlay { z-index: -1; position: fixed; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; visibility: hidden; pointer-events: none; background: rgba(0, 0, 0, 0.5); transition: opacity .3s ease; }
@media (max-width: 767px) { .custom-modal-overlay { display: none; } }

body.wb-404-2 .breadcrumb-wrap { display: none; }
.breadcrumb-wrap .breadcrumbs { margin: 0; padding: 0; list-style: none; display: flex; justify-content: center; align-items: center; height: 40px; }
.breadcrumb-wrap .breadcrumbs li { font-size: 1.4rem; color: #F7F4EB; }
.breadcrumb-wrap .breadcrumbs li:not(:last-child):after { content: '\f105'; margin: 0 15px; font-weight: 400; font-family: Font Awesome\ 5 Pro; font-size: 1rem; }
.breadcrumb-wrap .breadcrumbs li a { color: #F7F4EB; }
body.nonTouchDevice .breadcrumb-wrap .breadcrumbs li a:hover { opacity: .6; }

.hamburger { width: 30px; height: 23px; cursor: pointer; position: relative; -webkit-tap-highlight-color: transparent; }
.hamburger-line { height: 1px; position: absolute; right: 0; left: 0; background-color: #CC8E72; transition: all 0.25s 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.25s cubic-bezier(0.63, 0.29, 0.17, 1.345); }
.hamburger-line-middle { top: 11px; transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345); }
.hamburger-line-bottom { bottom: 0; transition: all 0.25s 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: 34px; }
.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: 34px; }

body.nonTouchDevice .mob-menu-btn:hover .hamburger .hamburger-line-middle { right: 10px; }
body.nonTouchDevice .mob-menu-btn:hover .hamburger .hamburger-line-bottom { right: 20px; }

.cta-link { position: relative; overflow: hidden; }
.cta-link .text { z-index: 2; position: relative; }
@media (min-width: 1200px) { .cta-link .text { width: 90%; } }
.cta-link .text .text-inner { position: relative; transition: all .25s ease; }
.cta-link .text * + .description { margin-top: 10px; }
.cta-link .text .description { color: #CC8E72; }
.cta-link--lg { height: 100vh; max-height: 800px; }
@media (min-width: 768px) and (max-width: 1199px) { .cta-link--lg { height: 620px; } }
@media (max-width: 767px) { .cta-link--lg { height: 130vw; max-height: none; } }
.cta-link--lg .text { padding: 80px; }
@media (min-width: 768px) and (max-width: 991px) { .cta-link--lg .text { padding: 60px; } }
@media (max-width: 767px) { .cta-link--lg .text { padding: 30px; } }
.cta-link--md { height: 720px; }
@media (min-width: 768px) and (max-width: 1199px) { .cta-link--md { height: 620px; } }
@media (max-width: 767px) { .cta-link--md { height: 120vw; } }
.cta-link--md .text { padding: 60px; }
@media (max-width: 767px) { .cta-link--md .text { padding: 30px; } }
.cta-link--smd { height: 600px; }
@media (min-width: 768px) and (max-width: 1199px) { .cta-link--smd { height: 520px; } }
@media (max-width: 767px) { .cta-link--smd { height: 100vw; } }
.cta-link--smd .text { padding: 60px; }
@media (max-width: 767px) { .cta-link--smd .text { padding: 30px; } }
.cta-link--sm { height: 540px; }
@media (min-width: 768px) and (max-width: 1199px) { .cta-link--sm { height: 480px; } }
@media (max-width: 767px) { .cta-link--sm { height: 75vw; } }
.cta-link--sm .text { width: 100%; padding: 40px; }
@media (max-width: 767px) { .cta-link--sm .text { padding: 20px; } }

a.cta-link:not(.no-hover) .text .text-inner { bottom: -70px; }
@media (max-width: 767px) { a.cta-link:not(.no-hover) .text .text-inner { bottom: 0; } }
a.cta-link:not(.no-hover) .text .hover { opacity: 0; transition: all .25s ease; }
@media (max-width: 767px) { a.cta-link:not(.no-hover) .text .hover { display: none; } }
body.nonTouchDevice a.cta-link:not(.no-hover):hover .text .text-inner { bottom: 0; }
body.nonTouchDevice a.cta-link:not(.no-hover):hover .text .hover { opacity: 1; }

.mob-navbar { z-index: 50; position: fixed; left: 0; right: 0; bottom: 0; height: 70px; }
@media (min-width: 1200px) { .mob-navbar { display: none !important; } }
.mob-navbar a { flex: 1 0 25%; text-align: center; color: #CC8E72; }
.mob-navbar a + a { border-left: 1px solid rgba(247, 244, 235, 0.1); }
.mob-navbar a svg { height: 32px; width: auto; }
.mob-navbar a svg path { fill: #CC8E72; }
.mob-navbar a.subtitle { color: #F7F4EB !important; }

.warning-bar { padding: 7px 80px; font-size: 1.6rem; line-height: 1.5; }
@media (max-width: 767px) { .warning-bar { padding: 10px 30px; font-size: 1.1rem; } }
.warning-bar * { text-transform: inherit !important; display: inline-block; letter-spacing: 0 !important; }
.warning-bar i:not(.close-icon) { margin-right: 5px; }
.warning-bar a { color: #F7F4EB; font-weight: 500; border-bottom: 1px solid #F7F4EB; }
body.nonTouchDevice .warning-bar a:hover { border-color: transparent; }
body.nonTouchDevice .warning-bar a:hover { opacity: .5; }
.warning-bar p { margin: 0; }
.warning-bar p:empty { display: none; }
.warning-bar .close-warning-btn { position: absolute; right: 40px; top: 50%; border: none; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .warning-bar .close-warning-btn { right: 15px; } }

.weather-widget { position: absolute; top: 86px; left: 0; right: 0; transition: all .5s ease; visibility: hidden; opacity: 0; z-index: -1; pointer-events: none; background: #263D34; }
@media (max-width: 1199px) { .weather-widget { position: fixed; top: 0; bottom: 0; overflow: auto; } }
body.show-weather-overlay .weather-widget { opacity: 1; pointer-events: auto; -webkit-overflow-scrolling: touch; }
body.raise-weather-overlay .weather-widget { visibility: visible; z-index: 200; }
.weather-widget .inner-wrap { padding: 60px 80px; }
@media (max-width: 1199px) { .weather-widget .inner-wrap { padding: 60px 0; } }
.weather-widget .inner-wrap .the-going { flex: 1 0 25%; }
@media (max-width: 1199px) { .weather-widget .inner-wrap .the-going { flex: 1 0 100%; margin-bottom: 45px; padding: 0 40px; } }
.weather-widget .inner-wrap .the-going h2 { color: #CC8E72 !important; }
@media (max-width: 767px) { .weather-widget .inner-wrap .the-going h2 { font-size: 2.2rem; } }
.weather-widget .inner-wrap .the-going .date { display: block; margin-top: 5px; text-transform: uppercase; font-size: 1.5rem; }
@media (max-width: 1199px) { .weather-widget .inner-wrap .the-going .date { margin-top: 15px; } }
.weather-widget .inner-wrap .the-going p { margin-top: 15px; }
.weather-widget .inner-wrap .the-going p span { color: #CC8E72; margin-right: 5px; }
.weather-widget .inner-wrap .the-going p + p { margin-top: 0; }
.weather-widget .inner-wrap .the-going + .the-forecast { border-left: 2px solid rgba(247, 244, 235, 0.1); }
@media (max-width: 1199px) { .weather-widget .inner-wrap .the-going + .the-forecast { border-top: 0; border-left: 0; } }
.weather-widget .inner-wrap .the-forecast { flex: 1 0 75%; }
.weather-widget .simple-weather { display: flex !important; height: 100%; }
@media (max-width: 1199px) { .weather-widget .simple-weather { flex-wrap: wrap; } }
.weather-widget .simple-weather .simple-weather__day { flex: 0 1 33.33%; display: flex; flex-direction: column; padding-left: 5%; margin: 0; border-left: 2px solid rgba(247, 244, 235, 0.1); }
.weather-widget .simple-weather .simple-weather__day:first-child { border-left: none; }
@media (max-width: 1199px) { .weather-widget .simple-weather .simple-weather__day:first-child { border-top: 2px solid rgba(247, 244, 235, 0.1); } }
@media (max-width: 1199px) { .weather-widget .simple-weather .simple-weather__day { border-top: 2px solid rgba(247, 244, 235, 0.1); flex: 1 0 100%; padding: 45px 40px; border-left: 0; } }
.weather-widget .simple-weather .simple-weather__day + .simple-weather__day { margin-left: 5%; }
@media (max-width: 1199px) { .weather-widget .simple-weather .simple-weather__day + .simple-weather__day { margin-left: 0; } }
.weather-widget .simple-weather .simple-weather__day .simple-weather__date { text-transform: none; color: #CC8E72; }
@media (max-width: 767px) { .weather-widget .simple-weather .simple-weather__day .simple-weather__date { font-size: 2.2rem; } }
.weather-widget .simple-weather .simple-weather__day .simple-weather__temp { margin-top: 10px; font-size: 1.6rem; color: #F7F4EB; }
@media (max-width: 1199px) { .weather-widget .simple-weather .simple-weather__day .simple-weather__temp { display: flex; margin-top: 15px; } }
.weather-widget .simple-weather .simple-weather__day .simple-weather__temp .simple-weather__temp-min { opacity: 1; }
.weather-widget .simple-weather .simple-weather__day .simple-weather__temp .simple-weather__temp-min:before { margin-right: 5px; }
.weather-widget .simple-weather .simple-weather__day .simple-weather__temp .summary { margin-top: 31px; display: block; font-size: 1.8rem; line-height: 1; color: #F7F4EB; text-transform: capitalize; }
@media (max-width: 1199px) { .weather-widget .simple-weather .simple-weather__day .simple-weather__temp .summary { margin-top: 0; margin-left: 30px; font-size: 1.6rem; } }
.weather-widget .simple-weather .simple-weather__day i { left: auto; right: 0; top: -5px; color: #CC8E72; font-size: 4rem; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
@media (max-width: 1199px) { .weather-widget .simple-weather .simple-weather__day i { right: 40px; top: 35px; } }
@media (max-width: 767px) { .weather-widget .simple-weather .simple-weather__day i { font-size: 3rem; top: 43px; } }
.weather-widget .mob-close-weather-btn { z-index: 2; position: absolute; right: 27px; top: 23px; padding: 10px; }
@media (max-width: 767px) { .weather-widget .mob-close-weather-btn { right: 17px; } }
@media (max-width: 1199px) { .weather-widget .the-going { opacity: 0; -webkit-transform: translate(0, 20px); transform: translate(0, 20px); }
  body.show-weather-overlay .weather-widget .the-going { transition: all .4s ease; transition-delay: .3s; }
  body.raise-weather-overlay .weather-widget .the-going { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  .weather-widget .simple-weather__day { opacity: 0; -webkit-transform: translate(0, 20px); transform: translate(0, 20px); }
  body.show-weather-overlay .weather-widget .simple-weather__day { transition: all .4s ease; }
  body.show-weather-overlay .weather-widget .simple-weather__day:nth-child(1) { transition-delay: .45s; }
  body.show-weather-overlay .weather-widget .simple-weather__day:nth-child(2) { transition-delay: .6s; }
  body.show-weather-overlay .weather-widget .simple-weather__day:nth-child(3) { transition-delay: .75s; }
  body.raise-weather-overlay .weather-widget .simple-weather__day { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

.widget-container.news-intro-widget { padding-bottom: 160px; }
@media (max-width: 767px) { .widget-container.news-intro-widget { padding-bottom: 110px; } }

.filters-widget { margin-top: -200px; width: 100%; position: absolute; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
@media (max-width: 767px) { .filters-widget { margin-top: -120px; } }
.filters-widget .filter-dropdown { background: #F7F4EB; color: #CC8E72; width: calc(426.66667px - 15px); }
@media (max-width: 767px) { .filters-widget .filter-dropdown { width: 75vw; } }

.event-date { margin-bottom: 60px !important; margin-top: 25px !important; font-family: futura-pt, sans-serif; text-transform: uppercase; }
@media (max-width: 767px) { .event-date { margin-bottom: 40px !important; margin-top: 20px !important; } }

.bookedit .image { background-position: center; }

.bookedit.event-details-description .bookedit.terms { float: left; bottom: 30px; width: 30%; margin-top: -15px; margin-right: 30px; margin-bottom: 60px; }
@media (max-width: 767px) { .bookedit.event-details-description .bookedit.terms { float: none; margin-right: 30px; bottom: 30px; width: 100%; margin-top: 0; margin-bottom: 40px; } }
.bookedit.event-details-description .bookedit.terms table tr th { font-weight: normal !important; text-align: left; padding-right: 10px; }
.bookedit.event-details-description .widget-title { clear: both; margin-top: 60px; }
@media (max-width: 767px) { .bookedit.event-details-description .widget-title { margin-top: 40px; margin-bottom: 0; } }

.wb-gift-vouchers .shortcode-widget .bookedit.events + .pagination { display: none !important; }

/** * Events by category */
.bookedit.events-category { display: grid; grid-template-columns: auto auto auto; }
@media (min-width: 768px) and (max-width: 991px) { .bookedit.events-category { grid-template-columns: auto auto; } }
@media (max-width: 767px) { .bookedit.events-category { grid-template-columns: auto; } }

.bookedit.events-category .event-category { background-color: #FBF9F5; margin: 10px; display: inline-grid; padding: 20px; align-content: start; }

.bookedit.events-category .event-category h3 { font-size: 150%; margin-bottom: 15px; margin-bottom: 20px !important; color: var(--e-global-color-secondary); }

.bookedit.events-category .event-category .image { display: block; background-size: cover; background-position: center; height: 0; padding-bottom: 60%; margin-bottom: 15px; width: auto; }

.bookedit.events-category .event-category .description { min-height: 70px; }

.widget-container.sitemap-widget + .sitemap-widget { margin-top: 40px; }
@media (max-width: 767px) { .widget-container.sitemap-widget + .sitemap-widget { margin-top: 20px; } }
.widget-container.sitemap-widget ul { margin: 0; padding: 0; list-style: none; }
.widget-container.sitemap-widget h3 + .sitemap-list { margin-top: 20px; }
.widget-container.sitemap-widget .sitemap-list > li { padding: 15px 0; border-bottom: 2px solid #F7F4EB; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li { padding: 10px 0; } }
.widget-container.sitemap-widget .sitemap-list > li:first-child { padding-top: 0; }
.widget-container.sitemap-widget .sitemap-list > li > a { font-size: 2rem; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li > a { font-size: 1.6rem; } }
.widget-container.sitemap-widget .sitemap-list > li a { display: block; padding: 3px 0; color: #355246; }
body.nonTouchDevice .widget-container.sitemap-widget .sitemap-list > li a:hover { color: #CC8E72; }
.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: 5px; } }
.widget-container.sitemap-widget .sitemap-list > li ul li { position: relative; }
.widget-container.sitemap-widget .sitemap-list > li ul li a { padding-left: 25px; font-size: 1.8rem; color: #CC8E72; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul li a { padding-left: 20px; font-size: 1.6rem; } }
.widget-container.sitemap-widget .sitemap-list > li ul li a:before { content: "-"; position: absolute; left: 0; top: 2px; }
.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; } }

.widget-container { position: relative; width: 100%; margin-top: 80px; }
@media (max-width: 767px) { .widget-container { margin-top: 40px; } }
.widget-container--bleed + .widget-container--bleed { margin-top: 0 !important; }
.widget-container--padding { padding: 80px 0; }
@media (max-width: 767px) { .widget-container--padding { padding: 40px 0; } }

.bg-black + .bg-black:not(.large-cta-widget) { padding-top: 0 !important; }

.main-body > .widget-container--bleed:first-child { margin-top: 0 !important; }
.main-body .widget-container:last-child:not(.widget-container--bleed) { margin-bottom: 80px; }
@media (max-width: 767px) { .main-body .widget-container:last-child:not(.widget-container--bleed) { margin-bottom: 40px; } }

.widget-title { margin: 0 auto 80px; max-width: 800px; }
@media (min-width: 768px) and (max-width: 991px) { .widget-title { padding: 0 20px; } }
@media (max-width: 767px) { .widget-title { margin-bottom: 40px; } }

.banner-widget .flex-col { position: relative; }
body.nonTouchDevice .banner-widget .flex-col:hover, body.nonTouchDevice .banner-widget .flex-col:focus { background: #263D34; }
.banner-widget .flex-col.image-overlaps .text { width: 80%; }
.banner-widget .flex-col.image-overlaps .image { position: absolute; top: 0; bottom: 0; right: 0; }
.banner-widget .flex-col.bg-black { border: 2px solid #F7F4EB; }
@media (min-width: 992px) { .banner-widget .flex-col.bg-black .text { border-right: 2px solid #F7F4EB; } }
@media (max-width: 991px) { .banner-widget .flex-col.bg-black .text { border-bottom: 2px solid #F7F4EB; } }
body.nonTouchDevice .banner-widget .flex-col.bg-black:hover, body.nonTouchDevice .banner-widget .flex-col.bg-black:focus { background: #000; }
.banner-widget .text { padding: 40px; width: 50%; }
@media (max-width: 991px) { .banner-widget .text { width: 100%; } }
@media (max-width: 767px) { .banner-widget .text { padding: 20px; } }
.banner-widget .text h2 { font-size: 7.5rem; font-family: futura-pt, sans-serif; font-weight: 500; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
@media (min-width: 992px) and (max-width: 1199px) { .banner-widget .text h2 { font-size: 5.5rem; } }
@media (min-width: 768px) and (max-width: 991px) { .banner-widget .text h2 { font-size: 6rem; } }
@media (max-width: 767px) { .banner-widget .text h2 { font-size: 4.5rem; } }
@media (max-width: 409px) { .banner-widget .text h2 { font-size: 3.5rem; } }
.banner-widget .text h2 > span { -webkit-animation: text-focus-in 6s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite both; animation: text-focus-in 6s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite both; }
.banner-widget .text h2 > span:nth-child(1) { animation-delay: 0.15s; }
.banner-widget .text h2 > span:nth-child(2) { animation-delay: 0.3s; }
.banner-widget .text h2 > span:nth-child(3) { animation-delay: 0.45s; }
.banner-widget .text h2 > span:nth-child(4) { animation-delay: 0.6s; }
.banner-widget .text h2 > span:nth-child(5) { animation-delay: 0.75s; }
.banner-widget .text h2 > span:nth-child(6) { animation-delay: 0.9s; }
.banner-widget .text h2 > span:nth-child(7) { animation-delay: 1.05s; }
.banner-widget .text h2 > span:nth-child(8) { animation-delay: 1.2s; }
.banner-widget .text h2 > span:nth-child(9) { animation-delay: 1.35s; }
.banner-widget .text p { max-width: 300px; font-size: 2rem; font-weight: 500; line-height: 1.2; margin-top: 20px; }
.banner-widget .text p strong { color: #CC8E72; }
.banner-widget .text .button { margin-top: 25px; }
.banner-widget .image { position: relative; width: 50%; }
@media (max-width: 991px) { .banner-widget .image { display: flex; width: 100%; } }

.contact-widget { position: relative; /* Send animation for button */ }
.contact-widget .contact-wrap form .flex-list { margin: 0 auto; max-width: 800px; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-box-pack: space-between; -ms-flex-pack: space-between; justify-content: space-between; }
.contact-widget .contact-wrap form .form-group { width: 100%; margin: 15px 0; /* Remove margin when description or checks follow subtitle */ /* Extra margin above subtitle, description fields */ /* Radio/checkbox style */ /* Links in fields */ }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group { margin: 18px 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.filled input, .contact-widget .contact-wrap form .form-group.filled .select-wrap, .contact-widget .contact-wrap form .form-group.filled textarea { color: #355246; }
.contact-widget .contact-wrap form .form-group.form-divider hr { margin: 0; }
.contact-widget .contact-wrap form .form-group:not(.check-input) label { margin-top: 5px; }
.contact-widget .contact-wrap form .form-group.check-input .error-tooltip { top: 50%; }
.contact-widget .contact-wrap form .form-group.form-subtitle + .form-description, .contact-widget .contact-wrap form .form-group.form-subtitle + .check-input, .contact-widget .contact-wrap form .form-group.form-description + .form-description, .contact-widget .contact-wrap form .form-group.form-description + .check-input { margin-top: 0 !important; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group.form-subtitle + .form-description, .contact-widget .contact-wrap form .form-group.form-subtitle + .check-input, .contact-widget .contact-wrap form .form-group.form-description + .form-description, .contact-widget .contact-wrap form .form-group.form-description + .check-input { margin-top: -5px !important; } }
.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 + .single-checkbox { margin-top: 60px; }
@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 + .single-checkbox { margin-top: 25px; } }
.contact-widget .contact-wrap form .form-group .radio-check-list { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -20px; }
.contact-widget .contact-wrap form .form-group .radio-check-list .checkbox-cont { margin: 20px 0; width: calc(50% - 20px); }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group .radio-check-list .checkbox-cont { margin: 15px 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 a { color: #CC8E72; font-weight: 500; border-bottom: 1px solid #CC8E72; }
body.nonTouchDevice .contact-widget .contact-wrap form .form-group a:hover { border-color: transparent; }
.contact-widget .contact-wrap form .form-footer { margin-top: 60px; padding: 50px 60px; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-footer { margin-top: 20px; padding: 30px; } }
.contact-widget .contact-wrap form .form-footer .form-footer-checks { padding-right: 40px; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-footer .form-footer-checks { padding-right: 0; } }
.contact-widget .contact-wrap form .form-footer .single-checkbox { margin: 0; }
.contact-widget .contact-wrap form .form-footer .single-checkbox + .single-checkbox { margin-top: 10px; }
.contact-widget .contact-wrap form .form-footer .button { margin: 0; white-space: nowrap; }
@media (min-width: 768px) and (max-width: 991px) { .contact-widget .contact-wrap form .form-footer .button { margin-top: 35px; } }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-footer .button { margin-top: 25px; } }
.contact-widget .contact-wrap form .form-footer .button .spinner { opacity: 0; }
.contact-widget .contact-widget-sending { position: relative; }
.contact-widget .contact-widget-sending .button span { opacity: 0; }
.contact-widget .contact-widget-sending .button .spinner { opacity: 1; }

.contact-details-widget .contact-details .contact-block .image { width: 400px; }
@media (min-width: 992px) and (max-width: 1199px) { .contact-details-widget .contact-details .contact-block .image { width: 320px; } }
@media (max-width: 991px) { .contact-details-widget .contact-details .contact-block .image { width: 100%; height: 50vw; } }
@media (max-width: 767px) { .contact-details-widget .contact-details .contact-block .image { height: 70vw; } }
.contact-details-widget .contact-details .contact-block .text { padding: 40px; }
.contact-details-widget .contact-details .contact-block .text .subtitle + h1, .contact-details-widget .contact-details .contact-block .text .subtitle + h2, .contact-details-widget .contact-details .contact-block .text .subtitle + h3, .contact-details-widget .contact-details .contact-block .text .subtitle + h4, .contact-details-widget .contact-details .contact-block .text .subtitle + h5, .contact-details-widget .contact-details .contact-block .text .weather-widget .simple-weather .simple-weather__day .subtitle + .simple-weather__date, .weather-widget .simple-weather .simple-weather__day .contact-details-widget .contact-details .contact-block .text .subtitle + .simple-weather__date, .contact-details-widget .contact-details .contact-block .text .subtitle + h6, .contact-details-widget .contact-details .contact-block .text blockquote:not(.blockquote-alt) .subtitle + strong, blockquote:not(.blockquote-alt) .contact-details-widget .contact-details .contact-block .text .subtitle + strong, .contact-details-widget .contact-details .contact-block .text blockquote:not(.blockquote-alt) .subtitle + em, blockquote:not(.blockquote-alt) .contact-details-widget .contact-details .contact-block .text .subtitle + em, .contact-details-widget .contact-details .contact-block .text blockquote:not(.blockquote-alt) .subtitle + small, blockquote:not(.blockquote-alt) .contact-details-widget .contact-details .contact-block .text .subtitle + small { margin-top: 22px !important; }
.contact-details-widget .contact-details .contact-block .text .text-columns { margin-top: 30px; }
.contact-details-widget .contact-details .contact-block .text .text-columns .flex-col { padding: 0 30px 0 0; }
@media (max-width: 767px) { .contact-details-widget .contact-details .contact-block .text .text-columns .flex-col + .flex-col { margin-top: 25px; } }
.contact-details-widget .contact-details .contact-block .text .text-columns i { display: block; height: 20px; width: 20px; margin-top: 7px; margin-right: 20px; flex-shrink: 0; color: #CC8E72; }
.contact-details-widget .contact-details .contact-block .text .button-wrap .button { margin-top: 35px; }
.contact-details-widget .contact-details .contact-block .text .button-wrap .button i.fa-phone { -webkit-transform: scaleX(-1); transform: scaleX(-1); }
@media (min-width: 1200px) { .contact-details-widget .contact-details .contact-block .text .button-wrap .button + .button { margin-left: 40px; } }
@media (max-width: 1199px) { .contact-details-widget .contact-details .contact-block .text .button-wrap .button + .button { margin-top: 25px; } }
.contact-details-widget .contact-details .contact-block + .contact-block { margin-top: 20px; }
@media (max-width: 767px) { .contact-details-widget .contact-details .contact-block + .contact-block { margin-top: 0; } }

.cta-carousel-widget .cta-link .text .text-inner p { line-height: 1.7; }
.cta-carousel-widget .cta-link .text .text-inner .text-button { margin-top: 20px; }
.cta-carousel-widget .slick-dots { bottom: 20px; }
@media (max-width: 767px) { .cta-carousel-widget .slick-dots { left: auto; right: 25px; bottom: 30px; -webkit-transform: translate(0, 0); transform: translate(0, 0); } }

.cta-columns-widget .flex-list { margin: -10px; }
@media (max-width: 767px) { .cta-columns-widget .flex-list { margin: -10px; } }
.cta-columns-widget .flex-list .cta-link { margin: 10px; width: calc(50% - 20px); }
@media (max-width: 767px) { .cta-columns-widget .flex-list .cta-link { margin: 10px; width: 100%; } }
.cta-columns-widget--three .flex-list .cta-link { width: calc(33.33% - 20px); }
@media (min-width: 768px) and (max-width: 991px) { .cta-columns-widget--three .flex-list .cta-link { width: calc(50% - 20px); } }
@media (max-width: 767px) { .cta-columns-widget--three .flex-list .cta-link { width: 100%; } }

.cta-popup-widget .flex-list { margin: -10px; }
@media (max-width: 767px) { .cta-popup-widget .flex-list { margin: -10px -30px; } }
.cta-popup-widget .flex-col { padding: 10px; }
.cta-popup-widget .cta-pop-link .image { position: relative; padding-top: 85%; background: #F7F4EB !important; }
@media (max-width: 767px) { .cta-popup-widget .cta-pop-link .image { padding-top: 90%; } }
.cta-popup-widget .cta-pop-link .image .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; object-position: top; }
.cta-popup-widget .cta-pop-link .image .button { margin-top: 0; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); white-space: nowrap; opacity: 0; }
.cta-popup-widget .cta-pop-link .text { padding: 40px; }
body.nonTouchDevice .cta-popup-widget .cta-pop-link:hover .image .img { opacity: .2; }
body.nonTouchDevice .cta-popup-widget .cta-pop-link:hover .image .button { opacity: 1; }

body.show-cta-modal .cta-modal-overlay { opacity: 1; pointer-events: auto; }
body.raise-cta-modal .cta-modal-overlay { visibility: visible; z-index: 199; }

@media (max-width: 360px) { .doc-down-widget .file-list { margin-left: -20px; margin-right: -20px; } }
.doc-down-widget .file-list .file-item { padding: 35px 80px; }
@media (min-width: 768px) and (max-width: 991px) { .doc-down-widget .file-list .file-item { padding-left: 40px; padding-right: 40px; } }
@media (max-width: 767px) { .doc-down-widget .file-list .file-item { padding: 40px; } }
.doc-down-widget .file-list .file-item .text { padding-right: 40px; }
@media (max-width: 767px) { .doc-down-widget .file-list .file-item .text { width: 100%; padding-right: 0; } }
.doc-down-widget .file-list .file-item .text h3 + p { margin-top: 10px; }
@media (max-width: 767px) { .doc-down-widget .file-list .file-item .text h3 + p { margin-top: 15px; } }
.doc-down-widget .file-list .file-item .text * + ul, .doc-down-widget .file-list .file-item .text ul + * { margin-top: 20px !important; }
@media (max-width: 767px) { .doc-down-widget .file-list .file-item .button-wrap { margin-right: auto; } }
.doc-down-widget .file-list .file-item .button { display: flex; white-space: nowrap; }
@media (min-width: 768px) { .doc-down-widget .file-list .file-item .button { margin-top: 0; } }
.doc-down-widget .file-list .file-item .button svg { width: 20px; height: 30px; margin-right: 10px; fill: #263D34; transition: all .25s ease; }
body.nonTouchDevice .doc-down-widget .file-list .file-item .button:hover svg { fill: #CC8E72; }
.doc-down-widget .file-list .file-item + .file-item { margin-top: 20px; }
@media (max-width: 767px) { .doc-down-widget .file-list .file-item + .file-item { margin-top: 40px; } }
@media (max-width: 360px) { .doc-down-widget .file-list .file-item + .file-item { margin-top: 20px; } }

@media (max-width: 767px) { .faq-widget + .widget-container--bleed { margin-top: 0; } }
.faq-widget.bg-black .accordion .accordion-group .accordion-btn { color: #F7F4EB; }
.faq-widget.bg-black .accordion .accordion-group .accordion-btn:after { color: #2E68FF !important; }
body.nonTouchDevice .faq-widget.bg-black .accordion .accordion-group .accordion-btn:hover { color: #2E68FF; }
.faq-widget.bg-black .accordion .accordion-group .accordion-content { border-top: 2px solid #000; color: #000; }
.faq-widget.bg-black .accordion .accordion-group .accordion-content h1, .faq-widget.bg-black .accordion .accordion-group .accordion-content h2, .faq-widget.bg-black .accordion .accordion-group .accordion-content h3, .faq-widget.bg-black .accordion .accordion-group .accordion-content h4, .faq-widget.bg-black .accordion .accordion-group .accordion-content h5, .faq-widget.bg-black .accordion .accordion-group .accordion-content .weather-widget .simple-weather .simple-weather__day .simple-weather__date, .weather-widget .simple-weather .simple-weather__day .faq-widget.bg-black .accordion .accordion-group .accordion-content .simple-weather__date, .faq-widget.bg-black .accordion .accordion-group .accordion-content h6, .faq-widget.bg-black .accordion .accordion-group .accordion-content blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) .faq-widget.bg-black .accordion .accordion-group .accordion-content strong, .faq-widget.bg-black .accordion .accordion-group .accordion-content blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) .faq-widget.bg-black .accordion .accordion-group .accordion-content em, .faq-widget.bg-black .accordion .accordion-group .accordion-content blockquote:not(.blockquote-alt) small, blockquote:not(.blockquote-alt) .faq-widget.bg-black .accordion .accordion-group .accordion-content small { color: #000; }
.faq-widget.bg-black .accordion .accordion-group .accordion-content .accordion-content-inner { padding-top: 30px; }
@media (max-width: 767px) { .faq-widget.bg-black .accordion .accordion-group .accordion-content .accordion-content-inner { padding-top: 10px; } }
.faq-widget.bg-black .accordion .accordion-group.active { border-color: #000; }
.faq-widget .accordion { margin-top: -30px; }
@media (max-width: 767px) { .faq-widget .accordion { margin: 0 -40px; } }
.faq-widget .accordion .accordion-group { position: relative; border-bottom: 2px solid #F7F4EB; }
.faq-widget .accordion .accordion-group .accordion-btn { cursor: pointer; padding: 25px 80px 25px 30px; }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-btn { padding: 40px 80px 40px 40px; } }
.faq-widget .accordion .accordion-group .accordion-btn { display: block; position: relative; width: 100%; color: #355246; font-family: "Editor", serif; font-size: 2.4rem; line-height: 1.6; letter-spacing: -.01rem; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-btn { font-size: 1.8rem; } }
.faq-widget .accordion .accordion-group .accordion-btn:after { content: '\f067'; position: absolute; top: 50%; right: 30px; font-size: 1.8rem; font-family: Font Awesome\ 5 Pro; font-weight: 300; color: #CC8E72; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-btn:after { right: 40px; } }
body.nonTouchDevice .faq-widget .accordion .accordion-group .accordion-btn:hover { color: #CC8E72; }
.faq-widget .accordion .accordion-group .accordion-content { height: 0; overflow: hidden; }
.faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { padding: 0 160px 30px 30px; background: transparent; transition: all .3s ease; }
@media (min-width: 992px) and (max-width: 1199px) { .faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { padding-right: 120px; } }
@media (min-width: 768px) and (max-width: 991px) { .faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { padding-right: 80px; } }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { padding: 10px 40px 40px; } }
.faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner a:not(.button) { color: #CC8E72; font-weight: 500; border-bottom: 1px solid #CC8E72; }
body.nonTouchDevice .faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner a:not(.button):hover { border-color: transparent; }
.faq-widget .accordion .accordion-group.active { border-color: #FBF9F5; }
.faq-widget .accordion .accordion-group.active .accordion-btn { color: #355246 !important; background: #FBF9F5; }
.faq-widget .accordion .accordion-group.active .accordion-btn:after { content: '\f068'; }
.faq-widget .accordion .accordion-group.active .accordion-content { height: auto; }
.faq-widget .accordion .accordion-group.active .accordion-content .accordion-content-inner { background: #FBF9F5; }
.faq-widget .accordion.bookedit .accordion-group .accordion-content .accordion-content-inner { padding-right: 30px !important; }
@media (max-width: 767px) { .faq-widget .accordion.bookedit .accordion-group .accordion-content .accordion-content-inner { padding-right: 40px !important; } }

.hotspot-widget #hotspotImg { position: relative; }
.hotspot-widget #hotspotImg .img-responsive { width: 100%; }
.hotspot-widget .hot-spot { display: none; z-index: 2; position: absolute; top: 50%; left: 50%; }
@media (max-width: 767px) { .hotspot-widget .hot-spot { opacity: 0; pointer-events: none !important; }
  .hotspot-widget .hot-spot.active { opacity: 1 !important; } }
.hotspot-widget .hot-spot:hover, .hotspot-widget .hot-spot.active { z-index: 3; }
.hotspot-widget .hot-spot-tooltip { z-index: 2; position: absolute; text-align: center; padding: 10px 20px; color: #263D34; font-family: "Editor", serif; font-size: 1.4rem; line-height: 1.6; letter-spacing: -.01rem; width: 200px; bottom: 40px; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); background: white; box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.1); transition: all .25s ease; opacity: 0; visibility: hidden; }
.hotspot-widget .hot-spot-tooltip:after { content: ''; position: absolute; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid white; bottom: -7px; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
.hotspot-widget .hot-spot-tooltip.hover, .hotspot-widget .hot-spot-tooltip.active { opacity: 1; visibility: visible; }
@media (max-width: 767px) { .hotspot-widget .hotspot-item { margin-left: -40px; margin-right: -40px; } }
.hotspot-widget .hotspot-title-mob { cursor: pointer; position: relative; padding: 35px 80px 35px 40px; border-bottom: 1px solid #F7F4EB; }
.hotspot-widget .hotspot-title-mob i { position: absolute; top: 50%; right: 40px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); color: #CC8E72; }
.hotspot-widget .hotspot-title-mob.active { color: #CC8E72; background: #263D34; border-color: #263D34; }
.hotspot-widget .hotspot-title-mob.active i:before { content: '\f068'; }
.hotspot-widget .hotspot-title-mob.active + .hotspot-modal { display: block; }
@media (max-width: 767px) { .hotspot-widget .hotspot-modal { z-index: 20; position: relative; -webkit-transform: translate(0, 0); transform: translate(0, 0); display: none; background: #263D34; color: #F7F4EB; }
  .hotspot-widget .hotspot-modal .close-modal-btn { display: none !important; }
  .hotspot-widget .hotspot-modal .modal-image { height: 60vw; }
  .hotspot-widget .hotspot-modal h1, .hotspot-widget .hotspot-modal h2, .hotspot-widget .hotspot-modal h3, .hotspot-widget .hotspot-modal h4, .hotspot-widget .hotspot-modal h5, .hotspot-widget .hotspot-modal .weather-widget .simple-weather .simple-weather__day .simple-weather__date, .weather-widget .simple-weather .simple-weather__day .hotspot-widget .hotspot-modal .simple-weather__date, .hotspot-widget .hotspot-modal h6, .hotspot-widget .hotspot-modal blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) .hotspot-widget .hotspot-modal strong, .hotspot-widget .hotspot-modal blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) .hotspot-widget .hotspot-modal em, .hotspot-widget .hotspot-modal blockquote:not(.blockquote-alt) small, blockquote:not(.blockquote-alt) .hotspot-widget .hotspot-modal small { color: #CC8E72; } }

body.hotspot-active .hotspot-overlay { opacity: 1; pointer-events: auto; }
body.hotspot-raised .hotspot-overlay { visibility: visible; z-index: 199; }

.gallery-image-widget .gallery-list { overflow: hidden; margin: -10px 10px; }
@media (max-width: 991px) { .gallery-image-widget .gallery-list { margin: -10px; } }
@media (min-width: 768px) and (max-width: 991px) { .gallery-image-widget .gallery-list { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .gallery-image-widget .gallery-list { padding-left: 40px; padding-right: 40px; } }
.gallery-image-widget .gallery-list a { float: left; width: 25%; padding: 10px; }
@media (max-width: 991px) { .gallery-image-widget .gallery-list a { width: 50%; } }
.gallery-image-widget .gallery-list a .image { position: relative; overflow: hidden; height: 15vw; }
@media (max-width: 991px) { .gallery-image-widget .gallery-list a .image { height: 26vw; } }
.gallery-image-widget .gallery-list a .image .img { transition: all .5s ease; -webkit-transform: scale(1); transform: scale(1); }
.gallery-image-widget .gallery-list a .image:before { content: ''; z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #263D34; opacity: 0; transition: all .25s ease; }
.gallery-image-widget .gallery-list a .image:after { content: ''; opacity: 0; width: 60px; height: 60px; z-index: 2; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) scale(0.85); transform: translate(-50%, -50%) scale(0.85); transition: all .3s ease; background: url("../img/magnifying-glass-plus.svg") no-repeat center center; background-size: contain; }
@media (max-width: 767px) { .gallery-image-widget .gallery-list a .image:after { font-size: 30px; } }
body.nonTouchDevice .gallery-image-widget .gallery-list a:hover .image .img { -webkit-transform: scale(1.15); transform: scale(1.15); }
body.nonTouchDevice .gallery-image-widget .gallery-list a:hover .image:before { opacity: 0.5; }
body.nonTouchDevice .gallery-image-widget .gallery-list a:hover .image:after { opacity: 1; -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
.gallery-image-widget--fullwidth .container-fluid { max-width: none; padding: 0; }

.image-slider-widget .widget-slider .slick-track, .image-slider-widget .widget-slider .slick-list { display: flex !important; }
.image-slider-widget .widget-slider .slide { overflow: hidden; min-height: 100vh; display: flex !important; }
.image-slider-widget .widget-slider .slide .text { z-index: 1; padding: 80px; width: 100%; }
@media (max-width: 767px) { .image-slider-widget .widget-slider .slide .text { padding: 40px 30px; } }
.image-slider-widget .widget-slider .slide .text .text-inner { padding: 80px; width: 50%; min-width: 640px; }
@media (max-width: 991px) { .image-slider-widget .widget-slider .slide .text .text-inner { padding: 40px; width: 100%; min-width: 0; } }
@media (max-width: 991px) { .image-slider-widget .widget-slider .slick-arrow { display: none !important; } }

.image-text-fullwidth-widget .text { width: 50%; min-height: 100vh; padding: 20px; }
@media (max-width: 991px) { .image-text-fullwidth-widget .text { min-height: 0; width: 100% !important; } }
.image-text-fullwidth-widget .text .text-inner { padding: 100px; }
@media (min-width: 768px) and (max-width: 1199px) { .image-text-fullwidth-widget .text .text-inner { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .image-text-fullwidth-widget .text .text-inner { padding: 40px; } }
.image-text-fullwidth-widget .text .text-outer { width: 100%; }
.image-text-fullwidth-widget .image-wrap { position: relative; overflow: hidden; width: 50%; }
@media (max-width: 991px) { .image-text-fullwidth-widget .image-wrap { width: 100%; height: 70vw; } }
@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-fullwidth-widget--slider .slider, .image-text-fullwidth-widget--slider .slick-list { height: 100%; }
.image-text-fullwidth-widget--slider .slick-track { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.image-text-fullwidth-widget--slider .slick-arrow { width: 50px; height: 50px; background: #355246; }
@media (max-width: 767px) { .image-text-fullwidth-widget--slider .slick-arrow { width: 40px; height: 40px; } }
.image-text-fullwidth-widget--slider .slick-arrow.slick-prev { left: 20px; }
@media (max-width: 991px) { .image-text-fullwidth-widget--slider .slick-arrow.slick-prev { left: 0; } }
.image-text-fullwidth-widget--slider .slick-arrow.slick-arrow { right: 20px; }
@media (max-width: 991px) { .image-text-fullwidth-widget--slider .slick-arrow.slick-arrow { right: 0; } }
.image-text-fullwidth-widget--slider.bg-black .slick-arrow { background: #000; }

.key-points-widget .key-points-list { margin-top: -40px; }
@media (max-width: 767px) { .key-points-widget .key-points-list { margin-top: -20px; } }
@media (max-width: 360px) { .key-points-widget .key-points-list { margin-left: -20px; margin-right: -20px; } }
.key-points-widget .key-points-list .key-point { margin-top: 40px; padding: 30px 40px; min-height: 130px; width: calc(50% - 20px); }
@media (max-width: 991px) { .key-points-widget .key-points-list .key-point { width: 100%; } }
@media (max-width: 767px) { .key-points-widget .key-points-list .key-point { margin-top: 20px; padding: 20px 30px; min-height: 100px; } }
.key-points-widget .key-points-list .key-point i { width: 60px; height: 50px; margin-right: 40px; font-size: 50px; text-align: center; color: #CC8E72; }
@media (max-width: 767px) { .key-points-widget .key-points-list .key-point i { width: 40px; height: 30px; margin-right: 20px; margin-top: 5px; font-size: 30px; } }
.key-points-widget .key-points-list .key-point p { margin: 0; }
.key-points-widget--one .key-points-list { max-width: 920px; margin-left: auto; margin-right: auto; }
.key-points-widget--one .key-points-list .key-point { width: 100%; }
.key-points-widget--betfair { background: #000 !important; }
.key-points-widget--betfair .widget-title .subtitle { color: #ffb80c !important; }
.key-points-widget--betfair .key-points-list .key-point { color: #000; background: #ffb80c !important; }
.key-points-widget--betfair .key-points-list .key-point i { color: #000; }

.large-cta-widget { padding: 20px; }
.large-cta-widget .large-cta-inner { display: block; }
.large-cta-widget .large-cta-inner .text { padding: 80px; }
@media (max-width: 767px) { .large-cta-widget .large-cta-inner .text { padding: 40px; } }
.large-cta-widget .large-cta-inner .text .title-wrap { position: relative; padding-right: 140px; }
@media (max-width: 991px) { .large-cta-widget .large-cta-inner .text .title-wrap { padding-right: 0 !important; } }
.large-cta-widget .large-cta-inner .text .title-wrap h2, .large-cta-widget .large-cta-inner .text .title-wrap i { transition: all .25s ease; }
.large-cta-widget .large-cta-inner .text .title-wrap i { position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); font-size: 64px; color: #CC8E72; }
@media (max-width: 991px) { .large-cta-widget .large-cta-inner .text .title-wrap i { margin-top: 30px; position: relative; top: auto; -webkit-transform: translate(0, 0); transform: translate(0, 0); } }
@media (max-width: 767px) { .large-cta-widget .large-cta-inner .text .title-wrap i { font-size: 32px; } }
body.nonTouchDevice .large-cta-widget .large-cta-inner a:hover .text .title-wrap h2 { color: #CC8E72 !important; }
body.nonTouchDevice .large-cta-widget .large-cta-inner a:hover .text .title-wrap i { color: #F7F4EB; }
.large-cta-widget .large-cta-inner.bg-black .text .title-wrap i { color: #2E68FF; }
body.nonTouchDevice .large-cta-widget .large-cta-inner.bg-black a:hover .text .title-wrap h2 { color: #2E68FF !important; }
body.nonTouchDevice .large-cta-widget .large-cta-inner.bg-black a:hover .text .title-wrap i { color: #F7F4EB; }

.line-divider-widget .line-divider { margin: 0; border: 0; height: 2px; }

.logos-widget { padding: 60px 50px; }
@media (max-width: 991px) { .logos-widget { padding: 60px 0; } }
.logos-widget .slick-track { display: flex; align-items: center; justify-content: center; min-width: 100%; }
.logos-widget .slide { margin: 0 30px; min-width: 140px; }
@media (max-width: 767px) { .logos-widget .slide { min-width: auto; } }
.logos-widget .slide:hover .img { transition: all .3s ease; opacity: .8; }
@media (max-width: 767px) { .logos-widget .slide:hover .img { opacity: 1; } }
.logos-widget .slide .img { opacity: .5; object-fit: contain; transition: all .3s ease; height: 70px; width: 140px; }

.map-widget iframe { width: 100%; min-height: 500px; height: 35vw; }
@media (max-width: 767px) { .map-widget iframe { height: 100vw; min-height: 0; } }

@media (max-width: 767px) { .membership-widget > .container-fluid { padding-left: 30px; padding-right: 30px; } }
.membership-widget .membership-wrap { margin: -14px; flex-wrap: wrap; justify-content: center; }
@media (max-width: 767px) { .membership-widget .membership-wrap { margin: 0 -15px; } }
@media (min-width: 1200px) { .membership-widget .membership-wrap.has-stickers .membership-column-wrap:not(.has-sticker) { margin-top: 54px; } }
.membership-widget .membership-wrap .membership-column-wrap { padding: 14px; width: 25%; max-width: 500px; }
@media (min-width: 768px) and (max-width: 1199px) { .membership-widget .membership-wrap .membership-column-wrap { width: 50% !important; } }
@media (max-width: 767px) { .membership-widget .membership-wrap .membership-column-wrap { width: 100% !important; padding: 15px 0; } }
.membership-widget .membership-wrap .membership-column-wrap.bg-fade .membership-column { background: rgba(247, 244, 235, 0.4); }
.membership-widget .membership-wrap .membership-column-wrap.bg-highlight .membership-column { background: #355246; }
.membership-widget .membership-wrap .membership-column-wrap.bg-highlight .membership-column .column-header .subtitle { color: #F7F4EB !important; }
.membership-widget .membership-wrap .membership-column-wrap.bg-highlight .membership-column .membership-content, .membership-widget .membership-wrap .membership-column-wrap.bg-highlight .membership-column .membership-footer { color: #F7F4EB; }
.membership-widget .membership-wrap .membership-column-wrap.bg-alt-one .sticker { color: #333858; }
.membership-widget .membership-wrap .membership-column-wrap.bg-alt-one .membership-column { background: #333858; }
.membership-widget .membership-wrap .membership-column-wrap.bg-alt-one .membership-column .column-header .subtitle { color: #CC8E72 !important; }
.membership-widget .membership-wrap .membership-column-wrap.bg-alt-one .membership-column .column-header .title-wrap { color: #F7F4EB !important; }
.membership-widget .membership-wrap .membership-column-wrap.bg-alt-one .membership-column .membership-content, .membership-widget .membership-wrap .membership-column-wrap.bg-alt-one .membership-column .membership-footer { color: #F7F4EB; }
.membership-widget .membership-wrap .membership-column-wrap.bg-alt-two .sticker { color: #CC734B; background: #333858; }
.membership-widget .membership-wrap .membership-column-wrap.bg-alt-two .membership-column { background: #CC734B; }
.membership-widget .membership-wrap .membership-column-wrap.bg-alt-two .membership-column .column-header .subtitle { color: #333858 !important; }
.membership-widget .membership-wrap .membership-column-wrap.bg-alt-two .membership-column .column-header .title-wrap { color: #F7F4EB !important; }
.membership-widget .membership-wrap .membership-column-wrap.bg-alt-two .membership-column .membership-content, .membership-widget .membership-wrap .membership-column-wrap.bg-alt-two .membership-column .membership-footer { color: #F7F4EB; }
.membership-widget .membership-wrap .membership-column-wrap.bg-alt-two .membership-column .membership-content .information .information-title svg { fill: #333858; }
.membership-widget .membership-wrap .membership-column-wrap .sticker { display: block; text-align: center; font-size: 1.6rem; text-transform: uppercase; line-height: 2.6rem; padding: 14px 0; background: #CC8E72; color: #355246; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column { height: 100%; background: #F7F4EB; flex-grow: 1; border-bottom: 10px solid #CC8E72; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .column-header { text-align: center; padding: 40px 20px 0; position: relative; min-height: 131px; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .column-header > span { display: block; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .column-header .subtitle { font-size: 2.4rem; font-family: "Editor", serif; color: #000 !important; text-transform: none; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .column-header .subtitle + * { margin-top: 10px; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .column-header .title-wrap { position: relative; color: #CC8E72; font-family: "Editor", serif; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .column-header .title-wrap .title { font-size: 3rem; line-height: 1; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .column-header .title-wrap .title-addition { line-height: 1; margin-left: 10px; margin-top: 2px; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .membership-content { padding: 40px 40px 0; border-bottom: 0; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .membership-content .information .information-title svg { position: relative; top: 6px; width: 16px; margin-right: 10px; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .membership-content .information .information-title span { flex: 1; line-height: 28px; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .membership-content .information .information-title + .information-title { margin-top: 12px; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .membership-footer { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .membership-footer .description { line-height: 28px; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .membership-footer .description + .button { margin-top: 40px !important; }
.membership-widget .membership-wrap .membership-column-wrap .membership-column .membership-footer .button { margin: 0; }

.newsletter-widget .text .text-inner { padding: 120px; }
@media (min-width: 768px) and (max-width: 1199px) { .newsletter-widget .text .text-inner { padding: 100px 60px; } }
@media (max-width: 767px) { .newsletter-widget .text .text-inner { padding: 40px 40px; } }
.newsletter-widget .text .text-inner form { margin-top: 45px !important; margin-left: auto; margin-right: auto; max-width: 800px; }
.newsletter-widget .text .text-inner form .flex-list .form-group { width: calc(50% - 20px); }
@media (max-width: 1199px) { .newsletter-widget .text .text-inner form .flex-list .form-group { width: 100%; } }
.newsletter-widget .text .text-inner form .form-group { margin-bottom: 30px; }
.newsletter-widget .text .text-inner form .form-group label { margin-top: 5px; text-align: left; }
.newsletter-widget .text .text-inner form .form-group input[type="text"], .newsletter-widget .text .text-inner form .form-group input[type="email"] { color: #F7F4EB; background: #263D34; }
.newsletter-widget .text .text-inner form .form-group input[type="text"]::-webkit-input-placeholder, .newsletter-widget .text .text-inner form .form-group input[type="email"]::-webkit-input-placeholder { color: rgba(247, 244, 235, 0.3); }
.newsletter-widget .text .text-inner form .form-group input[type="text"]:-moz-placeholder, .newsletter-widget .text .text-inner form .form-group input[type="email"]:-moz-placeholder { color: rgba(247, 244, 235, 0.3); }
.newsletter-widget .text .text-inner form .form-group input[type="text"]::-moz-placeholder, .newsletter-widget .text .text-inner form .form-group input[type="email"]::-moz-placeholder { color: rgba(247, 244, 235, 0.3); }
.newsletter-widget .text .text-inner form .form-group input[type="text"]:-ms-input-placeholder, .newsletter-widget .text .text-inner form .form-group input[type="email"]:-ms-input-placeholder { color: rgba(247, 244, 235, 0.3); }
.newsletter-widget .text .text-inner form .form-group input[type="checkbox"] + label { color: #F7F4EB; }
.newsletter-widget .text .text-inner form .form-group input[type="checkbox"] + label:before { border-color: #F7F4EB; }
.newsletter-widget .text .text-inner form .form-group input[type="checkbox"] + label:after { color: #CC8E72 !important; }
.newsletter-widget .text .text-inner form .form-group.single-checkbox { margin-bottom: 0; padding: 10px 20px; }
.newsletter-widget .text .text-inner form .form-group.single-checkbox .error-tooltip { top: 50%; }
.newsletter-widget .text .text-inner form .form-group .warning { background: #263D34; }
.newsletter-widget .text .text-inner form .success-message { color: #F7F4EB; }

.quicklinks-widget { padding-bottom: 35px; }
.quicklinks-widget .quicklinks-slider .slick-arrow { top: auto; bottom: -100px; -webkit-transform: none; transform: none; }
@media (max-width: 767px) { .quicklinks-widget .quicklinks-slider .slick-arrow { bottom: -60px; } }
.quicklinks-widget .quicklinks-slider .slick-arrow:after { color: #CC8E72; }
.quicklinks-widget .quicklinks-slider .slick-arrow.slick-prev { left: 0; }
@media (max-width: 767px) { .quicklinks-widget .quicklinks-slider .slick-arrow.slick-prev { left: 5px; } }
.quicklinks-widget .quicklinks-slider .slick-arrow.slick-next { right: 0; }
@media (max-width: 767px) { .quicklinks-widget .quicklinks-slider .slick-arrow.slick-next { right: 5px; } }
.quicklinks-widget .quicklinks-slider .cta-link { margin: 0 10px; }

@media (min-width: 768px) and (max-width: 991px) { .quote-carousel-widget { padding-bottom: 130px; } }
@media (max-width: 767px) { .quote-carousel-widget { padding-bottom: 90px; } }
.quote-carousel-widget blockquote { text-align: center; padding: 0 80px; color: #F7F4EB; }
@media (max-width: 991px) { .quote-carousel-widget blockquote { padding: 0; } }
.quote-carousel-widget blockquote h2, .quote-carousel-widget blockquote h3, .quote-carousel-widget blockquote .stars { color: #CC8E72; }
.quote-carousel-widget blockquote .quote-footer { margin-top: 40px; }
@media (max-width: 767px) { .quote-carousel-widget blockquote .quote-footer { margin-top: 30px; } }
.quote-carousel-widget blockquote .quote-footer .stars { line-height: 1; font-size: 3.5rem; }
@media (max-width: 767px) { .quote-carousel-widget blockquote .quote-footer .stars { font-size: 3rem; } }
.quote-carousel-widget blockquote .quote-footer .stars + h3 { margin-top: 20px !important; }
.quote-carousel-widget blockquote .quote-footer p { margin-top: 0; }
.quote-carousel-widget .slick-track { display: table; }
.quote-carousel-widget .slick-track .slick-slide { display: table-cell !important; float: none; vertical-align: middle; }
.quote-carousel-widget .slick-arrow { width: 80px; height: 80px; }
@media (min-width: 992px) and (max-width: 1199px) { .quote-carousel-widget .slick-arrow { width: 60px; height: 60px; } }
@media (max-width: 991px) { .quote-carousel-widget .slick-arrow { display: none !important; } }
.quote-carousel-widget .slick-arrow.slick-prev { -webkit-transform: translate(-100%, -50%); transform: translate(-100%, -50%); }
.quote-carousel-widget .slick-arrow.slick-next { -webkit-transform: translate(100%, -50%); transform: translate(100%, -50%); }
.quote-carousel-widget .slick-dots { bottom: -80px; }
@media (min-width: 992px) { .quote-carousel-widget .slick-dots { display: none !important; } }
@media (max-width: 767px) { .quote-carousel-widget .slick-dots { bottom: -60px; } }

.standard-widget h2, .standard-widget h3 { color: #CC8E72; }
@media (min-width: 1200px) { .standard-widget blockquote { margin-left: -80px; margin-right: -80px; } }

.table-widget .table-wrap { width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }
@media (min-width: 768px) and (max-width: 991px) { .table-widget .table-wrap { width: calc(100% + 60px); } }
@media (max-width: 767px) { .table-widget .table-wrap { margin-left: -30px; width: calc(100% + 70px); } }
@media (min-width: 768px) and (max-width: 991px) { .table-widget .table-wrap table { border-right: 60px solid #fff; } }
@media (max-width: 767px) { .table-widget .table-wrap table { border-right: 10px solid #fff; } }
@media (min-width: 768px) and (max-width: 991px) { .table-widget .table-wrap table th, .table-widget .table-wrap table td { min-width: 300px; } }
@media (max-width: 767px) { .table-widget .table-wrap table th, .table-widget .table-wrap table td { min-width: 240px; } }

@media (max-width: 767px) { .text-iframe-widget + .widget-container--bleed { margin-top: 0; } }
.text-iframe-widget .flex-col { width: calc(50% - 40px); }
@media (max-width: 991px) { .text-iframe-widget .flex-col { width: 100%; }
  .text-iframe-widget .flex-col + .flex-col { margin-top: 60px; } }
.text-iframe-widget .text h2, .text-iframe-widget .text h3 { color: #CC8E72; }
.text-iframe-widget .iframe { padding: 40px; }
@media (max-width: 767px) { .text-iframe-widget .iframe { padding: 30px; margin-left: -40px; margin-right: -40px; width: calc(100% + 80px); } }

.video-widget .video-container { min-height: 740px; }
@media (max-width: 767px) { .video-widget .video-container { min-height: 520px; } }
.video-widget .video-container .text { z-index: 1; position: relative; padding: 120px; width: 50%; min-width: 760px; }
@media (min-width: 768px) and (max-width: 1199px) { .video-widget .video-container .text { padding: 120px 80px; } }
@media (max-width: 991px) { .video-widget .video-container .text { width: 90%; min-width: 0; } }
@media (max-width: 767px) { .video-widget .video-container .text { padding: 80px 40px; width: 100%; } }
.video-widget .video-container .text .subtitle, .video-widget .video-container .text .description { color: #F7F4EB !important; }
.video-widget .video-container .text h1, .video-widget .video-container .text h2, .video-widget .video-container .text h3, .video-widget .video-container .text h4, .video-widget .video-container .text h5, .video-widget .video-container .text .weather-widget .simple-weather .simple-weather__day .simple-weather__date, .weather-widget .simple-weather .simple-weather__day .video-widget .video-container .text .simple-weather__date, .video-widget .video-container .text h6, .video-widget .video-container .text blockquote:not(.blockquote-alt) strong, blockquote:not(.blockquote-alt) .video-widget .video-container .text strong, .video-widget .video-container .text blockquote:not(.blockquote-alt) em, blockquote:not(.blockquote-alt) .video-widget .video-container .text em, .video-widget .video-container .text blockquote:not(.blockquote-alt) small, blockquote:not(.blockquote-alt) .video-widget .video-container .text small { color: #CC8E72; }
.video-widget .video-container .text .fa-play { font-size: 1.4rem; margin-left: 10px; }
.video-widget .video-container .img { opacity: .3; }

.partner-logos-widget .logo-list { overflow: hidden; margin: -10px 10px; }
@media (max-width: 991px) { .partner-logos-widget .logo-list { margin: -10px; } }
@media (min-width: 768px) and (max-width: 991px) { .partner-logos-widget .logo-list { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .partner-logos-widget .logo-list { padding-left: 40px; padding-right: 40px; } }
.partner-logos-widget .logo-list .flex-col { width: 22%; height: 15vw; padding: 10px; display: flex; }
@media (max-width: 991px) { .partner-logos-widget .logo-list .flex-col { width: 50%; height: 26vw; } }
.partner-logos-widget .logo-list .flex-col .img { object-fit: contain; max-width: 300px; transition: all .35s ease; }
.partner-logos-widget .logo-list .flex-col a { text-align: center; width: 100%; }
body.nonTouchDevice .partner-logos-widget .logo-list .flex-col a:hover .img { opacity: .6; }

@media (min-width: 768px) and (max-width: 991px) { .content-columns-widget .container-fluid { max-width: 90vw !important; } }
.content-columns-widget .flex-list { margin: -20px; }
.content-columns-widget .flex-list .flex-col { margin: 20px; }
@media (max-width: 991px) { .content-columns-widget .flex-list .flex-col { width: calc(100% - 20px) !important; } }
@media (min-width: 768px) and (max-width: 991px) { .content-columns-widget .flex-list .flex-col + .flex-col { padding-top: 20px; } }
.content-columns-widget .flex-list .flex-col .image { position: relative; overflow: hidden; height: 100%; min-height: 400px; }
@media (min-width: 992px) and (max-width: 1199px) { .content-columns-widget .flex-list .flex-col .image { min-height: 270px; } }
@media (max-width: 991px) { .content-columns-widget .flex-list .flex-col .image { min-height: 0 !important; height: 0; padding-top: 100%; } }
.content-columns-widget .flex-list .flex-col .image .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
@media (min-width: 992px) { .content-columns-widget .flex-list .flex-col > :first-child:not(.image) { padding-top: 40px; }
  .content-columns-widget .flex-list .flex-col > :last-child:not(.image) { padding-bottom: 40px; } }
.content-columns-widget--a .flex-col { width: calc(33.33% - 40px); }
.content-columns-widget--b .flex-col:nth-child(2n-1) { width: calc(66.66% - 40px); }
.content-columns-widget--b .flex-col:nth-child(2n) { width: calc(33.33% - 40px); }
.content-columns-widget--c .flex-col:nth-child(2n-1) { width: calc(33.33% - 40px); }
.content-columns-widget--c .flex-col:nth-child(2n) { width: calc(66.66% - 40px); }
.content-columns-widget--d .flex-col { width: calc(25% - 40px); }
@media (min-width: 992px) and (max-width: 1199px) { .content-columns-widget--d .flex-col { width: calc(50% - 40px); } }
@media (min-width: 1200px) { .content-columns-widget--d .flex-col .image { min-height: 290px !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .content-columns-widget--d .flex-col .image { min-height: 425px !important; } }
