@charset "UTF-8";
/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  text-align: left;
  width: 180px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding: 6px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.ui-datepicker {
  display: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #D8BF9C;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 300ms ease;
}
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #D8BF9C;
  border-left-color: #D8BF9C;
}

.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-next:not(.ui-state-disabled):hover:after {
  border-top-color: #D8BF9C;
  border-right-color: #D8BF9C;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #000;
  padding: 0 5px;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #2d4a54;
  border-radius: 50%;
}
.ui-datepicker-calendar .ui-datepicker-highlight a,
.ui-datepicker-calendar .ui-datepicker-current-day a,
.ui-datepicker-calendar .ui-state-default:hover {
  background: #D8BF9C;
  color: #fff;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 -123px no-repeat;
}
.ui-datepicker-trigger:hover {
  background-position: -37px -123px;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  border: thin solid #d1d1d1;
  font-size: 14px;
  text-align: left;
  color: #53565a;
  background: #fff;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #D8BF9C;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
  max-height: 258px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #000;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #eee;
  cursor: pointer;
}

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2?8uvq96") format("woff2"), url("../fonts/HeBS-Icons.woff?8uvq96") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=rooms-icon-], [class*=" rooms-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=rooms-icon-]:before, [class*=" rooms-icon-"]:before {
  font-family: "HeBS-Icons" !important;
}

.rooms-icon-theatre-set-up:before {
  content: "\e937";
}

.rooms-icon-classroom-set-up:before {
  content: "\e938";
}

.rooms-icon-cabaret-set-up:before {
  content: "\e939";
}

.rooms-icon-boardroom-set-up:before {
  content: "\e93a";
}

.rooms-icon-u-shaped-set-up:before {
  content: "\e93b";
}

.rooms-icon-banquet-set-up:before {
  content: "\e93c";
}

.rooms-icon-dinner-dance-set-up:before {
  content: "\e93d";
}

.rooms-icon-reception-set-up:before {
  content: "\e93e";
}

.rooms-icon-ceremony-set-up:before {
  content: "\e93f";
}

.rooms-icon-natural-daylight:before {
  content: "\e940";
}

.rooms-icon-outlets-sockets:before {
  content: "\e941";
}

.rooms-icon-direct-dial-point:before {
  content: "\e942";
}

.rooms-icon-video-conferencing:before {
  content: "\e943";
}

.rooms-icon-air-conditioning:before {
  content: "\e944";
}

.rooms-icon-wi-fi:before {
  content: "\e945";
}

.rooms-icon-blackout-shades:before {
  content: "\e946";
}

.rooms-icon-visual-equipment:before {
  content: "\e947";
}

.rooms-icon-audio-equipment:before {
  content: "\e948";
}

.rooms-icon-flipchart-presentation-equipment:before {
  content: "\e949";
}

.rooms-icon-tv-point:before {
  content: "\e94a";
}

.rooms-icon-overhead-projector:before {
  content: "\e94b";
}

.rooms-icon-data-projector:before {
  content: "\e94c";
}

.rooms-icon-balcony:before {
  content: "\e900";
}

.rooms-icon-city-view:before {
  content: "\e901";
}

.rooms-icon-beds:before {
  content: "\e902";
}

.rooms-icon-flat-screen-tv:before {
  content: "\e903";
}

.rooms-icon-hair-dryer:before {
  content: "\e904";
}

.rooms-icon-iron:before {
  content: "\e905";
}

.rooms-icon-ac:before {
  content: "\e906";
}

.rooms-icon-king-bed:before {
  content: "\e907";
}

.rooms-icon-kitchen:before {
  content: "\e908";
}

.rooms-icon-minibar:before {
  content: "\e909";
}

.rooms-icon-smoke-free:before {
  content: "\e90a";
}

.rooms-icon-occupancy:before {
  content: "\e90b";
}

.rooms-icon-ocean-view:before {
  content: "\e90c";
}

.rooms-icon-personal_items:before {
  content: "\e90d";
}

.rooms-icon-pool-view:before {
  content: "\e90e";
}

.rooms-icon-room-service:before {
  content: "\e90f";
}

.rooms-icon-safe:before {
  content: "\e910";
}

.rooms-icon-single-room:before {
  content: "\e911";
}

.rooms-icon-smoking:before {
  content: "\e912";
}

.rooms-icon-size:before {
  content: "\e913";
}

.rooms-icon-pulloutsofa:before {
  content: "\e914";
}

.rooms-icon-twin-room:before {
  content: "\e915";
}

.rooms-icon-wifi:before {
  content: "\e916";
}

.rooms-icon-adaroom:before {
  content: "\e917";
}

.rooms-icon-airport-shuttle-paid:before {
  content: "\e918";
}

.rooms-icon-amusement-park:before {
  content: "\e919";
}

.rooms-icon-bar:before {
  content: "\e91a";
}

.rooms-icon-beach:before {
  content: "\e91b";
}

.rooms-icon-business-center:before {
  content: "\e91c";
}

.rooms-icon-elevator:before {
  content: "\e91d";
}

.rooms-icon-environmentally-friendly:before {
  content: "\e91e";
}

.rooms-icon-fitness:before {
  content: "\e91f";
}

.rooms-icon-golf:before {
  content: "\e921";
}

.rooms-icon-indoor-pool:before {
  content: "\e922";
}

.rooms-icon-landmark:before {
  content: "\e923";
}

.rooms-icon-outdoor-pool:before {
  content: "\e924";
}

.rooms-icon-pet-friendly:before {
  content: "\e926";
}

.rooms-icon-pool:before {
  content: "\e927";
}

.rooms-icon-restaurant:before {
  content: "\e928";
}

.rooms-icon-shuttle:before {
  content: "\e92a";
}

.rooms-icon-spa:before {
  content: "\e92b";
}

.rooms-icon-ticket-services:before {
  content: "\e92c";
}

.rooms-icon-valet:before {
  content: "\e92d";
}

.rooms-icon-water-park:before {
  content: "\e92e";
}

.rooms-icon-coffeemaker:before {
  content: "\e92f";
}

.rooms-icon-highfloor:before {
  content: "\e930";
}

.rooms-icon-airport-shuttle-free:before {
  content: "\e931";
}

.rooms-icon-view:before {
  content: "\e932";
}

.rooms-icon-tv:before {
  content: "\e933";
}

.rooms-icon-minifridge:before {
  content: "\e934";
}

.rooms-icon-pets:before {
  content: "\e935";
}

.rooms-icon-valet-only:before {
  content: "\e936";
}

.rooms-icon-accessibility-features:before {
  content: "\e917";
}

.rooms-icon-parking:before {
  content: "\e94d";
}

.modal {
  position: relative;
  z-index: 100;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.modal__container {
  background-color: #fff;
  height: 100vh;
  display: flex;
  max-height: 100vh;
  width: 100%;
  max-width: 620px;
  box-shadow: 0 3px 144px 0 rgba(0, 0, 0, 0.03);
}
.modal__close {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 72px;
  top: 45px;
}
@media only screen and (max-width: 1023px) {
  .modal__close {
    top: 48px;
    right: 12px;
  }
}
.modal__close svg {
  pointer-events: none;
  transition: transform 300ms ease;
  transform: rotate(0);
  display: block;
}
.modal__close:hover svg {
  transform: rotate(-90deg);
}
.modal__close.dark svg {
  fill: #fff;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateX(15%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(15%);
  }
}
@keyframes mmslideInAlternate {
  from {
    transform: translateX(-15%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmslideOutAlternate {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-15%);
  }
}
@keyframes mmslideInBootom {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOutBootom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(15%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.4s ease;
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.4s ease;
}

.micromodal-slide.reversed-transition[aria-hidden=false] .modal__container {
  animation: mmslideInAlternate 0.4s ease;
}

.micromodal-slide.reversed-transition[aria-hidden=true] .modal__container {
  animation: mmslideOutAlternate 0.4s ease;
}

.micromodal-slide.bottom-transition[aria-hidden=false] .modal__container {
  animation: mmslideInBootom 0.4s ease;
}

.micromodal-slide.bottom-transition[aria-hidden=true] .modal__container {
  animation: mmslideOutBootom 0.4s ease;
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.blog-post-author {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-post-author {
    margin-bottom: 20px;
  }
}
.blog-post-author .author-block {
  display: flex;
  align-items: center;
  flex-flow: row;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    justify-content: center;
  }
}
.blog-post-author .author-block .thumbnail {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 25px 0 0;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  background-color: #5990B4;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block .thumbnail {
    margin: 0 15px 0 0;
    width: 80px;
    height: 80px;
  }
}
.blog-post-author .author-block h4 {
  font: normal 12px/1.2 "PtSans", sans-serif;
  color: #003E66;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    font-size: 12px;
  }
}

.blog-post-banner {
  font-family: "PtSans", sans-serif;
  position: absolute;
  right: 0;
  top: 100px;
  width: 160px;
  min-height: 600px;
  overflow: hidden;
}
.blog-post-banner:after {
  content: "";
  background-color: rgba(0, 62, 102, 0.45);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-banner {
    display: none;
  }
}
.blog-post-banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #5990B4;
}
.blog-post-banner .post-banner-content {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
  padding: 10px;
  z-index: 2;
}
.blog-post-banner .post-banner-content .banner-title {
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.blog-post-banner .post-banner-content .banner-title.banner-title-one {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-post-banner .post-banner-content .banner-title.banner-title-two {
  font-size: 30px;
}
.blog-post-banner .controls {
  position: absolute;
  bottom: 35px;
  left: 10px;
  right: 10px;
  margin: 0 auto;
  text-align: center;
}
.blog-post-banner .banner-button {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
  z-index: 2;
}
.blog-post-banner .banner-button:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 300ms ease;
  margin: 3px 0 0 -11px;
}
.blog-post-banner .banner-button:hover {
  text-decoration: underline;
}

.blog-long-reads {
  margin: 140px 0;
}
@media only screen and (max-width: 1023px) {
  .blog-long-reads {
    margin: 106px 0 51px;
  }
}
.blog-long-reads h3, .blog-long-reads h4 {
  text-align: center;
  color: #000;
}
.blog-long-reads h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .blog-long-reads h3 {
    font-size: 38px;
    line-height: 33px;
  }
}
.blog-long-reads h4 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  max-width: 678px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 1023px) {
  .blog-long-reads h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-long-reads h4 {
    margin: 24px auto 0;
  }
}
.blog-long-reads .tiles {
  display: flex;
  justify-content: space-between;
  margin-top: 41px;
}
@media only screen and (max-width: 1023px) {
  .blog-long-reads .tiles {
    flex-direction: column;
    margin-top: 26px;
  }
}
.blog-long-reads .tiles .tile {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 1023px) {
  .blog-long-reads .tiles .tile {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 89px;
  }
}
.blog-long-reads .tiles .tile:last-of-type {
  margin-top: 46px;
}
.blog-long-reads .tiles .tile .thumbnail {
  width: 100%;
  height: auto;
}
.blog-long-reads .tiles .tile .info-bar {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .blog-long-reads .tiles .tile .info-bar {
    margin-top: 34px;
  }
}
.blog-long-reads .tiles .tile .info-bar span {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .blog-long-reads .tiles .tile .info-bar span {
    font-size: 14px;
    line-height: 14px;
  }
}
.blog-long-reads .tiles .tile h5 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  margin-top: 32px;
  padding-right: 35%;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .blog-long-reads .tiles .tile h5 {
    font-size: 30px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-long-reads .tiles .tile h5 {
    padding-right: 0;
  }
}
.blog-long-reads .tiles .tile a {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .blog-long-reads .tiles .tile a {
    margin-top: 32px;
  }
}

.blog-image-text {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .blog-image-text {
    flex-direction: column;
  }
}
.blog-image-text.right-aligned .content-wrapper {
  order: -1;
  margin-right: 10.7%;
}
@media only screen and (max-width: 1023px) {
  .blog-image-text.right-aligned .content-wrapper {
    order: 1;
  }
}
.blog-image-text.right-aligned .image-container {
  margin-right: 0;
}
.blog-image-text .image-container {
  width: 37.5%;
  margin-right: 10.7%;
}
.blog-image-text .image-container.full-width {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .blog-image-text .image-container {
    width: 100%;
  }
}
.blog-image-text .image-container .image-wrapper {
  position: relative;
  min-height: 720px;
}
@media only screen and (max-width: 1023px) {
  .blog-image-text .image-container .image-wrapper {
    min-height: 498px;
  }
}
.blog-image-text .image-container .image-wrapper.has-video {
  min-height: auto !important;
}
.blog-image-text .image-container .footnote {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .blog-image-text .image-container .footnote {
    text-align: center;
    margin-top: 24px;
  }
}
.blog-image-text .content-wrapper {
  max-width: 29.5%;
  margin: initial;
}
@media only screen and (max-width: 1023px) {
  .blog-image-text .content-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 60px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-image-text .content-wrapper {
    text-align: left;
  }
}
.blog-image-text .content-wrapper p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  left: -100%;
  top: 0;
  flex-direction: column;
  padding: 190px 30px 30px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: left 400ms cubic-bezier(0.6, 0.04, 0.98, 0.335), visibility 400ms, opacity 400ms, padding 300ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: 60;
}
.sticky-header #hamburger-navigation {
  padding: 130px 30px 56px;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation {
    padding: 130px 30px 56px;
  }
}
@media (max-width: 1200px) {
  #hamburger-navigation {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 100px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: left 400ms cubic-bezier(0.075, 0.82, 0.165, 1), visibility 400ms, opacity 400ms;
}
#hamburger-navigation .mobile-menu-search,
#hamburger-navigation .back {
  position: relative;
  padding-left: 26px;
  margin-bottom: 32px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  text-align: left;
}
#hamburger-navigation .mobile-menu-search svg {
  position: absolute;
  left: 0;
  top: 2px;
  fill: #000;
}
#hamburger-navigation .back:before, #hamburger-navigation .back:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 1px;
  background: #000;
  transform-origin: 0 50%;
}
#hamburger-navigation .back:before {
  transform: rotate(-52deg);
}
#hamburger-navigation .back:after {
  transform: rotate(52deg);
}
#hamburger-navigation a {
  display: block;
  text-decoration: none;
}
#hamburger-navigation .menu.level-1, #hamburger-navigation .menu.level-2 {
  padding-top: 32px;
  border-top: 0.5px solid rgba(199, 208, 214, 0.25);
}
#hamburger-navigation .menu.level-1 > li > a {
  margin-bottom: 12px;
  padding: 10px 0;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .menu.level-1 > li > a {
    font-size: 14px;
    line-height: 14px;
  }
}
#hamburger-navigation .menu.level-1 > li > a.active {
  font-weight: 600;
}
#hamburger-navigation .menu-submenu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 190px 30px 56px;
  background: #fff;
  overflow: auto;
  z-index: 2;
  transition: left 400ms cubic-bezier(0.6, 0.04, 0.98, 0.335), visibility 400ms, opacity 400ms, padding-left 300ms ease;
  visibility: hidden;
  opacity: 0;
}
.sticky-header #hamburger-navigation .menu-submenu {
  padding: 130px 30px 56px;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .menu-submenu {
    padding: 130px 30px 56px;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .menu-submenu {
    padding-top: 100px;
  }
}
#hamburger-navigation .menu-submenu a {
  margin-bottom: 8px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  font-size: 15px;
  line-height: 32px;
  color: #000;
}
#hamburger-navigation .menu-submenu a:hover {
  color: #D8BF9C;
}
#hamburger-navigation .menu-submenu a.active {
  font-weight: 600;
}
#hamburger-navigation .menu-submenu .parent-title {
  padding-top: 10px;
  margin-bottom: 38px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .menu-submenu .parent-title {
    font-size: 14px;
    line-height: 14px;
  }
}
#hamburger-navigation .menu-submenu .destination-title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 32px;
  color: rgba(216, 191, 156, 0.75);
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .menu-submenu .destination-title {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .menu-submenu .destination-title {
    line-height: 32px;
  }
}
#hamburger-navigation .menu-submenu .level-3 {
  margin-left: 24px;
}
#hamburger-navigation .parent.expanded > .menu-submenu {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: left 400ms cubic-bezier(0.075, 0.82, 0.165, 1), visibility 400ms, opacity 400ms;
}
#hamburger-navigation .basic-nav {
  border-top: thin solid rgba(216, 191, 156, 0.25);
  margin-top: 30px;
  padding: 30px 0;
}
#hamburger-navigation .basic-nav li > a {
  display: inline-block;
}
#hamburger-navigation .basic-nav li > a.destinations-dropdown {
  position: relative;
  padding-right: 34px;
}
#hamburger-navigation .basic-nav li > a.destinations-dropdown:before, #hamburger-navigation .basic-nav li > a.destinations-dropdown:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 8px;
  height: 1px;
  background: #000;
  transform-origin: 0 50%;
}
#hamburger-navigation .basic-nav li > a.destinations-dropdown:before {
  transform: rotate(52deg);
}
#hamburger-navigation .basic-nav li > a.destinations-dropdown:after {
  top: 21px;
  transform: rotate(-52deg);
}
#hamburger-navigation .additional-buttons {
  position: relative;
  margin: auto -30px -30px;
  background: rgba(247, 246, 243, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-header #hamburger-navigation .additional-buttons {
  margin-bottom: -56px;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .additional-buttons {
    margin-bottom: -56px;
  }
}
#hamburger-navigation .language-selector {
  position: relative;
  width: 50%;
}
#hamburger-navigation .language-selector button {
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
#hamburger-navigation .language-selector .submenu {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: rgba(247, 246, 243, 0.75);
}
#hamburger-navigation .language-selector .submenu a {
  display: block;
  line-height: 56px;
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
#hamburger-navigation .language-selector button:hover + .submenu {
  display: block;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation .language-selector:hover .submenu {
    display: block;
  }
}
#hamburger-navigation .loyalty-login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 56px;
  line-height: 56px;
  font-size: 0;
}
#hamburger-navigation .loyalty-login svg {
  fill: #000;
}

#booking {
  --booking-background-image:  no-repeat object-fit;
  --booking-background-color: #F7F6F3;
  --booking-foreground-color: #000;
  --booking-foreground-alt-color: #D8BF9C;
  --booking-contrast-color: rgba(199, 208, 214, 0.25);
  --booking-separator-color: rgba(0, 0, 0, 0.5);
  --booking-foreground-inactive-color: rgba(0, 0, 0, 0.25);
  --booking-arrow-color: #000;
  --booking-toolip-i-color: #000;
  width: 100%;
  height: 100vh;
  padding: 45px 0 0;
  display: flex;
  flex-flow: column nowrap;
  color: var(--booking-foreground-color);
  background-image: var(--booking-background-image);
  background-color: var(--booking-background-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#booking .max-adults-property,
#booking .max-children-property {
  display: none;
}
@media only screen and (max-width: 767px) {
  #booking {
    padding-top: 65px;
  }
}
#booking.dark {
  --booking-background-image: ;
  --booking-background-color: #000;
  --booking-foreground-color: #fff;
  --booking-foreground-alt-color: #c7d0d6;
  --booking-contrast-color: rgba(216, 191, 156, 0.25);
  --booking-separator-color: rgba(255, 255, 255, 0.75);
  --booking-foreground-inactive-color: rgba(247, 246, 243, 0.25);
  --booking-arrow-color: #fff;
  --booking-toolip-i-color: #fff;
}
#booking.dark th {
  color: #fff !important;
}
#booking.dark .button-primary.slate:hover {
  background-color: #363027 !important;
  color: #fff !important;
}
#booking.dark .ui-datepicker-today a {
  background-color: #fff !important;
  color: #000 !important;
}
#booking.dark .tooltip.active .tooltip-button {
  background-color: #f0f2f3;
}
#booking.dark .tooltip.active .tooltip-button:after, #booking.dark .tooltip.active .tooltip-button:before {
  background-color: #000;
}
#booking.dark .tooltip .tooltip-text {
  background: #f0f2f3;
  color: #000;
  border-color: #000;
}
#booking.has-property {
  --booking-background-color: "";
}
#booking .booking-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#booking .booking-inner-wrapper {
  height: auto;
  display: grid;
  align-content: center;
  flex-grow: 1;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  #booking .booking-inner-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .booking-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .booking-inner-wrapper {
    padding-top: 60px;
  }
}
#booking .booking-form-wrapper form {
  display: none;
}
#booking .selection-panels {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #booking .selection-panels {
    flex-direction: column;
    align-items: center;
  }
}
#booking .booking-header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  #booking .booking-header {
    left: 20px;
    transform: none;
    width: calc(100% - 40px);
  }
}
#booking .properties-el select {
  min-width: 180px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  text-align: center;
  color: var(--booking-foreground-color);
}
@media only screen and (max-width: 1023px) {
  #booking .properties-el select {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .properties-el select {
    line-height: 16px;
    text-align: left;
    padding-left: 6px;
    padding-right: 30px;
  }
}
#booking .properties-el select option {
  color: #000;
}
#booking .select-wrapper .select-icon {
  border-color: var(--booking-arrow-color);
}
#booking .options-selection-panel {
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 1024px) {
  #booking .options-selection-panel {
    margin-right: auto;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .options-selection-panel {
    margin: 0 auto;
  }
}
#booking .options-selection-panel .submit-button {
  margin-top: 54px;
}
#booking .options-selection-panel .submit-button button {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
#booking .options-selection-panel .submit-button .email-button {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  text-decoration: none;
  display: none;
}
@media only screen and (max-width: 1023px) {
  #booking .options-selector {
    display: flex;
    justify-content: space-between;
  }
}
#booking .max-guests-error {
  display: none;
  margin: 30px 0 -20px 0;
  text-align: center;
  color: #ffaeae;
  font-size: 16px;
  letter-spacing: 0.5px;
}
#booking .contact-property-message {
  display: none;
  margin: 30px 0 -30px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  max-width: 240px;
}
#booking .contact-property-message a {
  color: #fff;
}
#booking #bookingPopupBtn.disabled {
  pointer-events: none;
  opacity: 0.8;
}
#booking hr {
  background-color: var(--booking-separator-color);
}
@media only screen and (min-width: 1024px) {
  #booking hr {
    margin-left: auto;
    margin-right: auto;
    width: 1px;
    border: 0;
    align-self: stretch;
    opacity: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking hr {
    height: 1px;
    width: 100%;
    margin: 20px 0 34px;
  }
}
@media only screen and (max-width: 767px) {
  #booking hr {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
#booking .booking-datepicker {
  position: relative;
  height: 330px;
}
@media only screen and (min-width: 1024px) {
  #booking .booking-datepicker {
    margin-left: min(4.5vw, 40px);
  }
}
#booking .booking-datepicker .ui-datepicker {
  position: relative;
  display: flex !important;
  width: 100% !important;
  justify-content: center;
  box-shadow: none;
  background: none;
  padding: 0;
}
#booking .custom-tooltip {
  position: absolute;
  bottom: -30px;
}
#booking .custom-tooltip b {
  color: #ff4e4e;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  #booking .ui-datepicker .ui-datepicker-group {
    margin-right: min(4.5vw, 40px);
  }
  #booking .ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #booking .ui-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
#booking .ui-datepicker .ui-datepicker-header {
  color: var(--booking-foreground-color);
  margin-bottom: 24px;
  text-align: left;
  padding: 0 6px;
}
#booking .ui-datepicker .ui-datepicker-header {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.205em;
  text-transform: uppercase;
}
#booking .ui-datepicker thead {
  margin-bottom: 12px;
}
#booking .ui-datepicker th {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-transform: capitalize;
  height: 40px;
  width: 40px;
}
@media only screen and (max-width: 1023px) {
  #booking .ui-datepicker th {
    font-size: 15px;
    line-height: 24px;
  }
}
#booking .ui-datepicker td a {
  color: var(--booking-foreground-color);
  position: relative;
}
#booking .ui-datepicker td a:after {
  content: attr(data-custom);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font: 10px/10px Arial, sans-serif;
  text-align: center;
}
#booking .ui-datepicker td a[data-custom]:after {
  bottom: 4px;
}
#booking .ui-datepicker td span,
#booking .ui-datepicker td a,
#booking .ui-datepicker .ui-datepicker-other-month a,
#booking .ui-datepicker .ui-datepicker-other-month span {
  display: inline-block;
  padding: 10px;
  width: 40px;
  height: 40px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  #booking .ui-datepicker td span,
  #booking .ui-datepicker td a,
  #booking .ui-datepicker .ui-datepicker-other-month a,
  #booking .ui-datepicker .ui-datepicker-other-month span {
    font-size: 15px;
    line-height: 24px;
  }
}
#booking .ui-datepicker td span[data-custom],
#booking .ui-datepicker td a[data-custom],
#booking .ui-datepicker .ui-datepicker-other-month a[data-custom],
#booking .ui-datepicker .ui-datepicker-other-month span[data-custom] {
  padding: 5px 0 0 0;
}
#booking .ui-datepicker .ui-state-disabled,
#booking .ui-datepicker .ui-datepicker-today {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--booking-foreground-inactive-color);
}
@media only screen and (max-width: 1023px) {
  #booking .ui-datepicker .ui-state-disabled,
  #booking .ui-datepicker .ui-datepicker-today {
    font-size: 15px;
    line-height: 24px;
  }
}
#booking .ui-datepicker .ui-datepicker-highlight a,
#booking .ui-datepicker a.ui-state-active,
#booking .ui-datepicker a.ui-state-hover {
  background-color: var(--booking-foreground-color);
  color: var(--booking-background-color);
  font-weight: 500;
  padding: 10px 0 0;
  border: 0;
}
#booking .ui-datepicker .ui-state-hover {
  border-radius: 50%;
  border: 0;
  text-shadow: none;
  box-shadow: none;
}
#booking .ui-datepicker .checkout-date a,
#booking .ui-datepicker .ui-datepicker-highlight + .checkin-date a {
  border-radius: 0 50% 50% 0;
  border: 0;
}
#booking .ui-datepicker .checkin-date a {
  border-radius: 50% 0 0 50%;
  border: 0;
}
#booking .ui-datepicker .ui-datepicker-next,
#booking .ui-datepicker .ui-datepicker-prev {
  display: none;
}
#booking .ui-datepicker-next::after,
#booking .ui-datepicker-prev::after {
  border-color: var(--booking-arrow-color);
  border-width: 1px;
}
#booking .ui-datepicker-prev {
  left: 248px;
}
#booking .ui-datepicker-prev.ui-state-disabled {
  display: none;
}
@media only screen and (max-width: 767px) {
  #booking .ui-datepicker-prev {
    left: 220px;
  }
}
@media only screen and (min-width: 768px) {
  #booking .option {
    margin-bottom: 54px;
  }
  #booking .option:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .option {
    margin-right: 80px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #booking .option {
    margin-right: 26px;
  }
}
#booking .option:last-child {
  margin-right: 0;
}
#booking .option h4 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.205em;
  text-transform: uppercase;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  #booking .option h4 {
    font-size: 13px;
  }
}
#booking .option .amount-widget {
  width: 100%;
  height: 39px;
  background-color: var(--booking-contrast-color);
  border-radius: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
@media only screen and (max-width: 1023px) {
  #booking .option .amount-widget {
    width: 165px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .option .amount-widget {
    width: 120px;
  }
}
#booking .option .amount-widget button {
  width: 32px;
  height: 32px;
  position: relative;
}
#booking .option .amount-widget button::after, #booking .option .amount-widget button::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  background-color: var(--booking-foreground-color);
  width: 14px;
  height: 1px;
}
#booking .option .amount-widget button.minus::before {
  content: "";
}
#booking .option .amount-widget button.plus::before, #booking .option .amount-widget button.plus::after {
  content: "";
}
#booking .option .amount-widget button.plus::after {
  transform: translate(-50%) rotate(90deg);
}
#booking .tooltip {
  position: absolute;
  right: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #booking .tooltip {
    width: 26px;
    height: 26px;
  }
}
#booking .tooltip.active .tooltip-button {
  background-color: #000;
}
#booking .tooltip.active .tooltip-button:after, #booking .tooltip.active .tooltip-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background-color: #fff;
  transition: opacity 300ms ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #booking .tooltip.active .tooltip-button:after, #booking .tooltip.active .tooltip-button:before {
    height: 12px;
  }
}
#booking .tooltip.active .tooltip-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#booking .tooltip.active .tooltip-button:hover:after, #booking .tooltip.active .tooltip-button:hover:before {
  opacity: 0.5;
}
#booking .tooltip.active .tooltip-text {
  display: block;
  opacity: 1;
  visibility: visible;
  left: 16px;
}
@media screen and (max-width: 1380px) {
  #booking .tooltip.active .tooltip-text {
    left: auto;
    right: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .tooltip.active .tooltip-text.adults-selector-tooltip-text {
    right: auto;
    left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #booking .tooltip.active .tooltip-text {
    left: 13px;
  }
  #booking .tooltip.active .tooltip-text.children-selector-tooltip-text {
    left: auto;
    right: 13px;
  }
}
#booking .tooltip .tooltip-button {
  display: block;
  border: 0.7px solid var(--booking-foreground-inactive-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 300ms ease;
  color: var(--booking-toolip-i-color);
  z-index: 2;
}
#booking .tooltip .tooltip-button:hover {
  border-color: var(--booking-foreground-color);
}
#booking .tooltip .tooltip-button:after {
  content: "i";
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  #booking .tooltip .tooltip-button:after {
    line-height: 28px;
  }
}
#booking .tooltip .tooltip-text {
  position: absolute;
  color: #fff;
  background-color: #000;
  border: thin solid #fff;
  bottom: 16px;
  left: 0;
  padding: 20px 27px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  text-transform: none;
  width: 206px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease;
}
@media screen and (max-width: 1380px) {
  #booking .tooltip .tooltip-text {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #booking .tooltip .tooltip-text.adults-selector-tooltip-text {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #booking .tooltip .tooltip-text {
    bottom: 13px;
    width: 160px;
    font-size: 13px;
    line-height: 19px;
    padding: 14px 18px;
  }
}
#booking .option h4 {
  position: relative;
}
#booking .booking-info-bar {
  position: relative;
  left: initial;
  right: initial;
  bottom: initial;
  width: auto;
  z-index: 10;
  display: none;
}
@media only screen and (max-width: 1023px) {
  #booking .booking-info-bar {
    padding: 0 32px 40px;
    background-color: var(--booking-background-color);
  }
  #booking .booking-info-bar .booking-info-bar-dates,
  #booking .booking-info-bar button {
    display: none;
  }
}

.booking-info-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  z-index: 50;
  padding-left: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  white-space: nowrap;
  transition: background-color 300ms ease;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .booking-info-bar {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 1232px) {
  .booking-info-bar {
    padding-left: 80px;
  }
}
.booking-info-bar.dark {
  background-color: rgba(216, 191, 156, 0.75);
  color: #fff;
}
.sticky-header .booking-info-bar.dark {
  background-color: #D8BF9C;
}
.booking-info-bar.dark .booking-info-bar-separator {
  background-color: #fff;
}
.booking-info-bar.dark svg {
  fill: #fff;
}
.booking-info-bar.light {
  background-color: #fff;
  color: #000;
}
.booking-info-bar.light .booking-info-bar-separator {
  background-color: #000;
}
.booking-info-bar.light svg {
  fill: #000;
}
.booking-info-bar .button-primary {
  margin-left: auto;
}
.booking-info-bar .email-button {
  display: none;
  text-decoration: none;
}
.booking-info-bar .booking-info-bar-dates,
.booking-info-bar .booking-info-bar-guests {
  display: grid;
  grid-auto-flow: column;
  gap: 0 24px;
  align-items: center;
}
@media only screen and (min-width: 1232px) {
  .booking-info-bar .booking-info-bar-dates,
  .booking-info-bar .booking-info-bar-guests {
    gap: 0 48px;
  }
}
.booking-info-bar .booking-info-bar-separator {
  display: block;
  height: 13px;
  width: 1px;
  margin: 0 auto;
}
.booking-info-bar .guest-icon {
  height: 20px;
}
@media only screen and (max-width: 1023px) {
  .booking-info-bar {
    padding: 18px 0;
    align-items: center;
    justify-content: center;
  }
  .booking-info-bar .booking-info-bar-guests,
  .booking-info-bar .booking-info-bar-separator,
  .booking-info-bar .booking-info-bar-btn {
    display: none;
  }
  .booking-info-bar .booking-info-bar-dates {
    gap: 0 18px;
  }
}
.booking-info-bar .booking-info-bar-btn:disabled {
  pointer-events: none;
}

.dates-selection-panel .submit-button {
  text-align: end;
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #fff;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage {
    min-height: 500px;
  }
}
.homepage-additional-content .subpage > .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage > .button {
    display: block;
  }
}
.homepage-additional-content .subpage .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
}
.homepage-additional-content .subpage .headings {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  min-height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper .copy {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.homepage-additional-content .subpage.even {
  background-position: 75% 50%;
}
.homepage-additional-content .subpage.even > .button {
  right: 40px;
  left: auto;
}
.homepage-additional-content .subpage.even .headings {
  left: auto;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage.even .headings {
    left: 40px;
  }
}
.homepage-additional-content .subpage.even .content-wrapper {
  float: left;
}

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .promo {
  width: 350px;
}
.admin .preview-item .promo .promo-thumbnail img {
  display: block;
  width: 100%;
}

.promos-position-a {
  position: relative;
  z-index: 30;
}
.promos-position-a .slideshow {
  overflow: hidden;
}
.promos-position-a .promo {
  position: relative;
  width: 33.33%;
  overflow: hidden;
  white-space: normal;
  background: #266060;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 70%;
  }
}
.promos-position-a .promo .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
.promos-position-a .promo .promo-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 600ms;
}
.promos-position-a .promo .promo-thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #D8BF9C;
  border-bottom-color: #D8BF9C;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.promos-position-a .promo .promo-thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
.promos-position-a .promo:hover .promo-thumbnail {
  transform: scale(1);
}
.promos-position-a .promo .content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}
.promos-position-a .promo h3 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.promos-position-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
.promos-position-a .promo .price {
  font: 15px/32px Arial, sans-serif;
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.promos-position-a .promo .promo-button:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 83%;
  }
}
.promos-position-a .slideshow-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .slideshow-pagination {
    display: none;
  }
}
.promos-position-a .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 300ms ease;
  cursor: pointer;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #D8BF9C;
}

#events {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#events > .button {
  margin-top: 50px;
}
#events h2 {
  font: 300 36px/1.2 "Gill Sans Nova", Arial, sans-serif;
  margin: 15px;
  color: #000;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 10px);
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    height: 580px;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #D8BF9C;
  border-bottom-color: #D8BF9C;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin: 34px 0 37px;
  color: #525252;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event .date {
    margin: 20px 0;
  }
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0E0E0;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  font: 400 24px/1.33 "Gill Sans Nova", Arial, sans-serif;
  color: #000;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 15px;
  line-height: 1.33;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  #events .event p {
    font-size: 14px;
  }
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #000;
  border-radius: 50%;
  transition: background 300ms ease;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #D8BF9C;
}

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 Arial, sans-serif;
  margin-bottom: 30px;
  color: #D8BF9C;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "«" "»";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 300ms ease;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

/* Rooms Module Styles */
.rooms-layout #content .page-content {
  text-align: center;
}
.rooms-layout #content .page-content h1 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
  margin: 20px 0;
}
@media only screen and (max-width: 1023px) {
  .rooms-layout #content .page-content h1 {
    font-size: 38px;
    line-height: 33px;
  }
}
.rooms-layout .swiper-button {
  transition: background 0.3s ease;
  font-size: 0;
  line-height: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 89 39'%3E%3Cg opacity='1'%3E%3Cpath fill='%23364F59' fill-rule='evenodd' d='m71.5 29.6 7.06-9.9-7.06-9.9.87-.1 7.13 10-7.13 10-.87-.1Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23364F59' stroke-opacity='1' stroke-width='.7' d='M18.8 19.75h60'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 88px auto;
  background-position: 50% 50%;
  background-color: rgba(255, 255, 255, 0.75);
  width: 115px;
  height: 48px;
}
.rooms-layout .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
  background-color: rgba(255, 255, 255, 0.25);
}
.rooms-layout .swiper-button:hover, .rooms-layout .swiper-button:focus-visible {
  background-color: #fff;
  background-position: 60% 50%;
}
@media only screen and (max-width: 1023px) {
  .rooms-layout .swiper-button {
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 20'%3E%3Cpath fill='%23364F59' fill-rule='evenodd' d='m13 19.9 7.06-9.9L13 .1l.87-.1L21 10l-7.13 10-.87-.1Z' clip-rule='evenodd'/%3E%3Cpath fill='%23364F59' fill-opacity='1' fill-rule='evenodd' d='M20 10.35H0v-.7h20v.7Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 21px 20px;
  }
}
.rooms-layout .room-gallery.como-full-width-slider {
  margin: 70px 0 70px;
}
@media only screen and (max-width: 767px) {
  .rooms-layout .room-gallery.como-full-width-slider {
    margin: 50px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-layout .room-gallery.como-full-width-slider .swiper-slide {
    grid-template-rows: 279px 70px;
  }
}
.rooms-layout .room-gallery.como-full-width-slider .como-slide-caption {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #767676;
}
@media only screen and (max-width: 767px) {
  .rooms-layout .room-gallery.como-full-width-slider .como-slide-caption {
    font-size: 14px;
  }
}

.rooms {
  position: relative;
  background-color: #F9F8F6;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 90px;
}
.rooms.page-content {
  max-width: 100%;
  text-align: left;
}
.rooms .center-column {
  max-width: 1280px;
}
@media only screen and (min-width: 1440px) {
  .rooms .center-column {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .center-column {
    padding: 0 0 0 20px;
  }
}
.rooms .category-selector {
  position: relative;
  margin-bottom: 32px;
}
.rooms .category-selector:before, .rooms .category-selector:after {
  display: none;
}
.rooms .category-title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: left;
}
.rooms .rooms-entry {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  align-items: stretch;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry {
    flex-flow: column;
  }
}
.rooms .rooms-entry.show-room-details {
  flex-flow: column;
  justify-content: center;
}
.rooms .rooms-entry.hide {
  display: none;
}
.rooms .rooms-entry .background {
  background-color: #F7F6F3;
  width: 79%;
  position: relative;
  max-height: 308px;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .background {
    width: 100%;
  }
}
.rooms .rooms-entry .background .image-container {
  width: 100%;
  flex-basis: 100%;
  align-self: flex-start;
}
.rooms .rooms-entry .background .image-container:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .background .image-container:before {
    padding-top: 70%;
  }
}
.rooms .rooms-entry .background .rooms-images-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
}
.rooms .rooms-entry .background .rooms-images-slider .rooms-slider-nav {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
}
.rooms .rooms-entry .background .rooms-images-slider .swiper-button {
  transition: background 0.3s ease;
  font-size: 0;
  line-height: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 89 39'%3E%3Cg opacity='1'%3E%3Cpath fill='%23364F59' fill-rule='evenodd' d='m71.5 29.6 7.06-9.9-7.06-9.9.87-.1 7.13 10-7.13 10-.87-.1Z' clip-rule='evenodd'/%3E%3Cpath stroke='%23364F59' stroke-opacity='1' stroke-width='.7' d='M18.8 19.75h60'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 88px auto;
  background-position: 50% 50%;
  background-color: rgba(255, 255, 255, 0.75);
  width: 115px;
  height: 48px;
}
.rooms .rooms-entry .background .rooms-images-slider .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
  background-color: rgba(255, 255, 255, 0.25);
}
.rooms .rooms-entry .background .rooms-images-slider .swiper-button:hover, .rooms .rooms-entry .background .rooms-images-slider .swiper-button:focus-visible {
  background-color: #fff;
  background-position: 60% 50%;
}
@media only screen and (max-width: 1023px) {
  .rooms .rooms-entry .background .rooms-images-slider .swiper-button {
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 20'%3E%3Cpath fill='%23364F59' fill-rule='evenodd' d='m13 19.9 7.06-9.9L13 .1l.87-.1L21 10l-7.13 10-.87-.1Z' clip-rule='evenodd'/%3E%3Cpath fill='%23364F59' fill-opacity='1' fill-rule='evenodd' d='M20 10.35H0v-.7h20v.7Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 21px 20px;
  }
}
.rooms .rooms-entry .background .thumb-details {
  display: none;
}
.rooms .rooms-entry .description-wrapper {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding-left: 5%;
  max-height: 308px;
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description-wrapper {
    padding-left: 0;
    max-height: none;
  }
}
.rooms .rooms-entry .description-wrapper .additional-room-content,
.rooms .rooms-entry .description-wrapper .rooms-booking-wrapper,
.rooms .rooms-entry .description-wrapper .separator-unique,
.rooms .rooms-entry .description-wrapper .links-mobile {
  display: none;
}
.rooms .rooms-entry .description-wrapper .links-mobile a {
  display: flex;
}
.rooms .rooms-entry .description-wrapper .links-mobile a:last-child {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description-wrapper .links-mobile {
    display: block;
  }
}
.rooms .rooms-entry .description {
  align-self: center;
  padding-right: 50px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms .rooms-entry .description {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description {
    padding: 34px 25px;
  }
}
.rooms .rooms-entry .description h3 {
  margin: 0 0 15px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .rooms .rooms-entry .description h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description h3 {
    font-size: 24px;
  }
}
.rooms .rooms-entry .description p {
  margin-bottom: 20px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description p {
    width: auto;
  }
}
.rooms .rooms-entry .description .room-trigger {
  order: unset;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description .room-trigger {
    display: none;
  }
}
.rooms .rooms-entry .features {
  font-size: 0;
  margin-bottom: 20px;
}
.rooms .rooms-entry .features span {
  display: inline-block;
  font-size: 14px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  color: #767676;
  position: relative;
  padding-right: 20px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .features span {
    font-size: 12px;
    line-height: 1.2;
    padding-right: 10px;
    margin: 0 10px 0 0;
  }
}
.rooms .rooms-entry .features span:after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #767676;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -1px;
}
.rooms .rooms-entry .features span:last-child {
  padding-right: 0;
  margin: 0;
}
.rooms .rooms-entry .features span:last-child:after {
  content: none;
}
.rooms .rooms-entry nav {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.rooms .rooms-entry nav .price {
  display: table-cell;
  padding: 10px 5px 6px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #000;
}
.rooms .rooms-entry nav .price span {
  display: inline-block;
  margin: 0 20px 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.rooms .rooms-entry nav .price .number {
  font-size: 22px;
}
.rooms .rooms-entry nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: #000;
}
.rooms .rooms-entry .booking-info {
  width: 140px;
  position: relative;
  right: 0;
  text-align: center;
}
.rooms .rooms-entry .booking-info .price {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}
.rooms .rooms-entry .booking-info .button {
  width: 140px;
}
.rooms .rooms-entry.show-room-details .background {
  width: auto;
  max-height: 362px;
}
.rooms .rooms-entry.show-room-details .background .image-container {
  display: flex;
  justify-content: space-between;
}
.rooms .rooms-entry.show-room-details .background .thumb-details {
  display: flex;
  position: absolute;
  height: 100%;
  width: calc(50% - 4px);
}
.rooms .rooms-entry.show-room-details .background .rooms-images-slider {
  width: calc(50% - 4px);
  left: auto;
}
.rooms .rooms-entry.show-room-details .description-wrapper {
  overflow: auto;
  padding: 50px 70px;
  max-height: 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms .rooms-entry.show-room-details .description-wrapper {
    padding: 50px 20px;
  }
}
.rooms .rooms-entry.show-room-details .description-wrapper .rooms-booking-widget,
.rooms .rooms-entry.show-room-details .description-wrapper .room-booking-form,
.rooms .rooms-entry.show-room-details .description-wrapper fieldset,
.rooms .rooms-entry.show-room-details .description-wrapper .booking-columns {
  height: 100%;
}
.rooms .rooms-entry.show-room-details .description-wrapper .booking-columns,
.rooms .rooms-entry.show-room-details .description-wrapper .description {
  display: flex;
  flex-direction: column;
}
.rooms .rooms-entry.show-room-details .description-wrapper .booking-columns .additional-room-content,
.rooms .rooms-entry.show-room-details .description-wrapper .booking-columns .controls-col,
.rooms .rooms-entry.show-room-details .description-wrapper .description .additional-room-content,
.rooms .rooms-entry.show-room-details .description-wrapper .description .controls-col {
  margin-top: auto;
}
.rooms .rooms-entry.show-room-details .separator-wrapper {
  position: relative;
}
.rooms .rooms-entry.show-room-details .separator-unique {
  margin-left: 7%;
  display: block;
}
.rooms .rooms-entry.show-room-details .description {
  align-self: unset;
  padding-right: 0;
  width: 50%;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1100px) {
  .rooms .rooms-entry.show-room-details .description {
    padding-right: 20px;
  }
}
.rooms .rooms-entry.show-room-details .description .description-inner {
  order: 2;
}
.rooms .rooms-entry.show-room-details .description h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .rooms .rooms-entry.show-room-details .description h3 {
    font-size: 30px;
    line-height: 28px;
  }
}
.rooms .rooms-entry.show-room-details .description p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.rooms .rooms-entry.show-room-details .description .features {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms .rooms-entry.show-room-details .description .features {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry.show-room-details .description .features {
    margin-bottom: 20px;
  }
}
.rooms .rooms-entry.show-room-details .description .room-trigger {
  order: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry.show-room-details .description .room-trigger {
    display: none;
  }
}
.rooms .rooms-entry.show-room-details .additional-room-content,
.rooms .rooms-entry.show-room-details .rooms-booking-wrapper {
  display: block;
}
.rooms .rooms-entry.show-room-details .additional-room-content {
  order: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms .rooms-entry.show-room-details .additional-room-content {
    padding-right: 10px;
  }
}
.rooms .rooms-entry.show-room-details .additional-room-content .features-icons .rooms-icon,
.rooms .rooms-entry.show-room-details .additional-room-content .features-icons .item {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms .rooms-entry.show-room-details .additional-room-content .features-icons .rooms-icon,
  .rooms .rooms-entry.show-room-details .additional-room-content .features-icons .item {
    font-family: "Gill Sans Nova", Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
  }
}
.rooms .rooms-entry.show-room-details .additional-room-content .features-icons .rooms-icon:before,
.rooms .rooms-entry.show-room-details .additional-room-content .features-icons .rooms-icon .image-wrapper,
.rooms .rooms-entry.show-room-details .additional-room-content .features-icons .item:before,
.rooms .rooms-entry.show-room-details .additional-room-content .features-icons .item .image-wrapper {
  color: #b9b2ac;
  margin-right: 30px;
}
.rooms .rooms-entry.show-room-details .additional-room-content .features-icons .rooms-icon .image-wrapper img,
.rooms .rooms-entry.show-room-details .additional-room-content .features-icons .item .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.rooms .rooms-entry.show-room-details .additional-room-content .features-icons .item {
  display: flex;
  flex-wrap: nowrap;
}
.rooms .rooms-entry.show-room-details .additional-room-content .features-icons .item .image-wrapper {
  flex-shrink: 0;
}
.rooms .rooms-entry.show-room-details .additional-room-content nav.links {
  margin-top: 25px;
}
.rooms .rooms-entry.show-room-details .additional-room-content nav.links a {
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 1255px) {
  .rooms .rooms-entry.show-room-details .additional-room-content nav.links a.button-tertiary {
    margin-top: 20px;
  }
}
.rooms .rooms-category-slider-wrapper {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-category-slider-wrapper.space {
    padding-right: 20px;
  }
}
.rooms .rooms-category-slider-wrapper .rooms-category-slider {
  overflow: hidden;
  position: relative;
}
.rooms .rooms-category-slider-wrapper .rooms-slider-nav {
  display: none;
  position: absolute;
  right: 0;
  top: -58px;
  z-index: 1;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 1023px) {
  .rooms .rooms-category-slider-wrapper .rooms-slider-nav {
    display: flex;
  }
}

.room .amenities {
  clear: both;
  margin: 30px 0;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .thumbnail {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    margin: 20px 0;
    max-width: none;
    float: none;
  }
}
.room .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.room .links {
  margin: 20px 0;
}

.key-details {
  background: rgba(247, 246, 243, 0.25);
  color: #000;
  padding: 106px 106px 53px;
  -moz-column-count: 2;
       column-count: 2;
  margin-left: 0;
  margin-top: 124px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .key-details {
    -moz-column-count: 1;
         column-count: 1;
    margin-top: 70px;
    padding: 60px 20px 39px;
  }
}
.key-details:before {
  content: "Key Details";
  position: absolute;
  left: 38px;
  top: -10px;
  color: #767676;
  text-transform: uppercase;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.key-details li {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.key-details li:before {
  color: #b9b2ac;
  margin-right: 73px;
}
@media only screen and (max-width: 767px) {
  .key-details li:before {
    margin-right: 30px;
  }
}

.floorplan-controls {
  text-align: center;
  margin: 90px 0;
}
@media only screen and (max-width: 767px) {
  .floorplan-controls {
    margin: 60px 0 77px;
  }
}
.floorplan-controls .button {
  padding-left: 60px;
  padding-right: 60px;
}

.guests-error {
  color: rgb(141, 1, 1);
}

.room-booking-form .selections-columns {
  display: flex;
  justify-content: space-between;
  padding: 0 65px 30px;
}
.room-booking-form .selections-columns .column label {
  display: block;
  text-align: left;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.205em;
  text-transform: uppercase;
}
.room-booking-form .selections-columns .column select {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.75);
  padding: 0 60px 0 0;
}
.room-booking-form .selections-columns .column .select-wrapper .select-icon {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  right: 0;
}
.room-booking-form .room-booking-datepicker {
  width: 350px;
  margin: 20px auto 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .room-booking-form .room-booking-datepicker {
    width: auto;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .room-booking-form .room-booking-datepicker {
    width: auto;
  }
}
.room-booking-form .room-booking-datepicker .ui-datepicker {
  box-shadow: none;
  background: none;
  padding: 0;
}
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 330px;
}
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-header {
  color: #000;
  margin-bottom: 24px;
  text-align: left;
  padding: 0 6px;
}
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-title {
  padding-left: 9px;
}
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-header {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.205em;
  text-transform: uppercase;
}
.room-booking-form .room-booking-datepicker .ui-datepicker thead {
  margin-bottom: 12px;
}
.room-booking-form .room-booking-datepicker .ui-datepicker th {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  text-transform: capitalize;
  height: 40px;
  width: 50px;
  padding-bottom: 5px;
}
.room-booking-form .room-booking-datepicker .ui-datepicker td {
  padding: 0;
  border-top: 0;
  background: transparent;
}
.room-booking-form .room-booking-datepicker .ui-datepicker td a {
  color: #000;
  position: relative;
}
.room-booking-form .room-booking-datepicker .ui-datepicker td a:after {
  content: attr(data-custom);
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  font: 10px/10px Arial, sans-serif;
  text-align: center;
}
.room-booking-form .room-booking-datepicker .ui-datepicker td span,
.room-booking-form .room-booking-datepicker .ui-datepicker td a,
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-other-month a,
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-other-month span {
  display: inline-block;
  width: 50px;
  height: 40px;
  padding: 5px 0 0 0;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  .room-booking-form .room-booking-datepicker .ui-datepicker td span,
  .room-booking-form .room-booking-datepicker .ui-datepicker td a,
  .room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-other-month a,
  .room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-other-month span {
    font-size: 15px;
    line-height: 24px;
  }
}
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-state-disabled,
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-today {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1023px) {
  .room-booking-form .room-booking-datepicker .ui-datepicker .ui-state-disabled,
  .room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-today {
    font-size: 15px;
    line-height: 24px;
  }
}
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-highlight a,
.room-booking-form .room-booking-datepicker .ui-datepicker a.ui-state-active,
.room-booking-form .room-booking-datepicker .ui-datepicker a.ui-state-hover {
  background-color: #000;
  color: #fff;
}
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-today a {
  background-color: transparent;
  color: inherit;
}
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-next::after,
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-prev::after {
  border-color: rgba(0, 0, 0, 0.25);
  border-width: 1px;
}
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-prev {
  left: auto;
  right: 45px;
}
.room-booking-form .room-booking-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  display: none;
}
.room-booking-form .button.submit-booking-button {
  padding: 16px 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: #c7d0d6;
  color: #000;
  min-width: 230px;
  height: auto;
  line-height: 20px;
  letter-spacing: 2.4px;
}
.room-booking-form .button.submit-booking-button:hover, .room-booking-form .button.submit-booking-button:active, .room-booking-form .button.submit-booking-button.active {
  border-color: rgba(199, 208, 214, 0.75);
}
.room-booking-form .button.submit-booking-button:disabled, .room-booking-form .button.submit-booking-button.disabled {
  border-color: rgba(199, 208, 214, 0.25);
  color: rgba(199, 208, 214, 0.25);
}

.rooms-layout .related-rooms-tiles {
  position: relative;
  padding-top: 88px;
}
@media only screen and (max-width: 767px) {
  .rooms-layout .related-rooms-tiles {
    padding-top: 0;
  }
}
.rooms-layout .related-rooms-tiles .center-column {
  max-width: 1120px;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .rooms-layout .related-rooms-tiles .center-column {
    padding: 0 20px;
  }
}
.rooms-layout .related-rooms-tiles .center-column h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  letter-spacing: 0.205em;
  text-transform: uppercase;
  color: #767676;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 2px auto;
  text-align: center;
}
.rooms-layout .related-rooms-tiles .center-column p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  color: #000;
}
.rooms-layout .related-rooms-tiles .related-rooms-section {
  background-color: rgba(247, 246, 243, 0.25);
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rooms-layout .related-rooms-tiles .related-rooms-section {
    padding: 40px 0 40px;
  }
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper {
    flex-flow: column;
  }
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile {
  width: calc((100% - 45px) / 2);
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 29px rgba(67, 86, 97, 0.04);
}
@media only screen and (max-width: 767px) {
  .rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile {
    width: 100%;
  }
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .thumbnail {
  position: relative;
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 87.5%;
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .thumbnail:before {
  padding-top: 64.5%;
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .thumbnail .featured-tile {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: absolute;
  top: 8px;
  right: 9px;
  z-index: 2;
  pointer-events: none;
  background-color: #fff;
  padding: 4px 8px 1px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .thumbnail .featured-tile {
    font-size: 14px;
    line-height: 14px;
  }
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .room-tile-info {
  padding: 45px 40px 57px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .room-tile-info {
    padding: 40px 32px 60px;
  }
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .room-tile-info h4 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .room-tile-info h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .room-tile-info p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin-top: 24px;
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .room-tile-info a {
  margin-top: 24px;
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .background {
  background-color: #F7F6F3;
  position: relative;
  max-height: 308px;
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .background .image-container {
  width: 100%;
  flex-basis: 100%;
  align-self: flex-start;
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .background .image-container:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .background .image-container .thumbnail {
  position: initial;
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .background .rooms-images-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
}
.rooms-layout .related-rooms-tiles .related-rooms-section .related-rooms-wrapper .related-room-tile .background .rooms-images-slider .rooms-slider-nav {
  position: absolute;
  right: -1px;
  top: auto;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  display: none;
  font: 200 36px/1.2 Arial, sans-serif;
  margin: 40px 0;
  color: #D8BF9C;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .photo {
    width: calc((100% - 50px) / 4);
    padding-top: calc((100% - 50px) / 4);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(n+8) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 25px/25px Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

#feeds {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
#feeds h2 {
  font: 200 36px/1.2 Arial, sans-serif;
  margin-bottom: 30px;
  color: #D8BF9C;
  text-transform: uppercase;
  text-align: center;
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #D8BF9C;
  border-bottom-color: #D8BF9C;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feeds .feed-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px Arial, sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #6F6F6F;
  transition: opacity 300ms ease;
  margin-bottom: 20px;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
@media (max-width: 449px) {
  #feeds .feed-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #feeds .feed-item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  #feeds .feed-item {
    width: calc((100% - 80px) / 5);
  }
}
@media (min-width: 1800px) {
  #feeds .feed-item {
    width: calc((100% - 100px) / 6);
  }
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px Arial, sans-serif;
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 300ms ease;
  padding-right: 30px;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #833ab4;
}
#feeds .feed-item.instagram:before {
  background-position: 0 0;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog h3 {
  color: #ACA394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 300ms ease;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

/* COMMON */
.venues .categories-descr .category-descr {
  display: none;
}
.venues .categories-descr .category-descr.active {
  display: block;
}

.single-venue .venue-thumb img {
  display: block;
  width: 100%;
}
.single-venue .layouts {
  margin: 0 0 15px;
}
.single-venue .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ebebeb;
}
.single-venue .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.single-venue .layouts span:hover {
  background: #D8BF9C;
}
.single-venue .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover {
    background: none;
  }
  .single-venue .layouts span:hover:before {
    color: #898989;
  }
}
.single-venue .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.single-venue .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover:after {
    display: none;
  }
}

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #ebebeb;
}
.venue.template1 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.template1 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: top 0s linear 0.1s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery.active {
  opacity: 1;
  top: 0;
  transition: top 0s linear 0s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .caption {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  z-index: 2;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure {
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 10px;
  z-index: 4;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
    right: auto;
    left: 20px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: #fff;
  cursor: pointer;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: red;
}
.venue.template1 .buttons {
  position: absolute;
  bottom: 0;
  left: calc(100% + 60px);
  z-index: 3;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons {
    position: static;
    margin-top: 10px;
  }
}
.venue.template1 .buttons a {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    width: auto;
  }
}
.venue.template1 .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a {
    margin-left: 0;
  }
}
.venue.template1 .buttons a + a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -1px;
  bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .venue.template1 .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template1 .content {
  width: 390px;
  padding: 40px 25px 15px 30px;
  color: #524a48;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  font-weight: 200;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content {
    width: auto;
    background: transparent;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px;
  }
}
.venue.template1 .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}
.venue.template1 .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template1 .content h3 a:hover {
  color: #4B494C;
}
.venue.template1 .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
.venue.template1 .content p, .venue.template1 .content ul {
  font-size: 14px;
  line-height: 18px;
}
.venue.template1 .content .links {
  margin-top: 15px;
  height: 30px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content .links {
    position: static;
    width: 100%;
    height: auto;
  }
}
.venue.template1 .content .links a {
  display: block;
  float: left;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 17px;
}
.venue.template1 .content .links a:first-child {
  padding-left: 0;
}
.venue.template1 .content .links a:last-child {
  padding-right: 0;
}
.venue.template1 .content .links a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.venue.template1 .layouts {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  font-size: 0;
  z-index: 4;
  height: 100%;
}
.venue.template1 .layouts.multiline {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts {
    right: 0;
    left: auto;
  }
}
.venue.template1 .layouts .main-list {
  width: 60px;
  height: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  float: left;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .main-list {
    float: right;
  }
}
.venue.template1 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template1 .layouts .additional-list span {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .additional-list {
    left: auto;
    right: 0;
  }
}
.venue.template1 .layouts .toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template1 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #4B494C;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .toggle {
    right: 0;
  }
}
.venue.template1 .layouts.multiline .toggle {
  display: block;
}
.venue.template1 .layouts.multiline.expand .toggle div:before {
  background: #4B494C;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 2px;
  margin-top: 1px;
  margin-left: 0;
  color: #898989;
}
.venue.template1 .layouts span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.venue.template1 .layouts span:before {
  line-height: 60px;
}
.venue.template1 .layouts span:hover:before, .venue.template1 .layouts span.active:before {
  color: #D8BF9C;
}
.venue.template1 .layouts span.rooms-icon {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template1 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template1 .layouts.expand .toggle div:before, .venue.template1 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #4B494C;
  position: absolute;
}
.venue.template1 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template1 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}

/* Template 2 */
/* VENUES TEMPLATE 3 */
/* TEMPLATE 4 */
/* VENUES TEMPLATE 5 */
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 #photos .slideshow-button.previous {
    right: 20px;
  }
  .blog-page.template-1 #photos .slideshow-button.next {
    right: 20px;
  }
}
.blog-page.template-1 .single-post-back-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 160px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.blog-page.template-1 .single-post-back-button .back-to {
  font-size: 20px;
  color: #D8BF9C;
}
.blog-page.template-1 .single-post-back-button .back-to:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .single-post-back-button {
    width: 140px;
    height: 60px;
    line-height: 60px;
  }
  .blog-page.template-1 .single-post-back-button .back-to {
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap {
  width: 25%;
  background-color: #f7f7f7;
  padding: 100px 40px 80px;
  box-sizing: border-box;
  min-width: 350px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap {
    width: 100%;
    margin-top: 60px;
    padding: 60px 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap {
    min-width: auto;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form {
    height: 50px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label {
  flex: 1;
  height: 100%;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #9b9b9b;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
    padding: 0 10px;
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
  width: 80px;
  height: 100%;
  border-radius: 0;
  background-color: #D8BF9C;
  border: none;
  cursor: pointer;
  color: transparent;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit:hover {
  background-color: #48c6c6;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    background-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    width: 60px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form svg {
  position: absolute;
  right: 26px;
  top: 17px;
  display: block;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    right: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .widget-title {
  font: 400 28px/1.2em Arial, sans-serif;
  color: #525252;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .widget-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories {
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 0;
  vertical-align: top;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
  font: 700 16px/1.7em Arial, sans-serif;
  color: #D8BF9C;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
    font-size: 15px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #D8BF9C;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:hover, .blog-page.template-1 .sidebar-wrap .blog-categories ul li a.active {
  opacity: 0.8;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu {
  display: block;
  margin-top: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li {
  display: block;
  width: auto;
  margin: 0 15px 10px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li a {
  font-size: 14px;
  line-height: 1.5;
  color: #525252;
}
@media only screen and (max-width: 1300px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul {
  margin: 0;
  list-style: none;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link-wrap {
  width: 50%;
  position: relative;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link {
  font: 700 18px/1em Arial, sans-serif;
  color: #D8BF9C;
  text-decoration: none;
  padding-right: 40px;
  position: relative;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  margin: 2px 0 0 -11px;
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active {
  color: #4a4a4a;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active:after {
  transform: translateY(-50%) rotate(135deg);
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months {
  width: 50%;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item {
  display: none;
  margin-bottom: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item:last-child {
  margin-bottom: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a {
  font: 700 16px/1 Arial, sans-serif;
  color: #D8BF9C;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: auto;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #D8BF9C;
}
.blog-page.template-1 .recent-posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
  width: 75%;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: auto;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #d5d5d5;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    flex: 1;
  }
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
  font: normal 42px/1em Arial, sans-serif;
  color: #D8BF9C;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1440px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 34px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}

.blog-page.template-2 {
  background-color: #fff;
}
.blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
  padding: 140px 0 100px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
    padding: 100px 0 40px;
  }
}
.blog-page.template-2.blog-list-view .blog-posts-wrapper {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}
.blog-page.template-2 .center-column {
  max-width: 1250px;
  padding: 0 20px;
}
.blog-page.template-2 .share-socials {
  position: absolute;
  right: -20px;
  bottom: 24px;
  width: 120px;
  text-align: left;
  min-height: 125px;
  background: #fff;
  margin-bottom: 0;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #dedede;
  opacity: 1;
  visibility: hidden;
  transition: opacity 300ms ease;
  z-index: 2;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}
.blog-page.template-2 .share-socials .share-title {
  color: #666;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.blog-page.template-2 .share-socials .share-button {
  margin-top: 7px;
  vertical-align: top;
  height: 21px;
}
.blog-page.template-2 .share-socials .share-button.facebook-share {
  margin-top: 7px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share {
  margin-top: 8px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share a {
  display: inline-block !important;
  vertical-align: top !important;
}
.blog-page.template-2 .share-socials.visible {
  opacity: 1;
  visibility: visible;
}
.blog-page.template-2 .share-socials .common-close-button {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 14px;
  width: 14px;
  background: transparent;
  font-size: 0;
  transition: background-color 300ms ease;
  opacity: 1;
}
.blog-page.template-2 .share-socials .common-close-button:before, .blog-page.template-2 .share-socials .common-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 300ms ease;
}
.blog-page.template-2 .share-socials .common-close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.blog-page.template-2 .share-socials .common-close-button:hover {
  opacity: 0.8;
}
.blog-page.template-2 .share-socials .common-close-button:hover:before, .blog-page.template-2 .share-socials .common-close-button:hover:after {
  background: #666;
}
.blog-page.template-2 .posts-controls {
  height: 63px;
  background-color: #EDEDED;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls {
    margin-top: 30px;
  }
}
.blog-page.template-2 .posts-controls .center-column {
  height: 100%;
}
.blog-page.template-2 .posts-controls .controls-wrapper {
  height: 100%;
  position: relative;
}
.blog-page.template-2 .posts-controls .post-control-button {
  font: normal 16px/1 "PtSans", sans-serif;
  position: absolute;
  top: 50%;
  color: #9A9A9A;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 300ms ease;
  transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls .post-control-button {
    font-size: 12px;
  }
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #9A9A9A;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 5px;
  height: 5px;
  border: 1px solid #EDEDED;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
  transition: border-color 0.35s ease-in-out;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post {
  left: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post .post-icon {
  left: -25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post {
  right: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon {
  right: -25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon:after {
  left: 4px;
  top: 4px;
  transform: rotate(45deg);
}
.blog-page.template-2 .posts-controls .post-control-button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  html.blog-navigation-visible {
    overflow: hidden;
  }
}
#blog-hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 200px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  #blog-hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation {
    padding-top: 140px;
  }
}
.blog-navigation-visible #blog-hamburger-navigation {
  right: 0;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#blog-hamburger-navigation .main-menu .blog-categories li {
  position: relative;
  margin-bottom: 5px;
}
#blog-hamburger-navigation .main-menu .blog-categories li a {
  display: inline-block;
  padding: 5px 40px;
  font: 22px/1.2 "PtSans", sans-serif;
  text-decoration: none;
  color: #003E66;
  position: relative;
  text-transform: uppercase;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #E04E39;
  opacity: 0;
  visibility: hidden;
  transition: opacity visibility 300ms ease;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover, #blog-hamburger-navigation .main-menu .blog-categories li a.active {
  color: #003E66;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover:after, #blog-hamburger-navigation .main-menu .blog-categories li a.active:after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
#blog-hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#blog-hamburger-navigation .main-menu .menu.submenu a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  color: #003E66;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:after {
  content: none;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:hover, #blog-hamburger-navigation .main-menu .menu.submenu a.active {
  color: #5990B4;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
#blog-hamburger-navigation .main-menu .plus .horizontal, #blog-hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #003E66;
  top: 0;
}
#blog-hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#blog-hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #003E66 !important;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#blog-hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#blog-hamburger-navigation .blog-search {
  margin: 0 auto;
  width: 80%;
  display: none;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search {
    display: block;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  position: relative;
  box-sizing: border-box;
}
#blog-hamburger-navigation .blog-search .blog-search-form label {
  flex: 1;
  height: 100%;
}
#blog-hamburger-navigation .blog-search .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #EDEDED;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #000;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
  width: 46px;
  height: 100%;
  border-radius: 0;
  border: none;
  background: #5990B4;
  cursor: pointer;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
    width: 60px;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit:hover {
  background-color: #003E66 !important;
}
#blog-hamburger-navigation .blog-search .blog-search-form svg {
  position: absolute;
  right: 22px;
  top: 12px;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.featured-posts {
  margin: 74px auto 200px;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .featured-posts {
    margin: 74px auto 100px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts {
    margin: 60px auto 17px;
  }
}
.featured-posts .featured-posts-slider .slideshow {
  width: 100%;
  overflow: hidden;
}
.featured-posts .featured-posts-slider .post {
  overflow: hidden;
}
.featured-posts .featured-posts-slider .post .center-column {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .center-column {
    flex-direction: column;
  }
}
.featured-posts .featured-posts-slider .post .post-image {
  width: 55%;
  height: auto;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-image {
    width: 100%;
    height: 366px;
    box-sizing: border-box;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper {
  width: 40%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper {
    min-height: 0;
    width: 100%;
    padding-top: 65px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-number {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #D8BF9C;
  display: none;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-number {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-number {
    display: block;
    position: absolute;
    top: 392px;
    right: 20px;
    font-size: 16px;
    line-height: 1;
    font-weight: 200;
    color: #767676;
    letter-spacing: 0.13em;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-number span {
  color: #767676;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-category {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-category {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-category {
    color: #767676;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper h3 {
    font-size: 30px;
    line-height: 28px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-text {
    margin-top: 24px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper a {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper a {
    margin-top: 24px;
  }
}
.featured-posts .featured-posts-slider .post.swiper-slide-prev .post-image {
  position: absolute;
  top: 50px;
  left: auto;
  right: 0;
  height: 404px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post.swiper-slide-prev .post-image {
    position: relative;
    height: 243px;
    margin-top: 30px;
    top: auto;
  }
}
.featured-posts .featured-posts-slider .post.swiper-slide-prev .post-content {
  display: none;
  opacity: 0;
}
.featured-posts .featured-posts-slider .post.swiper-slide-next .post-image {
  position: absolute;
  bottom: 50px;
  left: 0;
  height: 404px;
  top: auto;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post.swiper-slide-next .post-image {
    position: relative;
    bottom: auto;
    top: auto;
    margin-top: 90px;
    height: 243px;
  }
}
.featured-posts .featured-posts-slider .post.swiper-slide-next .post-content {
  display: none;
  opacity: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls {
  text-align: right;
  position: relative;
  justify-content: flex-end;
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .slideshow-controls {
    display: none;
  }
}
.featured-posts .featured-posts-slider .slideshow-controls button {
  background-color: transparent;
  transition: background 0.3s ease;
  font-size: 0;
  line-height: 0;
  background-image: url("../images/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 115px;
  height: 48px;
  opacity: 0.5;
}
.featured-posts .featured-posts-slider .slideshow-controls button.swiper-button-prev {
  transform: rotate(180deg);
}
.featured-posts .featured-posts-slider .slideshow-controls button.swiper-button-disabled {
  opacity: 0.3 !important;
}
.featured-posts .featured-posts-slider .slideshow-controls button:hover, .featured-posts .featured-posts-slider .slideshow-controls button:focus-visible {
  background-color: #fff;
  background-position: 60% 50%;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .slideshow-controls button {
    width: 48px;
    height: 48px;
    background-image: url("../images/arrow-next-mobile.svg");
  }
}
.featured-posts .featured-posts-slider .custom-video-container {
  position: absolute;
  top: 0;
  left: 0;
}
.featured-posts .featured-posts-slider .custom-video-container .video-controls {
  padding: 21px;
}
.featured-posts .featured-posts-slider .custom-video-container .video-controls .play {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.featured-posts .featured-posts-slider .custom-video-container .video-controls .play svg {
  fill: #F7F6F3;
}

.blog-page.template-2 .recent-posts .page-content {
  text-align: center;
}
.blog-page.template-2 .recent-posts .page-content h1, .blog-page.template-2 .recent-posts .page-content h2 {
  font: normal 48px/1.2 "PtSans", sans-serif;
  color: #003E66;
  box-sizing: border-box;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
}
.blog-page.template-2 .recent-posts .page-content h1:after, .blog-page.template-2 .recent-posts .page-content h2:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 4px solid #5990B4;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .page-content h1, .blog-page.template-2 .recent-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
  display: block;
  position: relative;
  border: 1px solid #5990B4;
  color: #5990B4;
  font-size: 16px;
  margin: 0 auto 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
.blog-page.template-2 .posts-content-wrap {
  font-family: "PtSans", sans-serif;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.blog-page.template-2 .posts-content-wrap .one-post {
  width: 33.3%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #5990B4;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 54%;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-category {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  text-align: center;
  padding: 0 15px;
  background-color: #E04E39;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
  width: 100%;
  background: #fff;
  padding: 35px 20px 20px;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
  min-height: 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
    padding: 20px;
    min-height: 120px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author {
  font-size: 13px;
  line-height: 1.2;
  color: #8A8A8A;
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author .date {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
  font: normal 28px/1 "PtSans", sans-serif;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    margin: 5px 0 30px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title a {
  color: #003E66;
  text-decoration: none;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links {
  display: flex;
  font-size: 0;
  position: absolute;
  left: 20px;
  right: 40px;
  bottom: 20px;
  vertical-align: bottom;
  width: calc(100% - 40px);
  justify-content: space-between;
  align-items: center;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link {
  font-size: 15px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 0 10px 0 0;
  text-transform: none;
  border-radius: 0;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 2px 0 0 -11px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  color: #969696;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 300ms ease;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button svg {
  fill: #969696;
  margin-left: 10px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover {
  opacity: 0.8;
}

.related-posts {
  margin-top: 100px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .related-posts {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.related-posts .page-content {
  text-align: center;
}
.related-posts .page-content .caption {
  font: normal 18px/1.2 "PtSans", sans-serif;
  color: #5990B4;
  text-transform: uppercase;
}
.related-posts .page-content h2 {
  font: normal 50px/1.2 "PtSans", sans-serif;
  text-align: center;
  color: #003E66;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .related-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.related-posts .related-posts-slider {
  max-width: 1135px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider {
    padding: 0;
  }
}
.related-posts .related-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 1135px;
  overflow: hidden;
}
.related-posts .related-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 33.3%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 450px;
  border-radius: 60px 16px 16px 16px;
  overflow: hidden;
  font-family: "PtSans", sans-serif;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post {
    padding: 0;
    min-height: auto;
    box-shadow: none;
  }
}
.related-posts .related-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  background-color: #5990B4;
  border-radius: 60px 16px 16px 16px;
}
.related-posts .related-posts-slider .post .post-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 236px;
  background: linear-gradient(180deg, rgba(0, 46, 50, 0) 0%, #002E32 100%);
}
.related-posts .related-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post .post-image {
    width: 100%;
  }
}
.related-posts .related-posts-slider .post .post-category {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 14px 20px;
  background-color: #E04E39;
  font-size: 13px;
  line-height: 1;
  border-bottom-left-radius: 10px;
  color: #fff;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 30px;
  width: 100%;
}
.related-posts .related-posts-slider .post .post-content-wrapper .post-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 20px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
  font: normal 34px/1 "PtSans", sans-serif;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
    font-size: 20px;
  }
}
.related-posts .related-posts-slider .post .post-content-wrapper .read-more-link {
  font-size: 12px;
  font-weight: normal;
  border-radius: 14px;
  line-height: 30px;
  background-color: #E04E39;
  color: #fff;
  padding: 0 25px;
  transition: opacity 300ms ease;
}

.footer-blog {
  font-family: "PtSans", sans-serif;
}
.footer-blog .footer-top-bar {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #5990B4;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar {
    padding-top: 20px;
  }
}
.footer-blog .footer-top-bar-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 50px;
  margin-left: 130px;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper {
    margin: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .text-block {
  margin-right: 50px;
  width: 43%;
  color: #fff;
}
.footer-blog .footer-top-bar-wrapper .text-block h4 {
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-blog .footer-top-bar-wrapper .text-block span {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    margin-bottom: 10px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block h4 {
    font-size: 18px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block span {
    font-size: 16px;
  }
}
.footer-blog .footer-top-bar-wrapper .input-text-wrapper {
  display: flex;
  margin-bottom: 10px;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter {
    width: 100%;
  }
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text] {
  flex-grow: 1;
  height: 58px;
  padding: 0 20px;
  background: #fff;
  font-size: 15px;
  line-height: 58px;
  color: #000;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]::-webkit-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]::-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:-ms-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus:-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus::-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
  padding: 0 45px;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 58px;
  background-color: #003E66;
  transition: background-color 300ms ease;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button:hover {
  background-color: #D93F2C;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
    padding: 0 15px;
    font-size: 14px;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .privacy-policy {
    margin-left: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy input {
  margin-right: 10px;
}
.footer-blog .footer-bottom-bar {
  padding: 35px 0;
  background-color: #fff;
}
.footer-blog .footer-bottom-bar-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper {
    justify-content: center;
  }
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper {
  margin-right: 40px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
  display: block;
  max-width: 155px;
  height: 82px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
    max-width: 100px;
    height: auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts {
  margin-right: 20px;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
  display: block;
  color: #6c6c6c;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
    font-size: 16px;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper .socials-list {
    margin: 20px auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li {
  margin-right: 15px;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li:last-child {
  margin-right: 0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a {
  opacity: 1;
  display: block;
  transition: opacity 300ms ease;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.facebook svg {
  fill: #4460A0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.twitter svg {
  fill: #1da1f2;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.instagram svg {
  fill: #e4405f;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a:hover {
  opacity: 0.8;
}

.footer {
  position: relative;
  z-index: 1;
  background-color: rgb(236, 223, 206);
  color: #000;
}
.footer .footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 42px;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: "logo menu1 menu2 socials newsletter";
  padding: 166px 80px 90px;
  align-items: start;
  justify-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .footer .footer-grid {
    padding: 120px 60px 160px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .footer-grid {
    grid-template-areas: "logo" "newsletter" "socials" "menu1" "menu2";
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
    padding: 76px 20px;
    gap: 64px 0;
  }
}
.footer .footer-logo {
  align-self: start;
  justify-self: start;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  grid-area: logo;
  opacity: 1;
  transition: opacity 300ms ease;
}
.footer .footer-logo svg {
  display: block;
  width: 180px;
  height: auto;
  fill: #fff;
}
.footer .footer-logo:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-logo {
    justify-self: center;
    margin-bottom: 32px;
  }
}
.footer .footer-title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-title {
    font-size: 14px;
    line-height: 14px;
  }
}
.footer .footer-links-list li + li {
  margin-top: 10px;
}
.footer a {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: transparent;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .footer a {
    font-size: 15px;
    line-height: 24px;
  }
}
.footer a:hover {
  text-decoration-color: initial;
}
.footer a.active {
  text-decoration: underline;
}
.footer .footer-menu {
  grid-area: menu;
}
.footer .footer-menu2 {
  grid-area: menu2;
}
.footer .footer-socials {
  grid-area: socials;
}
.footer .footer-newsletter-trigger {
  grid-area: newsletter;
}
.footer .footer-newsletter {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #F7F6F3;
  color: rgb(0, 0, 0);
  padding: 25px 80px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-newsletter {
    text-align: center;
    flex-direction: column;
  }
}
.footer .footer-newsletter .footer-title {
  margin-bottom: 0px !important;
}
.footer .footer-newsletter .button-stroke {
  border: 1px solid #000;
  background-color: transparent;
  margin-left: 20px;
  color: #000;
  padding: 10px 40px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-newsletter .button-stroke {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.footer .footer-newsletter .button-stroke:hover {
  border-color: #D8BF9C;
  background-color: rgb(236, 223, 206);
  color: #000;
}
.footer .footer-copyright {
  background-color: #fff;
  color: rgb(0, 0, 0);
  padding: 40px 80px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-copyright {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer .footer-copyright {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-copyright {
    text-align: center;
  }
}
.footer .footer-destinations {
  width: 100%;
}
@media only screen and (min-width: 1232px) {
  .footer .footer-destinations {
    width: 40%;
  }
}
.footer .footer-destinations .level-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-destinations .level-1 > li {
  margin-bottom: 25px;
  padding-right: 10px;
}
.footer .footer-destinations .level-1 > li > a {
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 449px) {
  .footer .footer-destinations .level-1 {
    height: auto;
  }
}
@media only screen and (min-width: 1232px) {
  .footer .footer-destinations .level-1 {
    height: 490px;
    flex-direction: column;
    justify-content: normal;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#hebs-gallery .close-button:after, #hebs-gallery .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 300ms ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
#hebs-gallery .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hebs-gallery .close-button:hover:after, #hebs-gallery .close-button:hover:before {
  background: #949494;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #000;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 43px;
  height: 43px;
  margin-top: -22px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transition: border-color 300ms ease;
}
#hebs-gallery .galleria-image-nav-left:hover, #hebs-gallery .galleria-image-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  transform: rotate(-45deg);
  transform-origin: center;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  transform: rotate(135deg);
  transform-origin: center;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #D8BF9C;
  border-bottom-color: #D8BF9C;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transform-origin: center;
  transition: border-color 300ms ease;
}
#hebs-gallery .galleria-thumb-nav-left:hover, #hebs-gallery .galleria-thumb-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  transform: rotate(-45deg);
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  transform: rotate(135deg);
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #327d7d;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:after, #share-this-site-overlay .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 300ms ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
#share-this-site-overlay .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#share-this-site-overlay .close-button:hover:after, #share-this-site-overlay .close-button:hover:before {
  background: #949494;
}

.specials-layout:after {
  clear: both;
  content: "";
  display: table;
}
.specials-layout .page-content {
  text-align: center;
  max-width: 1000px;
}
.specials-layout .specials-wrapper {
  position: relative;
  background-color: rgba(247, 246, 243, 0.25);
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .specials-layout .specials-wrapper {
    padding-bottom: 60px;
  }
}
.specials-layout .specials-wrapper.page-content {
  max-width: 100%;
}
.specials-layout .specials-wrapper .center-column {
  max-width: 1160px;
}
.specials-layout .specials-wrapper .category-selector {
  position: relative;
  margin-bottom: 6px;
}
.specials-layout .specials-wrapper .category-selector:before, .specials-layout .specials-wrapper .category-selector:after {
  display: none;
}
.specials-layout .specials-wrapper .category-selector .button {
  border: 0;
  height: auto;
  padding: 0;
  font-weight: 400;
  background-color: transparent;
}
.specials-layout .specials-wrapper .category-selector .button:hover {
  background-color: transparent;
}
.specials-layout .specials-wrapper .category-selector .button.active {
  font-weight: 500;
}
.specials-layout .specials-wrapper .category-selector a {
  letter-spacing: 0.15em;
}
.specials-layout .specials-wrapper .category-selector:before, .specials-layout .specials-wrapper .category-selector:after {
  background: #c7d0d6;
}
.specials-layout .special-items-list {
  padding-top: 30px;
  display: flex;
  flex-flow: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media only screen and (max-width: 767px) {
  .specials-layout .special-items-list {
    flex-flow: column;
    padding-top: 0;
  }
}
.specials-layout .specials-controls {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .specials-layout .specials-controls {
    margin-top: 40px;
  }
}
.specials-layout .special-item {
  width: calc(50% - 40px);
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  text-align: left;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  box-shadow: 0 0 29px rgba(67, 86, 97, 0.2);
}
.specials-layout .special-item.hidden {
  display: none;
}
@media only screen and (max-width: 767px) {
  .specials-layout .special-item {
    height: auto;
    width: auto;
    margin: 15px;
  }
}
.specials-layout .special-item .background {
  position: relative;
  flex-basis: 100%;
  align-self: flex-start;
  padding-top: 64.5%;
  height: 0;
}
.specials-layout .special-item .background .como-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
}
.specials-layout .special-item .description {
  width: 100%;
  display: block;
  padding: 45px 40px 80px;
}
@media only screen and (max-width: 767px) {
  .specials-layout .special-item .description {
    padding: 45px 30px 45px 30px;
  }
}
.specials-layout .special-item .description h3 {
  margin: 0 0 10px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .specials-layout .special-item .description h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.specials-layout .special-item .description h3 a {
  text-decoration: none;
}
.specials-layout .special-item .description h3 a:hover {
  color: #D8BF9C;
}
.specials-layout .special-item .description h4 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #767676;
}
@media only screen and (max-width: 1023px) {
  .specials-layout .special-item .description h4 {
    font-size: 14px;
    line-height: 14px;
  }
}
.specials-layout .special-item .description p, .specials-layout .special-item .description .descr {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}
.specials-layout .special-item .description nav {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .specials-layout .special-item .description nav {
    width: 100%;
  }
}

.single-special .center-column {
  max-width: 1280px;
}
@media only screen and (max-width: 767px) {
  .single-special .center-column {
    padding: 0;
  }
}
.single-special .single-special-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .single-special .single-special-wrapper {
    flex-direction: column;
  }
}
.single-special .single-special-wrapper .image-container {
  width: 48%;
  margin-right: 13.7%;
}
@media only screen and (max-width: 1023px) {
  .single-special .single-special-wrapper .image-container {
    width: 100%;
  }
}
.single-special .single-special-wrapper .image-container .image-wrapper {
  position: relative;
  min-height: 540px;
}
@media only screen and (max-width: 1023px) {
  .single-special .single-special-wrapper .image-container .image-wrapper {
    min-height: 380px;
  }
}
.single-special .single-special-wrapper .content-wrapper {
  max-width: 38%;
  margin: initial;
}
@media only screen and (max-width: 1023px) {
  .single-special .single-special-wrapper .content-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 60px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-special .single-special-wrapper .content-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.single-special .single-special-wrapper .content-wrapper.page-content {
  text-align: left;
}
.single-special .single-special-wrapper .content-wrapper p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.single-special .single-special-wrapper .content-wrapper .socials-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .single-special .single-special-wrapper .content-wrapper .socials-wrapper {
    margin-bottom: 30px;
  }
}
.single-special .single-special-wrapper .content-wrapper .socials-wrapper .caption {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: 1;
}
.single-special .single-special-wrapper .content-wrapper .socials {
  list-style: none;
  max-width: 60%;
  display: flex;
  gap: 16px;
  margin-bottom: 0;
  flex-flow: wrap;
}
@media only screen and (max-width: 1023px) {
  .single-special .single-special-wrapper .content-wrapper .socials {
    margin-left: 20px;
  }
}
.single-special .single-special-wrapper .content-wrapper .socials li {
  display: block;
}
.single-special .single-special-wrapper .content-wrapper .socials li:before {
  content: none;
}
.single-special .single-special-wrapper .content-wrapper .socials li.mobile-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .single-special .single-special-wrapper .content-wrapper .socials li.mobile-only {
    display: block;
  }
}
.single-special .single-special-wrapper .content-wrapper .socials li a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #c7d0d6;
  background-color: #c7d0d6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  overflow: hidden;
}
.single-special .single-special-wrapper .content-wrapper .socials li a svg {
  fill: #fff;
}
.single-special .single-special-wrapper .content-wrapper .socials li:hover a {
  border: 1px solid #000;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .single-special .single-special-wrapper .content-wrapper .content-block .controls {
    margin: 0 auto;
    text-align: center;
    display: none;
  }
}
.single-special .single-special-wrapper .content-wrapper .content-block .controls .button-stroke {
  margin-top: 30px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .single-special .single-special-wrapper .content-wrapper .content-block .controls .button-stroke {
    margin-top: 0;
    padding: 14px 40px;
  }
}

.related-offers-tiles {
  position: relative;
  padding-top: 88px;
}
@media only screen and (max-width: 767px) {
  .related-offers-tiles {
    padding-top: 0;
  }
}
.related-offers-tiles .center-column {
  max-width: 1280px;
}
.related-offers-tiles .center-column h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 5px auto;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .related-offers-tiles .center-column h3 {
    font-size: 14px;
    line-height: 14px;
  }
}
.related-offers-tiles .center-column p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  color: #000;
}
.related-offers-tiles .related-offers-section {
  background-color: rgba(247, 246, 243, 0.25);
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .related-offers-tiles .related-offers-section {
    padding: 40px 0 40px;
  }
}
.related-offers-tiles .related-offers-section .related-offers-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .related-offers-tiles .related-offers-section .related-offers-wrapper {
    flex-flow: column;
  }
}
.related-offers-tiles .related-offers-section .related-offers-wrapper .related-special-tile {
  width: calc((100% - 64px) / 3);
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 29px rgba(67, 86, 97, 0.04);
}
@media only screen and (max-width: 767px) {
  .related-offers-tiles .related-offers-section .related-offers-wrapper .related-special-tile {
    width: 100%;
  }
}
.related-offers-tiles .related-offers-section .related-offers-wrapper .related-special-tile .thumbnail {
  position: relative;
}
.related-offers-tiles .related-offers-section .related-offers-wrapper .related-special-tile .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 87.5%;
}
.related-offers-tiles .related-offers-section .related-offers-wrapper .related-special-tile .thumbnail .featured-tile {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: absolute;
  top: 8px;
  right: 9px;
  z-index: 2;
  pointer-events: none;
  background-color: #fff;
  padding: 4px 8px 1px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .related-offers-tiles .related-offers-section .related-offers-wrapper .related-special-tile .thumbnail .featured-tile {
    font-size: 14px;
    line-height: 14px;
  }
}
.related-offers-tiles .related-offers-section .related-offers-wrapper .related-special-tile .special-tile-info {
  padding: 41px 33px 57px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .related-offers-tiles .related-offers-section .related-offers-wrapper .related-special-tile .special-tile-info {
    padding: 40px 32px 60px;
  }
}
.related-offers-tiles .related-offers-section .related-offers-wrapper .related-special-tile .special-tile-info h4 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .related-offers-tiles .related-offers-section .related-offers-wrapper .related-special-tile .special-tile-info h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.related-offers-tiles .related-offers-section .related-offers-wrapper .related-special-tile .special-tile-info p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin-top: 24px;
}
.related-offers-tiles .related-offers-section .related-offers-wrapper .related-special-tile .special-tile-info a {
  margin-top: 24px;
}

.page-content .careers .narrow {
  width: 20%;
}

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #D8BF9C;
  border-bottom-color: #D8BF9C;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 500 16px/24px "Gill Sans Nova", Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
}
.hotel-location-map p, .poi-map-canvas p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #000;
  width: 300px;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
}
.map-content h3 {
  font: 500 16px/24px "Gill Sans Nova", Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
}
.map-content a {
  color: #000;
}
.map-content .button {
  margin-top: 20px;
}

/* Leaflet */
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: hsla(0, 0%, 100%, 0.9);
  color: #364f59;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  border-radius: 0;
}

.leaflet-popup {
  margin-bottom: 35px;
}

.leaflet-popup-content {
  margin: 20px;
}

.leaflet-popup-tip {
  display: none;
}

.map-content-popup .center {
  text-align: center;
}
.map-content-popup h3, .map-content-popup p {
  font-family: Helvetica Neue LT Std, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.map-content-popup h3 {
  color: #000;
  font: 500 16px/24px Helvetica Neue LT Std, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.map-content-popup a {
  color: #000;
}
.map-content-popup .button {
  margin-top: 20px;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  padding: 20px 0;
  background-color: #D8BF9C;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
}
.pressroom .pressroom-item time {
  color: #fff;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #fff;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #D8BF9C;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
  margin-top: 0;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
  z-index: 0;
}
.galleries .gallery:hover h2, .galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}
.galleries .gallery .description .centered p {
  font-size: 14px;
  line-height: 18px;
}

.form {
  display: block;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form fieldset {
  display: flex;
  flex-wrap: wrap;
}
.form fieldset + fieldset {
  margin-top: 60px;
}
.form h3 {
  text-align: left;
  margin-top: 30px;
  color: #c7d0d6;
  width: 100%;
}
.form label {
  display: block;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #D8BF9C;
  margin-bottom: 10px;
}
.form label em {
  line-height: 10px;
  padding-right: 1px;
}
.form p {
  clear: both;
  margin-top: 40px;
  margin-bottom: 0;
  width: 100%;
  flex-shrink: 0;
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p.col-50 {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .form p.col-50 {
    width: 100%;
  }
}
.form p.col-50 + .col-50 {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .form p.col-50 + .col-50 {
    margin-left: 0;
  }
}
.form p.terms-privacy label {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  text-align: left;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text],
.form input[type=date],
.form textarea,
.form select,
.form .input-overlay {
  background: #fff;
  color: #000;
  height: 34px;
  padding: 0;
  resize: none;
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: thin solid rgba(216, 191, 156, 0.5);
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text],
  .form input[type=date],
  .form textarea,
  .form select,
  .form .input-overlay {
    width: 100%;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
.form .select-wrapper {
  width: 100%;
}
.form .select-wrapper .select-icon {
  border-color: #D8BF9C;
}
.form textarea {
  height: 228px;
  font-size: 18px;
  font-weight: 400;
  overflow: auto;
  line-height: 20px;
  padding: 32px 24px;
  background: rgba(243, 243, 243, 0.5);
  border: 0;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  position: relative;
}
.form input.date-pick,
.form .input-overlay {
  width: 100%;
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  position: absolute;
  margin: 0;
  top: 8px;
  right: 0;
  display: none;
}
.form .controls p {
  background: none;
  text-align: center;
  margin-top: 0;
}
.form .controls .button {
  padding: 0 65px;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #000;
}

.como-input,
.como-select {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(216, 191, 156, 0.25);
}
.como-input .como-input-label,
.como-select .como-input-label {
  display: block;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1023px) {
  .como-input .como-input-label,
  .como-select .como-input-label {
    font-size: 14px;
    line-height: 14px;
  }
}

.como-input input {
  display: block;
  width: 100%;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 1023px) {
  .como-input input {
    font-size: 15px;
    line-height: 24px;
  }
}
.como-input input[type=search]::-webkit-search-decoration, .como-input input[type=search]::-webkit-search-cancel-button, .como-input input[type=search]::-webkit-search-results-button, .como-input input[type=search]::-webkit-search-results-decoration {
  display: none;
}
html:not(.keyboard-navigation) .como-input input {
  outline: none;
}
.como-input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.como-input input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.como-input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.como-input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.como-select {
  width: 100%;
}
.como-select .select-wrapper {
  width: 100%;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.como-select .select-wrapper select {
  width: 100%;
  border: none;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  height: auto;
  padding-left: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .como-select .select-wrapper select {
    font-size: 15px;
    line-height: 24px;
  }
}
.como-select .select-wrapper .select-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 6'%3E%3Cpath fill='%23364F59' fill-rule='evenodd' d='M.06 0 6 4.7 11.94 0 12 1.25 6 6 0 1.25.06 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 12px 6px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 12px;
  height: 6px;
  transform: none;
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}

#form_module_container_errors {
  color: #b31919;
}

#form_module_container_errors .goTo {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#form_module_container_errors .goTo:hover {
  filter: grayscale(100%);
}

#form_module_container_success {
  color: green;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 60px;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 30px;
  color: #c7d0d6;
  width: 100%;
}
[id*=form_form_] em {
  line-height: 10px;
  padding-right: 1px;
}
[id*=form_form_] label {
  display: block;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #D8BF9C;
  margin-bottom: 10px;
}
[id*=form_form_] p {
  clear: both;
  margin-top: 40px;
  margin-bottom: 0;
  width: 100%;
  flex-shrink: 0;
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label {
  display: inline;
  text-align: left;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
}
[id*=form_form_] p span.group {
  margin-top: 0;
}
[id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px;
}
[id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
  background: #fff;
  color: #000;
  height: 34px;
  padding: 0;
  resize: none;
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: thin solid rgba(216, 191, 156, 0.5);
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    width: 100%;
  }
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #b31919;
}
[id*=form_form_] .input-overlay {
  opacity: 0;
  margin-top: -40px;
  clear: both;
  width: 100%;
}
[id*=form_form_] .select-wrapper {
  width: 100%;
}
[id*=form_form_] .select-wrapper .select-icon {
  border-color: #D8BF9C;
}
[id*=form_form_] textarea {
  height: 228px;
  font-size: 18px;
  font-weight: 400;
  overflow: auto;
  line-height: 20px;
  padding: 32px 24px;
  background: rgba(243, 243, 243, 0.5);
  border: 0;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
[id*=form_form_] input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=radio] {
    margin-top: 0;
  }
}
[id*=form_form_] .group input[type=radio] {
  margin-top: 0;
}
[id*=form_form_] .datepicker-input-wrapper {
  position: relative;
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
    float: none;
  }
}
[id*=form_form_] input.date-pick {
  width: 100%;
}
[id*=form_form_] .ui-datepicker-trigger {
  position: absolute;
  margin: 0;
  top: 8px;
  right: 0;
  display: none;
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 auto;
}
[id*=form_form_] > input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
[id*=form_form_] .controls p {
  background: none;
  text-align: center;
  margin-top: 0;
}
[id*=form_form_] .controls .button {
  padding: 0 65px;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #000;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=textarea] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  letter-spacing: 0;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 10px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
[id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 300ms ease/2;
  border: #000 1px solid;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #b31919;
  border-left: 2px solid #b31919;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 300ms ease/2 300ms ease/3, opacity 300ms ease/2, visibility 300ms ease/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 300ms ease/3, opacity 300ms ease/3, visibility 300ms ease/3;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input {
  font-size: 12px;
  transition: opacity 300ms ease;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 200 36px/1.2 Arial, sans-serif;
  margin-bottom: 30px;
  color: #D8BF9C;
  text-transform: uppercase;
  text-align: center;
}

.poi {
  overflow: hidden;
}
.poi .map-content .button {
  padding: 0 15px;
}

.poi-controls-wrapper {
  text-align: center;
}

.poi-zoom {
  color: #D8BF9C;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #D8BF9C;
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #D8BF9C;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 800px;
}

.poi-overlay {
  text-align: center;
}
.poi-overlay .category-selector {
  margin: 0;
}
.poi-overlay .category-selector .button {
  padding-left: 45px;
}
.poi-overlay .category-selector .button:before {
  background: url("../images/poi/icons.svg") no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
}
.poi-overlay .category-selector .button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .button.icon-universities:before {
  background-position: -1810px -10px;
}

#calendar-header {
  margin-bottom: 20px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
#calendar-links a:hover svg, #calendar-links a.active svg {
  fill: #D8BF9C;
}
#calendar-links a svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: fill 300ms ease;
  fill: rgb(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  float: right;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #717272;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: fill 300ms ease;
}
#calendar-views a:hover svg, #calendar-views a.active svg {
  fill: #D8BF9C;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: #53565a;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #767676;
  color: #767676;
}
#calendar-year a:hover {
  border-color: #000;
  color: #000;
}
#calendar-year .active a {
  border-color: #D8BF9C;
  color: #D8BF9C;
}
#calendar-year .active a:hover {
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #132929;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #D8BF9C;
  color: #fff;
}
#calendar-month a.active {
  background: #D8BF9C;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #595756;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    margin-top: -6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 300ms ease;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #D8BF9C;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    border-color: #949494;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    transform: rotate(135deg);
    left: auto;
    right: 5px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  margin-top: -7px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 0;
  transform-origin: center;
  transition: border-color 300ms ease;
}
#calendar-navigation a.prev:hover, #calendar-navigation a.next:hover {
  border-color: #949494;
}
#calendar-navigation a.next {
  right: 0;
  transform: rotate(135deg);
}
#calendar-navigation a.prev {
  left: 0;
  transform: rotate(-45deg);
}

#calendar-week, #calendar-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #595756;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #132929;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #D8BF9C;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #717272;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  color: #717272;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}

#calendar .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#calendar .dates, #calendar .attachment {
  display: block;
  margin: 0 0 20px;
}

#calendar .dates > small {
  display: block;
}

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px/30px Arial, sans-serif;
  color: #151616;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #D8BF9C;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.modal__content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal .newsletter-modal-container {
  justify-self: flex-end;
  margin-left: auto;
}
.modal .search-modal-container {
  box-shadow: 0 3px 144px rgba(0, 0, 0, 0.03);
}
.modal .newsletter-modal-content {
  padding: 180px 80px 160px 116px;
}
.modal .newsletter-modal-content h2,
.modal .newsletter-modal-content h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .modal .newsletter-modal-content h2,
  .modal .newsletter-modal-content h3 {
    font-size: 30px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .modal .newsletter-modal-content {
    padding: 128px 20px;
  }
}
.modal .newsletter-modal-content .newsletter-success {
  display: none;
}
.modal .newsletter-modal-content [id*=form_form_] label {
  color: #000;
  font-weight: 600;
}
.modal .newsletter-modal-content [id*=form_form_] .select-wrapper .select-icon {
  border-color: #000;
}
.modal .newsletter-modal-content [id*=form_form_] input[type=submit] {
  border-color: #c7d0d6;
}
.modal .newsletter-modal-content [id*=form_form_] .g-recaptcha {
  justify-content: flex-start;
}
.modal .newsletter-modal-content [id*=form_form_] #form_module_container_success p {
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1023px) {
  .modal .newsletter-modal-content [id*=form_form_] #form_module_container_success p {
    font-size: 17px;
    color: #000;
  }
}
.modal .newsletter-modal-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .modal .newsletter-modal-form {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }
}
.modal .newsletter-modal-form .como-input:nth-child(even) {
  grid-column: 1;
}
.modal .newsletter-modal-form .como-input.full-width-form-elem {
  grid-column: span 2;
}
@media only screen and (max-width: 1023px) {
  .modal .newsletter-modal-form .como-input.full-width-form-elem {
    grid-column: initial;
  }
}
.modal .newsletter-modal-form .como-select,
.modal .newsletter-modal-form button[type=submit] {
  grid-column: 1;
}
.modal .newsletter-modal-form .newsletter-modal-consent {
  grid-column-start: 1;
  grid-column-end: 3;
  font-family: "Gill Sans Nova", Arial, sans-serif;
}
.modal .newsletter-modal-form .newsletter-modal-consent input {
  vertical-align: middle;
}
.modal [id*=form_form_] fieldset > h3 {
  display: none;
}
.modal [id*=form_form_] .form-builder-field[class*=salutation] {
  padding-right: calc(50% + 10px);
}
@media only screen and (max-width: 1023px) {
  .modal [id*=form_form_] .form-builder-field[class*=salutation] {
    padding-right: 0;
  }
}
.modal [id*=form_form_] input[type=submit] {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: calc(50% - 10px);
}
.modal [id*=form_form_].form-sent fieldset,
.modal [id*=form_form_].form-sent input[type=submit] {
  display: none;
}
.modal #form_module_container_errors,
.modal #form_module_container_success {
  background: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 40px;
}
.modal #form_module_container_success {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .modal #form_module_container_success {
    font-size: 20px;
    line-height: 28px;
  }
}
.modal .search-modal-content {
  padding: 164px 80px 100px;
  width: 100%;
}
.modal .search-modal-content .como-input {
  width: 100%;
  margin-bottom: 40px;
}
.modal .search-modal-content .search-modal-results {
  display: grid;
  grid-auto-flow: row;
  gap: 8px 0;
}
.modal .search-modal-content .search-modal-results a {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: transparent;
}
@media only screen and (max-width: 1023px) {
  .modal .search-modal-content .search-modal-results a {
    font-size: 15px;
    line-height: 24px;
  }
}
.modal .search-modal-content .search-modal-results a:hover {
  text-decoration-color: initial;
}
.modal .search-modal-content h2 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .modal .search-modal-content h2 {
    font-size: 30px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .modal .search-modal-content {
    padding: 128px 20px;
  }
}
.modal .booking-modal-container {
  max-width: initial;
}
.modal .booking-modal-content {
  width: 100%;
}
.modal .booking-modal-content #booking-modal-title {
  font-size: 0;
  line-height: 0;
  position: absolute;
}
.modal .floorplan-modal-container {
  max-width: 897px;
  justify-self: flex-end;
  margin-left: auto;
}
.modal .floorplan-modal-content {
  padding: 169px 80px 158px 116px;
  width: 100%;
}
.modal .floorplan-modal-content h2 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .modal .floorplan-modal-content h2 {
    font-size: 30px;
    line-height: 28px;
  }
}
.modal .floorplan-modal-content h2 a {
  display: inline-block;
  width: 32px;
  height: 28px;
  overflow: hidden;
  transition: background 300ms ease;
}
.modal .floorplan-modal-content h2 a:hover {
  background: rgba(118, 118, 118, 0.5);
}
@media only screen and (max-width: 1023px) {
  .modal .floorplan-modal-content {
    padding: 128px 20px;
  }
}
.modal .floorplan-modal-content img {
  display: block;
  width: 100%;
  margin-top: 31px;
}
.modal .floorplan-modal-content p {
  margin-top: 37px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  .modal .floorplan-modal-content p {
    font-size: 15px;
    line-height: 24px;
  }
}
.modal .restaurants-modal-container {
  max-width: 897px;
  justify-self: flex-end;
  margin-left: auto;
}
.modal .restaurants-modal-content {
  padding: 169px 80px 158px 116px;
  width: 100%;
}
.modal .restaurants-modal-content h2 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .modal .restaurants-modal-content h2 {
    font-size: 30px;
    line-height: 28px;
  }
}
.modal .restaurants-modal-content h2 a {
  display: inline-block;
  width: 32px;
  height: 28px;
  overflow: hidden;
  transition: background 300ms ease;
}
.modal .restaurants-modal-content h2 a:hover {
  background: rgba(118, 118, 118, 0.5);
}
@media only screen and (max-width: 1023px) {
  .modal .restaurants-modal-content {
    padding: 128px 20px;
  }
}
.modal .restaurants-modal-content img {
  display: block;
  width: 100%;
  margin-top: 31px;
}
.modal .restaurants-modal-content p {
  margin-top: 37px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  .modal .restaurants-modal-content p {
    font-size: 15px;
    line-height: 24px;
  }
}
.modal .modal__close {
  z-index: 3;
}

.faq-section {
  margin-bottom: 110px;
}
@media only screen and (max-width: 1023px) {
  .faq-section {
    margin-bottom: 40px;
  }
}

.faq-section-category {
  margin-bottom: 40px;
}

.faq-section-category-descr {
  text-align: center;
}

.faq-section-item .faq-section-question {
  position: relative;
  cursor: pointer;
  padding: 20px 50px 20px 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
}
.faq-section-item .faq-section-question span {
  margin-right: 15px;
}
.faq-section-item .faq-section-question:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  height: 30px;
  width: 30px;
  margin-top: -15px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.faq-section-item .faq-section-answer {
  display: none;
  overflow: hidden;
  padding: 34px 20px 0 20px;
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.faq-section-item .faq-section-answer .thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.faq-section-item .faq-section-answer .descr {
  overflow: hidden;
}
.faq-section-item .faq-section-answer .descr p, .faq-section-item .faq-section-answer .descr ul, .faq-section-item .faq-section-answer .descr ol {
  font-size: 18px;
  line-height: 30px;
}
.faq-section-item.active .faq-section-question:after {
  content: "-";
}

.custom-video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.custom-video-container.white-controls svg {
  fill: #000;
}
.custom-video-container.white-controls .video-controls {
  background-color: rgba(255, 255, 255, 0.75);
}
.custom-video-container.white-controls .progress-bar-container {
  background-color: rgba(0, 0, 0, 0.25);
}
.custom-video-container.white-controls .progress-bar-container .progress-bar {
  background-color: rgba(0, 0, 0, 0.75);
}
.custom-video-container.hide-controls .video-controls {
  opacity: 0;
  visibility: hidden;
}
.custom-video-container video {
  transition: opacity 0.4s ease;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-video-container video.loading {
  opacity: 0;
}
.custom-video-container .video-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  padding: 26px 40px;
  gap: 0 24px;
  transition: 300ms ease;
}
.custom-video-container button {
  font-size: 0;
  line-height: 0;
  position: relative;
  height: 28px;
  width: 28px;
}
.custom-video-container button svg {
  transition: opacity 186ms ease, fill 186ms;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}
.custom-video-container .mute, .custom-video-container .progress-bar-container, .custom-video-container .fullscreen {
  transition: opacity 186ms, visibility 186ms;
}
.custom-video-container .play[data-playing=false] .play-icon {
  opacity: 1;
}
.custom-video-container .play[data-playing=false] .pause-icon {
  opacity: 0;
}
.custom-video-container .play[data-playing=true] .play-icon {
  opacity: 0;
}
.custom-video-container .play[data-playing=true] .pause-icon {
  opacity: 1;
}
.custom-video-container .mute[data-muted=true] .mute-icon {
  opacity: 1;
}
.custom-video-container .mute[data-muted=true] .unmute-icon {
  opacity: 0;
}
.custom-video-container .mute[data-muted=false] .mute-icon {
  opacity: 0;
}
.custom-video-container .mute[data-muted=false] .unmute-icon {
  opacity: 1;
}
.custom-video-container .progress-bar-container {
  cursor: pointer;
  transition: height 186ms, background 186ms;
  margin: 0 20px;
  height: 1px;
  border-radius: 2px;
}
.custom-video-container .progress-bar-container:hover {
  height: 4px;
}
.custom-video-container .progress-bar-container .progress-bar {
  transition: width 0.2s;
  width: 0;
  height: 100%;
  transition: background 186ms;
}
.custom-video-container .fullscreen[data-fullscreen=false] .fullscreen-icon {
  opacity: 1;
}
.custom-video-container .fullscreen[data-fullscreen=false] .exitfullscreen-icon {
  opacity: 0;
}
.custom-video-container .fullscreen[data-fullscreen=true] .fullscreen-icon {
  opacity: 0;
}
.custom-video-container .fullscreen[data-fullscreen=true] .exitfullscreen-icon {
  opacity: 1;
}
.custom-video-container.dynamic:not(.controls-revealed) .play svg:not(.initial) {
  opacity: 0;
}
.custom-video-container.dynamic:not(.controls-revealed) .mute, .custom-video-container.dynamic:not(.controls-revealed) .progress-bar-container, .custom-video-container.dynamic:not(.controls-revealed) .fullscreen {
  opacity: 0;
  visibility: hidden;
}
.custom-video-container.dynamic.controls-revealed .play svg.initial {
  opacity: 0;
}

.como-slider {
  height: 100%;
}
.como-slider .como-slider-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
}
.como-slider .swiper-button {
  transition: background 0.3s ease;
  font-size: 0;
  line-height: 0;
  background-image: url("../images/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(255, 255, 255, 0.75);
  width: 115px;
  height: 48px;
  opacity: 0.5;
}
.como-slider .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
  background-color: rgba(255, 255, 255, 0.25);
}
.como-slider .swiper-button:hover, .como-slider .swiper-button:focus-visible {
  background-color: #fff;
  background-position: 60% 50%;
}
@media only screen and (max-width: 1023px) {
  .como-slider .swiper-button {
    width: 48px;
    height: 48px;
    background-image: url("../images/arrow-next-mobile.svg");
  }
}
.como-slider .como-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.como-full-width-slider {
  width: 100%;
  margin: 70px 0 80px;
}
@media only screen and (max-width: 1023px) {
  .como-full-width-slider {
    margin: 40px 0 80px;
  }
}
.como-full-width-slider .como-slider-nav {
  position: absolute;
  right: calc(22.2% + 79px);
  bottom: 88px;
  width: 230px;
  height: 48px;
}
@media screen and (max-width: 1800px) {
  .como-full-width-slider .como-slider-nav {
    right: calc(14.285% + 79px);
  }
}
@media screen and (max-width: 1400px) {
  .como-full-width-slider .como-slider-nav {
    right: calc(11.5385% + 79px);
  }
}
@media only screen and (max-width: 1023px) {
  .como-full-width-slider .como-slider-nav {
    display: none;
  }
}
.como-full-width-slider .swiper-slide {
  position: relative;
  height: 100%;
  max-height: 674px;
  display: grid;
  grid-template-rows: 586px 88px;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .como-full-width-slider .swiper-slide {
    padding: 0 40px;
    grid-template-rows: 279px 88px;
  }
}
@media only screen and (max-width: 767px) {
  .como-full-width-slider .swiper-slide {
    padding: 0 20px;
  }
}
.como-full-width-slider .swiper-slide .como-slide-caption {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  align-self: end;
  justify-self: center;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .como-full-width-slider .swiper-slide .como-slide-caption {
    font-size: 15px;
    line-height: 24px;
  }
}

.destinations {
  padding: 60px 0 136px;
  background-color: #F9F9F9;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .destinations {
    padding-top: 20px;
  }
}
.destinations .center-column {
  max-width: 1122px;
}
.destinations .category-selector {
  position: relative;
  margin-bottom: 28px;
}
.destinations .category-selector:before, .destinations .category-selector:after {
  display: none;
}
.destinations .category-selector li {
  display: inline-block;
}
.destinations .properties {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.destinations .property-parent {
  width: calc(50% - 22px);
}
@media only screen and (max-width: 767px) {
  .destinations .property-parent {
    width: 100%;
  }
}
.destinations .property-parent.hidden-by-type, .destinations .property-parent.hidden-by-region {
  display: none;
}
.destinations .property-card {
  margin-bottom: 40px;
}
.destinations .property-card a:not(.button-tertiary) {
  text-decoration: none !important;
}
.destinations .property-card .property-images {
  flex-basis: 100%;
  align-self: flex-start;
  padding-top: 64.5%;
  height: 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .destinations .property-card .property-images {
    order: -1;
    align-self: stretch;
    max-height: 50vh;
  }
}
@media only screen and (max-width: 767px) {
  .destinations .property-card .property-images {
    padding-top: 87.5%;
  }
}
.destinations .property-card .property-images .como-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
}
.destinations .property-card .property-info {
  background: #fff;
  padding: 45px 41px 91px;
}
@media only screen and (max-width: 767px) {
  .destinations .property-card .property-info {
    padding: 42px 26px 55px;
  }
}
.destinations .property-card .property-info h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .destinations .property-card .property-info h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.destinations .property-card .property-info .location {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 16px;
}
@media only screen and (max-width: 1023px) {
  .destinations .property-card .property-info .location {
    font-size: 14px;
    line-height: 14px;
  }
}
.destinations .property-card .property-info p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-top: 21px;
}
@media only screen and (max-width: 1023px) {
  .destinations .property-card .property-info p {
    font-size: 15px;
    line-height: 24px;
  }
}
.destinations .property-card .property-info a {
  margin-top: 32px;
}

.destinations-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
}
.destinations-row .filters-1 .select-wrapper {
  width: 100%;
  margin-bottom: 25px;
  display: none;
}
.destinations-row .filters-1 .select-wrapper select {
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .destinations-row .filters-1 .select-wrapper {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .destinations-row .filters-1 .select-wrapper {
    display: block;
  }
}
.destinations-row .filters-1 .categoty-filter-1 {
  display: block;
}
@media only screen and (max-width: 767px) {
  .destinations-row .filters-1 .categoty-filter-1 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .destinations-row .filters-1 .categoty-filter-1 {
    display: none;
  }
}
.destinations-row .filters-1 .cat-heading {
  border-bottom: 1px solid;
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.75px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
}
.destinations-row .filters-1 .category-selector a {
  display: table;
  text-align: left;
  text-transform: none;
  color: #2e4852;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.38px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
}
.destinations-row .filters-1 .category-selector a.active {
  font-weight: bold;
  color: #000 !important;
}
.destinations-row .filters-row {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  background-color: rgb(236, 223, 206);
  padding: 30px 25px 25px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 150px;
}
.destinations-row .filters-row .category-selector-wrapper {
  margin: 0px;
  text-align: left;
}
.destinations-row .filters-row nav {
  padding: 0px;
}
.destinations-row .filters-row nav a {
  margin: 0px;
}
@media screen and (min-width: 992px) {
  .destinations-row .filters-row {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 991px) {
  .destinations-row .filters-row {
    background-color: transparent;
    position: relative;
    top: auto;
  }
  .destinations-row .filters-row .category-selector a {
    margin: 5px 10px;
    text-transform: uppercase;
  }
  .destinations-row .filters-row .cat-heading {
    display: none;
  }
}
.destinations-row .filters-1 .category-selector {
  margin-bottom: 10px;
}
.destinations-row .filters-2 .category-selector-wrapper {
  position: relative;
}
.destinations-row .filters-2 .category-selector-wrapper .arrows-after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .destinations-row .filters-2 .category-selector-wrapper .arrows-after {
    display: block;
    position: absolute;
    transform: rotate(-90deg);
    top: 0px;
    right: 0px;
  }
}
.destinations-row .filters-2 .category-selector-wrapper .arrows-before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .destinations-row .filters-2 .category-selector-wrapper .arrows-before {
    display: block;
    position: absolute;
    transform: rotate(90deg);
    top: 0px;
  }
}
.destinations-row .filters-2 .category-selector-wrapper .category-selector {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .destinations-row .filters-2 .category-selector-wrapper .category-selector {
    margin: 0px 20px 30px;
    padding: 0px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    scroll-behavior: smooth;
  }
  .destinations-row .filters-2 .category-selector-wrapper .category-selector::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .destinations-row .filters-2 .category-selector-wrapper .category-selector a {
    margin: 0px 20px 0px 0px;
  }
}
.destinations-row .filters-2 .category-flagship:after {
  background: none;
}
.destinations-row .filters-2 .cat-heading-flagship {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.75px;
  line-height: 18px;
  text-transform: none;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
}
.destinations-row .filters-2 .cat-heading {
  display: none;
}
.destinations-row .filters-2 .category-selector a {
  pointer-events: none;
  color: #cfcfcf !important;
}
.destinations-row .filters-2 .category-selector a.visible {
  pointer-events: auto;
  color: #000 !important;
}
.destinations-row .filters-2 .category-selector a.active {
  font-weight: 700;
  color: #000 !important;
}
@media screen and (min-width: 992px) {
  .destinations-row .filters-2 .cat-heading {
    border-bottom: 1px solid;
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.75px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-family: "Gill Sans Nova", Arial, sans-serif;
  }
  .destinations-row .filters-2 .category-selector a {
    display: table;
    text-align: left;
    text-transform: none;
    color: #2e4852;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.38px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: "Gill Sans Nova", Arial, sans-serif;
  }
}
.destinations-row .list {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .destinations-row .list {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.error-page #content {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/bg404.jpg");
  background-size: cover;
  background-position: center;
}
.error-page #content .page-content {
  text-align: center;
}
.error-page #content .page-content h1 {
  color: #c7d0d6;
  margin: 0 0 31px 0;
}
.error-page #content .page-content h2 {
  font-size: 40px;
}
.error-page #content .page-content p + p {
  margin-top: -20px;
}
.error-page #content .page-content .error-message {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.error-page #content .page-content .error-message nav {
  margin-top: 31px;
}

.advanced-search-wrapper {
  margin-bottom: 88px;
}
.advanced-search-wrapper .advanced-search-list {
  list-style: none;
  margin: 0;
}
.advanced-search-wrapper .advanced-search-block {
  margin-top: 30px;
  border: 1px solid #f0f2f3;
}
@media only screen and (max-width: 767px) {
  .advanced-search-wrapper .advanced-search-block {
    margin-top: 20px;
  }
}
.advanced-search-wrapper .advanced-search-block::before {
  display: none;
}
.advanced-search-wrapper .advanced-search-block:first-child {
  margin-top: 0;
}
.advanced-search-wrapper .advanced-search-block-link {
  display: block;
  padding: 20px 20px 20px 30px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .advanced-search-wrapper .advanced-search-block-link {
    padding: 15px;
  }
}
.advanced-search-wrapper .advanced-search-block-link:hover {
  color: rgba(0, 0, 0, 0.5);
}
.advanced-search-wrapper .advanced-search-title {
  margin: 0 0 20px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  color: inherit;
  text-align: left;
  font-size: 26px;
  line-height: 1.3em;
}
.advanced-search-wrapper .advanced-search-link {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
.advanced-search-wrapper .advanced-search-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .advanced-search-wrapper .advanced-search-pagination {
    margin-top: 30px;
  }
}
.advanced-search-wrapper .advanced-search-pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.advanced-search-wrapper .advanced-search-pagination li::before {
  display: none;
}
.advanced-search-wrapper .advanced-search-pagination li a {
  color: #000;
  padding: 15px;
  text-decoration: none;
}
.advanced-search-wrapper .advanced-search-pagination li a.active {
  color: rgba(0, 0, 0, 0.5);
}
.advanced-search-wrapper .advanced-search-control-left,
.advanced-search-wrapper .advanced-search-control-right {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  min-width: 30px;
  overflow: hidden;
}
.advanced-search-wrapper .advanced-search-control-left::before,
.advanced-search-wrapper .advanced-search-control-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  height: 20px;
  width: 20px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transition: opacity 300ms ease, border 300ms ease;
}
.advanced-search-wrapper .advanced-search-control-left:hover::before, .advanced-search-wrapper .advanced-search-control-left:active::before,
.advanced-search-wrapper .advanced-search-control-right:hover::before,
.advanced-search-wrapper .advanced-search-control-right:active::before {
  border-color: rgba(0, 0, 0, 0.5);
}
.advanced-search-wrapper .advanced-search-control-right::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.advanced-search-wrapper .advanced-search-message {
  margin: 0 0 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .advanced-search-wrapper .advanced-search-message {
    margin-bottom: 30px;
  }
}

.left-image-with-text {
  padding: 160px 0;
  background-color: #F9F8F6;
}
@media only screen and (max-width: 767px) {
  .left-image-with-text {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .left-image-with-text .center-column {
    padding-right: 0;
  }
}
.left-image-with-text .left-image-with-text-container {
  display: grid;
  grid-column-gap: 120px;
  padding: 0;
  grid-template-columns: 1fr 468px;
}
@media screen and (max-width: 1200px) {
  .left-image-with-text .left-image-with-text-container {
    grid-template-columns: 1fr 358px;
    grid-column-gap: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .left-image-with-text .left-image-with-text-container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .left-image-with-text .left-image-with-text-container {
    grid-template-columns: auto;
    grid-column-gap: 0;
    grid-template-areas: "title" "image" "content";
  }
}
.left-image-with-text .image-container {
  position: relative;
  max-height: 458px;
}
.left-image-with-text .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.0894660895%;
}
@media only screen and (max-width: 767px) {
  .left-image-with-text .image-container {
    grid-area: image;
    margin-bottom: 27px;
  }
}
.left-image-with-text .image-container .custom-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.left-image-with-text .content-wrapper {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .left-image-with-text .content-wrapper {
    display: contents;
  }
}
.left-image-with-text .title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1023px) {
  .left-image-with-text .title {
    font-size: 38px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .left-image-with-text .title {
    grid-area: title;
    margin-bottom: 23px;
    padding-right: 20px;
  }
}
.left-image-with-text .title a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .left-image-with-text .descr-wrapper {
    grid-area: content;
    justify-self: end;
    padding-right: 20px;
  }
}
.left-image-with-text .copy {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
.left-image-with-text .copy p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .left-image-with-text .copy {
    max-width: 100%;
    width: 100%;
    margin-bottom: 32px;
    text-align: left;
  }
}

.participating-resorts h3 {
  text-align: center;
  margin-bottom: 65px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .participating-resorts h3 {
    font-size: 30px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .participating-resorts h3 {
    margin-bottom: 34px;
  }
}
.participating-resorts .center-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.participating-resorts .center-column:after {
  content: "";
  display: inline-block;
  width: calc(100% - ((100% - 64px) / 3 + 34px));
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .participating-resorts .center-column:after {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 767px) {
  .participating-resorts .center-column:after {
    display: none;
  }
}
.participating-resorts .property-card {
  width: calc((100% - 64px) / 3);
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .participating-resorts .property-card {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 767px) {
  .participating-resorts .property-card {
    width: 100%;
  }
}
.participating-resorts .property-card a:not(.button-tertiary) {
  text-decoration: none !important;
}
.participating-resorts .property-card .property-images {
  flex-basis: 100%;
  align-self: flex-start;
  padding-top: 87.5%;
  height: 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .participating-resorts .property-card .property-images {
    order: -1;
    align-self: stretch;
    max-height: 50vh;
  }
}
@media only screen and (max-width: 767px) {
  .participating-resorts .property-card .property-images {
    padding-top: 87.5%;
  }
}
.participating-resorts .property-card .property-info {
  background: #fff;
  padding: 45px 41px 91px;
  box-shadow: 0 0 29px 0 rgba(67, 86, 97, 0.04);
}
@media only screen and (max-width: 767px) {
  .participating-resorts .property-card .property-info {
    padding: 42px 26px 55px;
  }
}
.participating-resorts .property-card .property-info h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) {
  .participating-resorts .property-card .property-info h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.participating-resorts .property-card .property-info p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-top: 21px;
}
@media only screen and (max-width: 1023px) {
  .participating-resorts .property-card .property-info p {
    font-size: 15px;
    line-height: 24px;
  }
}
.participating-resorts .property-card .property-info a {
  margin-top: 32px;
}

.contact-us-section .center-column {
  max-width: 888px;
}
.contact-us-section .category-selector {
  padding: 0;
}
.contact-us-section .category-selector:before, .contact-us-section .category-selector:after {
  display: none;
}
.contact-us-section .category-selector button {
  position: relative;
}
.contact-us-section .category-selector button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 1px;
  width: 0%;
  background: #000;
  transition: width 300ms ease;
}
.contact-us-section .category-selector button.active:after {
  width: 100%;
}
.contact-us-section .contact-tiles {
  margin-top: 57px;
}
.contact-us-section .contact-tiles .contact-category {
  display: none;
}
.contact-us-section .contact-tiles .contact-category.active {
  display: block;
}
.contact-us-section .contact-tiles .contact-category .contact-tile {
  padding: 40px 0;
  border-bottom: 1px solid #000;
}
.contact-us-section .contact-tiles .contact-category .contact-tile:last-of-type {
  border-bottom: none;
}
.contact-us-section .contact-tiles .contact-category .contact-tile .title {
  display: flex;
  justify-content: space-between;
}
.contact-us-section .contact-tiles .contact-category .contact-tile .title * {
  vertical-align: top;
}
.contact-us-section .contact-tiles .contact-category .contact-tile .title h3 {
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400 !important;
}
@media only screen and (max-width: 1023px) {
  .contact-us-section .contact-tiles .contact-category .contact-tile .title h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.contact-us-section .contact-tiles .contact-category .contact-tile .title img {
  width: 74px;
}
.contact-us-section .contact-tiles .contact-category .contact-tile .page-content {
  margin: 16px 100px 0 0;
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .contact-us-section .contact-tiles .contact-category .contact-tile .page-content {
    margin: 16px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-section .contact-tiles .contact-category .contact-tile .page-content {
    text-align: left;
  }
}
.contact-us-section .contact-tiles .contact-category .contact-tile .page-content p {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  margin-bottom: 5px;
}
.contact-us-section .contact-tiles .contact-category .contact-tile .page-content p a {
  color: #000;
}

.right-image-with-text {
  margin: 119px 0 118px 81px;
}
@media only screen and (max-width: 1023px) {
  .right-image-with-text {
    margin: 117px 0 85px 24px;
  }
}
.right-image-with-text .image-container {
  position: relative;
}
.right-image-with-text .image-container .thumbnail {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.right-image-with-text .image-container .thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(29, 29, 27, 0.4) 0%, rgba(29, 29, 27, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#661d1d1b", endColorstr="#001d1d1b",GradientType=1 ); /* IE6-9 */
}
.right-image-with-text .image-container .content {
  position: absolute;
  z-index: 1;
  left: 72px;
  bottom: 80px;
  max-width: 500px;
}
@media only screen and (max-width: 1023px) {
  .right-image-with-text .image-container .content {
    position: relative;
    max-width: 100%;
    left: unset;
    bottom: unset;
    margin-top: 20px;
  }
}
.right-image-with-text .image-container .content h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .right-image-with-text .image-container .content h3 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .right-image-with-text .image-container .content h3 {
    color: #000;
  }
}
.right-image-with-text .image-container .content h4 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .right-image-with-text .image-container .content h4 {
    font-size: 38px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 1023px) {
  .right-image-with-text .image-container .content h4 {
    color: #000;
    margin-top: 24px;
  }
}
.right-image-with-text .image-container .content h4 a {
  color: inherit;
  text-decoration: none;
}
.right-image-with-text .image-container .content a {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .right-image-with-text .image-container .content a {
    color: #000;
    margin-top: 24px;
  }
  .right-image-with-text .image-container .content a:before {
    background-color: #000;
  }
}

@keyframes shimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.experiences-carousel {
  overflow: hidden;
  padding-top: 2px;
}
.experiences-carousel .experiences-wrapper {
  position: relative;
  display: flex;
  min-height: 900px;
}
@media screen and (max-height: 1080px) {
  .experiences-carousel .experiences-wrapper {
    min-height: 80vh;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-carousel .experiences-wrapper {
    height: 444px;
    min-height: auto;
  }
}
.experiences-carousel .experiences-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 77px;
}
@media only screen and (max-width: 1023px) {
  .experiences-carousel .experiences-header {
    display: block;
    margin-bottom: 45px;
  }
}
.experiences-carousel .right-side {
  margin-right: 24px;
}
@media only screen and (max-width: 1023px) {
  .experiences-carousel .right-side {
    margin-right: 0;
  }
}
.experiences-carousel .section-title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
  color: #000;
  line-height: 58px;
  width: 520px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1023px) {
  .experiences-carousel .section-title {
    font-size: 38px;
    line-height: 33px;
  }
}
@media screen and (max-width: 1200px) {
  .experiences-carousel .section-title {
    width: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .experiences-carousel .section-title {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-carousel .section-title {
    margin-bottom: 20px;
  }
}
.experiences-carousel .section-subtitle {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .experiences-carousel .section-subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-carousel .section-subtitle {
    margin-bottom: 20px;
  }
}
.experiences-carousel .section-descr {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
.experiences-carousel .section-descr p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  font-size: 16px;
  line-height: 26px;
}
.experiences-carousel .section-descr p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .experiences-carousel .left-side {
    max-width: 510px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .experiences-carousel .left-side .page-content {
    max-width: 100%;
    margin-top: 20px;
  }
}
.experiences-carousel .image-container {
  position: relative;
  height: 100%;
  width: 100%;
  transition: height ease-out 800ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .experiences-carousel .image-container {
    height: 444px;
  }
}
.experiences-carousel .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .experiences-carousel .image-wrapper {
    height: 444px;
    position: absolute;
  }
}
.experiences-carousel .experience-counter {
  position: absolute;
  top: calc(50% - 70px);
  left: 50%;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
  color: #fff;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .experiences-carousel .experience-counter {
    font-size: 38px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-carousel .experience-counter {
    display: none;
  }
}
.experiences-carousel .experiences-item {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: inherit;
  transition: flex ease-out 800ms;
  transition-delay: 200ms;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .experiences-carousel .experiences-item {
    height: 444px;
  }
}
.experiences-carousel .experiences-item.active {
  flex: 3;
}
@media only screen and (max-width: 767px) {
  .experiences-carousel .experiences-item.active {
    flex: 7;
  }
}
.experiences-carousel .experiences-item.active .image-container {
  height: 50%;
}
@media only screen and (max-width: 767px) {
  .experiences-carousel .experiences-item.active .image-container {
    height: 444px;
  }
}
.experiences-carousel .experiences-item.active .experience-counter {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 200;
  font-size: 96px;
  line-height: 80px;
  text-transform: uppercase;
  top: 80px;
  left: 80px;
  transform: translateX(0);
  animation: shimmer 2s;
  transition: top 0s linear 1s, left 0s linear 1s, transform linear 1s;
}
@media only screen and (max-width: 1023px) {
  .experiences-carousel .experiences-item.active .experience-counter {
    font-size: 50px;
    line-height: 46px;
  }
}
.experiences-carousel .experiences-item.active .content-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s 0.5s, transform 1s 0.5s;
}
.experiences-carousel .counter-info {
  display: none;
}
@media only screen and (max-width: 767px) {
  .experiences-carousel .counter-info {
    position: absolute;
    display: block;
    color: #D8BF9C;
    top: 460px;
    right: 34px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1023px) {
  .experiences-carousel .counter-info {
    font-family: "Gill Sans Nova", Arial, sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
}
.experiences-carousel .content-wrapper {
  opacity: 0;
  position: absolute;
  bottom: 0;
  padding: 24px 20px 24px 70px;
  margin-top: auto;
  max-height: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transform: translateY(50%);
  max-width: 450px;
}
@media screen and (max-height: 1080px) {
  .experiences-carousel .content-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-carousel .content-wrapper {
    display: none;
    opacity: 1;
    transform: translateY(0);
    justify-content: flex-start;
    margin-top: 500px;
    padding-left: 20px;
    max-width: 310px;
    position: static;
  }
}
.experiences-carousel .content-wrapper > *:last-child {
  margin-bottom: 0;
}
.experiences-carousel .content-wrapper .right-side {
  display: flex;
}
.experiences-carousel .content-wrapper .title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1023px) {
  .experiences-carousel .content-wrapper .title {
    font-size: 30px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .experiences-carousel .content-wrapper .title {
    max-width: 500px;
    width: 100%;
  }
}
.experiences-carousel .content-wrapper .title a {
  text-decoration: none;
  color: #000;
}
.experiences-carousel .content-wrapper .copy {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 24px;
}
.experiences-carousel .content-wrapper .copy p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .experiences-carousel .slideshow {
    overflow: hidden;
    position: relative;
  }
}
.experiences-carousel .slideshow .slideshow-wrapper {
  width: 100%;
  height: 100%;
}
.experiences-carousel .content-clone-container .content-wrapper {
  display: flex;
  margin-top: 60px;
  margin-right: auto;
}

.exquisite-destinations {
  margin: 112px 0 88px;
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations {
    margin: 85px 0 90px;
  }
}
.exquisite-destinations h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #767676;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .exquisite-destinations h3 {
    font-size: 14px;
    line-height: 14px;
  }
}
.exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper .custom-selector {
  position: relative;
}
.exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper .custom-selector button {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper .custom-selector button {
    font-size: 38px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper .custom-selector button {
    margin: 0 26px;
  }
}
.exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper .custom-selector button:hover {
  color: rgba(0, 0, 0, 0.25);
}
.exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper .custom-selector button.open {
  display: block;
  margin: 0 auto;
  padding: 16px 55px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper .custom-selector button.open {
    margin: 0 26px;
    padding: 16px 20px 10px;
  }
}
.exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper .custom-selector button.open:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  fill: black;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.304508 0.5L9.21233 7.5573L18.1201 0.5L18.2064 2.37135L9.21233 9.5L0.218262 2.37135L0.304508 0.5Z' fill='%23364F59'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper .custom-selector button.active {
  display: none;
}
.exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper .custom-selector .options-wrapper {
  display: flex;
  flex-direction: column;
  padding: 40px 0 16px;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 300ms ease;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
}
.exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper .custom-selector .options-wrapper button {
  margin: 0 0 40px;
}
.exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper.expanded .options-wrapper {
  opacity: 1;
  z-index: 500;
  pointer-events: all;
  visibility: visible;
}
.exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper.expanded button.open:after {
  transform: rotate(180deg);
}
.exquisite-destinations .exquisite-destinations-section .custom-selector-wrapper.expanded + .exquisite-destinations-slider-wrapper {
  opacity: 0.3;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider-wrapper {
  width: 100%;
  overflow: hidden;
  transition: opacity 400ms ease;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations .exquisite-destinations-section .swiper-wrapper {
    padding-bottom: 30px;
  }
}
.exquisite-destinations .exquisite-destinations-section .swiper-pagination {
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations .exquisite-destinations-section .swiper-pagination {
    display: block;
  }
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider {
  height: 100%;
  margin-top: 56px;
  width: 500px;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider {
    margin-top: 44px;
    width: calc(100% - 80px);
  }
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .exquisite-destinations-slider-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .swiper-button {
  font-size: 0;
  line-height: 0;
  background-image: url("../images/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(255, 255, 255, 0.75);
  width: 80px;
  height: 48px;
  position: absolute;
  top: 322px;
  transition: 0.3s ease;
  opacity: 0.5;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .swiper-button.swiper-button-next {
  right: -100px;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .swiper-button.swiper-button-prev {
  transform: rotate(180deg);
  background-color: rgba(255, 255, 255, 0.25);
  left: -100px;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .swiper-button:hover, .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .swiper-button:focus-visible {
  background-color: #fff;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .swiper-button:hover.swiper-button-next, .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .swiper-button:focus-visible.swiper-button-next {
  right: -103px;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .swiper-button:hover.swiper-button-prev, .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .swiper-button:focus-visible.swiper-button-prev {
  left: -103px;
}
@media only screen and (max-width: 1023px) {
  .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .swiper-button {
    width: 48px;
    height: 48px;
    background-image: url("../images/arrow-next-mobile.svg");
  }
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile.swiper-slide {
  opacity: 0.25;
  padding-top: 46px;
  transition: opacity 1000ms ease, padding 300ms ease;
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile.swiper-slide {
    opacity: 0.5;
  }
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile.swiper-slide.swiper-slide-active {
  opacity: 1;
  box-shadow: 0 0 29px rgba(67, 86, 97, 0.04);
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile.swiper-slide.swiper-slide-active {
    box-shadow: 0 0 29px rgba(67, 86, 97, 0.25);
  }
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile.swiper-slide.swiper-slide-active .tile-info .dynamic-info {
  max-height: 400px;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile.non-swiper-slide {
  display: none !important;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .thumbnail {
  position: relative;
  transition: all 0.3s;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65.0505050505%;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile:hover .thumbnail {
  opacity: 0.5;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info {
  padding: 52px 30px 41px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info {
    padding: 48px 22px 45px;
  }
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info h4 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1023px) {
  .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info h4 {
    font-size: 30px;
    line-height: 28px;
  }
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info h4 a {
  text-decoration: none;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info .location {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info .location {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info .location {
    margin-top: 18px;
  }
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info .dynamic-info {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info .dynamic-info p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #000;
  margin-top: 25px;
}
@media only screen and (max-width: 1023px) {
  .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info .dynamic-info p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info .dynamic-info p {
    margin-top: 18px;
  }
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info .dynamic-info .buttons-wrapper {
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.exquisite-destinations .exquisite-destinations-section .exquisite-destinations-slider .tile .tile-info .dynamic-info .buttons-wrapper a {
  margin-top: 0;
}
.exquisite-destinations .exquisite-destinations-controls {
  text-align: center;
  margin-top: 69px;
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations .exquisite-destinations-controls .button {
    padding: 10px 10px;
    white-space: inherit;
    height: auto;
    line-height: initial;
    margin: 0px 20px;
  }
}
.exquisite-destinations .exquisite-destinations-controls .button:hover {
  background-color: rgb(236, 223, 206);
  border-color: rgb(236, 223, 206);
  color: #000;
}
@media only screen and (max-width: 767px) {
  .exquisite-destinations .exquisite-destinations-controls {
    margin-top: 30px;
  }
}

.explore-experiences .center-column.narrow {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.explore-experiences .center-column.narrow h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .explore-experiences .center-column.narrow h3 {
    font-size: 30px;
    line-height: 28px;
  }
}
.explore-experiences .center-column.narrow p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  color: #000;
}
.explore-experiences .experiences-section {
  background-color: rgba(247, 246, 243, 0.25);
  padding: 60px 0 84px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .explore-experiences .experiences-section {
    padding: 60px 0 99px;
  }
}
.explore-experiences .experiences-section .category-selector-wrapper {
  position: relative;
  margin-bottom: 56px;
  text-align: center;
}
.explore-experiences .experiences-section .category-selector-wrapper button {
  margin: 0px 10px;
}
.explore-experiences .experiences-section .category-selector-wrapper .category-selector {
  margin-bottom: 0;
}
.explore-experiences .experiences-section .category-selector-wrapper .category-selector:before, .explore-experiences .experiences-section .category-selector-wrapper .category-selector:after {
  display: none;
}
.explore-experiences .experiences-section .experiences-tiles-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .explore-experiences .experiences-section .experiences-tiles-wrapper {
    flex-direction: column;
  }
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 40px 20px;
  background-color: #fff;
  box-shadow: 0 0 29px 0 rgba(67, 86, 97, 0.04);
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .explore-experiences .experiences-section .experiences-tiles-wrapper .tile {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .explore-experiences .experiences-section .experiences-tiles-wrapper .tile {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile.hidden {
  display: none;
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile.hidden.sorted {
  display: none;
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile.sorted {
  display: block;
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile .thumbnail {
  position: relative;
  position: relative;
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 87.5%;
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile .thumbnail .featured-tile {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: absolute;
  top: 8px;
  right: 9px;
  z-index: 2;
  pointer-events: none;
  background-color: #fff;
  padding: 4px 8px 4px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .explore-experiences .experiences-section .experiences-tiles-wrapper .tile .thumbnail .featured-tile {
    font-size: 14px;
    line-height: 14px;
  }
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile .tile-info {
  padding: 41px 33px 57px;
}
@media only screen and (max-width: 767px) {
  .explore-experiences .experiences-section .experiences-tiles-wrapper .tile .tile-info {
    padding: 40px 32px 60px;
  }
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile .tile-info .exp-cat {
  color: #374F59;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #e7eaec;
  padding: 0px 8px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile .tile-info h4 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .explore-experiences .experiences-section .experiences-tiles-wrapper .tile .tile-info h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile .tile-info h4 a {
  text-decoration: none;
  color: #292929;
  font-size: 25px;
  letter-spacing: 4px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .explore-experiences .experiences-section .experiences-tiles-wrapper .tile .tile-info h4 a {
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 11px;
  }
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile .tile-info p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
}
@media only screen and (max-width: 1023px) {
  .explore-experiences .experiences-section .experiences-tiles-wrapper .tile .tile-info p {
    font-size: 15px;
    line-height: 24px;
  }
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile .tile-info a {
  width: 100%;
  margin-top: 24px;
}
.explore-experiences .experiences-section .experiences-tiles-wrapper .tile .tile-info a + a {
  margin-top: 10px;
}
.explore-experiences .experiences-section .experiences-controls {
  text-align: center;
  margin-top: 38px;
  display: none;
}
.explore-experiences .experiences-section .experiences-controls button {
  width: 100%;
  max-width: 304px;
}

.map-section {
  margin-top: 85px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .map-section {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .map-section {
    flex-direction: column;
    padding: 0 20px;
  }
}
.map-section .text-content {
  width: 39%;
  padding: 0 57px;
  padding-left: 0;
  color: #000;
}
@media only screen and (min-width: 1440px) {
  .map-section .text-content {
    padding: 0 107px;
  }
}
@media only screen and (max-width: 1023px) {
  .map-section .text-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.map-section .text-content strong {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .map-section .text-content strong {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .map-section .text-content strong {
    margin-bottom: 24px;
  }
}
.map-section .text-content h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .map-section .text-content h3 {
    font-size: 30px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .map-section .text-content h3 {
    margin-bottom: 24px;
  }
}
.map-section .text-content div {
  margin-bottom: 40px;
}
.map-section .text-content div p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .map-section .text-content div p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .map-section .text-content div {
    text-align: left;
  }
}
.map-section .text-content a {
  display: block;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .map-section .text-content a {
    font-size: 15px;
    line-height: 1.5;
  }
}
.map-section .text-content a + a {
  margin-top: 40px;
}
.map-section .map-wrapper {
  width: 61%;
}
@media only screen and (max-width: 1023px) {
  .map-section .map-wrapper {
    width: 100%;
  }
}
.map-section .map-wrapper .hotel-location-map {
  height: 653px;
}
@media only screen and (max-width: 1023px) {
  .map-section .map-wrapper .hotel-location-map {
    height: 315px;
  }
}

.image-video-left-text-right .image-video-left-text-right-container {
  display: flex;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .image-video-left-text-right .image-video-left-text-right-container {
    flex-direction: column;
  }
}
.image-video-left-text-right .media-container {
  position: relative;
  flex-basis: calc(50% + 60px);
  align-self: flex-start;
  margin-right: 24px;
}
.image-video-left-text-right .media-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 90%;
}
@media only screen and (min-width: 1440px) {
  .image-video-left-text-right .media-container {
    flex-basis: calc(50% + 80px);
  }
}
@media only screen and (max-width: 1023px) {
  .image-video-left-text-right .media-container {
    flex-basis: calc(50% + 20px);
  }
}
@media only screen and (max-width: 767px) {
  .image-video-left-text-right .media-container {
    order: 2;
    width: calc(100% - 24px);
    margin-left: 24px;
  }
}
@media screen and (max-height: 1000px) {
  .image-video-left-text-right .media-container {
    position: relative;
  }
  .image-video-left-text-right .media-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 80%;
  }
}
@media screen and (max-height: 800px) {
  .image-video-left-text-right .media-container {
    position: relative;
  }
  .image-video-left-text-right .media-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%;
  }
}
.image-video-left-text-right .media-container .custom-video-container {
  position: absolute;
  top: 0;
  left: 0;
}
.image-video-left-text-right .media-container .como-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-video-left-text-right .content-wrapper {
  padding: 30px 0;
  flex-basis: calc(50% - 60px);
  margin-left: auto;
  margin-right: auto;
  max-width: 410px;
}
@media only screen and (min-width: 1440px) {
  .image-video-left-text-right .content-wrapper {
    flex-basis: calc(50% - 80px);
  }
}
@media only screen and (max-width: 1023px) {
  .image-video-left-text-right .content-wrapper {
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .image-video-left-text-right .content-wrapper {
    padding-left: 20px;
    margin-left: 0;
  }
}
.image-video-left-text-right .title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .image-video-left-text-right .title {
    font-size: 38px;
    line-height: 33px;
  }
}
.image-video-left-text-right .title a {
  text-decoration: none;
}
.image-video-left-text-right .subtitle {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .image-video-left-text-right .subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
.image-video-left-text-right .copy {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
  max-width: 310px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.image-video-left-text-right .copy p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.image-video-left-text-right .buttons-wrapper {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .text-top-image-below .center-column {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.text-top-image-below .text-top-image-below-container {
  flex-basis: 890px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .text-top-image-below .text-top-image-below-container {
    display: block;
  }
}
.text-top-image-below .text-top-header {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .text-top-image-below .text-top-header {
    flex-wrap: wrap;
  }
}
.text-top-image-below .title, .text-top-image-below .subtitle, .text-top-image-below .copy {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .text-top-image-below .title, .text-top-image-below .subtitle, .text-top-image-below .copy {
    margin-bottom: 24px;
  }
}
.text-top-image-below .title:last-child, .text-top-image-below .subtitle:last-child, .text-top-image-below .copy:last-child {
  margin-bottom: 0;
}
.text-top-image-below .content-wrapper {
  margin-bottom: 20px;
}
.text-top-image-below .title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
  max-width: 520px;
}
@media only screen and (max-width: 1023px) {
  .text-top-image-below .title {
    font-size: 38px;
    line-height: 33px;
  }
}
.text-top-image-below .title a {
  text-decoration: none;
}
.text-top-image-below .subtitle {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .text-top-image-below .subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
.text-top-image-below .copy {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  max-width: 310px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.text-top-image-below .copy p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.text-top-image-below .image-container {
  position: relative;
  flex-basis: 100%;
}
.text-top-image-below .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.5914221219%;
}
@media only screen and (max-width: 767px) {
  .text-top-image-below .image-container {
    position: relative;
    margin-right: -20px;
    flex-basis: calc(100% + 20px);
  }
  .text-top-image-below .image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60.5633802817%;
  }
}
@media screen and (max-height: 800px) {
  .text-top-image-below .image-container {
    position: relative;
  }
  .text-top-image-below .image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50.7900677201%;
  }
}
.text-top-image-below .image-container .como-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.image-right-text-left .image-right-text-left-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .image-right-text-left .image-right-text-left-container {
    display: flex;
    flex-direction: column;
  }
}
.image-right-text-left .text {
  margin-left: 60px;
  margin-right: 100px;
  width: 433px;
  align-self: center;
}
@media only screen and (max-width: 1023px) {
  .image-right-text-left .text {
    width: auto;
    max-width: 433px;
    margin: 0;
    align-self: start;
  }
}
.image-right-text-left .title, .image-right-text-left .subtitle, .image-right-text-left .copy {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .image-right-text-left .title, .image-right-text-left .subtitle, .image-right-text-left .copy {
    margin-bottom: 24px;
  }
}
.image-right-text-left .title:last-child, .image-right-text-left .subtitle:last-child, .image-right-text-left .copy:last-child {
  margin-bottom: 0;
}
.image-right-text-left .content-wrapper {
  margin-top: 46px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .image-right-text-left .content-wrapper {
    margin-bottom: 24px;
  }
}
.image-right-text-left .title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .image-right-text-left .title {
    font-size: 38px;
    line-height: 33px;
  }
}
.image-right-text-left .title a {
  text-decoration: none;
}
.image-right-text-left .subtitle {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .image-right-text-left .subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
.image-right-text-left .copy {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.image-right-text-left .copy p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.image-right-text-left .image-container {
  position: relative;
  flex-basis: 100%;
  align-self: flex-start;
}
.image-right-text-left .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 85%;
}
@media only screen and (max-width: 1023px) {
  .image-right-text-left .image-container {
    order: -1;
    align-self: stretch;
    max-height: 50vh;
    margin-bottom: 57.5px;
  }
}
@media screen and (max-height: 1000px) {
  .image-right-text-left .image-container {
    position: relative;
  }
  .image-right-text-left .image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%;
  }
}
@media screen and (max-height: 800px) {
  .image-right-text-left .image-container {
    position: relative;
  }
  .image-right-text-left .image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%;
  }
}
.image-right-text-left .image-container .como-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
}
.image-right-text-left .slide-caption {
  position: absolute;
  bottom: -42px;
  right: 0;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #767676;
}
@media only screen and (max-width: 1023px) {
  .image-right-text-left .slide-caption {
    font-size: 15px;
    line-height: 24px;
  }
}
.image-right-text-left .buttons-wrapper {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.image-with-caption {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .image-with-caption {
    padding-bottom: 40px;
  }
}
.image-with-caption .image {
  position: relative;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.image-with-caption .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
@media only screen and (max-width: 767px) {
  .image-with-caption .image {
    width: 100%;
  }
}
.image-with-caption .image .custom-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-with-caption .caption {
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  .image-with-caption .caption {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .image-with-caption .caption {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.big-image-with-caption {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .big-image-with-caption {
    padding-bottom: 40px;
  }
}
.big-image-with-caption .image {
  position: relative;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.big-image-with-caption .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2169312169%;
}
@media only screen and (max-width: 767px) {
  .big-image-with-caption .image {
    width: 100%;
  }
}
.big-image-with-caption .image .custom-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.big-image-with-caption .caption {
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  .big-image-with-caption .caption {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .big-image-with-caption .caption {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.quote-acm {
  padding-top: 80px;
  padding-bottom: 80px;
}
.quote-acm .quote {
  max-width: min(769px, 86%);
}
.quote-acm .quote::before, .quote-acm .quote::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 15'%3E%3Cpath fill='%23000' d='M2.67.62C-.328 2.12-.923 5.737 1.507 8.011c1.602 1.525 4.16 1.913 6.254.982l.956-.731-.217 1.5c-.5 2.5-2.497 3.703-5.288 4.245-.94.188-1.23-.003-1.212.44.017.441.24.421 1.212.315 2.817-.285 5.22-1.686 6.59-4.45.44-1.319.569-1.836.698-4.187 0-1.913 0-2.43-.75-3.8C8.2.079 5.203-.645 2.67.62ZM14.17.62c-2.998 1.5-3.592 5.117-1.163 7.391 1.602 1.525 4.16 1.913 6.254.982l.956-.731-.217 1.5c-.5 2.5-2.497 3.703-5.288 4.245-.94.188-1.23-.003-1.212.44.017.441.24.421 1.212.315 2.817-.285 5.22-1.686 6.59-4.45.44-1.319.569-1.836.698-4.187 0-1.913 0-2.43-.75-3.8C19.7.079 16.703-.645 14.17.62Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 29.08px;
  height: 28px;
}
.quote-acm .quote::before {
  top: -68px;
}
.quote-acm .quote::after {
  bottom: -68px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .quote-acm .quote {
    max-width: none;
  }
}
.quote-acm .quote-body, .quote-acm .quote-caption {
  margin-bottom: 40px;
  margin-top: 40px;
}
.quote-acm .quote-body {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .quote-acm .quote-body {
    font-size: 30px;
    line-height: 28px;
  }
}
.quote-acm .quote-caption {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .quote-acm .quote-caption {
    font-size: 14px;
    line-height: 14px;
  }
}
.quote-acm .quote-line {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .quote-acm .quote-line {
    font-size: 14px;
    line-height: 14px;
  }
}

.two-image-with-caption {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .two-image-with-caption {
    padding-bottom: 94px;
  }
}
@media only screen and (max-width: 767px) {
  .two-image-with-caption .center-column {
    padding: 0;
  }
}
.two-image-with-caption .images-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .two-image-with-caption .images-container {
    grid-template-columns: 1fr;
    grid-gap: 94px;
  }
}
.two-image-with-caption .image {
  position: relative;
  position: relative;
  width: 100%;
}
.two-image-with-caption .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
@media only screen and (max-width: 767px) {
  .two-image-with-caption .image {
    width: 100%;
  }
}
.two-image-with-caption .caption {
  position: absolute;
  left: 0;
  bottom: -80px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  .two-image-with-caption .caption {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .two-image-with-caption .caption {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.small-images-grid {
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .small-images-grid {
    padding-bottom: 40px;
  }
}
.small-images-grid .images-container {
  display: grid;
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .small-images-grid .images-container {
    grid-gap: 20px;
  }
}
.small-images-grid .image {
  position: relative;
  width: 100%;
}
.small-images-grid .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
@media only screen and (max-width: 767px) {
  .small-images-grid .image {
    width: 100%;
  }
}
.small-images-grid .caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  .small-images-grid .caption {
    font-size: 15px;
    line-height: 24px;
  }
}

.about-cuisine-acm {
  padding: 0 50px;
}
@media only screen and (min-width: 1440px) {
  .about-cuisine-acm {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about-cuisine-acm {
    padding: 0;
  }
}
.about-cuisine-acm .center-column {
  max-width: 1280px;
}
.about-cuisine-acm .heading-part {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1440px) {
  .about-cuisine-acm .heading-part {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-cuisine-acm .heading-part {
    padding: 0 35px;
  }
}
.about-cuisine-acm .heading-part .title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .about-cuisine-acm .heading-part .title {
    font-size: 30px;
    line-height: 28px;
  }
}
.about-cuisine-acm .heading-part .descr {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1023px) {
  .about-cuisine-acm .heading-part .descr {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.02em;
  }
}
.about-cuisine-acm .items-container {
  position: relative;
  background-color: rgba(247, 246, 243, 0.25);
  padding: 40px;
}
@media only screen and (min-width: 1440px) {
  .about-cuisine-acm .items-container {
    padding: 70px 65px 70px 70px;
  }
}
@media screen and (max-width: 1300px) {
  .about-cuisine-acm .items-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-cuisine-acm .items-container {
    padding: 78px 20px;
  }
}
.about-cuisine-acm .items-container .grid-title {
  position: absolute;
  top: -8px;
  left: 38px;
  font-weight: 400 !important;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.about-cuisine-acm .items-container .items-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .about-cuisine-acm .items-container .items-wrapper {
    flex-direction: column;
  }
}
.about-cuisine-acm .items-container .items-wrapper .item-title {
  width: 30%;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400 !important;
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 1300px) {
  .about-cuisine-acm .items-container .items-wrapper .item-title {
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .about-cuisine-acm .items-container .items-wrapper .item-title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-cuisine-acm .items-container .items-wrapper .item-title {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .about-cuisine-acm .items-container .items-wrapper .item-title {
    width: 26%;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-cuisine-acm .items-container .items-wrapper .item-title {
    font-size: 12px;
    line-height: 16px;
    width: 22%;
  }
}
@media screen and (max-width: 400px) {
  .about-cuisine-acm .items-container .items-wrapper .item-title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.about-cuisine-acm .items-container .items-wrapper .item-descr {
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  line-height: 23px;
}
@media screen and (max-width: 1200px) {
  .about-cuisine-acm .items-container .items-wrapper .item-descr {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-cuisine-acm .items-container .items-wrapper .item-descr {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 500px) {
  .about-cuisine-acm .items-container .items-wrapper .item-descr {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 400px) {
  .about-cuisine-acm .items-container .items-wrapper .item-descr {
    width: 100%;
  }
}
.about-cuisine-acm .items-container .items-wrapper .item-descr p {
  margin-bottom: 10px;
}
.about-cuisine-acm .items-container .items-wrapper .item-descr p:last-child {
  margin-bottom: 0;
}
.about-cuisine-acm .items-container .items-wrapper .left-column {
  margin-right: 10.4%;
}
@media screen and (max-width: 1400px) {
  .about-cuisine-acm .items-container .items-wrapper .left-column {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1023px) {
  .about-cuisine-acm .items-container .items-wrapper .left-column {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.about-cuisine-acm .items-container .items-wrapper .left-item, .about-cuisine-acm .items-container .items-wrapper .right-item {
  display: flex;
  margin-bottom: 67px;
}
@media only screen and (max-width: 1023px) {
  .about-cuisine-acm .items-container .items-wrapper .left-item, .about-cuisine-acm .items-container .items-wrapper .right-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .about-cuisine-acm .items-container .items-wrapper .left-item, .about-cuisine-acm .items-container .items-wrapper .right-item {
    flex-wrap: wrap;
  }
}
.about-cuisine-acm .items-container .items-wrapper .left-item:last-child, .about-cuisine-acm .items-container .items-wrapper .right-item:last-child {
  margin-bottom: 0;
}
.about-cuisine-acm .items-container .items-wrapper .left-item p, .about-cuisine-acm .items-container .items-wrapper .right-item p {
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

@media only screen and (max-width: 1023px) {
  .ingridients-acm {
    padding: 0 20px;
  }
}
.ingridients-acm .heading-part {
  text-align: center;
  color: #000;
  margin-bottom: 70px;
}
.ingridients-acm .heading-part .title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .ingridients-acm .heading-part .title {
    font-size: 30px;
    line-height: 28px;
  }
}
.ingridients-acm .heading-part .subtitle {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.ingridients-acm .items-container {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 68%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .ingridients-acm .items-container {
    width: 100%;
    flex-direction: column;
  }
}
.ingridients-acm .items-container svg {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  fill: transparent;
  stroke: rgba(199, 208, 214, 0.5);
}
@media only screen and (max-width: 1023px) {
  .ingridients-acm .items-container svg {
    display: none;
  }
}
.ingridients-acm .items-container .item {
  margin-bottom: 40px;
}
.ingridients-acm .items-container .item-title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  font-weight: 400;
}
.ingridients-acm .items-container .item-descr {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.ingridients-acm .items-container .item-descr p {
  margin-bottom: 20px;
}
.ingridients-acm .items-container .item-descr ol, .ingridients-acm .items-container .item-descr ul {
  list-style: inherit;
}
.ingridients-acm .items-container .item-descr ol li, .ingridients-acm .items-container .item-descr ul li {
  margin-left: 20px;
}
.ingridients-acm .items-container .item-descr ol li p strong, .ingridients-acm .items-container .item-descr ul li p strong {
  font-weight: 800;
}
.ingridients-acm .items-container .item-descr ol li em, .ingridients-acm .items-container .item-descr ul li em {
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .ingridients-acm .items-container .left-column {
    margin-bottom: 40px;
  }
}
.ingridients-acm .items-container .left-column, .ingridients-acm .items-container .right-column {
  padding-top: 20px;
  width: calc(50% - 136px);
}
@media only screen and (max-width: 1023px) {
  .ingridients-acm .items-container .left-column, .ingridients-acm .items-container .right-column {
    padding-top: 0;
    width: 100%;
  }
}
.ingridients-acm .items-container .left-column .left-item:last-child, .ingridients-acm .items-container .left-column .right-item:last-child, .ingridients-acm .items-container .right-column .left-item:last-child, .ingridients-acm .items-container .right-column .right-item:last-child {
  margin-bottom: 0;
}

.faq-acm .faq-item {
  margin-bottom: 73px;
}
.faq-acm .faq-item:last-child {
  margin-bottom: 0;
}
.faq-acm .question, .faq-acm .answer {
  display: grid;
  grid-template-columns: 77px 1fr;
  grid-column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .faq-acm .question, .faq-acm .answer {
    grid-column-gap: 34px;
    grid-template-columns: 40px 1fr;
  }
}
.faq-acm .question::before, .faq-acm .answer::before {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 200;
  font-size: 96px;
  line-height: 80px;
  text-transform: uppercase;
  color: #c7d0d6;
  justify-self: center;
  line-height: 96px;
}
@media only screen and (max-width: 1023px) {
  .faq-acm .question::before, .faq-acm .answer::before {
    font-size: 50px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-acm .question::before, .faq-acm .answer::before {
    line-height: 50px;
  }
}
.faq-acm .question {
  margin-bottom: 42px;
  text-align: left;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .faq-acm .question {
    font-size: 30px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-acm .question {
    margin-bottom: 30px;
  }
}
.faq-acm .question::before {
  content: "Q";
}
.faq-acm .answer {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
.faq-acm .answer::before {
  content: "A";
}
.faq-acm .answer p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}

.stories-section {
  padding: 120px 0;
  background-color: #F9F8F6;
}
@media only screen and (max-width: 1023px) {
  .stories-section {
    padding: 56px 0 75px;
  }
}
.stories-section .center-column {
  max-width: 1510px;
}
.stories-section .upper-wrapper {
  text-align: center;
}
.stories-section .upper-wrapper h4 {
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .stories-section .upper-wrapper h4 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .stories-section .upper-wrapper h4 {
    margin-bottom: 26px;
  }
}
.stories-section .upper-wrapper h3 {
  color: #000;
  margin: 0 auto 15px;
  max-width: 100%;
  letter-spacing: 2px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .stories-section .upper-wrapper h3 {
    font-size: 38px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 1023px) {
  .stories-section .upper-wrapper h3 {
    margin: 0 auto 41px;
    max-width: 100%;
  }
}
.stories-section nav.links {
  margin-top: 110px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .stories-section nav.links {
    margin-top: 38px;
  }
}
.stories-section nav.links a {
  width: 304px;
  background: none;
}
.stories-section nav.links a:hover {
  background: #D8BF9C;
  color: #000;
}

.stories-slideshow .slider-container {
  width: 100%;
  overflow: hidden;
}
.stories-slideshow .slider-container .slider-wrapper {
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 28px;
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-desktop {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .stories-slideshow .slider-container .slider-wrapper.slider-wrapper-desktop {
    display: none;
  }
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-desktop .story-slide {
  width: 50%;
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-desktop .story-slide.swiper-slide-active .slide-inner-wrap {
  transform: translateX(0%);
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-desktop .story-slide.swiper-slide-active .slide-inner-wrap .thumb {
  opacity: 1;
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-desktop .story-slide.swiper-slide-active .slide-inner-wrap .slide-content {
  transition: opacity 1000ms 1000ms ease;
  opacity: 1;
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-desktop .story-slide .slide-inner-wrap {
  width: calc(25% - 30px);
  display: inline-block;
  vertical-align: top;
  transform: translateX(50%);
  transition: transform 1000ms ease;
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-desktop .story-slide .slide-inner-wrap:first-of-type {
  width: calc(50% - 20px);
  flex: 1 1 auto;
  margin-right: 40px;
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-desktop .story-slide .slide-inner-wrap:last-of-type {
  margin-left: 40px;
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-desktop .story-slide .thumb {
  opacity: 0;
  transition: opacity 900ms ease;
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-desktop .story-slide .slide-content {
  opacity: 0;
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .stories-slideshow .slider-container .slider-wrapper.slider-wrapper-mobile {
    display: flex;
  }
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-mobile .story-slide {
  width: 100%;
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-mobile .story-slide.swiper-slide-active .slide-inner-wrap .slide-content {
  opacity: 1;
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-mobile .story-slide .slide-inner-wrap {
  width: 100%;
}
.stories-slideshow .slider-container .slider-wrapper.slider-wrapper-mobile .story-slide .slide-content {
  opacity: 0;
  transition: opacity 400ms ease;
}
.stories-slideshow .slider-container .slideshow-controls {
  text-align: right;
  position: relative;
  justify-content: flex-end;
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 767px) {
  .stories-slideshow .slider-container .slideshow-controls {
    display: none;
  }
}
.stories-slideshow .slider-container .slideshow-controls button {
  background-color: transparent;
  transition: background 0.3s ease;
  font-size: 0;
  line-height: 0;
  background-image: url("../images/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 115px;
  height: 48px;
  opacity: 0.5;
}
.stories-slideshow .slider-container .slideshow-controls button.swiper-button-prev {
  transform: rotate(180deg);
}
.stories-slideshow .slider-container .slideshow-controls button.swiper-button-disabled {
  opacity: 0.2 !important;
}
.stories-slideshow .slider-container .slideshow-controls button:hover, .stories-slideshow .slider-container .slideshow-controls button:focus-visible {
  background-color: #fff;
  background-position: 60% 50%;
}
@media only screen and (max-width: 1023px) {
  .stories-slideshow .slider-container .slideshow-controls button {
    width: 48px;
    height: 48px;
    background-image: url("../images/arrow-next-mobile.svg");
  }
}
.stories-slideshow .story-slide {
  display: flex;
  overflow: hidden;
}
.stories-slideshow .story-slide .thumb {
  width: 100%;
  height: 404px;
  border: 8px solid #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .stories-slideshow .story-slide .thumb {
    margin-bottom: 39px;
  }
}
.stories-slideshow .story-slide h5 {
  color: #000;
  min-height: 78px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 32px;
}
@media only screen and (max-width: 1023px) {
  .stories-slideshow .story-slide h5 {
    font-size: 30px;
    line-height: 28px;
  }
}
.stories-slideshow .story-slide h5 a {
  text-decoration: none;
}
.stories-slideshow .story-slide .cat-name {
  margin-bottom: 10px;
  color: #767676;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .stories-slideshow .story-slide .cat-name {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .stories-slideshow .story-slide .cat-name {
    margin-bottom: 37px;
  }
}
.stories-slideshow .story-slide .author-name {
  margin-top: 16px;
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 1023px) {
  .stories-slideshow .story-slide .author-name {
    margin-top: 12px;
    font-family: "Gill Sans Nova", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .stories-slideshow .story-slide .author-name {
    font-size: 14px;
    line-height: 14px;
  }
}
.stories-slideshow .story-slide a {
  margin-top: 24px;
}
@media only screen and (max-width: 1023px) {
  .stories-slideshow .story-slide a {
    margin-top: 20px;
  }
}

.landscape-hero-image-carousel.acm-block {
  margin: 40px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 1100px) {
  .landscape-hero-image-carousel.acm-block {
    margin-bottom: 80px;
  }
}
@media screen and (max-height: 800px) {
  .landscape-hero-image-carousel.acm-block {
    margin-bottom: 60px;
  }
}
.landscape-hero-image-carousel.acm-block .block-header {
  width: calc(100% - 40px);
  padding: 0 20px;
  box-sizing: content-box;
  margin: 0 auto;
  margin-bottom: 103px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .block-header {
    margin-bottom: 82px;
  }
}
.landscape-hero-image-carousel.acm-block .block-header h2 {
  margin: 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .block-header h2 {
    font-size: 30px;
  }
}
.landscape-hero-image-carousel.acm-block .block-header .intro-text {
  text-align: center;
  font-family: "Gill Sans Nova", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .block-header .intro-text {
    font-weight: 200;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow {
  position: relative;
  overflow: hidden;
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  min-height: 700px;
}
@media screen and (max-height: 1000px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper {
    min-height: 60vh;
  }
}
@media screen and (max-height: 800px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper {
    min-height: 46vh;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: 700px;
}
@media screen and (max-height: 1000px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide {
    min-height: 60vh;
  }
}
@media screen and (max-height: 800px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide {
    min-height: 46vh;
  }
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide {
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: auto;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-prev, .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-next {
  width: 600px;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-prev, .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-next {
    width: 185px;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-prev .image-wrapper, .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-next .image-wrapper {
  position: absolute;
  left: 0;
  top: 75px;
  height: 404px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-prev .image-wrapper, .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-next .image-wrapper {
    height: 243px;
    top: 30px;
  }
}
@media screen and (max-height: 1000px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-prev .image-wrapper, .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-next .image-wrapper {
    height: 40vh;
  }
}
@media screen and (max-height: 800px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-prev .image-wrapper, .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-next .image-wrapper {
    height: 35vh;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-prev .content-container, .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-next .content-container {
  display: none;
  opacity: 0;
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-next .image-wrapper {
  top: auto;
  bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-next .image-wrapper {
    bottom: auto;
    top: 90px;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .image-wrapper {
  position: relative;
  background-color: #c7d0d6;
  width: 55%;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .image-wrapper {
    width: 100%;
    height: 366px;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container {
  width: 37%;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 300ms ease;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container {
    padding-bottom: 40px;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container {
    width: 100%;
    padding-bottom: 0;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper {
  padding: 40px 0;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper {
    padding: 65px 0 0;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .small-heading {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .small-heading {
    margin-bottom: 19px;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper h3 {
  margin-top: 0;
  letter-spacing: 2px;
  font-size: 32px;
  line-height: 32px;
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper h3 a {
  text-decoration: none;
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .text {
    margin-top: 21px;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .text p, .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .text ul, .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .text ol, .landscape-hero-image-carousel.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .text table {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  font-weight: 600;
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-button {
  position: absolute;
  bottom: 0;
  transition: opacity 300ms ease;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-button {
    display: none;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-button svg {
  opacity: 0.4;
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-button.previous {
  right: 310px;
}
@media only screen and (max-width: 1023px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-button.previous {
    right: 200px;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-button.next {
  right: 210px;
}
@media only screen and (max-width: 1023px) {
  .landscape-hero-image-carousel.acm-block .slideshow .slideshow-button.next {
    right: 120px;
  }
}
.landscape-hero-image-carousel.acm-block .slideshow .slideshow-button:hover {
  opacity: 0.4;
}
.landscape-hero-image-carousel.acm-block .slideshow .swiper-pagination {
  position: absolute;
  top: 392px;
  right: 16vw;
  font-size: 16px;
  line-height: 1;
  font-weight: 200;
  color: #767676;
  letter-spacing: 0.13em;
  opacity: 0.5;
  display: none;
}
@media only screen and (max-width: 767px) {
  .landscape-hero-image-carousel.acm-block .slideshow .swiper-pagination {
    display: block;
  }
}

.experiences-intro {
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .experiences-intro {
    margin-bottom: 30px;
  }
}
.experiences-intro .center-column {
  max-width: 1280px;
}
@media only screen and (max-width: 767px) {
  .experiences-intro .center-column {
    padding: 0;
  }
}
.experiences-intro .experiences-intro-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .experiences-intro .experiences-intro-wrapper {
    flex-direction: column;
  }
}
.experiences-intro .image-container {
  width: 48%;
  margin-right: 13.7%;
}
@media only screen and (max-width: 1023px) {
  .experiences-intro .image-container {
    width: 100%;
    margin-right: 0;
  }
}
.experiences-intro .image-container .image-wrapper {
  position: relative;
  flex-basis: 100%;
  align-self: flex-start;
  padding-top: 64.5%;
  height: 0;
  min-height: 540px;
}
@media only screen and (max-width: 1023px) {
  .experiences-intro .image-container .image-wrapper {
    min-height: auto;
  }
}
.experiences-intro .image-container .image-wrapper .custom-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.experiences-intro .content-wrapper {
  max-width: 38%;
  margin: initial;
}
@media only screen and (max-width: 1023px) {
  .experiences-intro .content-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 60px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-intro .content-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.experiences-intro .content-wrapper p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.experiences-intro .content-wrapper .socials-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .experiences-intro .content-wrapper .socials-wrapper {
    margin-bottom: 30px;
  }
}
.experiences-intro .content-wrapper .socials-wrapper .caption {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: 1;
}
.experiences-intro .content-wrapper .socials {
  list-style: none;
  max-width: 60%;
  display: flex;
  gap: 16px;
  margin-bottom: 0;
  flex-flow: wrap;
}
@media only screen and (max-width: 1023px) {
  .experiences-intro .content-wrapper .socials {
    margin-left: 20px;
  }
}
.experiences-intro .content-wrapper .socials li {
  display: block;
}
.experiences-intro .content-wrapper .socials li:before {
  content: none;
}
.experiences-intro .content-wrapper .socials li.mobile-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .experiences-intro .content-wrapper .socials li.mobile-only {
    display: block;
  }
}
.experiences-intro .content-wrapper .socials li a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #c7d0d6;
  background-color: #c7d0d6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  overflow: hidden;
}
.experiences-intro .content-wrapper .socials li a svg {
  fill: #fff;
}
.experiences-intro .content-wrapper .socials li:hover a {
  border: 1px solid #000;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .experiences-intro .content-wrapper .content-block .controls {
    margin: 0 auto;
    text-align: center;
  }
}
.experiences-intro .content-wrapper .content-block .controls .button-stroke {
  margin-top: 30px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .experiences-intro .content-wrapper .content-block .controls .button-stroke {
    margin-top: 0;
    padding: 14px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .accordion-details-acm {
    margin-top: 30px;
  }
}
.accordion-details-acm .center-column {
  max-width: 1280px;
}
@media only screen and (max-width: 767px) {
  .accordion-details-acm .center-column {
    padding: 0;
  }
}
.accordion-details-acm .accordion-details-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .accordion-details-acm .accordion-details-wrapper {
    flex-flow: column;
  }
}
.accordion-details-acm .accordion-block {
  width: 60%;
  padding-right: 70px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .accordion-details-acm .accordion-block {
    width: 100%;
    padding-right: 0;
  }
}
.accordion-details-acm .accordion-block .page-content {
  text-align: left;
}
.accordion-details-acm .row {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .accordion-details-acm .row {
    margin-bottom: 15px;
  }
}
.accordion-details-acm .form h3 {
  margin-bottom: 20px;
}
.accordion-details-acm h3 {
  margin-bottom: 0;
}
.accordion-details-acm h3 button {
  position: relative;
  display: block;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  width: 100%;
  padding: 14px 0;
  background: #fff;
  color: #000;
  text-align: left;
  letter-spacing: 0.205em;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion-details-acm h3 button {
    padding: 16px 30px 16px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-details-acm h3 button {
    padding: 16px 20px;
  }
}
.accordion-details-acm h3 button:before {
  content: "+";
  font-size: 40px;
  position: absolute;
  right: 30px;
  top: 15px;
  width: 23px;
  height: 20px;
  transition: transform 186ms, top 186ms;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion-details-acm h3 button:before {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-details-acm h3 button:before {
    right: 20px;
  }
}
.accordion-details-acm h3 button[aria-expanded=true]:before {
  content: "";
  height: 1px;
  background-color: #000;
  top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion-details-acm h3 button[aria-expanded=true]:before {
    top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-details-acm h3 button[aria-expanded=true]:before {
    top: 25px;
  }
}
.accordion-details-acm .content {
  display: none;
  border-top: none;
  padding: 30px 40px 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion-details-acm .content {
    padding: 20px 30px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-details-acm .content {
    padding: 16px 20px 16px 20px;
  }
}
.accordion-details-acm .columns {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .accordion-details-acm .columns {
    flex-wrap: wrap;
  }
}
.accordion-details-acm .columns .column {
  flex-basis: 100%;
  flex-grow: 1;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .accordion-details-acm .columns .column {
    margin-left: 0;
  }
}
.accordion-details-acm .columns .column:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .accordion-details-acm .columns .column {
    text-align: left;
  }
}
.accordion-details-acm .page-content {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.accordion-details-acm .page-content p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.accordion-details-acm .page-content ul {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.accordion-details-acm .items-container {
  position: relative;
  background-color: rgba(247, 246, 243, 0.25);
  padding: 60px 40px 60px 40px;
  margin-top: 22px;
  width: 45%;
}
@media only screen and (max-width: 1023px) {
  .accordion-details-acm .items-container {
    padding: 60px 20px 30px;
    width: 100%;
    margin-top: 0;
  }
}
.accordion-details-acm .items-container .grid-title {
  position: absolute;
  top: -8px;
  left: 38px;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1023px) {
  .accordion-details-acm .items-container .grid-title {
    left: 20px;
  }
}
.accordion-details-acm .items-container .items-wrapper .item-title {
  width: 26%;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 300;
  margin-right: 40px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .accordion-details-acm .items-container .items-wrapper .item-title {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-details-acm .items-container .items-wrapper .item-title {
    width: 26%;
  }
}
.accordion-details-acm .items-container .items-wrapper .item-descr {
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  width: calc(74% - 80px);
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .accordion-details-acm .items-container .items-wrapper .item-descr {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .accordion-details-acm .items-container .items-wrapper .item-descr {
    width: calc(74% - 40px);
  }
}
.accordion-details-acm .items-container .items-wrapper .item-descr p {
  margin-bottom: 10px;
}
.accordion-details-acm .items-container .items-wrapper .item-descr p:last-child {
  margin-bottom: 0;
}
.accordion-details-acm .items-container .items-wrapper .item-descr a {
  word-wrap: break-word;
}
@media only screen and (max-width: 1023px) {
  .accordion-details-acm .items-container .items-wrapper .left-column {
    margin-bottom: 40px;
  }
}
.accordion-details-acm .items-container .items-wrapper .left-item {
  display: flex;
  margin-bottom: 20px;
  align-items: baseline;
}
@media only screen and (max-width: 1023px) {
  .accordion-details-acm .items-container .items-wrapper .left-item {
    margin-bottom: 20px;
  }
}
.accordion-details-acm .items-container .items-wrapper .left-item:last-child {
  margin-bottom: 0;
}
.accordion-details-acm .controls {
  margin: 60px auto 0;
  text-align: center;
}
.accordion-details-acm .controls a {
  text-decoration: none;
}

.experiences-related-tiles {
  position: relative;
}
.experiences-related-tiles .center-column {
  max-width: 1280px;
}
.experiences-related-tiles .center-column h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 5px auto;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .experiences-related-tiles .center-column h3 {
    font-size: 14px;
    line-height: 14px;
  }
}
.experiences-related-tiles .center-column p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  color: #000;
}
.experiences-related-tiles .experiences-section {
  background-color: rgba(247, 246, 243, 0.25);
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .experiences-related-tiles .experiences-section {
    padding: 40px 0 40px;
  }
}
.experiences-related-tiles .experiences-section .experiences-tiles-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .experiences-related-tiles .experiences-section .experiences-tiles-wrapper {
    flex-flow: column;
  }
}
.experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 40px 20px;
  background-color: #fff;
  box-shadow: 0 0 29px rgba(67, 86, 97, 0.04);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile .thumbnail {
  position: relative;
}
.experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 87.5%;
}
.experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile .thumbnail .featured-tile {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: absolute;
  top: 8px;
  right: 9px;
  z-index: 2;
  pointer-events: none;
  background-color: #fff;
  padding: 4px 8px 1px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile .thumbnail .featured-tile {
    font-size: 14px;
    line-height: 14px;
  }
}
.experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile .tile-info {
  padding: 41px 33px 57px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile .tile-info {
    padding: 40px 32px 60px;
  }
}
.experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile .tile-info h4 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile .tile-info h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile .tile-info h4 a {
  text-decoration: none;
}
.experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile .tile-info p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin-top: 24px;
}
.experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile .tile-info .buttons-wrapper {
  margin-top: 24px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.experiences-related-tiles .experiences-section .experiences-tiles-wrapper .tile .tile-info .buttons-wrapper a {
  margin-top: 0;
}
.experiences-related-tiles .experiences-section .experiences-controls {
  text-align: center;
  margin-top: 38px;
}
.experiences-related-tiles .experiences-section .experiences-controls button {
  width: 100%;
  max-width: 304px;
}

.content-image-slider .center-column {
  max-width: 1280px;
}
@media only screen and (max-width: 767px) {
  .content-image-slider .center-column {
    padding: 0;
  }
}
.content-image-slider .content-image-slider-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .content-image-slider .content-image-slider-container {
    display: flex;
    flex-direction: column;
  }
}
.content-image-slider .text {
  margin-right: 100px;
  width: 430px;
  align-self: center;
}
@media only screen and (max-width: 1023px) {
  .content-image-slider .text {
    order: 1;
    padding: 0 20px;
    width: 100%;
    max-width: none;
    margin: 0;
    align-self: start;
  }
}
.content-image-slider .title, .content-image-slider .subtitle, .content-image-slider .copy {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .content-image-slider .title, .content-image-slider .subtitle, .content-image-slider .copy {
    margin-bottom: 24px;
  }
}
.content-image-slider .title:last-child, .content-image-slider .subtitle:last-child, .content-image-slider .copy:last-child {
  margin-bottom: 0;
}
.content-image-slider .content-wrapper {
  margin-top: 46px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .content-image-slider .content-wrapper {
    margin-bottom: 24px;
  }
}
.content-image-slider .title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .content-image-slider .title {
    font-size: 30px;
    line-height: 28px;
  }
}
.content-image-slider .subtitle {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .content-image-slider .subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
.content-image-slider .copy {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.content-image-slider .copy p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .content-image-slider .copy {
    font-size: 17px;
  }
  .content-image-slider .copy p {
    font-size: 17px;
  }
}
.content-image-slider .image-container {
  position: relative;
  flex-basis: 100%;
  align-self: flex-start;
  max-width: 540px;
  min-height: 720px;
}
.content-image-slider .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
@media only screen and (max-width: 1023px) {
  .content-image-slider .image-container {
    order: 2;
    align-self: stretch;
    max-height: 50vh;
    margin-bottom: 57.5px;
    max-width: none;
    min-height: 0;
  }
}
.content-image-slider .image-container .como-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
}
.content-image-slider .slide-caption {
  position: absolute;
  bottom: -42px;
  right: 0;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #767676;
}
@media only screen and (max-width: 1023px) {
  .content-image-slider .slide-caption {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-image-slider .slide-caption {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 0 17px;
  }
}
.content-image-slider.image-left .content-image-slider-container {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .content-image-slider.image-left .content-image-slider-container {
    flex-direction: column;
  }
}
.content-image-slider.image-left .text {
  margin-left: 100px;
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  .content-image-slider.image-left .text {
    margin: 0;
  }
}

.destination-resorts {
  position: relative;
  margin: 128px 0 88px;
}
@media only screen and (max-width: 767px) {
  .destination-resorts {
    margin: 45px 0 45px;
  }
}
.destination-resorts h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  top: -8px;
  left: 50%;
  margin: -5px auto;
  transform: translateX(-50%);
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .destination-resorts h3 {
    font-size: 30px;
    line-height: 28px;
  }
}

.destination-resorts-list {
  background-color: rgba(247, 246, 243, 0.25);
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .destination-resorts-list {
    padding: 40px 0 40px;
  }
}
.destination-resorts-list .center-column {
  max-width: 1310px;
}
.destination-resorts-list .resorts-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .destination-resorts-list .resorts-list-wrapper {
    flex-flow: column;
  }
}
.destination-resorts-list .resorts-list-wrapper .resort-infocard {
  width: calc((100% - 90px) / 3);
  margin: 0 15px 40px;
  background-color: #fff;
  box-shadow: 0 0 29px rgba(67, 86, 97, 0.04);
}
@media only screen and (max-width: 767px) {
  .destination-resorts-list .resorts-list-wrapper .resort-infocard {
    width: 100%;
    margin: 0 0 40px;
  }
}
.destination-resorts-list .resorts-list-wrapper .resort-infocard .thumbnail {
  position: relative;
}
.destination-resorts-list .resorts-list-wrapper .resort-infocard .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 87.5%;
}
.destination-resorts-list .resorts-list-wrapper .resort-infocard .resort-description {
  padding: 41px 33px 57px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .destination-resorts-list .resorts-list-wrapper .resort-infocard .resort-description {
    padding: 40px 32px 60px;
  }
}
.destination-resorts-list .resorts-list-wrapper .resort-infocard .resort-description h4 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .destination-resorts-list .resorts-list-wrapper .resort-infocard .resort-description h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.destination-resorts-list .resorts-list-wrapper .resort-infocard .resort-description h4 a {
  text-decoration: none;
}
.destination-resorts-list .resorts-list-wrapper .resort-infocard .resort-description p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin-top: 24px;
}
.destination-resorts-list .resorts-list-wrapper .resort-infocard .resort-description a {
  margin-top: 24px;
}

.featured-special-block {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .featured-special-block {
    margin-top: 60px;
    padding-bottom: 0;
  }
}
.featured-special-block .center-column {
  padding: 0 60px;
  max-width: 1440px;
}
@media only screen and (max-width: 767px) {
  .featured-special-block .center-column {
    padding: 0 20px;
  }
}
.featured-special-block .featured-special-block-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .featured-special-block .featured-special-block-container {
    align-items: normal;
    justify-content: normal;
    flex-flow: column;
  }
}
.featured-special-block .image-container {
  position: relative;
  width: 100%;
  position: relative;
}
.featured-special-block .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 90%;
}
@media only screen and (max-width: 767px) {
  .featured-special-block .image-container {
    margin-bottom: 27px;
    order: 1;
  }
}
@media screen and (max-height: 1000px) {
  .featured-special-block .image-container {
    position: relative;
  }
  .featured-special-block .image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 80%;
  }
}
@media screen and (max-height: 800px) {
  .featured-special-block .image-container {
    position: relative;
  }
  .featured-special-block .image-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%;
  }
}
.featured-special-block .image-container .custom-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-special-block .content-wrapper {
  padding: 30px 100px 30px 0;
  width: 68%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .featured-special-block .content-wrapper {
    padding: 30px 50px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .featured-special-block .content-wrapper {
    width: 100%;
    padding: 30px 0;
    order: 2;
  }
}
.featured-special-block .subtitle {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .featured-special-block .subtitle {
    margin-bottom: 15px;
  }
}
.featured-special-block .title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .featured-special-block .title {
    font-size: 30px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-special-block .title {
    grid-area: title;
    margin-bottom: 23px;
  }
}
.featured-special-block .title a {
  text-decoration: none;
}
.featured-special-block .copy {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 40px;
}
.featured-special-block .copy p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .featured-special-block .copy p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-special-block .copy {
    width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
  }
}

.restaurant-details {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .restaurant-details {
    padding-top: 20px;
  }
}
.restaurant-details .restaurant-details-wrapper {
  min-height: 515px;
}
@media only screen and (max-width: 1023px) {
  .restaurant-details .restaurant-details-wrapper {
    padding: 40px 0;
    min-height: auto;
  }
}
.restaurant-details .restaurant-details-wrapper .center-column {
  max-width: 1080px;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .restaurant-details .restaurant-details-wrapper .center-column {
    padding: 0 20px;
  }
}
.restaurant-details .restaurant-details-wrapper .category-selector-wrapper .category-selector:before {
  left: -20px;
}
.restaurant-details .restaurant-details-wrapper .category-selector-wrapper .category-selector:after {
  right: -20px;
}
.restaurant-details .restaurant-details-wrapper .category-selector-wrapper {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .restaurant-details .restaurant-details-wrapper .category-selector-wrapper {
    padding-bottom: 10px;
  }
}
.restaurant-details .restaurant-details-wrapper .category-selector button {
  letter-spacing: 0.15em;
}
.restaurant-details .restaurant-details-wrapper .categories-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.restaurant-details .restaurant-details-wrapper .categories-wrapper.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.restaurant-details .restaurant-details-wrapper .categories-container.page-content {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .restaurant-details .restaurant-details-wrapper .categories-container.page-content {
    text-align: left;
  }
}
.restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper {
    flex-direction: column;
  }
}
.restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .image-container {
  width: 44.4%;
  margin-right: 12%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .image-container {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .image-container {
    width: 100%;
    margin-right: 0;
  }
}
.restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .image-container .image-wrapper {
  position: relative;
  flex-basis: 100%;
  align-self: flex-start;
  padding-top: 64.5%;
  height: 0;
  min-height: 515px;
}
@media only screen and (max-width: 767px) {
  .restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .image-container .image-wrapper {
    min-height: 515px;
  }
}
.restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .image-container .footnote {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  margin-top: 20px;
}
.restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .content-wrapper {
  max-width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .content-wrapper {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .content-wrapper {
    width: 100%;
    max-width: none;
    padding: 0 0;
    text-align: left;
    margin-top: 0;
  }
}
.restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .content-wrapper h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .content-wrapper p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .content-wrapper .controls {
  padding-top: 25px;
}
.restaurant-details .restaurant-details-wrapper .image-plus-content-wrapper .content-wrapper .button-tertiary.iron {
  font-weight: 400;
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  .restaurant-details .restaurant-details-wrapper .menu-items-wrapper {
    padding: 20px 0;
  }
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper .separator-unique {
  display: block;
  position: absolute;
  width: 1px;
  background-color: #c7d0d6;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper .separator-unique:before, .restaurant-details .restaurant-details-wrapper .menu-items-wrapper .separator-unique:after {
  content: "";
  display: block;
  border: 0.5px solid #c7d0d6;
  border-radius: 50%;
  background: transparent;
  width: 8px;
  height: 8px;
  text-align: center;
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper .separator-unique:before {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper .separator-unique:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .restaurant-details .restaurant-details-wrapper .menu-items-wrapper .separator-unique {
    display: none;
  }
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper .menu-items-container {
  width: 100%;
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper .menu-items-container:after {
  clear: both;
  content: "";
  display: table;
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper .menu-items-container .menu-item {
  width: calc(50% - 120px);
  flex-shrink: 0;
  clear: left;
  float: left;
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper .menu-items-container .menu-item:nth-child(even) {
  clear: right;
  float: right;
}
@media only screen and (max-width: 1023px) {
  .restaurant-details .restaurant-details-wrapper .menu-items-wrapper .menu-items-container .menu-item {
    width: 100%;
    float: none !important;
  }
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper .menu-items-container .menu-item .menu-item-title {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  font-weight: 300;
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper .menu-items-container .menu-item .menu-item-title a {
  color: #000;
  text-decoration: none;
  transition: font-weight 150ms;
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper .menu-items-container .menu-item .menu-item-title:hover a {
  font-weight: 400;
}
.restaurant-details .restaurant-details-wrapper .menu-items-wrapper .menu-items-container .menu-item .menu-item-descr {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}
.restaurant-details .restaurant-details-wrapper .general-controls {
  margin: 80px auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .restaurant-details .restaurant-details-wrapper .general-controls {
    margin: 40px auto 0;
  }
}

.rooms-additional-features {
  width: 100%;
  max-width: 888px;
  margin: 50px auto 180px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-additional-features {
    margin: 40px auto 90px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-additional-features {
    margin: 30px auto;
  }
}
.rooms-additional-features.expanded .additional-features .title-wrapper h3 {
  width: 100%;
  margin: 0;
}
.rooms-additional-features.expanded .additional-features .title-wrapper h3 button:after {
  display: none;
}
@media only screen and (max-width: 887px) {
  .rooms-additional-features.expanded .additional-features .left {
    display: flex;
  }
}
.rooms-additional-features.expanded .additional-features .right {
  display: flex;
}
.rooms-additional-features .additional-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.rooms-additional-features .additional-features .title-wrapper {
  width: 100%;
  margin-bottom: 54px;
}
@media only screen and (max-width: 1023px) {
  .rooms-additional-features .additional-features .title-wrapper {
    margin-bottom: 25px;
  }
}
.rooms-additional-features .additional-features .title-wrapper h3 {
  width: 50%;
  transition: width 300ms ease;
  margin: 0 auto;
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) {
  .rooms-additional-features .additional-features .title-wrapper h3 {
    font-family: "Gill Sans Nova", Arial, sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
}
.rooms-additional-features .additional-features .title-wrapper h3:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 887px) {
  .rooms-additional-features .additional-features .title-wrapper h3 {
    width: 100%;
  }
}
.rooms-additional-features .additional-features .title-wrapper h3 button {
  display: inline-block;
  width: 15px;
  height: 15px;
  float: right;
  position: relative;
}
.rooms-additional-features .additional-features .title-wrapper h3 button:before, .rooms-additional-features .additional-features .title-wrapper h3 button:after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
}
.rooms-additional-features .additional-features .title-wrapper h3 button:before {
  left: 0;
  top: 7px;
  height: 1px;
  width: 100%;
}
.rooms-additional-features .additional-features .title-wrapper h3 button:after {
  left: 7px;
  top: 0;
  width: 1px;
  height: 100%;
}
.rooms-additional-features .additional-features .left, .rooms-additional-features .additional-features .right {
  width: 50%;
  flex-direction: column;
}
@media only screen and (max-width: 887px) {
  .rooms-additional-features .additional-features .left, .rooms-additional-features .additional-features .right {
    width: 100%;
  }
}
.rooms-additional-features .additional-features .left {
  display: flex;
}
@media only screen and (max-width: 887px) {
  .rooms-additional-features .additional-features .left {
    display: none;
  }
}
.rooms-additional-features .additional-features .right {
  display: none;
}
.rooms-additional-features .additional-features .additional-feature {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.rooms-additional-features .additional-features .additional-feature:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 887px) {
  .rooms-additional-features .additional-features .additional-feature:last-of-type {
    margin-bottom: 20px;
  }
}
.rooms-additional-features .additional-features .additional-feature * {
  vertical-align: top;
}
.rooms-additional-features .additional-features .additional-feature .image-wrapper {
  position: relative;
  width: 18px;
  height: 23px;
  margin: 4px 96px 0 3px;
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .rooms-additional-features .additional-features .additional-feature .image-wrapper {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media screen and (max-width: 400px) {
  .rooms-additional-features .additional-features .additional-feature .image-wrapper {
    margin-right: 20px;
  }
}
.rooms-additional-features .additional-features .additional-feature .image-wrapper img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.rooms-additional-features .additional-features .additional-feature span {
  flex-grow: 1;
  line-height: 30px;
  padding-right: 60px;
}
@media only screen and (max-width: 887px) {
  .rooms-additional-features .additional-features .additional-feature span {
    padding-right: 0;
  }
}

.rooms-key-details-acm .key-list-content {
  background: rgba(247, 246, 243, 0.25);
  color: #000;
  padding: 106px 106px 53px;
  margin-left: 0;
  margin-top: 124px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rooms-key-details-acm .key-list-content {
    margin-top: 70px;
    padding: 60px 20px 39px;
  }
}
.rooms-key-details-acm .key-list-content h2 {
  position: absolute;
  left: 38px;
  top: -10px;
  color: #767676;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.rooms-key-details-acm .key-list-content .key-details-list {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .rooms-key-details-acm .key-list-content .key-details-list {
    flex-wrap: wrap;
  }
}
.rooms-key-details-acm .key-list-content .key-details-list .column {
  width: 50%;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-key-details-acm .key-list-content .key-details-list .column {
    width: 100%;
  }
}
.rooms-key-details-acm .key-list-content .item {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.rooms-key-details-acm .key-list-content .item .image-wrapper {
  margin-right: 73px;
  margin-top: 5px;
  width: 18px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-key-details-acm .key-list-content .item .image-wrapper {
    margin-right: 30px;
  }
}
.rooms-key-details-acm .key-list-content .item .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.rooms-key-details-acm .key-list-content .item .item-name {
  flex-grow: 1;
  line-height: 30px;
  padding-right: 10px;
}

.careers-section .center-column {
  max-width: 900px;
}
.careers-section .category-selectors {
  display: flex;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .careers-section .category-selectors {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 35px;
  }
}
.careers-section .category-selectors .col-wrapper {
  align-self: flex-start;
}
.careers-section .category-selectors .col-wrapper:nth-of-type(2) {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .careers-section .category-selectors .col-wrapper:nth-of-type(2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .careers-section .category-selectors .col-wrapper {
    align-self: unset;
    width: 100%;
  }
  .careers-section .category-selectors .col-wrapper .select-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) and (max-width: 530px) {
  .careers-section .category-selectors .col-wrapper .select-wrapper .select-icon {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .careers-section .category-selectors .col-wrapper .select-wrapper select {
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .careers-section .category-selectors .col-wrapper .select-wrapper select {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 530px) {
  .careers-section .category-selectors .col-wrapper .select-wrapper select {
    padding-left: 0;
    letter-spacing: 0;
    font-size: 12px;
    padding-right: 20px;
  }
}
.careers-section .category-selectors .col-wrapper label, .careers-section .category-selectors .col-wrapper select {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .careers-section .category-selectors .col-wrapper label, .careers-section .category-selectors .col-wrapper select {
    font-size: 14px;
    line-height: 14px;
  }
}
.careers-section .category-selectors .col-wrapper label {
  font-weight: 500;
}
.careers-section .category-selectors .col-wrapper select {
  border: none;
}
.careers-section .category-selectors button.reset-selectors {
  margin-left: auto;
  text-transform: uppercase;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  color: #000;
  font-weight: 300;
}
.careers-section .category-selectors button.reset-selectors:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .careers-section .category-selectors button.reset-selectors {
    margin-left: unset;
    margin-top: 10px;
  }
}
.careers-section .career-tiles {
  display: flex;
  flex-direction: column;
}
.careers-section .career-tile {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid rgba(216, 191, 156, 0.75);
}
.careers-section .career-tile:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .careers-section .career-tile {
    padding: 32px 0;
  }
}
.careers-section .career-tile.hidden {
  display: none;
}
.careers-section .career-tile .thumbnail {
  position: relative;
  display: block;
  width: 75px;
}
.careers-section .career-tile .thumbnail img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .careers-section .career-tile .thumbnail img {
    top: 0;
    transform: translate(-50%, 0);
  }
}
.careers-section .career-tile .content {
  max-width: 50%;
}
.careers-section .career-tile .content h3, .careers-section .career-tile .content h3 a {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 9px;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .careers-section .career-tile .content h3, .careers-section .career-tile .content h3 a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-section .career-tile .content h3, .careers-section .career-tile .content h3 a {
    font-weight: 300;
  }
}
.careers-section .career-tile .content h3 a:hover {
  color: #000;
  text-decoration: underline;
}
.careers-section .career-tile .content .locations a, .careers-section .career-tile .content .locations span {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #767676;
}
@media only screen and (max-width: 1023px) {
  .careers-section .career-tile .content .locations a, .careers-section .career-tile .content .locations span {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-section .career-tile .content .locations a, .careers-section .career-tile .content .locations span {
    font-weight: 400;
  }
}
.careers-section .career-tile .content .locations a {
  text-decoration: none;
}
.careers-section .career-tile .content .locations a:hover {
  text-decoration: underline;
}
.careers-section .career-tile .content .locations span.separator {
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #767676;
  border-radius: 50%;
  margin: 0 10px;
  vertical-align: super;
}

.info-tiles-acm {
  position: relative;
  margin: 128px 0 88px;
}
@media only screen and (max-width: 767px) {
  .info-tiles-acm {
    margin: 45px 0 45px;
  }
}
.info-tiles-acm .heading-container {
  position: absolute;
  top: -8px;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
}
.info-tiles-acm .heading-container h2 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .info-tiles-acm .heading-container h2 {
    font-size: 30px;
    line-height: 28px;
  }
}

.info-tiles-list {
  background-color: rgba(247, 246, 243, 0.25);
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .info-tiles-list {
    padding: 60px 0 40px;
  }
}
.info-tiles-list .center-column {
  max-width: 1310px;
}
.info-tiles-list .info-tiles-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .info-tiles-list .info-tiles-wrapper {
    flex-flow: column;
  }
}
.info-tiles-list .info-tiles-wrapper .info-tile {
  width: calc((100% - 90px) / 3);
  margin: 0 15px 40px;
  background-color: #fff;
  box-shadow: 0 0 29px rgba(67, 86, 97, 0.04);
}
@media only screen and (max-width: 767px) {
  .info-tiles-list .info-tiles-wrapper .info-tile {
    width: 100%;
    margin: 0 0 40px;
  }
}
.info-tiles-list .info-tiles-wrapper .info-tile .thumbnail {
  position: relative;
}
.info-tiles-list .info-tiles-wrapper .info-tile .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 87.5%;
}
.info-tiles-list .info-tiles-wrapper .info-tile .tile-description {
  padding: 41px 33px 57px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .info-tiles-list .info-tiles-wrapper .info-tile .tile-description {
    padding: 40px 32px 60px;
  }
}
.info-tiles-list .info-tiles-wrapper .info-tile .tile-description h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .info-tiles-list .info-tiles-wrapper .info-tile .tile-description h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.info-tiles-list .info-tiles-wrapper .info-tile .tile-description h3 a {
  text-decoration: none;
}
.info-tiles-list .info-tiles-wrapper .info-tile .tile-description p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin-top: 24px;
}
.info-tiles-list .info-tiles-wrapper .info-tile .tile-description a {
  margin-top: 24px;
}
.info-tiles-list .info-tiles-wrapper .info-tile .tile-description .button-tertiary {
  display: flex;
}
.info-tiles-list .info-tiles-wrapper .info-tile .tile-description .button-tertiary::before {
  flex-shrink: 0;
}

.rooms-slider-acm.acm-block {
  margin: 40px 0 133px 0;
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm.acm-block {
    margin-bottom: 20px;
  }
}
.rooms-slider-acm.acm-block .title-wrapper {
  padding: 0 190px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-slider-acm.acm-block .title-wrapper {
    padding: 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm.acm-block .title-wrapper {
    padding: 0 23px;
  }
}
.rooms-slider-acm.acm-block .title-wrapper h2 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm.acm-block .title-wrapper h2 {
    margin-bottom: 0;
  }
}
.rooms-slider-acm.acm-block .nav-controls {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .rooms-slider-acm.acm-block .nav-controls {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm.acm-block .nav-controls {
    margin-top: 42px;
  }
}
.rooms-slider-acm.acm-block .nav-controls a {
  display: inline-block;
}
.rooms-slider-acm.acm-block .slideshow {
  position: relative;
  overflow: hidden;
}
.rooms-slider-acm.acm-block .slideshow .slideshow-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  min-height: 428px;
}
.rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: 428px;
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide {
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: auto;
  }
}
.rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-next {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide.swiper-slide-active .content-container {
    opacity: 1;
  }
}
.rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .image-wrapper {
  position: relative;
  background-color: #c7d0d6;
  width: 55%;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .image-wrapper {
    width: calc(100% - 30px);
    margin: 0 15px;
    height: 366px;
  }
}
.rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container {
  width: 37%;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 300ms ease;
  padding-left: 40px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container {
    padding-bottom: 40px;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container {
    padding: 0;
    min-height: 260px;
    opacity: 0;
    width: calc(100vw - 46px);
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper {
  padding-bottom: 40px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper {
    padding: 0;
  }
}
.rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 58px;
}
@media only screen and (max-width: 1023px) {
  .rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper h3 {
    font-size: 38px;
    line-height: 33px;
  }
}
.rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper h3 a {
  text-decoration: none;
}
.rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .text {
    margin-top: 21px;
  }
}
.rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .text p, .rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .text ul, .rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .text ol, .rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper .text table {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
.rooms-slider-acm.acm-block .slideshow .slideshow-wrapper .slide .content-container .content-wrapper a {
  margin-top: 48px;
}
.rooms-slider-acm.acm-block .slideshow .slideshow-controls {
  margin-top: 40px;
  padding: 0 190px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-slider-acm.acm-block .slideshow .slideshow-controls {
    padding: 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-slider-acm.acm-block .slideshow .slideshow-controls {
    display: none;
  }
}
.rooms-slider-acm.acm-block .slideshow .slideshow-controls button + button {
  margin-left: 40px;
}
.rooms-slider-acm.acm-block .slideshow .slideshow-button {
  transition: opacity 300ms ease;
  opacity: 0.5;
}
.rooms-slider-acm.acm-block .slideshow .slideshow-button:hover {
  opacity: 0.4;
}
.rooms-slider-acm.acm-block .slideshow .swiper-pagination {
  position: absolute;
  top: 392px;
  right: 16vw;
  font-size: 16px;
  line-height: 1;
  font-weight: 200;
  color: #767676;
  letter-spacing: 0.13em;
  opacity: 0.5;
  display: none;
}

.blog-page.template-2 .page-content-wrapper.page-content:after {
  clear: both;
  content: "";
  display: table;
}
.blog-page.template-2 .page-content-wrapper.page-content hr {
  display: block;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: #ccc;
  color: #ccc;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3, .blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5 {
  font-family: "PtSans", sans-serif;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
  font: 400 50px/1 "PtSans", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
    font-size: 24px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5, .blog-page.template-2 .page-content-wrapper.page-content h6 {
  color: #003E66;
}
.blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 22px;
  font-weight: normal;
  color: #5990B4;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4 {
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h4 {
    font-size: 18px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content strong {
  font-weight: bold;
}
.blog-page.template-2 .page-content-wrapper.page-content em {
  font-style: italic;
}
.blog-page.template-2 .page-content-wrapper.page-content u {
  text-decoration: underline;
}
.blog-page.template-2 .page-content-wrapper.page-content sup, .blog-page.template-2 .page-content-wrapper.page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.blog-page.template-2 .page-content-wrapper.page-content sup {
  top: -0.5em;
}
.blog-page.template-2 .page-content-wrapper.page-content sub {
  bottom: -0.25em;
}
.blog-page.template-2 .page-content-wrapper.page-content p, .blog-page.template-2 .page-content-wrapper.page-content table {
  overflow: visible;
}
.blog-page.template-2 .page-content-wrapper.page-content p {
  font-size: 18px;
  color: #383838;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ol {
  list-style: decimal inside;
}
.blog-page.template-2 .page-content-wrapper.page-content ul {
  list-style: none;
}
.blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
  margin-left: 30px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol li, .blog-page.template-2 .page-content-wrapper.page-content ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content {
    text-align: center;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
    margin-left: 0;
  }
  .blog-page.template-2 .page-content-wrapper.page-content .sitemap ol, .blog-page.template-2 .page-content-wrapper.page-content .sitemap ul {
    margin-left: 20px;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
    font-size: 90%;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #003E66;
  border-radius: 100%;
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:hover:before {
  background-color: #5990B4;
}
.blog-page.template-2 .page-content-wrapper.page-content td, .blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 Arial, sans-serif;
  color: #003E66;
}
.blog-page.template-2 .page-content-wrapper.page-content td {
  border-top: 1px solid #f7fcfc;
  background: #f2f7f7;
}
.blog-page.template-2 .page-content-wrapper.page-content .even td {
  background: #edf5f5;
}
.blog-page.template-2 .page-content-wrapper.page-content table p {
  margin: 10px 0;
}
.blog-page.template-2 .page-content-wrapper.page-content img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .page-content-wrapper.page-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content .socials {
    text-align: center;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials iframe {
  display: inline-block;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}

.blog-page.template-1 .breadcrumb-share-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 40px 80px 40px;
  position: relative;
}
.blog-page.template-1 .breadcrumb-share-wrapper .common-breadcrumb {
  margin: 0 !important;
}
.blog-page.template-1 .post-share-button {
  color: #000;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 300ms ease;
  text-transform: uppercase;
  font-weight: 300;
}
.blog-page.template-1 .post-share-button svg {
  fill: #000;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.blog-page.template-1 .post-share-button:hover {
  opacity: 0.5;
}
.blog-page.template-1 .share-socials {
  position: absolute;
  right: -20px;
  top: calc(100% + 20px);
  background: #fff;
  margin-bottom: 0;
  height: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .share-socials {
    left: 0;
    right: unset;
  }
}
.blog-page.template-1 .share-socials.visible {
  visibility: visible;
  opacity: 1;
}
.blog-page.template-1 .share-socials .socials {
  list-style: none;
  display: flex;
  gap: 16px;
  margin-bottom: 0;
  flex-flow: wrap;
  flex-direction: row;
}
.blog-page.template-1 .share-socials .socials li {
  display: block;
}
.blog-page.template-1 .share-socials .socials li:before {
  content: none;
}
.blog-page.template-1 .share-socials .socials li.mobile-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .share-socials .socials li.mobile-only {
    display: block;
  }
}
.blog-page.template-1 .share-socials .socials li a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #c7d0d6;
  background-color: #c7d0d6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  overflow: hidden;
}
.blog-page.template-1 .share-socials .socials li a svg {
  fill: #fff;
}
.blog-page.template-1 .share-socials .socials li:hover a {
  border: 1px solid #000;
  background-color: #000;
}
.blog-page.template-1 .read-more-link {
  font: 700 16px/1.6em Arial, sans-serif;
  color: #D8BF9C;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.blog-page.template-1 .read-more-link:visited {
  color: #525252;
}
.blog-page.template-1 .read-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #D8BF9C;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .read-more-link.white {
  color: #fff;
}
.blog-page.template-1 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-1 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-1 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-1 .posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
}
.blog-page.template-1 .posts-content-wrap .one-post {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 0;
  top: auto;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number a {
  color: #D8BF9C;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0 80px 0 0;
  background: transparent;
  flex: 1;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 0;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
  margin-top: -80px;
  width: 100%;
  background: #fff;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author {
  font-size: 12px;
  line-height: 1.6em;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #D8BF9C;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date {
  padding-right: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date a {
  color: #D8BF9C;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  padding-left: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
  font: normal 22px/1.3em Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a {
  color: #D8BF9C;
  text-decoration: none;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link {
  margin-top: 20px;
  color: #D8BF9C;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #D8BF9C;
}

.single-blog-post .page-content-wrapper .content-col .main-content.single-post .blog-date {
  margin-bottom: 20px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post .subtitle {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h1 {
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h2 {
  text-transform: none;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post iframe {
  width: 100%;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: Arial, sans-serif;
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 Arial, sans-serif;
  color: #525252;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.single-blog-post .tags ul li:before {
  content: none;
}
.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #D8BF9C;
}
.single-blog-post .tags ul li a:hover {
  color: #525252;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-list-view #header-blog {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list-view #header-blog {
    height: 130px;
  }
}
.blog-list-view .blog-post-feed {
  padding: 60px 0 100px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .blog-list-view .blog-post-feed {
    margin-top: 30px;
  }
}
.blog-list-view .blog-post-feed .blog-posts-wrapper {
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-list-view .blog-post-feed .blog-posts-wrapper {
    padding-top: 0;
  }
}

.blog-post-content {
  margin: 0 auto;
}

.blog-post-additional-info {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  border-top: 1px solid #F7F6F3;
  padding-top: 22px;
  margin: 0 auto 100px;
  max-width: 420px;
}
@media only screen and (max-width: 1023px) {
  .blog-post-additional-info {
    font-size: 14px;
    line-height: 14px;
  }
}

.blog-breadcrumb {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .blog-breadcrumb {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .blog-breadcrumb {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-breadcrumb {
    display: none;
  }
}
.blog-breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: transparent;
}
.blog-breadcrumb a:hover {
  text-decoration-color: initial;
}
.blog-breadcrumb a:hover {
  color: #000;
}
.blog-breadcrumb .separator {
  color: rgba(0, 0, 0, 0.5);
}
.blog-breadcrumb .last-item a {
  color: inherit;
}

.blog-page.template-2 .read-more-link {
  font: 600 16px/44px "PtSans", sans-serif;
  color: #E04E39;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  padding: 0 40px;
  border: 1px solid #E04E39;
  text-transform: uppercase;
}
.blog-page.template-2 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-2 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-2 .read-more-link.white {
  color: #fff;
}
.blog-page.template-2 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-2 .read-more-link.colored {
  color: #969696;
  border: 1px solid #969696;
  font-size: 24px;
  line-height: 40px;
  padding: 0 50px;
}
.blog-page.template-2 .read-more-link.colored:hover, .blog-page.template-2 .read-more-link.colored.active {
  background-color: #003E66;
  border-color: #003E66;
  color: #fff;
  opacity: 1;
}
.blog-page.template-2 .read-more-link.see-all-colored {
  border: 0;
  border-radius: 0;
  color: #003E66;
  padding: 0;
  font-size: 20px;
  line-height: 40px;
}
.blog-page.template-2 .read-more-link.see-all-colored:before {
  content: "";
  background-color: #5990B4;
  display: block;
  width: 2px;
  height: 42px;
  position: absolute;
  top: 0;
  left: -25px;
}
.blog-page.template-2 .read-more-link.see-all-colored:hover, .blog-page.template-2 .read-more-link.see-all-colored.active {
  color: #E04E39;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .read-more-link {
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
  }
}
.blog-page.template-2.single-blog-post .page-content-wrapper {
  width: 100%;
}
.blog-page.template-2.single-blog-post .single-post-image {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #5990b4;
  height: 415px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-image {
    padding-top: 55vh;
    height: auto;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading {
  font: 400 22px/1.2 "PtSans", sans-serif;
  background-color: #003E66;
  padding: 25px 35px;
  position: absolute;
  bottom: 55px;
  color: #fff;
  max-width: 890px;
  margin-right: 90px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading {
    bottom: 0;
    padding: 20px;
    margin-right: 0;
    background-color: rgba(0, 62, 102, 0.8);
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  padding-bottom: 20px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
  font-size: 22px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read:before {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
    font-size: 20px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
    font-size: 20px;
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .date-time {
    padding-bottom: 15px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
    font-size: 14px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading h1 {
  font: 400 50px/1 "PtSans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    font-size: 24px;
    padding-right: 20px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 300ms ease;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button svg {
  fill: #fff;
  margin-left: 10px;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
    right: 10px;
    top: 10px;
    font-size: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .share-socials {
  position: absolute;
  right: -120px;
  bottom: auto;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading .share-socials {
    right: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper {
  padding: 0 285px 0 35px;
  position: relative;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper.banner-show {
  min-height: 660px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-content-wrapper {
    padding: 0;
  }
  .blog-page.template-2.single-blog-post .single-post-content-wrapper.banner-show {
    min-height: 0;
  }
}
.blog-page.template-2.single-blog-post .blog-breadcrumb {
  font: 400 18px/1.2 "PtSans", sans-serif;
  color: #666666;
  margin-bottom: 35px;
  text-align: left;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
  padding: 0 10px;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a {
  color: #666;
  text-decoration: none;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a:hover, .blog-page.template-2.single-blog-post .blog-breadcrumb a.active {
  color: #003E66;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .blog-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
    padding: 0 5px;
  }
}
.blog-page.template-2.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "PtSans", sans-serif;
}
.blog-page.template-2.single-blog-post .tags h5 {
  font: 500 20px/1.2 "PtSans", sans-serif;
  color: #666666;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.blog-page.template-2.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.blog-page.template-2.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.blog-page.template-2.single-blog-post .tags ul li:before {
  content: none;
}
.blog-page.template-2.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #003E66;
}
.blog-page.template-2.single-blog-post .tags ul li a:hover {
  color: #5990b4;
}
.blog-page.template-2.blog-search-view .no-results h3 {
  font: 400 22px/1.2 "PtSans", sans-serif;
  color: #003E66;
}
.blog-page.template-2.blog-archive-view .archive-header {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header {
    margin-top: 30px;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
  font: normal 60px/1 "PtSans", sans-serif;
  color: #E04E39;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years {
  display: block;
  margin: 0 auto;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a {
  margin-right: 15px;
  display: block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a:last-child {
  margin-right: 0;
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
  font-family: "PtSans", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter label {
  color: #003E66;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter #blog-years-filter {
    width: 100%;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months {
  font-family: "PtSans", sans-serif;
  position: relative;
  margin: 20px auto 60px;
  padding: 0 30px;
  max-width: 940px;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
  display: flex;
  justify-content: space-between;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list li {
  display: inline-block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a:hover, .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a.active {
  color: #5990B4;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
  font-family: "PtSans", sans-serif;
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter label {
  color: #003E66;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter #blog-months-filter {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months {
    padding: 0;
    margin: 20px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts.center-column {
    padding: 0;
  }
}
.blog-page.template-2.blog-archive-view .recent-posts .month-archive-block {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title {
  font: 28px/1 "PtSans", sans-serif;
  color: #5990B4;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 30px 0 10px;
  z-index: 1;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
  content: "";
  height: 4px;
  width: 90%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  background-color: #5990B4;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts .month-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .blog-page.template-2.blog-archive-view .recent-posts .month-title span {
    padding: 0 20px 0 0;
  }
  .blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
    right: 0;
  }
}

.blog-post-feed, .blog-related-posts {
  background-color: #F9F8F6;
  padding: 117px 0 107px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .blog-post-feed, .blog-related-posts {
    padding: 65px 0 99px;
  }
}
.blog-post-feed .center-column, .blog-related-posts .center-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .blog-post-feed .center-column, .blog-related-posts .center-column {
    flex-direction: column;
  }
}

.blog-post-feed .center-column > div {
  width: 100%;
  text-align: center;
}
.blog-post-feed h3 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 39px;
  text-transform: uppercase;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .blog-post-feed h3 {
    font-size: 30px;
    line-height: 28px;
  }
}
.blog-post-feed p {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 0.04em;
  margin-top: 40px;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .blog-post-feed p {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.02em;
  }
}
.blog-post-feed .blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 61px;
}
@media only screen and (max-width: 767px) {
  .blog-post-feed .blog-posts-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-feed .blog-posts-wrapper .hidden-on-mobile {
    display: none;
  }
}
.blog-post-feed nav.controls {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 81px;
}
@media only screen and (max-width: 1023px) {
  .blog-post-feed nav.controls {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-feed nav.controls {
    margin-top: 15px;
  }
}
.blog-post-feed nav.controls > div {
  margin-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .blog-post-feed nav.controls > div {
    width: 100%;
    margin-top: 26px;
    margin-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-post-feed nav.controls > div .select-wrapper {
    width: 320px;
    max-width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}
.blog-post-feed nav.controls > div label,
.blog-post-feed nav.controls > div select {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .blog-post-feed nav.controls > div label,
  .blog-post-feed nav.controls > div select {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-post-feed nav.controls > div label,
  .blog-post-feed nav.controls > div select {
    display: block;
    line-height: 22px;
    text-align: left;
  }
}
.blog-post-feed nav.controls > div label {
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .blog-post-feed nav.controls > div label {
    text-align: center;
  }
}
.blog-post-feed nav.controls > div select {
  height: auto;
  border: none;
  background: transparent;
  min-width: 275px;
  width: 100%;
}
.blog-post-feed button.see-more {
  max-width: 304px;
  width: 100%;
  margin: 100px auto 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-feed button.see-more {
    margin-top: 60px;
  }
}

.blog-related-posts h3 {
  color: #767676;
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .blog-related-posts h3 {
    font-family: "Gill Sans Nova", Arial, sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
}

.blog-posts-wrapper:after {
  content: "";
  flex: 0 0 calc(33% - 30px);
}

.blog-post-card {
  flex: 0 0 calc(33% - 30px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .blog-post-card {
    flex: none;
    width: 100%;
    margin-top: 0 !important;
  }
}
.blog-post-card.hidden {
  display: none !important;
}
.blog-post-card .thumbnail {
  width: 100%;
  position: relative;
  border: 8px solid #fff;
  padding-top: 100%;
}
.blog-post-card .info-bar {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .blog-post-card .info-bar {
    margin-top: 34px;
  }
}
.blog-post-card .info-bar span {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .blog-post-card .info-bar span {
    font-size: 14px;
    line-height: 14px;
  }
}
.blog-post-card h4 {
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 32px;
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .blog-post-card h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-post-card h4 {
    padding-right: 0;
  }
}
.blog-post-card h4 a {
  text-decoration: none;
}
.blog-post-card .author-name {
  margin-top: 6px;
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 1023px) {
  .blog-post-card .author-name {
    margin-top: 12px;
    font-family: "Gill Sans Nova", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .blog-post-card .author-name {
    font-size: 14px;
    line-height: 14px;
  }
}
.blog-post-card a {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .blog-post-card a {
    margin-top: 32px;
  }
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  body > *:not(#content) {
    display: none;
  }
  #content-submenu {
    display: none;
  }
  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
.feeds {
  height: 300px;
  margin-bottom: 60px;
}
.feeds .feeds-widget {
  height: 100%;
  position: relative;
  margin-top: 50px;
  margin: 15px auto 0;
}
.feeds .feed-slideshow {
  height: 100%;
}
.feeds .page-content h3,
.feeds .page-content h4,
.feeds .page-content h5 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .feeds .page-content h3,
  .feeds .page-content h4,
  .feeds .page-content h5 {
    margin-bottom: 20px;
  }
}

.feeds .socials {
  margin-top: 30px;
  text-align: center;
}
.feeds .socials ul,
.feeds .socials li {
  display: inline;
}
.feeds .socials a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0 15px;
  text-indent: -9999px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .feeds .socials a {
    width: 34px;
    height: 34px;
    margin: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .feeds .socials a {
    width: 24px;
    height: 24px;
    margin: 0 10px;
  }
}
.feeds .socials a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: fill 0.3s;
}
.feeds .socials a:hover svg {
  fill: #fff;
}
.feeds .socials a:active svg {
  fill: #e6e6e6;
  transition-duration: 50ms;
}

.feeds-widget,
.external-feeds-widget {
  position: relative;
  z-index: 10;
}

.external-feeds-widget {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .feeds-widget {
    margin-top: 40px;
  }
}
.feeds-widget.loading {
  min-height: 186px;
}
.feeds-widget.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #000;
  border-bottom-color: #000;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 767px) {
  .feeds-widget .center-column {
    margin: 0;
  }
}
.feeds-widget .feed-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feeds-widget .feed-slideshow {
  overflow: hidden;
}
.feeds-widget .feed-item {
  position: relative;
  aspect-ratio: 1/1;
  font-size: 0.68vw;
  line-height: 1.846em;
  overflow: hidden;
  text-align: center;
  background: #e1e1e1;
  z-index: 10;
}
@media (max-width: 1617.6470588235px) {
  .feeds-widget .feed-item {
    font-size: 11px;
  }
}
@media (min-width: 1911.7647058824px) {
  .feeds-widget .feed-item {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .feeds-widget .feed-item {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feeds-widget .feed-item {
    margin-top: 0;
  }
}
.feeds-widget .feed-item:before {
  content: "";
  display: block;
  padding-top: 122%;
}
.feeds-widget .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: opacity 0.3s;
}
.feeds-widget .feed-item .feed-thumb .instagram-icon {
  display: flex;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
}
.feeds-widget .feed-item .feed-thumb .instagram-icon img {
  width: 100%;
}
.feeds-widget .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  .feeds-widget .feed-item:hover .feed-thumb {
    opacity: 0;
  }
}
.feeds-widget .feed-item .feed-descr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 20px 20px;
}
@media only screen and (min-width: 1800px) {
  .feeds-widget .feed-item .feed-descr {
    padding: 30px;
  }
}
.feeds-widget .feed-item .feed-type {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto 16px;
}
@media only screen and (min-width: 1440px) {
  .feeds-widget .feed-item .feed-type {
    margin-bottom: 25px;
  }
}
.feeds-widget .feed-item .feed-type svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: fill 0.3s;
}
.feeds-widget .feed-item.blog .feed-type {
  display: none;
}
.feeds-widget .feed-item.no-thumb .feed-type svg {
  fill: #000;
}
@media only screen and (min-width: 1024px) {
  .feeds-widget .feed-item:hover .feed-type svg {
    fill: #000;
  }
}
.feeds-widget .feed-item .feed-text {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: 200;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feeds-widget .feed-item.no-thumb .feed-text, .feeds-widget .feed-item.blog .feed-text {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .feeds-widget .feed-item:hover .feed-text {
    opacity: 1;
  }
}
.feeds-widget .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.feeds-widget .feed-item.blog .feed-thumb {
  display: none;
}
.feeds-widget .breaker {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .feeds-widget .breaker {
    display: none;
  }
}

.footer-insta-wrap {
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
}
.footer-insta-wrap .content {
  margin-bottom: 50px;
  padding: 0 5px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .footer-insta-wrap .content {
    padding: 0 15px;
  }
}
.footer-insta-wrap .content__left {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .footer-insta-wrap .content__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer-insta-wrap .content__left .heading {
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .footer-insta-wrap .content__left .heading {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.footer-insta-wrap .content__left .hash-text {
  color: rgb(0, 0, 0);
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 6px;
  line-height: 48px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .footer-insta-wrap .content__left .hash-text {
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 2.08px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 390px) {
  .footer-insta-wrap .content__left .hash-text {
    font-size: 30px;
  }
}
.footer-insta-wrap .content__right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .footer-insta-wrap .content__right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.footer-insta-wrap .content__right .description {
  color: #000;
  font-family: "Gill Sans Nova", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 27px;
  font-weight: 600;
  width: 90%;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .footer-insta-wrap .content__right .link .button-tertiary {
    padding: 20px 0;
  }
}
.footer-insta-wrap .feed-actions {
  position: absolute;
  top: -30px;
  right: 0;
}
.footer-insta-wrap .feed-actions .slideshow-button.previous {
  position: relative;
  width: 70px;
  height: 18px;
  padding: 0 30px;
}
.footer-insta-wrap .feed-actions .slideshow-button.previous:before {
  width: 50px;
  height: 1px;
  content: "";
  background-color: #a9b3b7;
  position: absolute;
  top: 5px;
  left: 0;
}
.footer-insta-wrap .feed-actions .slideshow-button.previous:after {
  content: "";
  position: absolute;
  border-left: 1px solid #a9b3b7;
  border-top: 1px solid #a9b3b7;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  left: 0;
}
.footer-insta-wrap .feed-actions .slideshow-button.previous.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.footer-insta-wrap .feed-actions .slideshow-button.next {
  position: relative;
  width: 70px;
  height: 18px;
  padding: 0 30px;
}
.footer-insta-wrap .feed-actions .slideshow-button.next:before {
  width: 50px;
  height: 1px;
  content: "";
  background-color: #a9b3b7;
  position: absolute;
  top: 5px;
  right: 0;
}
.footer-insta-wrap .feed-actions .slideshow-button.next:after {
  content: "";
  position: absolute;
  border-left: 1px solid #a9b3b7;
  border-top: 1px solid #a9b3b7;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  right: 0;
}
.footer-insta-wrap .feed-actions .slideshow-button.next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.footer-insta-wrap .swiper-wrapper {
  margin-left: -15px;
}
