/* Banner CTA */
.banner-cta h2 {
  color: white !important;
}

/* Experiences */
@media only screen and (min-width: 769px) {
  .experiences .experiences-grid {
    margin: 0;
    gap: 30px;
  }
  .experiences .experiences-grid .experience-item:nth-child(4n+1), .experiences .experiences-grid .experience-item:nth-child(4n+4) {
    width: calc(55% - 15px);
  }
  .experiences .experiences-grid .experience-item:nth-of-type(4n+2), .experiences .experiences-grid .experience-item:nth-of-type(4n+3) {
    width: calc(45% - 15px);
  }
}

@media only screen and (min-width: 769px) {
  .experiences-grid-alt.default .experiences-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.loop-press__content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.fancybox__caption {
  display: none;
}

@media only screen and (min-width: 769px) {
  .itineraries .itineraries-media__item:last-child {
    grid-column: auto;
  }
}
.asterix-text {
  display: inline-flex;
  opacity: 0.6 !important;
  margin-top: 15px;
  font-size: 14px;
}

.content-media__content .button-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Events */
.offers-grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.offers-grid .offer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.offers-grid .offer .offer-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: none;
}
.offers-grid .offer .offer-content .location {
  display: inline-flex;
  justify-content: center;
  color: #fff;
  background-color: #d7c9c1;
  line-height: 1;
  padding: 7px 10px 5px;
  margin-bottom: 15px;
}
.offers-grid .offer .offer-content-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
}
.offers-grid .offer .offer-content-buttons a {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .offers-grid {
    gap: 15px;
  }
  .offers-grid .offer {
    margin-bottom: 30px;
    max-width: calc(50% - 12px);
  }
}
@media only screen and (min-width: 1366px) {
  .offers-grid {
    gap: 20px;
  }
  .offers-grid .offer {
    max-width: calc(33.3333333333% - 16px);
  }
}
@media only screen and (min-width: 1650px) {
  .offers-grid {
    gap: 30px;
  }
}
section {
  padding: 0 !important;
}

@media only screen and (min-width: 769px) {
  .home-banner,
  .base-banner {
    margin: 0 calc(var(--gutter) * -1) !important;
  }
}
.footer .container-fluid {
  padding: 0 !important;
}

.content-media__text p:not(:last-of-type) {
  margin-bottom: 20px;
}

.cta-section {
  width: 100%;
}
.cta-section__inner {
  padding-block: 30px !important;
}
.cta-section__inner .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial {
  width: 100%;
}
.testimonial-inner {
  padding-block: 50px !important;
}
.testimonial-inner h2 {
  margin-bottom: 0;
}

.footer-subscribe {
  margin-bottom: 40px;
}

@media (min-width: 1920px) {
  .content-media--two-images .content-media__media {
    max-height: none !important;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--left {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .header--left {
    justify-content: flex-start;
    flex-direction: row;
    width: auto;
    gap: 30px;
  }
}
.header--left .header-menus__wrapper {
  left: 0;
}
.header--left .header-menus__wrapper img {
  width: 225px;
}
@media (min-width: 992px) {
  .header--left .header-menus__wrapper img {
    width: 300px;
  }
}
.header--left nav {
  display: none;
}
@media only screen and (min-width: 769px) {
  .header--left nav {
    display: block;
  }
}
.header--left nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header--left nav > ul > li > a {
  font-size: calc(8px + 2 * (100vw - 480px) / 960);
  position: relative;
  display: inline-block;
  letter-spacing: 0.26em;
  text-align: center;
  text-transform: uppercase;
  color: #2b2925;
  padding: 5px 15px 5px 0;
}
.header--left nav > ul > li.menu-item-has-children {
  position: relative;
}
.header--left nav > ul > li.menu-item-has-children > a {
  position: relative;
}
.header--left nav > ul > li.menu-item-has-children > a::after {
  position: absolute;
  margin-top: -2px;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 0px;
  height: 0px;
  border-color: rgb(0, 0, 0) transparent transparent;
  border-style: solid;
  border-width: 8px 5.5px 0px;
  transition: 0.3s ease-in-out;
}
.header--left nav > ul > li.menu-item-has-children ul {
  display: none;
  opacitY: 0;
  transition: opacity 0.3s ease-in-out;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border: 1px solid black;
  width: 275px;
}
@media (min-width: 1366px) {
  .header--left nav > ul > li.menu-item-has-children ul {
    width: 300px;
  }
}
@media (min-width: 1600px) {
  .header--left nav > ul > li.menu-item-has-children ul {
    width: 350px;
  }
}
@media (min-width: 1920px) {
  .header--left nav > ul > li.menu-item-has-children ul {
    width: 375px;
  }
}
.header--left nav > ul > li.menu-item-has-children ul li {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 20px;
}
.header--left nav > ul > li.menu-item-has-children ul li:not(:last-of-type) {
  border-bottom: 1px solid black;
}
.header--left nav > ul > li.menu-item-has-children ul li span {
  font-size: calc(8px + 2 * (100vw - 480px) / 960);
  display: inline-block;
  letter-spacing: 0.26em;
  text-align: center;
  text-transform: uppercase;
  color: #2b2925;
}
.header--left nav > ul > li.menu-item-has-children ul li a {
  font-family: Utopia Std, Cormorant, Garamond, times new roman, times, serif;
  font-size: 20px;
}
@media (min-width: 1366px) {
  .header--left nav > ul > li.menu-item-has-children ul li a {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .header--left nav > ul > li.menu-item-has-children ul li a {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  .header--left nav > ul > li.menu-item-has-children ul li a {
    font-size: 34px;
  }
}
.header--left nav > ul > li.menu-item-has-children ul li a:hover {
  color: #8c9270;
}
.header--left nav > ul > li.menu-item-has-children.active > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.header--left nav > ul > li.menu-item-has-children.active ul {
  display: flex;
  opacity: 1;
}
.header--right {
  display: none;
}
@media (min-width: 768px) {
  .header--right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header--right #menu-home-menu {
  position: relative;
}
.header--right #menu-home-menu li.menu-item-has-children ul {
  background: white;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.header--right #menu-home-menu li.menu-item-has-children ul li {
  padding: 0 10px;
}
.header--right #menu-home-menu li.menu-item-has-children ul li a::after {
  display: none;
}
.header--right #menu-home-menu li.menu-item-has-children ul li a:hover {
  color: #8c9270;
}
.header--right #menu-home-menu li.menu-item-has-children ul li:not(:last-of-type) {
  border-bottom: 1px solid black;
  margin-bottom: 5px;
}
.header--right #menu-home-menu li.menu-item-has-children:hover ul {
  padding: 10px 0 0;
  max-height: 500px;
}
.header-menus {
  gap: 30px;
}
.header-menus .featured-image {
  display: none;
}
@media (min-width: 1366px) {
  .header-menus .featured-image {
    display: block;
    position: relative;
    width: 100%;
    flex: 1;
  }
  .header-menus .featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.header-menus--footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.header-menus--footer > a {
  margin-top: 0;
}
.header-menus--footer > a img {
  width: 200px;
}
.header-menus--footer .header-social-menu li {
  padding-left: 32px;
}
.header-menus--footer .header-social-menu li:not(:last-of-type) {
  margin-bottom: 8px;
}
.header-menus .header-main-menu {
  width: 100%;
}
.header-menus .header-main-menu #menu-main-menu > li > a {
  font-size: 44px !important;
  line-height: 54px !important;
}
.header-menus .header-main-menu #menu-main-menu > li ul li a {
  font-size: 36px !important;
  line-height: 44px !important;
}

.mobile-header-booking {
  display: flex;
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  background: #f9f7ed;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .mobile-header-booking {
    display: none;
  }
}
.mobile-header-booking-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-header-booking-wrapper a {
  display: flex;
  width: 100%;
  font-size: 10px;
  padding: 12px 25px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.page-governors-island .footer .top-left img {
  display: none !important;
}

.footer .top-left {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .top-left {
    text-align: left;
  }
}
.footer .iframe-placeholder {
  width: 100%;
  height: auto;
  border: none;
  margin: 0 auto;
  max-width: 465px;
}
.footer .iframe-placeholder form {
  position: relative;
}
.footer .iframe-placeholder form fieldset {
  padding: 0;
  margin: 0;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer .iframe-placeholder form fieldset .form--item {
  width: 100%;
}
.footer .iframe-placeholder form fieldset .form--item label {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.footer .iframe-placeholder form fieldset .form--item input {
  width: 100%;
  resize: none;
  border-radius: 0px;
  font-weight: bold;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 12px;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  color: #FFFFFF !important;
  background-color: transparent !important;
  border-bottom: 1px solid #FFFFFF !important;
  outline: none;
  text-align: center;
  padding: 10px;
  letter-spacing: 3.6px;
  height: 48px;
}
.footer .iframe-placeholder form fieldset .form--item input::-moz-placeholder {
  color: #FFFFFF !important;
}
.footer .iframe-placeholder form fieldset .form--item input::placeholder {
  color: #FFFFFF !important;
}
.footer .iframe-placeholder form fieldset .form--item button {
  background-color: #939678 !important;
  color: #FFFFFF !important;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  padding: 10px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  border: none;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  letter-spacing: 3.6px;
  border: 1px solid #FFFFFF !important;
}
.footer .top-right {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 992px) {
  .footer .top-right {
    flex-direction: row;
  }
}
.footer .top-right .dovetail {
  border-right: 1px solid #f9f7ed;
  padding-left: 0;
}
.footer .top-right .dovetail img {
  max-width: 215px;
}
@media (min-width: 992px) {
  .footer .top-right a {
    padding-left: 25px;
  }
}

.header-booking {
  position: static;
  z-index: 50;
}

.header-booking--dropdown {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: white;
  overflow-y: scroll;
  position: absolute;
  transform: translateY(100%);
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);
  bottom: -20px;
  right: 25px;
  width: calc(100% - 50px);
  max-height: 485px;
}
@media (min-width: 768px) {
  .header-booking--dropdown {
    max-height: 440px;
  }
}
@media (min-width: 992px) {
  .header-booking--dropdown {
    bottom: 0;
    right: 50px;
    padding: 20px;
    width: 450px;
    max-height: 655px;
  }
}
@media (min-width: 1366px) {
  .header-booking--dropdown {
    padding: 20px;
    width: 500px;
    max-height: 655px;
  }
}
@media (min-width: 1600px) {
  .header-booking--dropdown {
    bottom: -25px;
    padding: 25px;
    max-height: 675px;
  }
}
@media (min-width: 1920px) {
  .header-booking--dropdown {
    width: 525px;
    max-height: 710px;
  }
}
.header-booking--dropdown::-webkit-scrollbar {
  width: 5px;
}
.header-booking--dropdown::-webkit-scrollbar-thumb {
  background-color: #2f2f2f;
  outline: none;
}
.header-booking--dropdown::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.header-booking--dropdown-single {
  width: 100%;
  display: flex;
  align-items: stretch;
  border: 1px solid black;
  min-height: 155px;
}
@media (min-width: 768px) {
  .header-booking--dropdown-single {
    min-height: 200px;
  }
}
@media (min-width: 1600px) {
  .header-booking--dropdown-single {
    min-height: 220px;
  }
}
.header-booking--dropdown-single--image {
  position: relative;
  overflow: hidden;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  .header-booking--dropdown-single--image {
    display: block;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .header-booking--dropdown-single--image {
    width: 140px;
  }
}
@media (min-width: 1366px) {
  .header-booking--dropdown-single--image {
    width: 175px;
  }
}
.header-booking--dropdown-single--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-booking--dropdown-single--info {
  flex: 1;
  padding: 15px;
}
.header-booking--dropdown-single--info h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
}
@media (min-width: 1600px) {
  .header-booking--dropdown-single--info h3 {
    font-size: 26px;
  }
}
.header-booking--dropdown-single--info .button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.header-booking--dropdown-single--info .button-wrapper a {
  width: 100%;
  padding: 12px 20px;
}
@media (min-width: 1600px) {
  .header-booking--dropdown-single--info .button-wrapper a {
    padding: 18px 24px;
  }
}
.header-booking--dropdown-single:not(:last-of-type) {
  margin-bottom: 10px;
}
.header-booking--dropdown.active {
  display: flex;
}

.base-banner .button-wrapper {
  margin-bottom: 40px;
}
.base-banner__content {
  margin-bottom: 35px;
}
.base-banner__content p:last-of-type {
  margin-bottom: 0;
}
.base-banner .bullet-points-sections {
  padding-bottom: 15px;
}
.base-banner .bullet-points-sections:last-of-type {
  border-bottom: 1px solid #d7c9c1;
}
.base-banner .bullet-points-sections:not(:last-of-type) {
  margin-bottom: 20px;
}
.base-banner .bullet-points-sections h3 {
  margin-bottom: 20px;
}
.base-banner .bullet-points-sections ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
}
.base-banner .bullet-points-sections ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 8px 10px;
}
@media only screen and (max-width: 1023px) {
  .base-banner .bullet-points-sections ul li {
    width: calc(50% - 10px);
  }
  .base-banner .bullet-points-sections ul li:not(:nth-of-type(2n-2)) {
    border-right: 1px solid #d7c9c1;
  }
  .base-banner .bullet-points-sections ul li:last-of-type {
    border-right: none;
  }
  .base-banner .bullet-points-sections ul li:not(:nth-of-type(-2n)) {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .base-banner .bullet-points-sections ul li {
    width: calc(33.3333333333% - 10px);
  }
  .base-banner .bullet-points-sections ul li:not(:nth-of-type(3n-3)) {
    border-right: 1px solid #d7c9c1;
  }
  .base-banner .bullet-points-sections ul li:not(:nth-of-type(-3n)) {
    margin-bottom: 10px;
  }
  .base-banner .bullet-points-sections ul li:last-of-type {
    border-right: none;
  }
}
.base-banner__gallery-slider {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .base-banner__gallery-slider {
    height: 65.5dvh !important;
  }
}
.base-banner__gallery-slider .slick-track {
  display: flex;
}
.base-banner__gallery-slider .slick-track div {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 65.5dvh !important;
}
@media (min-width: 768px) {
  .base-banner__gallery-slider .slick-track div {
    height: 65.5dvh !important;
  }
}
.base-banner__gallery-slider .slick-track div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.base-banner__gallery-slider::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15%;
  opacity: 1;
  pointer-events: none;
  background: linear-gradient(0, #faf7ee, rgba(250, 247, 238, 0));
}
.base-banner__gallery-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media (min-width: 992px) {
  .base-banner__gallery-slider .slick-dots {
    gap: 4px;
  }
}
.base-banner__gallery-slider .slick-dots li.slick-active .dot, .base-banner__gallery-slider .slick-dots li:hover .dot {
  background: black;
}
.base-banner__gallery-slider .slick-dots li .dot {
  display: inline-flex;
  background: transparent;
  transition: all 0.3s ease-in-out;
  border: 1px solid black;
  width: 12px;
  height: 12px;
}
@media (min-width: 992px) {
  .base-banner__gallery-slider .slick-dots li .dot {
    width: 12px;
    height: 12px;
  }
}
.base-banner__bg::after {
  height: 15% !important;
}
@media (min-width: 768px) {
  .base-banner__bg::after {
    height: 20% !important;
  }
}

.accommodation-grid-wrapper h2 {
  margin-bottom: 30px;
}
.accommodation-grid--list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
}
.accommodation-grid--list .accommodation--single {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .accommodation-grid--list .accommodation--single {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1366px) {
  .accommodation-grid--list .accommodation--single {
    width: calc(50% - 16px);
  }
}
.accommodation-grid--list .accommodation--single-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}
.accommodation-grid--list .accommodation--single-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.75s ease-in-out;
  transform: scale(1);
}
.accommodation-grid--list .accommodation--single-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.accommodation-grid--list .accommodation--single-info .room-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 25px;
}
.accommodation-grid--list .accommodation--single-info .room-info p {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.accommodation-grid--list .accommodation--single-info .room-info p svg {
  height: auto;
  max-height: 23px;
  width: 25px;
}
.accommodation-grid--list .accommodation--single-info .room-info p span {
  line-height: 1;
}
.accommodation-grid--list .accommodation--single-info h3 {
  margin-bottom: 15px;
}
.accommodation-grid--list .accommodation--single-info aside {
  margin-bottom: 15px;
}
.accommodation-grid--list .accommodation--single-info .button-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}
.accommodation-grid--list .accommodation--single-info .button-wrapper a {
  width: 100%;
}
.accommodation-grid--list .accommodation--single:hover .accommodation--single-image img {
  transform: scale(1.1);
}
.accommodation-grid--filter {
  border-bottom: 1px solid black;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .accommodation-grid--filter {
    overflow-x: scroll;
  }
}
.accommodation-grid--filter fieldset {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.accommodation-grid--filter fieldset > span {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.accommodation-grid--filter fieldset > span.jcf-checked + label {
  opacity: 1;
}
.accommodation-grid--filter fieldset label {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .accommodation-grid--filter fieldset label {
    white-space: nowrap;
  }
}
.accommodation-grid--filter fieldset label span {
  font: 600 14px/17.23px azo-sans-web, Proxima Nova, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #2b2925;
}
.accommodation-grid--filter fieldset label:hover {
  opacity: 1;
}

.accordions-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1366px) {
  .accordions-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
  }
}
@media (min-width: 1366px) {
  .accordions--heading {
    position: sticky;
    top: 110px;
    width: 465px;
  }
}
@media (min-width: 1600px) {
  .accordions--heading {
    width: 510px;
  }
}
.accordions--heading h2 {
  padding: 0;
  text-align: right;
}
@media (min-width: 1366px) {
  .accordions--heading h2 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .accordions--heading h2 {
    font-size: 36px;
  }
}
.accordions--heading div {
  margin-top: 15px;
  text-align: left;
}
.accordions--list {
  flex: 1;
  max-width: 1000px;
}
.accordions--list .accordion h3 {
  text-align: left;
  line-height: 1.25;
}
.accordions--list .accordion h3::before {
  width: 11px;
  right: 39px;
}
.accordions--list .accordion h3::after {
  right: 44px;
}
.accordions--list .accordion-content__inner {
  text-align: left;
  max-width: 100%;
  padding: 0 20px;
}
.accordions--list .accordion-content__inner a {
  text-decoration: underline;
}
.accordions--list .accordion-content__inner ul {
  max-width: 100% !important;
  margin-bottom: 20px;
}

.accordion-search {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}
.accordion-search .search-box {
  position: relative;
  width: 100%;
  max-width: 1000px;
}
.accordion-search .search-box input {
  width: 100%;
  background: transparent;
  outline: none;
  border: 1px solid #d7c9c1;
  padding: 0 20px;
  height: 40px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .accordion-search .search-box input {
    font-size: 100%;
    padding: 0 30px;
    height: 50px;
  }
}
.accordion-search .search-box svg {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  height: auto;
  width: 20px;
}
@media (min-width: 992px) {
  .accordion-search .search-box svg {
    width: 25px;
  }
}
.accordion-search .search-box svg path {
  fill: #d7c9c1;
}
.accordion-search--nav {
  display: none;
}
@media (min-width: 1200px) {
  .accordion-search--nav {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 100px;
    grid-row-gap: 20px;
    position: relative;
    width: 100%;
    padding: 15px 0;
    margin: 40px 0;
    max-width: 850px;
  }
}
@media (min-width: 1366px) {
  .accordion-search--nav {
    margin: 50px 0;
  }
}
.accordion-search--nav a {
  position: relative;
  cursor: pointer;
  padding-bottom: 3px;
  color: #2f2f2f;
  font-size: calc(14px + 0 * (100vw - 375px) / 1065);
  font-family: Heart of the Land, Proxima Nova, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: calc(17px + 0 * (100vw - 375px) / 1065);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: transparent;
  opacity: 1;
  white-space: nowrap;
}
@media (min-width: 1366px) {
  .accordion-search--nav a {
    font-size: 14px;
    line-height: 17px;
  }
}
.accordion-search--nav a:hover {
  text-decoration-color: black;
  opacity: 1;
}

.custom-wysiwig__inner h6 {
  margin-top: 40px;
}
.custom-wysiwig__inner a {
  position: relative;
  padding-bottom: 2px;
}
.custom-wysiwig__inner a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: black;
}
.custom-wysiwig__inner > ul {
  padding-left: 20px;
  margin: 1em 0;
}
.custom-wysiwig__inner > ul li {
  line-height: 26px;
}
.custom-wysiwig__inner > ul > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.custom-wysiwig__inner > ul > li ul {
  padding-left: 20px;
  margin-top: 10px;
}
.custom-wysiwig__inner > ul > li ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.content-media__text h3 {
  margin-bottom: 15px;
}

.careers-widget section {
  margin: 0 !important;
}
.careers-widget .cc-job-portal-link-text {
  display: block;
  margin-bottom: 30px;
}
.careers-widget .cc-jobs-container a {
  position: relative;
  padding-bottom: 5px;
}
.careers-widget .cc-jobs-container a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: black;
  transition: all 0.3s ease-in-out;
}
.careers-widget .cc-jobs-container a:hover::after {
  width: 100%;
}

.download-map-wrapper {
  padding: 50px 0;
  text-align: center;
}
.download-map-wrapper h2 {
  margin-bottom: 30px;
}
.download-map-wrapper img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.download-map-wrapper .button-wrapper {
  text-align: center;
  margin-top: 25px;
}

.home-banner__bg::after {
  height: 15%;
}
@media (min-width: 768px) {
  .home-banner__bg::after {
    height: 15%;
  }
}
.home-banner__content {
  bottom: 0;
}

.gallery-carousel.image-large .slick-track img {
  max-height: none !important;
}

.offersCR {
  position: relative;
  z-index: 999;
}

.offersCR .accessCROffers {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #939678;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  width: 2rem;
  height: 6.25rem;
  z-index: 99;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.offersCR .offersSlideMain {
  transform: translateY(-50%) translateX(-100%);
  transition: ease-in-out all 0.4s;
  position: fixed;
  top: 50%;
  left: 0;
  max-width: 19.375rem;
  z-index: 99;
  background-color: #ffffff;
  overflow-x: hidden;
  padding: 1.25rem;
  box-shadow: 0px 0px 8px 0px rgba(69, 25, 4, 0.3);
}

.offersCR .offersSlideMain.active {
  transform: translateY(-50%) translateX(0);
}

.offersSlideMain .navigationCROffers {
  display: flex;
  align-items: center;
  gap: 5px;
}

.offersSlideMain .navigationCROffers button {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  height: 24px;
  width: 24px;
}

.offersSlideMain .mainSliderCR .slidesOffers img {
  margin-bottom: 2rem;
}

.offersSlideMain .mainSliderCR .slidesOffers strong {
  max-width: 20ch;
  font-size: clamp(22px, 1.5277777778vw, 1.375rem);
  font-weight: 500;
  margin-bottom: 0.7rem;
  font-family: Utopia Std, Cormorant, Garamond, times new roman, times, serif;
  color: #2b2925;
  letter-spacing: 0.01em;
  line-height: clamp(26px, 1.5277777778vw, 1.375rem);
  display: block;
}

.offersSlideMain .mainSliderCR .slidesOffers p {
  margin-bottom: 2rem;
  font-size: 14px;
  letter-spacing: 0.15px;
  line-height: 1.6;
}

.offersSlideMain .lnk {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
  padding: 0px 0px 20px;
}

@media (max-width: 768px) {
  .offersSlideMain .mainSliderCR .slidesOffers img {
    display: none;
  }
  .offersSlideMain .mainSliderCR .slidesOffers a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.menus {
  background: #F9F7ED;
}
.menus-wrapper .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
@media (min-width: 1366px) {
  .menus-wrapper .title {
    margin-bottom: 75px;
  }
}
@media (min-width: 1920px) {
  .menus-wrapper .title {
    margin-bottom: 100px;
  }
}
.menus-wrapper .title p {
  font-size: 14px;
}
@media (min-width: 992px) {
  .menus-wrapper .title p {
    font-size: 16px;
  }
}
.menus-wrapper .desktop-navigation {
  display: none;
}
@media (min-width: 992px) {
  .menus-wrapper .desktop-navigation {
    display: block;
    border-bottom: 1px solid black;
    margin-bottom: 30px;
  }
}
.menus-wrapper .desktop-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menus-wrapper .desktop-navigation ul li {
  cursor: pointer;
  color: #2B2925;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-family: "azo-sans-web";
  font-weight: 700;
  line-height: 1.25;
  border-bottom: 2px solid transparent;
  padding: 0 15px 10px;
  letter-spacing: 4.2px;
  font-size: 14px;
}
.menus-wrapper .desktop-navigation ul li.active {
  border-color: #2B2925;
  color: #000;
}
.menus-wrapper .mobile-navigation {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .menus-wrapper .mobile-navigation {
    display: none;
  }
}
.menus-wrapper .mobile-navigation label {
  margin-bottom: 5px;
}
.menus-wrapper .mobile-navigation select {
  top: 0;
  left: 0;
  padding: 0 15px;
}
.menus-list {
  background: #ede7d9;
  padding: 50px 30px;
}
@media (min-width: 992px) {
  .menus-list {
    padding: 50px;
  }
}
@media (min-width: 1366px) {
  .menus-list {
    padding: 50px 80px;
  }
}
@media (min-width: 1920px) {
  .menus-list {
    padding: 60px 115px;
  }
}
.menus-list-single:not(:first-of-type) {
  display: none;
}
.menus-list-single .menu-category.featured {
  background: #B99E8D;
}
.menus-list-single .menu-category.featured h2,
.menus-list-single .menu-category.featured .menu-item {
  border-color: #F9F7ED;
}
.menus-list-single .menu-category:not(:last-of-type) {
  margin-bottom: 30px;
}
.menus-list-single .menu-category h2 {
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
  border-bottom: 1px solid #B99E8D;
  padding: 20px 0;
  font-size: 20px;
}
@media (min-width: 992px) {
  .menus-list-single .menu-category h2 {
    font-size: 24px;
  }
}
@media (min-width: 1366px) {
  .menus-list-single .menu-category h2 {
    padding: 25px 0;
  }
}
@media (min-width: 1920px) {
  .menus-list-single .menu-category h2 {
    padding: 35px 0 30px;
    font-size: 26px;
  }
}
.menus-list-single .menu-category h2.large {
  border-bottom: none !important;
  padding-bottom: 0;
  font-size: 24px !important;
}
@media (min-width: 992px) {
  .menus-list-single .menu-category h2.large {
    font-size: 28px !important;
  }
}
@media (min-width: 1920px) {
  .menus-list-single .menu-category h2.large {
    font-size: 32px !important;
  }
}
.menus-list-single .menu-category--items .menu-item {
  border-bottom: 1px solid #B99E8D;
  padding: 20px 15px;
}
@media (min-width: 1366px) {
  .menus-list-single .menu-category--items .menu-item {
    padding: 25px 0;
  }
}
@media (min-width: 1920px) {
  .menus-list-single .menu-category--items .menu-item {
    padding: 35px 0 30px;
  }
}
.menus-list-single .menu-category--items .menu-item .name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 8px;
  gap: 10px;
}
@media (min-width: 992px) {
  .menus-list-single .menu-category--items .menu-item .name {
    text-align: left;
    gap: 15px;
  }
}
.menus-list-single .menu-category--items .menu-item .name h3,
.menus-list-single .menu-category--items .menu-item .name span {
  color: #2B2925;
  font-family: "Heart of the Land";
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
}
.menus-list-single .menu-category--items .menu-item p {
  text-align: center;
  color: #2B2925;
  font-family: "azo-sans-web";
  line-height: 1.6;
  font-size: 16px;
}
.menus-list-single .menu-category--note {
  text-align: center;
}
.menus-list-single .menu-category--note * {
  font-family: "azo-sans-web";
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  font-size: 14px;
}
.menus-list-single .menu-category--note p:not(:last-of-type) {
  margin-bottom: 8px;
}

.menu-downloads h2 {
  text-align: center;
  margin-bottom: 30px;
}
.menu-downloads-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.contact-form h2 {
  text-align: center;
}
.contact-form__copy {
  text-align: center;
  max-width: none;
  margin-bottom: 40px;
}
.contact-form .button-wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .slider .slides-images .slide {
    margin-right: 15px;
  }
}/*# sourceMappingURL=main.css.map */