<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 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 &gt; .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: 14px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.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: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.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 #0a406b;
  border-bottom: 2px solid #0a406b;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #5d995d;
  border-left-color: #5d995d;
}

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 250px;
  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;
}
.ui-datepicker-calendar th {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 14px;
  color: #000;
  padding: 0;
  line-height: 38px;
}
.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: #0a406b;
  color: #fff;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #82C0CE;
  color: #000;
}

.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: #54baba;
}
.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;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical &gt; .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: border-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow &gt; .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode &gt; .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal &gt; .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical &gt; .swiper-wrapper {
  touch-action: pan-x;
}

.arrows-with-pagination {
  position: relative;
}
.arrows-with-pagination .slideshow-button svg {
  fill: #0a406b;
  transition: opacity 350ms ease-in-out;
}
.arrows-with-pagination .slideshow-button svg:hover {
  opacity: 0.6;
}

.slideshow-pagination-alternative {
  position: relative;
  display: flex;
  justify-content: center;
}
.slideshow-pagination-alternative span {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #0a406b;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 350ms ease-in-out;
}
.slideshow-pagination-alternative span:last-child {
  margin-right: 0;
}
.slideshow-pagination-alternative span:hover, .slideshow-pagination-alternative span.swiper-pagination-bullet-active {
  opacity: 1;
}

@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 */
  font-family: "HeBS-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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";
}

.loyalty-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  max-height: 566px;
  overflow: auto;
  padding: 48px 0 82px;
  box-shadow: 0 19px 32px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 333ms, opacity 333ms;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .loyalty-popup {
    max-height: 100%;
  }
}
.loyalty-popup-visible .loyalty-popup {
  opacity: 1;
  visibility: visible;
}
.loyalty-popup &gt; .wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.loyalty-popup .close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  height: 35px;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  .loyalty-popup .close {
    display: block;
  }
}
.loyalty-popup .close:before, .loyalty-popup .close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 35px;
  left: 50%;
  top: 50%;
  background: #231f20;
  transition: background 286ms;
}
.loyalty-popup .close:before {
  transform: translateX(-50%) rotate(45deg);
}
.loyalty-popup .close:after {
  transform: translateX(-50%) rotate(-45deg);
}
.loyalty-popup .close:hover:before, .loyalty-popup .close:hover:after {
  background: #5d995d;
}

.logout-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.logout-popup.visible {
  display: block;
}
.logout-popup .logout-popup-content {
  background: #3D8A9C;
  width: 100%;
  height: 100%;
  text-align: center;
}
.logout-popup .logout-popup-content a {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  padding-top: 20px;
  color: #fff;
  font: 400 20px/1 "BrandonGrotesque", Arial, sans-serif;
}
.logout-popup .logout-popup-content a:first-child {
  font-size: 16px;
}
.logout-popup .logout-popup-content a:first-child img {
  margin-right: 5px;
}
.logout-popup .logout-popup-content a:first-child:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}

.image-plus-list {
  position: relative;
  margin: 47px 0 130px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-plus-list {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .image-plus-list {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.image-plus-list .thumbnail {
  max-width: 1072px;
  height: 547px;
  margin: 0 auto 80px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .image-plus-list .thumbnail {
    margin-bottom: 20px;
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.image-plus-list .content-wrapper {
  max-width: 690px;
  margin: 0 auto 60px;
  padding: 0 27px;
}
@media only screen and (max-width: 767px) {
  .image-plus-list .content-wrapper {
    margin: 0 auto;
  }
}
.image-plus-list .list-column {
  width: calc(50% - 8px);
  display: block;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .image-plus-list .list-column {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.image-plus-list .list-column ul {
  margin: 0 0 0 4px;
}
.image-plus-list .list-column:first-child {
  width: calc(50% + 8px);
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .image-plus-list .list-column:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.image-plus-list .list-column h3 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  text-align: left;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .image-plus-list .list-column h3 {
    margin-bottom: 20px;
    text-align: center;
  }
}

.content-blocks {
  background: none;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .content-blocks {
    min-height: 0;
    margin-bottom: 0;
  }
}
.content-blocks .blocks-wrapper {
  margin: 0 auto;
  max-width: 1800px;
}
.content-blocks .blocks-wrapper.center-column {
  max-width: 1136px;
  padding: 0;
  text-align: center;
}
.content-blocks .blocks-wrapper h2 {
  display: block;
  background: #fff;
  text-align: center;
  color: #787878;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-blocks .blocks-wrapper h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .blocks-wrapper h2 {
    margin-bottom: 30px;
  }
}
.content-blocks .blocks-wrapper h2 span {
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 30px;
}
.content-blocks .blocks-wrapper h2:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #787878;
  z-index: 0;
}
.content-blocks .content-block {
  position: relative;
  margin-bottom: 150px;
  min-height: 655px;
  overflow: hidden;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-blocks .content-block {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 100%;
  }
}
.content-blocks .content-block .thumb-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 83px;
  height: calc(100% - 30px);
  width: calc(50% - 83px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-blocks .content-block .thumb-wrapper {
    width: 50%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block .thumb-wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25vw;
    left: auto;
    bottom: auto;
    top: auto;
  }
}
.content-blocks .content-block .thumb-wrapper:after {
  content: "";
  background: url("../images/brown-light-bg.jpg") 0 100% no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 60px;
  left: -50px;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .content-blocks .content-block .thumb-wrapper:after {
    display: none;
  }
}
.content-blocks .content-block .thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  float: right;
  z-index: 1;
  background-color: #0a406b;
}
.content-blocks .content-block .page-content {
  position: relative;
  width: 50%;
  float: right;
  padding: 65px 25px 30px 125px;
  text-align: left;
  display: flex;
  flex-flow: column;
  min-height: 550px;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-blocks .content-block .page-content {
    width: 50%;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block .page-content {
    display: block;
    min-height: 100%;
    width: 100%;
    text-align: center;
    padding: 20px 20px 0 20px;
  }
}
.content-blocks .content-block .page-content h3 {
  margin-top: 18px;
  font: 500 60px/60px "Nexa Rust Script L", sans-serif;
  color: #0a406b;
  text-align: left;
  margin-bottom: 30px;
  text-transform: initial;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-blocks .content-block .page-content h3 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block .page-content h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 22px;
    text-align: center;
    margin-top: 0;
  }
}
.content-blocks .content-block .page-content h2 + h3 {
  margin-top: 0;
}
.content-blocks .content-block .page-content .content-wrapper {
  padding-bottom: 0;
}
.content-blocks .content-block .page-content .content-wrapper p {
  margin-bottom: 30px;
}
.content-blocks .content-block.right-block .thumb-wrapper {
  left: auto;
  right: 63px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-blocks .content-block.right-block .thumb-wrapper {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block.right-block .thumb-wrapper {
    right: 0;
  }
}
.content-blocks .content-block.right-block .thumb-wrapper:after {
  background-position: 100% 100%;
  left: auto;
  right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-blocks .content-block.right-block .thumb-wrapper:after {
    display: none;
  }
}
.content-blocks .content-block.right-block .page-content {
  float: left;
  padding: 65px 60px 30px 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-blocks .content-block.right-block .page-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks .content-block.right-block .page-content {
    padding: 20px 20px 0 20px;
  }
}

.titlecontent {
  margin: 100px 0px;
}

.content-plus-menu + .content-blocks-on-blue-bg {
  margin-top: -115px;
}
@media only screen and (max-width: 1023px) {
  .content-plus-menu + .content-blocks-on-blue-bg {
    margin-top: 0;
  }
}

.image-video-plus-content + .content-blocks-on-blue-bg {
  margin-top: -115px;
}
@media only screen and (max-width: 1023px) {
  .image-video-plus-content + .content-blocks-on-blue-bg {
    margin-top: 0;
  }
}

.content-blocks-on-blue-bg {
  background: none;
  position: relative;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-blocks-on-blue-bg {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks-on-blue-bg {
    margin-bottom: 30px;
  }
}
.content-blocks-on-blue-bg .blocks-wrapper {
  margin: 0 auto;
}
.content-blocks-on-blue-bg .blocks-wrapper.center-column {
  max-width: 1212px;
  padding: 0;
  text-align: center;
}
.content-blocks-on-blue-bg .blocks-wrapper h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-blocks-on-blue-bg .blocks-wrapper h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks-on-blue-bg .blocks-wrapper h2 {
    margin-bottom: 30px;
  }
}
.content-blocks-on-blue-bg .content-block {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 606px;
  overflow: hidden;
  background: #0a406b;
}
.content-blocks-on-blue-bg .content-block.right-block {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .content-blocks-on-blue-bg .content-block {
    flex-direction: column;
    min-height: auto;
  }
  .content-blocks-on-blue-bg .content-block.right-block {
    flex-direction: column;
  }
}
.content-blocks-on-blue-bg .content-block .thumb, .content-blocks-on-blue-bg .content-block .page-content {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .content-blocks-on-blue-bg .content-block .thumb, .content-blocks-on-blue-bg .content-block .page-content {
    width: 100% !important;
  }
}
.content-blocks-on-blue-bg .content-block.big-image .thumb {
  width: 66%;
}
.content-blocks-on-blue-bg .content-block.big-image .page-content {
  width: 34%;
}
.content-blocks-on-blue-bg .content-block.small-image .thumb {
  width: 34%;
}
.content-blocks-on-blue-bg .content-block.small-image .page-content {
  width: 66%;
}
.content-blocks-on-blue-bg .content-block.small-image .page-content .content-wrapper {
  max-width: 100%;
}
.content-blocks-on-blue-bg .content-block .thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .content-blocks-on-blue-bg .content-block .thumb {
    height: 100vw;
  }
}
.content-blocks-on-blue-bg .content-block .page-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #fff;
  text-align: center;
}
.content-blocks-on-blue-bg .content-block .page-content .content-wrapper {
  max-width: 330px;
}
@media only screen and (max-width: 767px) {
  .content-blocks-on-blue-bg .content-block .page-content .content-wrapper {
    max-width: 100%;
  }
}
.content-blocks-on-blue-bg .content-block .page-content .content-wrapper h3 {
  font: 500 45px/50px "Nexa Rust Script L", sans-serif;
  color: #fff;
  margin-bottom: 27px;
  text-transform: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-blocks-on-blue-bg .content-block .page-content .content-wrapper h3 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .content-blocks-on-blue-bg .content-block .page-content .content-wrapper h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 22px;
    text-align: center;
  }
}
.content-blocks-on-blue-bg .content-block .page-content .content-wrapper p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .content-blocks-on-blue-bg .content-block .page-content .content-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}
.content-blocks-on-blue-bg .content-block .page-content .content-wrapper .text-button:hover {
  color: #fff;
}
.content-blocks-on-blue-bg .content-block .page-content .content-wrapper .text-button:hover:after {
  border-color: #fff;
}

.content-slider-small-icons {
  background: #f4f2ec;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  padding: 120px 0 70px;
  margin-bottom: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-slider-small-icons {
    padding: 50px 0 60px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content-slider-small-icons {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.content-slider-small-icons .center-column {
  padding: 0 20px;
  margin-bottom: 18px;
  max-width: 1252px;
}
@media only screen and (max-width: 767px) {
  .content-slider-small-icons .center-column {
    margin-bottom: 0;
  }
}
.content-slider-small-icons.page-content h2 {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .content-slider-small-icons.page-content h2 {
    margin-bottom: 20px;
  }
}
.content-slider-small-icons.page-content p {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .content-slider-small-icons.page-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.content-slider-small-icons .slideshow {
  margin-bottom: 42px;
}
@media only screen and (max-width: 1023px) {
  .content-slider-small-icons .slideshow {
    margin-bottom: 0;
  }
}
.content-slider-small-icons .slider-wrapper {
  overflow: hidden;
}
.content-slider-small-icons .slider-wrapper button {
  top: auto;
  bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .content-slider-small-icons .slider-wrapper button {
    top: 50%;
    bottom: auto;
  }
}
.content-slider-small-icons .block-item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 24px 32px 29px 28px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-slider-small-icons .block-item {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  .content-slider-small-icons .block-item {
    width: 100%;
    padding: 20px 60px;
  }
}
.content-slider-small-icons .block-item img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.content-slider-small-icons .block-item .description {
  font-size: 20px;
  line-height: 28px;
}
.content-slider-small-icons .block-item h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.content-slider-small-icons .block-item p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .content-slider-small-icons .block-item p {
    font-size: 14px;
    line-height: 22px;
  }
}
.content-slider-small-icons .read-more-link {
  display: block;
  font-size: 16px;
}
.content-slider-small-icons .slider-wrapper .slideshow-button svg {
  fill: #231f20;
}
.content-slider-small-icons .slider-wrapper .slideshow-button:hover svg {
  fill: #5d995d;
}

.slideshow-video-acm {
  overflow: hidden;
}
.slideshow-video-acm .slideshow {
  position: relative;
  padding-bottom: 92px;
  max-width: 1145px;
}
@media only screen and (max-width: 767px) {
  .slideshow-video-acm .slideshow {
    padding: 0 !important;
    margin-left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .slideshow-video-acm .slideshow.one-slide-only {
    margin-left: 0;
  }
}
.slideshow-video-acm .slideshow.one-slide-only .slideshow-wrapper {
  display: flex;
  justify-content: center;
}
.slideshow-video-acm .slideshow.one-slide-only .slide {
  width: 100%;
}
.slideshow-video-acm .slideshow.one-slide-only .slide.swiper-slide.article-slide .thumb:after {
  opacity: 1;
  background: transparent;
}
.slideshow-video-acm .slideshow.one-slide-only .slide.swiper-slide.article-slide .slide-content {
  opacity: 1;
}
.slideshow-video-acm .slider-wrapper .button-wrapper {
  position: absolute;
  top: 0;
  width: 28px;
  height: 56.25vw;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .slideshow-video-acm .slider-wrapper .button-wrapper {
    height: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .slideshow-video-acm .slider-wrapper .button-wrapper {
    display: none;
  }
}
.slideshow-video-acm .slider-wrapper .button-wrapper.previous {
  left: 10px;
}
@media only screen and (min-width: 1440px) {
  .slideshow-video-acm .slider-wrapper .button-wrapper.previous {
    left: -52px;
  }
}
.slideshow-video-acm .slider-wrapper .button-wrapper.next {
  right: 10px;
}
@media only screen and (min-width: 1440px) {
  .slideshow-video-acm .slider-wrapper .button-wrapper.next {
    right: -52px;
  }
}
.slideshow-video-acm .slider-wrapper .slideshow-button {
  top: 50%;
}
.slideshow-video-acm .slider-wrapper .slideshow-button.previous {
  left: 0;
}
.slideshow-video-acm .slider-wrapper .slideshow-button.next {
  right: 0;
}
.slideshow-video-acm .center-column h2 {
  color: #787878;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .slideshow-video-acm .center-column h2 {
    margin-bottom: 20px;
  }
}
.slideshow-video-acm .slide {
  display: inline-block;
  max-width: 90%;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .slideshow-video-acm .slide {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slideshow-video-acm .slide {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .slideshow-video-acm .slide {
    width: calc(100% - 80px);
  }
}
.slideshow-video-acm .slide.article-slide {
  width: 100%;
}
.slideshow-video-acm .slide .thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48.84vw;
  max-height: 559px;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .slideshow-video-acm .slide .thumb {
    height: 621px;
    max-height: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .slideshow-video-acm .slide .thumb {
    height: 45.63vw;
  }
}
@media only screen and (max-width: 767px) {
  .slideshow-video-acm .slide .thumb {
    height: 53.08vw;
  }
}
.slideshow-video-acm .slide .thumb:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 31, 32, 0.6);
  transition: opacity 350ms ease-in-out;
}
.slideshow-video-acm .slide .thumb .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slideshow-video-acm .slide .thumb .video video, .slideshow-video-acm .slide .thumb .video iframe {
  width: 100%;
}
.slideshow-video-acm .slide .thumb .video .video-control {
  display: none;
  opacity: 0;
  position: absolute;
  width: 105px;
  height: 105px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  font-size: 0;
  text-indent: -9999em;
  background: rgba(255, 255, 255, 0.35);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  transition: background 350ms ease-in-out, opacity 350ms ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.slideshow-video-acm .slide .thumb .video .video-control:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slideshow-video-acm .slide .thumb .video .video-control:before, .slideshow-video-acm .slide .thumb .video .video-control:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 28px;
  background: #fff;
  transform: translateY(-50%);
}
.slideshow-video-acm .slide .thumb .video .video-control:before {
  left: 35px;
}
.slideshow-video-acm .slide .thumb .video .video-control:after {
  right: 35px;
}
.slideshow-video-acm .slide .thumb .video .video-control.paused {
  opacity: 1;
  display: block;
}
.slideshow-video-acm .slide .thumb .video .video-control.paused:before {
  display: none;
}
.slideshow-video-acm .slide .thumb .video .video-control.paused:after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  margin-left: 3px;
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 28px solid #fff;
  border-bottom: 14px solid transparent;
  background: none;
  transform: translate(-50%, -50%);
}
.slideshow-video-acm .slide .thumb .video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1440px) {
  .slideshow-video-acm .slide .thumb .video iframe {
    width: 120%;
    height: 640px;
  }
}
.slideshow-video-acm .slide:hover .thumb .video .video-control {
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
}
.slideshow-video-acm .slide.paused:hover .thumb .video .video-control {
  opacity: 0;
}
.slideshow-video-acm .slide.paused:hover .thumb .video .video-control.paused {
  opacity: 1;
}
.slideshow-video-acm .slide.swiper-slide-active .thumb .video .video-control {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .slideshow-video-acm .slide.swiper-slide-active .thumb .video .video-control:not(.paused) {
    display: none;
  }
}
.slideshow-video-acm .slide .slide-content {
  background-color: #fff;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  max-width: 630px;
  margin: 22px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slideshow-video-acm .slide .slide-content {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .slideshow-video-acm .slide .slide-content {
    margin: 0;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.slideshow-video-acm .slide .slide-content .video-swiper-pagination, .slideshow-video-acm .slide .slide-content p {
  display: inline;
}
.slideshow-video-acm .slide .slide-content h3, .slideshow-video-acm .slide .slide-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #474747;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .slideshow-video-acm .slide .slide-content h3, .slideshow-video-acm .slide .slide-content h4 {
    line-height: 1.2;
  }
}
.slideshow-video-acm .slide.swiper-slide:not(.swiper-slide-active) .thumb:after {
  opacity: 1;
}
.slideshow-video-acm .slide.swiper-slide:not(.swiper-slide-active) .slide-content {
  opacity: 0;
}
.slideshow-video-acm .swiper-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

.slideshow-new-destinations {
  overflow: hidden;
}
.slideshow-new-destinations .slideshow {
  position: relative;
  padding-bottom: 92px;
  max-width: 1145px;
}
@media only screen and (max-width: 767px) {
  .slideshow-new-destinations .slideshow {
    padding: 0 !important;
    margin-left: -40px;
  }
}
.slideshow-new-destinations .slider-wrapper .button-wrapper {
  position: absolute;
  top: 0;
  width: 28px;
  height: 56.25vw;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .slideshow-new-destinations .slider-wrapper .button-wrapper {
    height: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .slideshow-new-destinations .slider-wrapper .button-wrapper {
    display: none;
  }
}
.slideshow-new-destinations .slider-wrapper .button-wrapper.previous {
  left: 10px;
}
@media only screen and (min-width: 1440px) {
  .slideshow-new-destinations .slider-wrapper .button-wrapper.previous {
    left: -52px;
  }
}
.slideshow-new-destinations .slider-wrapper .button-wrapper.next {
  right: 10px;
}
@media only screen and (min-width: 1440px) {
  .slideshow-new-destinations .slider-wrapper .button-wrapper.next {
    right: -52px;
  }
}
.slideshow-new-destinations .slider-wrapper .slideshow-button {
  top: 50%;
}
.slideshow-new-destinations .slider-wrapper .slideshow-button.previous {
  left: 0;
}
.slideshow-new-destinations .slider-wrapper .slideshow-button.next {
  right: 0;
}
.slideshow-new-destinations.big-arrows .slider-wrapper .slideshow-button {
  width: 70px;
  height: 60px;
}
.slideshow-new-destinations.big-arrows .slider-wrapper .slideshow-button svg {
  height: 100%;
}
@media only screen and (min-width: 1440px) {
  .slideshow-new-destinations.big-arrows .button-wrapper.previous {
    left: -80px;
  }
}
@media only screen and (min-width: 1440px) {
  .slideshow-new-destinations.big-arrows .button-wrapper.next {
    right: -80px;
  }
}
.slideshow-new-destinations .center-column h2 {
  color: #0a406b;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .slideshow-new-destinations .center-column h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.slideshow-new-destinations .slide {
  display: inline-block;
  max-width: 90%;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .slideshow-new-destinations .slide {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slideshow-new-destinations .slide {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .slideshow-new-destinations .slide {
    width: calc(100% - 80px);
  }
}
.slideshow-new-destinations .slide .thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 56.25vw;
  position: relative;
}
@media only screen and (min-width: 1440px) {
  .slideshow-new-destinations .slide .thumb {
    height: 640px;
  }
}
@media only screen and (max-width: 1023px) {
  .slideshow-new-destinations .slide .thumb {
    height: 56.25vw;
  }
}
.slideshow-new-destinations .slide .thumb:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 31, 32, 0.6);
  transition: opacity 350ms ease-in-out;
}
.slideshow-new-destinations .slide .slide-content {
  background-color: #fff;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  max-width: 815px;
  margin: -80px auto 0;
  padding: 55px 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slideshow-new-destinations .slide .slide-content {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .slideshow-new-destinations .slide .slide-content {
    margin: 0;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.slideshow-new-destinations .slide .slide-content .property-name,
.slideshow-new-destinations .slide .slide-content .property-location {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: #5d995d;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.slideshow-new-destinations .slide .slide-content .property-name a,
.slideshow-new-destinations .slide .slide-content .property-location a {
  text-decoration: none;
  color: #5d995d;
}
.slideshow-new-destinations .slide .slide-content .property-name a:hover,
.slideshow-new-destinations .slide .slide-content .property-location a:hover {
  color: #3D8A9C;
}
@media only screen and (max-width: 767px) {
  .slideshow-new-destinations .slide .slide-content .property-name,
  .slideshow-new-destinations .slide .slide-content .property-location {
    line-height: 1.2;
  }
}
.slideshow-new-destinations .slide .slide-content .property-name {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .slideshow-new-destinations .slide .slide-content .property-name {
    font-size: 20px;
  }
}
.slideshow-new-destinations .slide .slide-content .property-name:after {
  content: "";
  display: inline-block;
  position: relative;
  right: 0;
  left: 10px;
  top: -3px;
  margin-top: -1px;
  border-right: 2px solid #5d995d;
  border-bottom: 2px solid #5d995d;
  height: 9px;
  width: 9px;
  transform: rotate(-45deg);
  transition: border-color 350ms ease-in-out;
}
.slideshow-new-destinations .slide .slide-content .property-name:hover:after {
  border-right-color: #3D8A9C;
  border-bottom-color: #3D8A9C;
}
.slideshow-new-destinations .slide .slide-content .property-location {
  color: #787878;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.75px;
}
.slideshow-new-destinations .slide .slide-content .property-text {
  display: block;
  margin-top: 35px;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .slideshow-new-destinations .slide .slide-content .property-text {
    margin-top: 15px;
    font-size: 22px;
  }
}
.slideshow-new-destinations .slide.swiper-slide:not(.swiper-slide-active) .thumb:after {
  opacity: 1;
}
.slideshow-new-destinations .slide.swiper-slide:not(.swiper-slide-active) .slide-content {
  opacity: 0;
}
.slideshow-new-destinations .swiper-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

.welcome-content {
  width: 100%;
  position: relative;
  margin: 38px 0 0;
  padding: 30px 0 240px;
  background: rgb(10, 64, 107);
  background: linear-gradient(to bottom, rgb(10, 64, 107) 0%, rgb(61, 138, 156) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a406b", endColorstr="#3d8a9c",GradientType=0 );
}
@media only screen and (max-width: 1023px) {
  .welcome-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-content {
    padding: 30px 0 160px;
  }
}
.welcome-content h2, .welcome-content .h2 {
  color: #fff;
  font: 45px/55px "Nexa Rust Script L", sans-serif;
  position: relative;
  max-width: 826px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .welcome-content h2, .welcome-content .h2 {
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
  }
}
.welcome-content h2:before, .welcome-content .h2:before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto 48px;
  width: 1px;
  height: 55px;
  background: #fff;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .welcome-content h2:before, .welcome-content .h2:before {
    height: 35px;
    margin-bottom: 20px;
  }
}

.acm-promos {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-promos {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .acm-promos {
    margin-bottom: 30px;
  }
}
.acm-promos h2 {
  font: 500 22px/40px "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .acm-promos h2 {
    font-size: 18px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.acm-promos h2.title-color-teal {
  margin-top: 32px;
  color: #3D8A9C;
}
.acm-promos .slideshow {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .acm-promos .slideshow {
    padding: 0 !important;
    margin-left: -40px;
  }
}
.acm-promos .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.acm-promos .content-block {
  position: relative;
  display: inline-block;
  width: 27%;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .acm-promos .content-block {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .acm-promos .content-block {
    width: calc(100% - 80px);
  }
}
.acm-promos .content-block.swiper-slide-prev .thumb:before, .acm-promos .content-block.swiper-slide-active .thumb:before, .acm-promos .content-block.swiper-slide-next .thumb:before {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .acm-promos .content-block.swiper-slide-prev .thumb:before, .acm-promos .content-block.swiper-slide-active .thumb:before, .acm-promos .content-block.swiper-slide-next .thumb:before {
    opacity: 1;
  }
}
.acm-promos .content-block.swiper-slide-prev .thumb h3, .acm-promos .content-block.swiper-slide-active .thumb h3, .acm-promos .content-block.swiper-slide-next .thumb h3 {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .acm-promos .content-block.swiper-slide-prev .thumb h3, .acm-promos .content-block.swiper-slide-active .thumb h3, .acm-promos .content-block.swiper-slide-next .thumb h3 {
    display: none;
  }
}
.acm-promos .content-block.swiper-slide-prev .copy, .acm-promos .content-block.swiper-slide-active .copy, .acm-promos .content-block.swiper-slide-next .copy {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .acm-promos .content-block.swiper-slide-prev .copy, .acm-promos .content-block.swiper-slide-active .copy, .acm-promos .content-block.swiper-slide-next .copy {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .acm-promos .content-block.swiper-slide-active .thumb:before {
    opacity: 0;
  }
  .acm-promos .content-block.swiper-slide-active .thumb h3 {
    display: inline-block;
  }
  .acm-promos .content-block.swiper-slide-active .copy {
    display: block;
  }
}
.acm-promos .content-block .thumb {
  position: relative;
  width: 100%;
  height: 537px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #0a406b;
}
@media only screen and (max-width: 767px) {
  .acm-promos .content-block .thumb {
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.acm-promos .content-block .thumb .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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.acm-promos .content-block .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(35, 31, 32, 0.6);
  transition: opacity 350ms ease-in-out;
}
.acm-promos .content-block .thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  opacity: 0.7;
  background: linear-gradient(to bottom, rgba(233, 233, 233, 0) 1%, rgba(186, 186, 186, 0) 25%, rgb(38, 38, 38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00e9e9e9", endColorstr="#262626",GradientType=0 );
}
.acm-promos .content-block h3 {
  display: none;
  font: 500 22px/27px "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 43px;
  left: 20px;
  right: 20px;
  letter-spacing: 2px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .acm-promos .content-block h3 {
    font-size: 18px;
    line-height: 20px;
    bottom: 20px;
  }
}
.acm-promos .content-block p {
  font-size: 20px;
  line-height: 28px;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .acm-promos .content-block p {
    font-size: 16px;
    line-height: 22px;
  }
}
.acm-promos .content-block .copy {
  display: none;
  margin: 30px 0;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .acm-promos .content-block .copy {
    margin: 20px 0;
  }
}
.acm-promos .content-block .text-button {
  margin-top: 30px;
}
.acm-promos .slider-wrapper .slideshow-button {
  top: calc(50% - 88px);
}
@media only screen and (max-width: 767px) {
  .acm-promos .slider-wrapper .slideshow-button {
    display: none;
  }
}
.acm-promos .slider-wrapper .slideshow-button.previous {
  left: 35px;
}
.acm-promos .slider-wrapper .slideshow-button.next {
  right: 35px;
}
.acm-promos .slider-wrapper .slideshow-button svg {
  fill: #fff;
}

.header-plus-content {
  background: none;
  position: relative;
  margin-top: 50px;
  margin-bottom: 107px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header-plus-content {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-plus-content {
    margin-bottom: 30px;
  }
}
.header-plus-content .blocks-wrapper {
  margin: 0 auto;
  max-width: 1136px;
}
.header-plus-content .blocks-wrapper h2, .header-plus-content .blocks-wrapper .h2-like {
  font: 500 45px/50px "Nexa Rust Script L", sans-serif;
  display: block;
  background: #fff;
  text-align: center;
  color: #0a406b;
  position: relative;
  margin: 0 auto 34px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header-plus-content .blocks-wrapper h2, .header-plus-content .blocks-wrapper .h2-like {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .header-plus-content .blocks-wrapper h2, .header-plus-content .blocks-wrapper .h2-like {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 22px;
    text-align: center;
    margin-top: 0;
  }
}
.header-plus-content .blocks-wrapper h2 span, .header-plus-content .blocks-wrapper .h2-like span {
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 30px;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .header-plus-content .blocks-wrapper h2 span, .header-plus-content .blocks-wrapper .h2-like span {
    padding: 0 5px;
    max-width: 70%;
  }
}
.header-plus-content .blocks-wrapper h2:after, .header-plus-content .blocks-wrapper .h2-like:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #787878;
  z-index: 0;
}
.header-plus-content h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  color: #787878;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .header-plus-content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.header-plus-content h4 {
  text-transform: uppercase;
  font-weight: normal;
  color: #5d995d;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .header-plus-content h4 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.header-plus-content .button-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.header-plus-content .center-column {
  max-width: 1136px;
  text-align: center;
  padding: 0 20px;
}

.content-plus-menu {
  background: none;
  position: relative;
  padding: 148px 0 195px;
  margin-bottom: 20px;
  background: #3D8A9C;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-plus-menu {
    margin-bottom: 0;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-plus-menu {
    margin-bottom: 0;
    padding: 0;
  }
}
.content-plus-menu .blocks-wrapper {
  margin: 0 auto;
  max-width: 1800px;
}
.content-plus-menu .blocks-wrapper.center-column {
  max-width: 1136px;
  padding: 0;
  text-align: center;
}
.content-plus-menu .content-block {
  position: relative;
  min-height: 719px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-plus-menu .content-block {
    min-height: 684px;
  }
}
@media only screen and (max-width: 767px) {
  .content-plus-menu .content-block {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 100%;
  }
}
.content-plus-menu .content-block .thumb-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 72px;
  height: 684px;
  width: calc(50% - 83px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-plus-menu .content-block .thumb-wrapper {
    width: 50%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-plus-menu .content-block .thumb-wrapper {
    width: 100%;
    height: auto;
    left: 0;
  }
}
.content-plus-menu .content-block .thumb-wrapper:before {
  display: none;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .content-plus-menu .content-block .thumb-wrapper:before {
    display: block;
  }
}
.content-plus-menu .content-block .thumb-wrapper:after {
  content: "";
  background: url("../images/aqua-bg.jpg") 0 100% no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 35px;
  left: -55px;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .content-plus-menu .content-block .thumb-wrapper:after {
    display: none;
  }
}
.content-plus-menu .content-block .thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 684px;
  width: 100%;
  float: right;
  z-index: 1;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.content-plus-menu .content-block .thumb.active {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .content-plus-menu .content-block .thumb {
    height: 100%;
    float: none;
  }
}
.content-plus-menu .content-block .page-content {
  position: relative;
  width: 50%;
  float: right;
  padding: 40px 25px 30px 105px;
  text-align: left;
  display: flex;
  flex-flow: column;
  min-height: 684px;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-plus-menu .content-block .page-content {
    width: 50%;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-plus-menu .content-block .page-content {
    display: block;
    min-height: 100%;
    width: 100%;
    text-align: center;
    padding: 50px 20px;
    z-index: 3;
  }
}
.content-plus-menu .content-block .page-content h2 {
  font: 400 30px/30px "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  text-align: left;
  margin-bottom: 46px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-plus-menu .content-block .page-content h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .content-plus-menu .content-block .page-content h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 22px;
    text-align: center;
  }
}
.content-plus-menu .content-block .page-content ul {
  margin: 0 0 57px 0;
}
@media only screen and (max-width: 767px) {
  .content-plus-menu .content-block .page-content ul {
    margin-bottom: 30px;
  }
}
.content-plus-menu .content-block .page-content ul li {
  padding-left: 0;
}
.content-plus-menu .content-block .page-content ul li:before {
  display: none;
}
.content-plus-menu .content-block .page-content ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font: 500 53px/56px "Nexa Rust Script L", sans-serif;
  margin-bottom: 19px;
  position: relative;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-plus-menu .content-block .page-content ul li a {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .content-plus-menu .content-block .page-content ul li a {
    font-size: 30px;
    line-height: 32px;
  }
}
.content-plus-menu .content-block .page-content ul li a:before {
  content: "";
  position: absolute;
  left: -54px;
  top: 21px;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  width: 0;
  transition: width 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .content-plus-menu .content-block .page-content ul li a:before {
    display: none;
  }
}
.content-plus-menu .content-block .page-content ul li a:hover {
  padding-left: 52px;
  color: #5d995d;
}
@media only screen and (max-width: 767px) {
  .content-plus-menu .content-block .page-content ul li a:hover {
    padding-left: 0;
  }
}
.content-plus-menu .content-block .page-content ul li a:hover:before {
  width: 88px;
}
.content-plus-menu .content-block .page-content .button {
  padding: 0 50px;
  font: 500 18px/58px "BrandonGrotesque", Arial, sans-serif;
  border: 2px solid #fff;
  background: none;
  height: 62px;
  white-space: normal;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .content-plus-menu .content-block .page-content .button {
    font-size: 16px;
    line-height: 42px;
    height: 46px;
    padding: 0 20px;
  }
}
.content-plus-menu .content-block .page-content .button:hover {
  color: #fff;
  background: #5d995d;
  border-color: #5d995d;
}
.content-plus-menu .content-block .page-content .button:before {
  display: none;
}
.content-plus-menu .content-block .page-content .content-wrapper {
  padding-bottom: 0;
}
.content-plus-menu .content-block .page-content .content-wrapper p {
  margin-bottom: 30px;
}

.stayconnected-acm {
  position: relative;
  height: 440px;
  padding: 50px 0 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .stayconnected-acm {
    padding: 45px 0;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .stayconnected-acm {
    padding: 30px 0;
    max-height: none;
    height: auto;
  }
}
.stayconnected-acm video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.stayconnected-acm .thumbnail {
  max-width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.stayconnected-acm .thumbnail:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  pointer-events: none;
  opacity: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+90&amp;1+30,0.9+65,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.9) 55%, rgba(255, 255, 255, 0.26) 90%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 1023px) {
  .stayconnected-acm .thumbnail:after {
    height: 100%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.26) 100%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.stayconnected-acm .center-column {
  max-width: 1280px;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .stayconnected-acm .center-column {
    padding: 0 20px;
  }
}

.stayconnected-blocks {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks {
    display: block;
    justify-content: unset;
    flex-flow: unset;
  }
}
.stayconnected-blocks .stayconnected-block {
  width: 50%;
  text-align: left;
}
.stayconnected-blocks .stayconnected-block h3 {
  font: 500 45px/50px "Nexa Rust Script L", sans-serif;
  display: block;
  color: #0a406b;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks .stayconnected-block h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
  }
}
.stayconnected-blocks .stayconnected-block p {
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks .stayconnected-block p {
    font-size: 15px;
    text-align: center;
  }
}
.stayconnected-blocks .stayconnected-block.block-1 {
  width: calc(50% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .stayconnected-blocks .stayconnected-block.block-1 {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks .stayconnected-block.block-1 {
    width: 100%;
  }
}
.stayconnected-blocks .stayconnected-block.block-2 {
  padding-left: 50px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .stayconnected-blocks .stayconnected-block.block-2 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks .stayconnected-block.block-2 {
    padding-left: 0;
    width: 100%;
  }
}

.newsletter {
  position: relative;
  font-size: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .newsletter {
    margin-bottom: 0;
    transform: none;
  }
}
.newsletter .flex-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter input[type=text] {
  flex-grow: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  height: 50px;
  line-height: 40px;
  padding: 0 20px 25px 10px;
  background: transparent;
  border-bottom: 1px solid #b9baba;
}
@media only screen and (max-width: 767px) {
  .newsletter input[type=text] {
    width: 80%;
    text-align: center;
    padding: 0 10px 0 10px;
  }
}
.newsletter input[type=text]::-webkit-input-placeholder {
  color: #000;
}
.newsletter input[type=text]:-moz-placeholder {
  color: #000;
}
.newsletter input[type=text]::-moz-placeholder {
  color: #000;
}
.newsletter input[type=text]:-ms-input-placeholder {
  color: #000;
}
.newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #000;
}
.newsletter input[type=text]:focus:-moz-placeholder {
  color: #000;
}
.newsletter input[type=text]:focus::-moz-placeholder {
  color: #000;
}
.newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #000;
}
.newsletter .controls {
  position: relative;
  margin-left: 20px;
}
.newsletter .controls .button.newsletter-button {
  display: block;
  vertical-align: top;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  border: 2px solid #5d995d;
  background: transparent;
  text-indent: -9999px;
  padding: 0;
}
.newsletter .controls .button.newsletter-button:hover {
  background: #0a406b;
  border-color: #0a406b;
}
@media only screen and (max-width: 1023px) {
  .newsletter .controls .button.newsletter-button {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter .controls .button.newsletter-button {
    padding: 0;
    width: 50px;
    height: 50px;
  }
}
.newsletter .controls svg {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 17px;
  margin: 0 auto;
  fill: #5d995d;
  pointer-events: none;
  transition: fill 350ms ease-in-out;
}
.newsletter .controls:hover svg #SignUp {
  fill: #fff;
}

html.property.home .stayconnected-acm {
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html.property.home .stayconnected-acm {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  html.property.home .stayconnected-acm {
    margin-top: 0;
  }
}

#content &gt; .overview-stairs-block, #content &gt; .overview-stairs-block-property {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #content &gt; .overview-stairs-block, #content &gt; .overview-stairs-block-property {
    margin-top: 20px;
  }
}

.overview-stairs-block,
.overview-stairs-block-property {
  background: none;
  position: relative;
  margin: 80px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .overview-stairs-block,
  .overview-stairs-block-property {
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block,
  .overview-stairs-block-property {
    margin: 20px 0;
  }
}
.overview-stairs-block .center-column,
.overview-stairs-block-property .center-column {
  max-width: 1250px;
  padding: 0 40px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .overview-stairs-block .center-column,
  .overview-stairs-block-property .center-column {
    padding: 0 20px;
  }
}
.overview-stairs-block .section-block-header,
.overview-stairs-block-property .section-block-header {
  display: block;
  min-height: 190px;
  line-height: 190px;
  text-align: left;
  padding-right: 8vw;
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block .section-block-header,
  .overview-stairs-block-property .section-block-header {
    padding-right: 0;
    min-height: 0;
  }
}
.overview-stairs-block .section-block-header h2,
.overview-stairs-block-property .section-block-header h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #787878;
  vertical-align: middle;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block .section-block-header h2,
  .overview-stairs-block-property .section-block-header h2 {
    display: block;
    font-size: 16px;
  }
}
.overview-stairs-block .section-block-list,
.overview-stairs-block-property .section-block-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  flex-shrink: 0;
  align-items: flex-start;
}
.overview-stairs-block .section-block-list .one-by-one,
.overview-stairs-block-property .section-block-list .one-by-one {
  width: calc(50% - 35px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .overview-stairs-block .section-block-list .one-by-one,
  .overview-stairs-block-property .section-block-list .one-by-one {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block .section-block-list .one-by-one,
  .overview-stairs-block-property .section-block-list .one-by-one {
    width: 100%;
  }
}
.overview-stairs-block .section-block-column,
.overview-stairs-block-property .section-block-column {
  display: inline-block;
  width: calc(50% - 35px);
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .overview-stairs-block .section-block-column,
  .overview-stairs-block-property .section-block-column {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block .section-block-column,
  .overview-stairs-block-property .section-block-column {
    width: 100%;
    display: block;
  }
}
.overview-stairs-block .section-block-item,
.overview-stairs-block-property .section-block-item {
  position: relative;
  flex-shrink: 0;
  align-items: flex-end;
  padding-bottom: 80px;
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .overview-stairs-block .section-block-item,
  .overview-stairs-block-property .section-block-item {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block .section-block-item,
  .overview-stairs-block-property .section-block-item {
    padding-bottom: 20px;
  }
}
.overview-stairs-block .section-block-item .thumb-wrapper,
.overview-stairs-block-property .section-block-item .thumb-wrapper {
  position: relative;
  background: #3D8A9C;
  overflow: hidden;
  height: 440px;
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block .section-block-item .thumb-wrapper,
  .overview-stairs-block-property .section-block-item .thumb-wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25vw;
    left: auto;
    bottom: auto;
    top: auto;
  }
}
.overview-stairs-block .section-block-item .thumb,
.overview-stairs-block-property .section-block-item .thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #0a406b;
}
.overview-stairs-block .section-block-item .section-block-content,
.overview-stairs-block-property .section-block-item .section-block-content {
  padding: 20px 28px 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #000;
}
.overview-stairs-block .section-block-item .section-block-content p,
.overview-stairs-block-property .section-block-item .section-block-content p {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block .section-block-item .section-block-content p,
  .overview-stairs-block-property .section-block-item .section-block-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block .section-block-item .section-block-content,
  .overview-stairs-block-property .section-block-item .section-block-content {
    padding: 20px 0;
  }
}
.overview-stairs-block .section-block-item .section-block-content .text-button:hover,
.overview-stairs-block-property .section-block-item .section-block-content .text-button:hover {
  color: #3D8A9C;
}
.overview-stairs-block .section-block-item .section-block-content .text-button:hover:after,
.overview-stairs-block-property .section-block-item .section-block-content .text-button:hover:after {
  border-right-color: #3D8A9C;
  border-bottom-color: #3D8A9C;
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block .section-block-item .section-block-content .text-button,
  .overview-stairs-block-property .section-block-item .section-block-content .text-button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .overview-stairs-block .section-block-item .page-content,
  .overview-stairs-block-property .section-block-item .page-content {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block .section-block-item .page-content,
  .overview-stairs-block-property .section-block-item .page-content {
    display: block;
    min-height: 100%;
    width: 100%;
    text-align: center;
  }
}
.overview-stairs-block .section-block-item .page-content h3,
.overview-stairs-block-property .section-block-item .page-content h3 {
  font: 500 45px/50px "Nexa Rust Script L", sans-serif;
  color: #0a406b;
  margin-bottom: 10px;
  text-transform: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .overview-stairs-block .section-block-item .page-content h3,
  .overview-stairs-block-property .section-block-item .page-content h3 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block .section-block-item .page-content h3,
  .overview-stairs-block-property .section-block-item .page-content h3 {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
}
.overview-stairs-block .section-block-item .page-content h4,
.overview-stairs-block-property .section-block-item .page-content h4 {
  text-transform: uppercase;
  font-weight: normal;
  color: #787878;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block .section-block-item .page-content h4,
  .overview-stairs-block-property .section-block-item .page-content h4 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.overview-stairs-block-property .center-column {
  max-width: 1270px;
}
.overview-stairs-block-property .section-block-column {
  overflow: visible;
  width: calc(50% - 45px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .overview-stairs-block-property .section-block-column {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block-property .section-block-column {
    width: 100%;
    display: block;
  }
}
.overview-stairs-block-property .section-block-item {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .overview-stairs-block-property .section-block-item {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block-property .section-block-item {
    padding-bottom: 20px;
  }
}
.overview-stairs-block-property .section-block-item .page-content h3 {
  margin-bottom: 18px;
}
@media only screen and (max-width: 1023px) {
  .overview-stairs-block-property .section-block-item .page-content h3 {
    margin-bottom: 10px;
  }
}
.overview-stairs-block-property .section-block-item .section-block-content {
  padding: 37px 28px 0;
}
.overview-stairs-block-property .section-block-item .section-block-content p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block-property .section-block-item .section-block-content p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block-property .section-block-item .section-block-content {
    padding: 20px 0;
  }
}
.overview-stairs-block-property .section-block-item .thumb-wrapper {
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block-property .section-block-item .thumb-wrapper {
    height: 0;
  }
}
.overview-stairs-block-property .section-block-header {
  padding: 0;
}
.overview-stairs-block-property .section-block-header h2.h1-like {
  color: #0a406b;
  text-align: left;
  min-height: 225px;
  padding: 0;
  display: block;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block-property .section-block-header h2.h1-like {
    min-height: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}
.overview-stairs-block-property .button-wrapper {
  width: 100%;
  overflow: hidden;
}
.overview-stairs-block-property .button {
  padding: 0 60px;
  font-size: 18px;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .overview-stairs-block-property .button {
    margin-top: 0;
    padding: 0 20px;
  }
}
.overview-stairs-block-property .button:before, .overview-stairs-block-property .button:after {
  content: "";
  width: 1000px;
  height: 1px;
  background: #959494;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.overview-stairs-block-property .button:before {
  left: calc(100% + 24px);
}
.overview-stairs-block-property .button:after {
  right: calc(100% + 24px);
}

.image-plus-content {
  background: none;
  position: relative;
  padding: 148px 0 115px;
  margin-bottom: 100px;
  background: #3D8A9C;
}
@media only screen and (max-width: 1023px) {
  .image-plus-content {
    min-height: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .image-plus-content {
    padding: 0;
    margin-bottom: 30px;
  }
}
.image-plus-content .blocks-wrapper {
  margin: 0 auto;
  max-width: 1800px;
}
.image-plus-content .blocks-wrapper.center-column {
  max-width: 1136px;
  padding: 0;
  text-align: center;
}
.image-plus-content .content-block {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-plus-content .content-block {
    min-height: 685px;
  }
}
@media only screen and (max-width: 767px) {
  .image-plus-content .content-block {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 100%;
  }
}
.image-plus-content .content-block .thumb-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 72px;
  height: 685px;
  width: calc(50% - 83px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-plus-content .content-block .thumb-wrapper {
    width: 50%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .image-plus-content .content-block .thumb-wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25vw;
    left: auto;
    bottom: auto;
    top: auto;
  }
}
.image-plus-content .content-block .thumb-wrapper:after {
  content: "";
  background: url("../images/aqua-bg.jpg") 0 100% no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 35px;
  left: -55px;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .image-plus-content .content-block .thumb-wrapper:after {
    display: none;
  }
}
.image-plus-content .content-block .thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  float: right;
  z-index: 1;
}
.image-plus-content .content-block .page-content {
  position: relative;
  width: 50%;
  float: right;
  padding: 40px 25px 30px 105px;
  text-align: left;
  display: flex;
  flex-flow: column;
  min-height: 685px;
  color: #fff;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-plus-content .content-block .page-content {
    width: 50%;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .image-plus-content .content-block .page-content {
    display: block;
    min-height: 100%;
    width: 100%;
    text-align: center;
    padding: 20px 20px 0 20px;
  }
}
.image-plus-content .content-block .page-content h3 {
  margin-top: 18px;
  font: 500 60px/60px "Nexa Rust Script L", sans-serif;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  text-transform: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-plus-content .content-block .page-content h3 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .image-plus-content .content-block .page-content h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 22px;
    text-align: center;
    margin-top: 0;
  }
}
.image-plus-content .content-block .page-content h2 + h3 {
  margin-top: 0;
}
.image-plus-content .content-block .page-content ul &gt; li:before {
  background: #fff;
}
.image-plus-content .content-block.right-block .thumb-wrapper {
  left: auto;
  right: 63px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-plus-content .content-block.right-block .thumb-wrapper {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .image-plus-content .content-block.right-block .thumb-wrapper {
    right: 0;
  }
}
.image-plus-content .content-block.right-block .thumb-wrapper:after {
  background-position: 100% 100%;
  left: auto;
  right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-plus-content .content-block.right-block .thumb-wrapper:after {
    display: none;
  }
}
.image-plus-content .content-block.right-block .page-content {
  float: left;
  padding: 65px 60px 30px 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-plus-content .content-block.right-block .page-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .image-plus-content .content-block.right-block .page-content {
    padding: 20px 20px 0 20px;
  }
}

.image-video-plus-content {
  background: none;
  position: relative;
  padding: 120px 0 195px;
  background: #3D8A9C;
}
@media only screen and (max-width: 1023px) {
  .image-video-plus-content {
    min-height: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content {
    padding: 45px 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content {
    padding: 0;
  }
}
.image-video-plus-content .blocks-wrapper {
  margin: 0 auto;
  max-width: 1800px;
}
.image-video-plus-content .blocks-wrapper.center-column {
  max-width: 1136px;
  padding: 0;
  text-align: center;
}
.image-video-plus-content .content-block {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content .content-block {
    min-height: 685px;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 100%;
  }
}
.image-video-plus-content .content-block .thumb-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 72px;
  height: 685px;
  width: calc(50% - 83px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content .content-block .thumb-wrapper {
    width: 50%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block .thumb-wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25vw;
    left: auto;
    bottom: auto;
    top: auto;
  }
}
.image-video-plus-content .content-block .thumb-wrapper:after {
  content: "";
  background: url("../images/aqua-bg.jpg") 0 100% no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 35px;
  left: -55px;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .image-video-plus-content .content-block .thumb-wrapper:after {
    display: none;
  }
}
.image-video-plus-content .content-block .thumb-wrapper .play-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  text-indent: -9999em;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 350ms ease-in-out;
  z-index: 2;
}
.image-video-plus-content .content-block .thumb-wrapper .play-video:after {
  content: "";
  background: url("../images/play-button.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}
.image-video-plus-content .content-block .thumb-wrapper .play-video:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block .thumb-wrapper .play-video {
    height: 40px;
    width: 40px;
  }
  .image-video-plus-content .content-block .thumb-wrapper .play-video:after {
    height: 40px;
    width: 40px;
  }
}
.image-video-plus-content .content-block .thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  float: right;
  z-index: 1;
}
.image-video-plus-content .content-block .thumb.video-overlay:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-video-plus-content .content-block .content-wrapper {
  position: relative;
  width: 51%;
  float: right;
  padding: 40px 25px 30px 95px;
  text-align: left;
  min-height: 685px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content .content-block .content-wrapper {
    width: 50%;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block .content-wrapper {
    display: block;
    min-height: 100%;
    width: 100%;
    text-align: center;
    padding: 20px;
  }
}
.image-video-plus-content .content-block .content-wrapper h3 {
  font: 500 45px/1 "Nexa Rust Script L", sans-serif;
  font-size: 8vw;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 5px;
  text-transform: none;
}
@media (max-width: 375px) {
  .image-video-plus-content .content-block .content-wrapper h3 {
    font-size: 30px;
  }
}
@media (min-width: 562.5px) {
  .image-video-plus-content .content-block .content-wrapper h3 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block .content-wrapper h3 {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
  }
}
.image-video-plus-content .content-block .content-wrapper h2 + h3 {
  margin-top: 0;
}
.image-video-plus-content .content-block .content-wrapper ul &gt; li:before {
  background: #fff;
}
.image-video-plus-content .content-block .content-wrapper p {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content .content-block .content-wrapper p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block .content-wrapper p {
    margin-bottom: 20px;
  }
}
.image-video-plus-content .content-block .content-wrapper .button {
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 35px;
}
.image-video-plus-content .content-block.right-block .thumb-wrapper {
  left: auto;
  right: 63px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content .content-block.right-block .thumb-wrapper {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block.right-block .thumb-wrapper {
    right: 0;
  }
}
.image-video-plus-content .content-block.right-block .thumb-wrapper:after {
  background-position: 100% 100%;
  left: auto;
  right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content .content-block.right-block .thumb-wrapper:after {
    display: none;
  }
}
.image-video-plus-content .content-block.right-block .page-content {
  float: left;
  padding: 65px 60px 30px 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video-plus-content .content-block.right-block .page-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-plus-content .content-block.right-block .page-content {
    padding: 20px 20px 0 20px;
  }
}

.venues-acm {
  padding: 80px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-acm {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm {
    padding: 30px 0 0;
  }
}
.venues-acm .search-empty {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.venues-acm .center-column-wide {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .venues-acm .center-column-wide {
    padding: 0 12px;
  }
}
.venues-acm .center-column-wide.page-content .h1-like {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .venues-acm .center-column-wide.page-content .h1-like {
    margin-bottom: 10px;
  }
}
.venues-acm .center-column-wide.page-content h3 {
  font-size: 22px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .center-column-wide.page-content h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.venues-acm .center-column-wide.page-content h2 + h3 {
  margin-top: -10px;
}
.venues-acm .venue {
  width: 100%;
  height: 515px;
  min-height: 100%;
  position: relative;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 60px;
  overflow: visible;
  padding: 0;
}
.venues-acm .venue:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue:before {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue {
    height: 0;
    padding-bottom: 56.25vw;
    overflow: hidden;
  }
}
.venues-acm .venue .content {
  position: absolute;
  right: 16px;
  height: auto;
  max-height: 487px;
  bottom: 14px;
  width: 358px;
  padding: 20px 10px 19px 23px;
  color: #524a48;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  font-weight: 200;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-acm .venue .content {
    max-width: 358px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    top: auto;
    bottom: auto;
    right: -100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 20px 60px;
    overflow: visible;
    transition: right 350ms ease-in-out;
  }
}
.venues-acm .venue .content.active {
  padding: 39px 10px 19px 23px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content.active {
    overflow: auto;
    top: auto;
    bottom: auto;
    right: 0;
    padding: 40px 20px 60px;
  }
}
.venues-acm .venue .content.active .descr-wrapper {
  max-height: 353px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content.active .descr-wrapper {
    max-height: 100%;
  }
}
.venues-acm .venue .content.active .hide-show {
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content.active .hide-show {
    background: none;
    top: 0;
    left: 0;
  }
}
.venues-acm .venue .content.active h3 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content.active h3 {
    margin-bottom: 10px;
  }
}
.venues-acm .venue .content .hide-show {
  text-align: right;
  padding-right: 13px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: -18px;
  width: 63px;
  height: 25px;
  background: #fff;
  color: #5d995d;
  text-transform: capitalize;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content .hide-show {
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    width: auto;
    right: 100%;
    padding: 0 10px;
    text-align: center;
  }
}
.venues-acm .venue .content .hide-show:hover {
  color: #0a406b;
}
.venues-acm .venue .content h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #757171;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 15px;
  text-align: center;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content h3 {
    font-size: 15px;
    line-height: 17px;
    position: absolute;
    left: -100%;
    width: 100%;
    top: 50%;
    margin-bottom: 0;
    padding: 0 20px;
    color: #fff;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  }
}
.venues-acm .venue .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venues-acm .venue .content h3 a:hover {
  color: #4B494C;
}
.venues-acm .venue .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
.venues-acm .venue .content .descr-wrapper {
  line-height: 28px;
  position: relative;
  transition: max-height 350ms ease-in-out;
  overflow: auto;
  max-height: 0;
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content .descr-wrapper {
    max-height: 100%;
    height: 100%;
  }
}
.venues-acm .venue .content .description {
  text-align: left;
  position: relative;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content .description {
    text-align: center;
  }
}
.venues-acm .venue .content .description p {
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content .description p {
    line-height: 22px;
  }
}
.venues-acm .venue .content .links {
  margin-top: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content .links {
    text-align: center;
  }
}
.venues-acm .venue .content .links a {
  display: block;
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content .links a {
    display: inline-block;
    margin: 0 5px;
    float: none;
  }
}
.venues-acm .venue .content nav.virtual-tour-buttons {
  margin-top: 10px;
}
.venues-acm .venue .content nav.virtual-tour-buttons a {
  width: 86px;
  height: 42px;
  font-size: 15px;
  line-height: 42px;
  padding-left: 50px;
  margin-top: 10px;
  text-align: left;
}
.venues-acm .venue .content nav.virtual-tour-buttons a:first-child {
  margin-right: 5px;
}
.venues-acm .venue .content nav.virtual-tour-buttons a svg {
  width: 32px;
  left: 10px;
  top: 4px;
}
.venues-acm .venue .content + .button {
  font-size: 18px;
  position: absolute;
  left: 64px;
  right: auto;
  bottom: -30px;
  width: auto;
  padding: 0 40px;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-acm .venue .content + .button {
    left: 15px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .venue .content + .button {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.venues-acm .filters {
  width: 100%;
  margin: 0 0 13px 0;
}
@media only screen and (max-width: 767px) {
  .venues-acm .filters .checkbox-container .button-wrapper:hover .checkbox-dropdown {
    max-height: 750px;
  }
}
.venues-acm .filters .button {
  width: 168px;
  height: 52px;
  line-height: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-acm .filters .button {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .filters .button {
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.venues-acm .filters .filters-wrapper {
  width: calc(100% - 168px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-acm .filters .filters-wrapper {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .filters .filters-wrapper {
    width: 100%;
  }
}
.venues-acm .filters h3 {
  font-size: 15px;
  line-height: 52px;
  margin: 0 0 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-acm .filters h3 {
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .filters h3 {
    margin: 0;
    font-size: 14px;
    float: none;
    text-align: center;
    padding: 0 20px;
    line-height: 40px;
  }
}
.venues-acm .filters .checkbox-container .filter-button {
  letter-spacing: 0;
  margin: 0 2px 0 48px;
  font-size: 15px;
  line-height: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-acm .filters .checkbox-container .filter-button {
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .filters .checkbox-container .filter-button {
    margin: 0;
    font-size: 16px;
    width: 100%;
    line-height: 30px;
    padding-bottom: 5px;
  }
}
.venues-acm .filters .checkbox-container .filter-button:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #5d995d;
  margin: -2px 0 0 18px;
}

.venues-acm .venues-filter-items-wrapper {
  overflow: hidden;
}
.venues-acm .venues-filter-items-wrapper .slideshow {
  position: relative;
  max-width: 1186px;
  padding: 0 100px 92px 100px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venues-acm .venues-filter-items-wrapper .slideshow {
    padding: 0 50px 92px 50px;
    max-width: 1086px;
  }
}
@media only screen and (max-width: 767px) {
  .venues-acm .venues-filter-items-wrapper .slideshow {
    width: 100%;
    max-width: calc(100% - 20px);
    margin: 0 10px;
    padding: 0;
  }
}
.venues-acm .venues-filter-items-wrapper .slideshow .slideshow-button {
  top: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
  transform: none;
  transition: background 350ms ease-in-out;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1023px) {
  .venues-acm .venues-filter-items-wrapper .slideshow .slideshow-button {
    display: none;
  }
}
.venues-acm .venues-filter-items-wrapper .slideshow .slideshow-button:hover svg {
  fill: #5d995d;
}
.venues-acm .venues-filter-items-wrapper .slideshow .slideshow-button svg {
  width: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  fill: #377B8B;
  transition: all 350ms ease-in-out;
}
.venues-acm .venues-filter-items-wrapper .slideshow .slideshow-button.previous {
  left: calc(-100% + 77px);
}
.venues-acm .venues-filter-items-wrapper .slideshow .slideshow-button.previous svg {
  right: 30px;
  left: auto;
}
@media only screen and (min-width: 1440px) {
  .venues-acm .venues-filter-items-wrapper .slideshow .slideshow-button.previous svg {
    right: 78px;
  }
}
.venues-acm .venues-filter-items-wrapper .slideshow .slideshow-button.next {
  right: calc(-100% + 77px);
}
.venues-acm .venues-filter-items-wrapper .slideshow .slideshow-button.next svg {
  left: 30px;
}
@media only screen and (min-width: 1440px) {
  .venues-acm .venues-filter-items-wrapper .slideshow .slideshow-button.next svg {
    left: 78px;
  }
}
.venues-acm .venues-filter-items-wrapper .slides-buffer {
  display: none;
}

.specials-acm {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 100px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-acm {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm {
    padding: 30px 0;
  }
}
.specials-acm .center-column {
  max-width: 1440px;
}
.specials-acm .page-content h2 {
  display: block;
  background: #fff;
  position: relative;
  margin-bottom: 60px;
}
.specials-acm .page-content h2 span {
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 30px;
  max-width: 500px;
}
.specials-acm .page-content h2:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #b3b2b2;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-acm .page-content h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm .page-content h2 {
    margin-bottom: 20px;
  }
}
.specials-acm .specials-slider {
  position: relative;
  display: block;
}
.specials-acm .specials-slider .slideshow {
  margin: 0 auto;
  max-width: 1344px;
  padding: 0 100px;
}
@media only screen and (max-width: 1023px) {
  .specials-acm .specials-slider .slideshow {
    max-width: 100%;
    padding: 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm .specials-slider .slideshow {
    padding: 0 40px 0 0;
    margin-left: 0;
  }
}
.specials-acm .specials-slider .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.specials-acm .specials-slider .special {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  white-space: normal;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-acm .specials-slider .special {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm .specials-slider .special {
    width: calc(100% - 80px);
  }
}
.specials-acm .specials-slider .special .thumb {
  position: relative;
  width: 100%;
  height: 360px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #3D8A9C;
}
@media only screen and (max-width: 767px) {
  .specials-acm .specials-slider .special .thumb {
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.specials-acm .specials-slider .special .thumb .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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.specials-acm .specials-slider .special .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 350ms ease-in-out;
  z-index: 5;
}
.specials-acm .specials-slider .special .thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  opacity: 0.7;
  background: linear-gradient(to bottom, rgba(233, 233, 233, 0) 1%, rgba(186, 186, 186, 0) 25%, rgb(38, 38, 38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e9e9e9", endColorstr="#262626", GradientType=0);
}
.specials-acm .specials-slider .special h3.h2-like {
  color: #757171;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 1;
  font-size: 2vw;
}
@media (max-width: 900px) {
  .specials-acm .specials-slider .special h3.h2-like {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .specials-acm .specials-slider .special h3.h2-like {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm .specials-slider .special h3.h2-like {
    font-size: 18px;
    line-height: 20px;
  }
}
.specials-acm .specials-slider .special h3.h2-like a {
  color: #757171;
  text-decoration: none;
}
.specials-acm .specials-slider .special h3.h2-like a:hover {
  color: #3D8A9C;
}
.specials-acm .specials-slider .special p {
  font-size: 20px;
  line-height: 28px;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .specials-acm .specials-slider .special p {
    font-size: 16px;
    line-height: 22px;
  }
}
.specials-acm .specials-slider .special p.short-description {
  margin: 15px 0 0;
}
.specials-acm .specials-slider .special .copy {
  margin: 15px 0 20px;
  padding: 0 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .specials-acm .specials-slider .special .copy {
    margin: 15px 0;
  }
}
.specials-acm .specials-slider .special .text-button {
  margin-top: 15px;
}
.specials-acm .specials-slider .special .controls {
  margin-top: auto;
}
.specials-acm .specials-slider .special .controls a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
}
.specials-acm .specials-slider .special .controls a + a {
  vertical-align: center;
}
.specials-acm .specials-slider .special:not(.swiper-slide-visible) .thumb:before {
  opacity: 1;
  visibility: visible;
}
.specials-acm .specials-slider .special:not(.swiper-slide-visible) .thumb h3 {
  display: none;
}
.specials-acm .specials-slider .special:not(.swiper-slide-visible) .copy {
  display: none;
}
@media only screen and (max-width: 767px) {
  .specials-acm .specials-slider .slides-count-1 {
    padding-right: 0;
  }
}
.specials-acm .specials-slider .slides-count-1 .slideshow-wrapper .special {
  width: 50%;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-acm .specials-slider .slides-count-1 .slideshow-wrapper .special {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm .specials-slider .slides-count-1 .slideshow-wrapper .special {
    width: 100%;
  }
}
.specials-acm .specials-slider .slides-count-1 .slideshow-wrapper .special .thumb:before {
  display: none;
}
.specials-acm .specials-slider .slides-count-1 .slideshow-wrapper .special .copy {
  display: block;
}
.specials-acm .specials-slider .slider-wrapper .slideshow-button {
  top: calc(50% - 58px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-acm .specials-slider .slider-wrapper .slideshow-button {
    top: calc(50% - 45px);
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm .specials-slider .slider-wrapper .slideshow-button {
    display: none;
  }
}
.specials-acm .specials-slider .slider-wrapper .slideshow-button.previous {
  left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-acm .specials-slider .slider-wrapper .slideshow-button.previous {
    left: 15px;
  }
}
.specials-acm .specials-slider .slider-wrapper .slideshow-button.next {
  right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-acm .specials-slider .slider-wrapper .slideshow-button.next {
    right: 15px;
  }
}
.specials-acm .specials-slider .slider-wrapper .slideshow-button svg {
  fill: #377b8b;
}
.specials-acm .specials-slider .slider-wrapper .slideshow-button:hover svg {
  fill: #5d995d;
}

.accommodations-acm {
  overflow: hidden;
  padding: 90px 0 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-acm {
    padding: 0 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm {
    padding: 0 0 15px;
  }
}
.accommodations-acm .page-content h2.h1-like {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-acm .page-content h2.h1-like {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .page-content h2.h1-like {
    margin-bottom: 10px;
  }
}
.accommodations-acm .slideshow {
  position: relative;
  max-width: 1250px;
  padding: 0 105px 90px;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-acm .slideshow {
    padding: 0 71px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .slideshow {
    padding: 0;
  }
}
.accommodations-acm .slide {
  display: inline-block;
  max-width: 100%;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1440px) {
  .accommodations-acm .slide {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .slide {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
.accommodations-acm .slide .thumbnail {
  height: 46.5vw;
  position: relative;
  text-indent: -9999px;
  font-size: 0;
}
@media only screen and (min-width: 1440px) {
  .accommodations-acm .slide .thumbnail {
    height: 640px;
  }
}
@media only screen and (max-width: 1023px) {
  .accommodations-acm .slide .thumbnail {
    height: 56.25vw;
  }
}
.accommodations-acm .slide .thumbnail:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 350ms ease-in-out;
}
.accommodations-acm .slide .slide-content {
  background-color: #fff;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  max-width: 820px;
  margin: -80px auto 0;
  padding: 40px 90px 0;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-acm .slide .slide-content {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .slide .slide-content {
    margin: 0;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.accommodations-acm .slide .slide-content h3.property-name {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2vw;
  text-transform: uppercase;
  color: #757171;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media (max-width: 900px) {
  .accommodations-acm .slide .slide-content h3.property-name {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .accommodations-acm .slide .slide-content h3.property-name {
    font-size: 22px;
  }
}
.accommodations-acm .slide .slide-content h3.property-name a {
  text-decoration: none;
  color: #757171;
}
.accommodations-acm .slide .slide-content h3.property-name a:hover {
  color: #3D8A9C;
}
.accommodations-acm .slide .slide-content .property-text {
  display: block;
}
.accommodations-acm .slide .slide-content .button {
  margin-top: 30px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-acm .slide .slide-content .button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .slide .slide-content .button {
    margin-top: 10px;
  }
}
.accommodations-acm .slide.swiper-slide:not(.swiper-slide-active) .thumbnail:after {
  opacity: 1;
}
.accommodations-acm .slide.swiper-slide:not(.swiper-slide-active) .slide-content {
  opacity: 0;
}
.accommodations-acm .slider-wrapper .button-wrapper {
  position: absolute;
  top: 0;
  width: 28px;
  height: 46.5vw;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .accommodations-acm .slider-wrapper .button-wrapper {
    height: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-acm .slider-wrapper .button-wrapper {
    display: none;
  }
}
.accommodations-acm .slider-wrapper .button-wrapper.previous {
  left: 30px;
}
@media only screen and (min-width: 1440px) {
  .accommodations-acm .slider-wrapper .button-wrapper.previous {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-acm .slider-wrapper .button-wrapper.previous {
    left: 15px;
  }
}
.accommodations-acm .slider-wrapper .button-wrapper.next {
  right: 30px;
}
@media only screen and (min-width: 1440px) {
  .accommodations-acm .slider-wrapper .button-wrapper.next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-acm .slider-wrapper .button-wrapper.next {
    right: 15px;
  }
}
.accommodations-acm .slider-wrapper .slideshow-button {
  top: 50%;
}
.accommodations-acm .slider-wrapper .slideshow-button svg {
  fill: #3D8A9C;
}
.accommodations-acm .slider-wrapper .slideshow-button:hover svg {
  fill: #0a406b;
}
.accommodations-acm .slider-wrapper .slideshow-button.previous {
  left: 0;
}
.accommodations-acm .slider-wrapper .slideshow-button.next {
  right: 0;
}
.accommodations-acm .swiper-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

.single-room-acm {
  padding: 100px 0 180px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-room-acm {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-room-acm {
    padding: 30px 0;
  }
}
.single-room-acm .slide {
  display: block;
  width: 100%;
  position: relative;
  max-width: 1000px;
  padding: 0;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-room-acm .slide {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-room-acm .slide {
    padding: 0;
  }
}

.drinks-dining-block {
  position: relative;
  background: #FDFCFA;
  padding: 90px 0 90px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .drinks-dining-block {
    padding: 45px 0 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block {
    padding: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.drinks-dining-block.aqua {
  background-color: #3D8A9C;
}
.drinks-dining-block.aqua .content-block .content-wrapper .buttons-wrapper button {
  color: #fff;
}
.drinks-dining-block.aqua .content-block .content-wrapper .buttons-wrapper button:before {
  content: "";
  position: absolute;
  right: -35px;
  bottom: 0;
  height: 1px;
  background: #f5f4ef;
  opacity: 0.5;
  width: 0;
  transition: width 350ms ease-in-out;
}
.drinks-dining-block.aqua .content-block .content-wrapper .buttons-wrapper button:hover, .drinks-dining-block.aqua .content-block .content-wrapper .buttons-wrapper button.active {
  color: #fff;
}
.drinks-dining-block.aqua .content-block .content-wrapper .buttons-wrapper button:hover:before, .drinks-dining-block.aqua .content-block .content-wrapper .buttons-wrapper button.active:before {
  width: calc(100% + 35px);
}
.drinks-dining-block.aqua .content-block .content-wrapper h2.h1-like {
  color: #fff;
}
.drinks-dining-block.aqua .content-block .thumb-wrapper:after {
  background: url("../images/aqua-bg.jpg") 0 100%;
  background-repeat: round;
}
.drinks-dining-block .blocks-wrapper {
  margin: 0 auto;
}
.drinks-dining-block .blocks-wrapper.center-column {
  max-width: 1280px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block .blocks-wrapper.center-column {
    padding: 0;
  }
}
.drinks-dining-block .content-block {
  position: relative;
  min-height: 638px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .drinks-dining-block .content-block {
    min-height: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block .content-block {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: column;
  }
}
.drinks-dining-block .content-block .thumb-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 572px;
  width: calc(50% - 20px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .drinks-dining-block .content-block .thumb-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block .content-block .thumb-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    order: 2;
  }
}
.drinks-dining-block .content-block .thumb-wrapper:after {
  content: "";
  background: url("../images/cream-bg.jpg") 0 100% no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 65px;
  left: -65px;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .drinks-dining-block .content-block .thumb-wrapper:after {
    display: none;
  }
}
.drinks-dining-block .content-block .thumb-inner {
  min-height: 572px;
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block .content-block .thumb-inner {
    min-height: 0;
    padding-bottom: 100%;
  }
}
.drinks-dining-block .content-block .block-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
}
.drinks-dining-block .content-block .block-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.drinks-dining-block .content-block .thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 372px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block .content-block .thumb {
    height: 100%;
    float: none;
  }
}
.drinks-dining-block .content-block .copy {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 28px 40px;
  min-height: 200px;
  text-align: left;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .drinks-dining-block .content-block .copy {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block .content-block .copy {
    padding: 20px;
    min-height: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
}
.drinks-dining-block .content-block .copy h3 {
  color: #0a406b;
  margin-bottom: 10px;
  font-size: 2vw;
}
@media (max-width: 900px) {
  .drinks-dining-block .content-block .copy h3 {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .drinks-dining-block .content-block .copy h3 {
    font-size: 22px;
  }
}
.drinks-dining-block .content-block .copy p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block .content-block .copy p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.drinks-dining-block .content-block .copy .text-button {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block .content-block .copy .text-button {
    font-size: 16px;
  }
}
.drinks-dining-block .content-block .copy .text-button:after {
  height: 7px;
  width: 7px;
}
.drinks-dining-block .content-block .copy .text-button:hover {
  color: #3D8A9C;
}
.drinks-dining-block .content-block .content-wrapper {
  position: relative;
  width: 50%;
  float: left;
  padding: 0 85px 30px 0;
  text-align: left;
  display: flex;
  flex-flow: column;
  min-height: 636px;
}
@media only screen and (min-width: 768px) {
  .drinks-dining-block .content-block .content-wrapper.vertical-centered {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .drinks-dining-block .content-block .content-wrapper {
    width: 50%;
    padding: 0 55px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block .content-block .content-wrapper {
    display: block;
    min-height: 100%;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    z-index: 1;
    float: none;
    order: 1;
  }
}
.drinks-dining-block .content-block .content-wrapper h2.h1-like {
  font: 500 65px/1.1 "Nexa Rust Script L", sans-serif;
  font-size: 6vw;
  color: #205172;
  text-align: right;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .drinks-dining-block .content-block .content-wrapper h2.h1-like {
    font-size: 30px;
  }
}
@media (min-width: 1083.3333333333px) {
  .drinks-dining-block .content-block .content-wrapper h2.h1-like {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .drinks-dining-block .content-block .content-wrapper h2.h1-like {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block .content-block .content-wrapper h2.h1-like {
    text-align: center;
    margin-bottom: 15px;
  }
}
.drinks-dining-block .content-block .content-wrapper .buttons-wrapper {
  margin: 0 100px 57px 0;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .drinks-dining-block .content-block .content-wrapper .buttons-wrapper {
    margin: 0 30px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block .content-block .content-wrapper .buttons-wrapper {
    margin: 0;
    text-align: center;
  }
}
.drinks-dining-block .content-block .content-wrapper .buttons-wrapper button {
  display: block;
  float: right;
  clear: both;
  text-align: right;
  font: 500 22px/1.2 "BrandonGrotesque", Arial, sans-serif;
  font-size: 2vw;
  text-transform: uppercase;
  text-decoration: none;
  color: #5d995d;
  margin-bottom: 13px;
  padding: 0 0 2px 0;
  height: auto;
  white-space: normal;
  position: relative;
  background: none;
  transition: all 350ms ease-in-out;
}
@media (max-width: 800px) {
  .drinks-dining-block .content-block .content-wrapper .buttons-wrapper button {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .drinks-dining-block .content-block .content-wrapper .buttons-wrapper button {
    font-size: 22px;
  }
}
.drinks-dining-block .content-block .content-wrapper .buttons-wrapper button:before {
  content: "";
  position: absolute;
  right: -35px;
  bottom: 0;
  height: 1px;
  background: #0a406b;
  opacity: 0.5;
  width: 0;
  transition: width 350ms ease-in-out;
}
.drinks-dining-block .content-block .content-wrapper .buttons-wrapper button:hover, .drinks-dining-block .content-block .content-wrapper .buttons-wrapper button.active {
  color: #3D8A9C;
}
.drinks-dining-block .content-block .content-wrapper .buttons-wrapper button:hover:before, .drinks-dining-block .content-block .content-wrapper .buttons-wrapper button.active:before {
  width: calc(100% + 35px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .drinks-dining-block .content-block .content-wrapper .buttons-wrapper button {
    margin-bottom: 5px;
  }
  .drinks-dining-block .content-block .content-wrapper .buttons-wrapper button:before {
    right: -15px;
  }
  .drinks-dining-block .content-block .content-wrapper .buttons-wrapper button:hover, .drinks-dining-block .content-block .content-wrapper .buttons-wrapper button.active {
    color: #3D8A9C;
  }
  .drinks-dining-block .content-block .content-wrapper .buttons-wrapper button:hover:before, .drinks-dining-block .content-block .content-wrapper .buttons-wrapper button.active:before {
    width: calc(100% + 15px);
  }
}
@media only screen and (max-width: 767px) {
  .drinks-dining-block .content-block .content-wrapper .buttons-wrapper button {
    display: none;
  }
}

.rfp-custom-acm {
  max-width: 1190px;
  margin: 0 auto;
  padding: 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rfp-custom-acm {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rfp-custom-acm {
    padding: 30px 0;
  }
}

.rfp-wrapper {
  padding: 80px 150px 50px;
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rfp-wrapper {
    padding: 40px 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper {
    padding: 20px 20px 20px;
  }
}
.rfp-wrapper .content-wrapper {
  padding-bottom: 30px;
}
.rfp-wrapper .page-content h2.h1-like {
  font-size: 45px;
  margin-bottom: 10px;
  font-size: 8vw;
}
@media (max-width: 300px) {
  .rfp-wrapper .page-content h2.h1-like {
    font-size: 24px;
  }
}
@media (min-width: 562.5px) {
  .rfp-wrapper .page-content h2.h1-like {
    font-size: 45px;
  }
}
.rfp-wrapper .page-content span.caption {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px 5px;
  position: relative;
}
.rfp-wrapper .page-content span.caption:after {
  content: "";
  position: absolute;
  background: #0a406b;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}
.rfp-wrapper .page-content span.required-symbol {
  color: #B31919;
}
.rfp-wrapper .form,
.rfp-wrapper [id*=form_form_] {
  padding: 0 5px;
  font-size: 0;
  position: relative;
}
.rfp-wrapper .form .row {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form .row {
    margin-bottom: 0;
  }
}
.rfp-wrapper .form .row.row-3 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form .row.row-3 {
    margin-bottom: 0;
  }
}
.rfp-wrapper .form .row.row-4 {
  margin-bottom: 10px;
}
.rfp-wrapper .form p {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p {
    margin-left: 0;
  }
}
.rfp-wrapper .form p span.checkbox-group,
.rfp-wrapper .form p span.checkbox-radio {
  margin-bottom: 10px;
  width: 65%;
  overflow: hidden;
  float: none;
  display: block;
}
.rfp-wrapper .form p span.checkbox-group label,
.rfp-wrapper .form p span.checkbox-radio label {
  float: left;
  width: calc(51% - 10px);
  padding-right: 10px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p span.checkbox-group,
  .rfp-wrapper .form p span.checkbox-radio {
    width: auto;
  }
  .rfp-wrapper .form p span.checkbox-group label,
  .rfp-wrapper .form p span.checkbox-radio label {
    display: block;
    width: auto;
    float: none;
  }
}
.rfp-wrapper .form p.col-1 {
  width: calc(34% - 20px);
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.col-1 {
    width: 100%;
  }
}
.rfp-wrapper .form p.col-2 {
  width: 66%;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.col-2 {
    width: 100%;
  }
}
.rfp-wrapper .form p.col-3 {
  width: calc(34% - 20px);
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.col-3 {
    width: 100%;
  }
}
.rfp-wrapper .form p.col-50 {
  width: calc(50% - 20px);
}
.rfp-wrapper .form p.col-50.col-start {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.col-50 {
    width: 100%;
  }
  .rfp-wrapper .form p.col-50.col-start {
    width: 100%;
  }
}
.rfp-wrapper .form p.col-start {
  clear: both;
  margin-left: 0;
}
.rfp-wrapper .form p.terms-privacy {
  font-size: 14px;
  text-align: left;
  margin-left: 0;
}
.rfp-wrapper .form p.terms-privacy label {
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.terms-privacy {
    position: relative;
  }
}
.rfp-wrapper .form p.type_file {
  text-align: right;
  width: calc(100% - 235px);
  margin-bottom: 25px;
}
.rfp-wrapper .form p.type_file input[type=file] {
  width: 100%;
  text-align: right;
}
.rfp-wrapper .form p.type_file .fake-input {
  right: 0;
  left: auto;
  width: auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form p.type_file {
    text-align: left;
    width: 100%;
  }
  .rfp-wrapper .form p.type_file .fake-input {
    right: auto;
    left: 0;
  }
}
.rfp-wrapper .form .controls {
  display: block;
}
.rfp-wrapper .form .controls p {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper .form .controls {
    margin-top: 0;
    text-align: center;
  }
  .rfp-wrapper .form .controls p {
    margin: 0 auto;
  }
}
.rfp-wrapper [id*=form_form_] .form-builder-field.checkboxgroup_checkbox &gt; p {
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper [id*=form_form_] .form-builder-field.checkboxgroup_checkbox &gt; p {
    width: 100%;
  }
}
.rfp-wrapper [id*=form_form_] .form-builder-field .compliance em {
  padding-top: 8px;
}
.rfp-wrapper [id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin-top: 5px;
}
.rfp-wrapper [id*=form_form_] .form-builder-field .compliance &gt; label {
  font-size: 14px;
  text-align: left;
}
.rfp-wrapper .cendyn-property-id {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.rfp-popup {
  display: none;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
  max-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 130px 0 0;
}
@media only screen and (max-width: 767px) {
  .rfp-popup {
    background: rgba(0, 0, 0, 0.8);
    padding: 60px 0 30px;
  }
}
.rfp-popup .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .rfp-popup .close-popup {
    top: 10px;
    right: 10px;
  }
}
.rfp-popup .close-popup:before, .rfp-popup .close-popup:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 1px;
  transform-origin: center center;
  transition: background-color 350ms ease-in-out;
}
.rfp-popup .close-popup:before {
  transform: rotate(45deg);
}
.rfp-popup .close-popup:after {
  transform: rotate(-45deg);
}
.rfp-popup .close-popup:hover:before, .rfp-popup .close-popup:hover:after {
  background: #3D8A9C;
}

.testimonials-slideshow {
  position: relative;
  padding: 150px 0 93px;
  overflow: hidden;
  z-index: 10;
  margin: 100px 0;
  background: rgb(10, 64, 107);
  background: linear-gradient(to bottom, rgb(10, 64, 107) 0%, rgb(61, 138, 156) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonials-slideshow {
    margin: 50px 0;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow {
    margin: 30px 0;
    padding: 30px 0;
  }
}
.testimonials-slideshow .slideshow {
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}
.testimonials-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.testimonials-slideshow .slider-wrapper {
  max-width: 1266px;
  padding: 0 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow .slider-wrapper {
    padding: 0 20px;
  }
}
.testimonials-slideshow .slide {
  position: relative;
  display: flex;
  white-space: normal;
  height: auto;
  text-align: center;
  color: #fff;
  font: 45px/55px "Nexa Rust Script L", sans-serif;
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow .slide {
    font-size: 24px;
    line-height: 30px;
  }
}
.testimonials-slideshow .slide .description {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.testimonials-slideshow .slide .copy {
  margin-bottom: 33px;
}
.testimonials-slideshow .slide .name, .testimonials-slideshow .slide .department {
  font: 20px/28px "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow .slide .name, .testimonials-slideshow .slide .department {
    font-size: 16px;
    line-height: 20px;
  }
}
.testimonials-slideshow .slideshow-button {
  margin-top: -28px;
}
@media only screen and (max-width: 767px) {
  .testimonials-slideshow .slideshow-button {
    display: none;
  }
}
.testimonials-slideshow .slideshow-button svg {
  fill: #fff;
}
.testimonials-slideshow .slideshow-button:hover svg {
  fill: #5d995d;
}
.testimonials-slideshow .slideshow-button.previous {
  left: 10px;
}
.testimonials-slideshow .slideshow-button.next {
  right: 10px;
}

.breadcrumb-acm {
  position: relative;
  max-width: 1170px;
  margin: 50px auto 0;
  padding: 0 28px;
  color: #5d995d;
  font: 500 17px/23px "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-acm {
    margin: 30px auto 0;
    font-size: 13px;
  }
}
.breadcrumb-acm:before {
  position: absolute;
  left: 12px;
  top: 6px;
  content: "";
  right: 0;
  border-right: 2px solid #5d995d;
  border-bottom: 2px solid #5d995d;
  height: 9px;
  width: 9px;
  transform: rotate(135deg);
  transition: border-color 350ms ease-in-out;
}
.breadcrumb-acm a {
  display: block;
  float: left;
  color: #5d995d;
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumb-acm a:hover, .breadcrumb-acm a.active {
  text-decoration: underline;
}
.breadcrumb-acm div {
  display: inline-block;
}
.breadcrumb-acm .separator {
  margin: 0 14px;
  display: block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-acm .separator {
    margin: 0 7px;
  }
}

.horizontal-info-block {
  position: relative;
  margin: -62px auto 0;
  max-width: 1210px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .horizontal-info-block {
    padding: 0 10px;
  }
}
.horizontal-info-block .blocks-wrapper {
  position: relative;
  width: 100%;
  min-height: 124px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  z-index: 42;
  padding: 30px 30px;
}
@media only screen and (min-width: 1440px) {
  .horizontal-info-block .blocks-wrapper {
    padding: 30px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .horizontal-info-block .blocks-wrapper {
    padding: 20px;
    min-height: 102px;
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block .blocks-wrapper {
    padding: 20px;
    min-height: 100%;
    text-align: center;
  }
}
.horizontal-info-block .content,
.horizontal-info-block .content-info-block {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #757171;
  font-size: 22px;
  line-height: 30px;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .horizontal-info-block .content,
  .horizontal-info-block .content-info-block {
    font-size: 16px;
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block .content,
  .horizontal-info-block .content-info-block {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }
}
.horizontal-info-block .content h2,
.horizontal-info-block .content-info-block h2 {
  font: 500 22px/1 "BrandonGrotesque", Arial, sans-serif;
  color: #0a406b;
  text-transform: uppercase;
  margin: 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .horizontal-info-block .content h2,
  .horizontal-info-block .content-info-block h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block .content h2,
  .horizontal-info-block .content-info-block h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.horizontal-info-block .content a,
.horizontal-info-block .content-info-block a {
  color: inherit;
  text-decoration: none;
}
.horizontal-info-block .content a:hover,
.horizontal-info-block .content-info-block a:hover {
  color: #0a406b;
  text-decoration: underline;
}
.horizontal-info-block .content .email,
.horizontal-info-block .content-info-block .email {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block span {
    display: block;
  }
}
.horizontal-info-block .buttons {
  display: block;
  float: right;
  width: 50%;
  text-align: right;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block .buttons {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}
.horizontal-info-block .buttons .button {
  width: calc(50% - 34px);
  font-size: 16px;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
}
@media only screen and (min-width: 1440px) {
  .horizontal-info-block .buttons .button {
    font-size: 18px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .horizontal-info-block .buttons .button {
    font-size: 14px;
    width: calc(50% - 8px);
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block .buttons .button {
    font-size: 12px;
    width: 100%;
    margin: 5px 0 0 0;
  }
}
.horizontal-info-block .buttons .button:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block .buttons .button:first-child {
    margin: 0;
  }
}
.horizontal-info-block.opentable .blocks-wrapper {
  display: flex;
  font-size: 0;
  vertical-align: top;
  flex-flow: row;
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block.opentable .blocks-wrapper {
    display: block;
  }
}
.horizontal-info-block.opentable .content-info-block {
  width: 25%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block.opentable .content-info-block {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.horizontal-info-block.opentable .booking-opentable {
  height: 60px;
  display: inline-block;
  float: right;
  width: 75%;
}
@media only screen and (max-width: 1023px) {
  .horizontal-info-block.opentable .booking-opentable {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block.opentable .booking-opentable {
    float: none;
  }
}
.horizontal-info-block.opentable .booking-opentable .center-column {
  max-width: 762px;
  padding: 0;
  margin: 0;
}
.horizontal-info-block.opentable .booking-opentable form {
  font-size: 0;
  background: #fff;
}
.horizontal-info-block.opentable .booking-opentable .column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  line-height: 60px;
  width: 25%;
  height: 60px;
  border: 1px solid #D7D7D7;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .horizontal-info-block.opentable .booking-opentable .column {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block.opentable .booking-opentable .column {
    width: 33.3%;
    padding-left: 10px;
  }
}
.horizontal-info-block.opentable .booking-opentable .column.checkin {
  border-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block.opentable .booking-opentable .column.checkin {
    width: 100%;
    border-right: 1px solid #D7D7D7;
    border-bottom: 0;
  }
}
.horizontal-info-block.opentable .booking-opentable .column.checkin .opentable-placeholder-checkin {
  width: 100%;
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .horizontal-info-block.opentable .booking-opentable .column.checkin .opentable-placeholder-checkin {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block.opentable .booking-opentable .column.checkin .opentable-placeholder-checkin {
    padding-left: 0;
  }
}
.horizontal-info-block.opentable .booking-opentable .column.checkin svg {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  fill: #757171;
  pointer-events: none;
  transform: translateY(-50%);
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .horizontal-info-block.opentable .booking-opentable .column.checkin svg {
    left: 10px;
  }
}
.horizontal-info-block.opentable .booking-opentable .column .select-wrapper {
  width: 100%;
}
.horizontal-info-block.opentable .booking-opentable .column .select-wrapper .select-icon {
  background: url("../images/time.png") no-repeat 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  left: 0;
  right: auto;
  border: 0;
  transform: none;
}
.horizontal-info-block.opentable .booking-opentable .column .select-wrapper select {
  width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block.opentable .booking-opentable .column .select-wrapper select {
    padding: 0 20px 0 30px;
  }
}
.horizontal-info-block.opentable .booking-opentable .column.timeselect {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block.opentable .booking-opentable .column.timeselect {
    width: 50%;
  }
}
.horizontal-info-block.opentable .booking-opentable .column.peopleselect {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block.opentable .booking-opentable .column.peopleselect {
    width: 50%;
    border-right: 1px solid #D7D7D7;
  }
}
.horizontal-info-block.opentable .booking-opentable .column.peopleselect .select-wrapper {
  width: 100%;
}
.horizontal-info-block.opentable .booking-opentable .column.peopleselect .select-wrapper .select-icon {
  background: url("../images/people.png") no-repeat 50% 50%;
  background-size: contain;
}
.horizontal-info-block.opentable .booking-opentable .column.controls {
  padding-left: 0;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .horizontal-info-block.opentable .booking-opentable .column.controls {
    width: 100%;
  }
}
.horizontal-info-block.opentable .booking-opentable label {
  display: none;
}
.horizontal-info-block.opentable .booking-opentable input[type=text], .horizontal-info-block.opentable .booking-opentable input[type=date], .horizontal-info-block.opentable .booking-opentable select, .horizontal-info-block.opentable .booking-opentable .input-overlay, .horizontal-info-block.opentable .booking-opentable .opentable-placeholder-checkin {
  font: 500 18px/60px "BrandonGrotesque", Arial, sans-serif;
  display: block;
  border: none;
  background: none;
  color: #757171;
  height: 60px;
}
@media only screen and (max-width: 1023px) {
  .horizontal-info-block.opentable .booking-opentable input[type=text], .horizontal-info-block.opentable .booking-opentable input[type=date], .horizontal-info-block.opentable .booking-opentable select, .horizontal-info-block.opentable .booking-opentable .input-overlay, .horizontal-info-block.opentable .booking-opentable .opentable-placeholder-checkin {
    font-size: 14px;
  }
}
.horizontal-info-block.opentable .booking-opentable input[type=submit] {
  width: 100%;
  padding: 0;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 1023px) {
  .horizontal-info-block.opentable .booking-opentable input[type=submit] {
    font-size: 14px;
  }
}

.booking-datepicker-opentable {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  bottom: auto;
  z-index: 7;
  background-color: #fff;
  max-width: 790px;
  margin: 0 auto;
}
.booking-datepicker-opentable.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker-opentable {
    display: block;
    position: relative;
    top: 0;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  .booking-datepicker-opentable.visible {
    max-height: 500px;
  }
}
.booking-datepicker-opentable .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 15px 10px;
}
.booking-datepicker-opentable .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker-opentable .ui-datepicker-group {
    width: 100%;
  }
  .booking-datepicker-opentable .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
.booking-datepicker-opentable .ui-datepicker-header {
  margin-bottom: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker-opentable .ui-datepicker-header {
    font-size: 14px;
  }
}
.booking-datepicker-opentable .ui-datepicker-header .ui-datepicker-prev, .booking-datepicker-opentable .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
.booking-datepicker-opentable .ui-datepicker-title span {
  display: inline-block;
}
.booking-datepicker-opentable .ui-datepicker-prev,
.booking-datepicker-opentable .ui-datepicker-next {
  top: 20px;
}
.booking-datepicker-opentable .ui-datepicker-prev:after,
.booking-datepicker-opentable .ui-datepicker-next:after {
  left: 4px;
  top: 7px;
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker-opentable .ui-datepicker-prev,
  .booking-datepicker-opentable .ui-datepicker-next {
    top: 20px;
  }
}
.booking-datepicker-opentable .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker-opentable .ui-datepicker-prev {
    left: 25px;
  }
}
.booking-datepicker-opentable .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker-opentable .ui-datepicker-next {
    right: 25px;
  }
}
.booking-datepicker-opentable .ui-datepicker-calendar {
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker-opentable .ui-datepicker-calendar {
    width: 100%;
  }
}

.inner-content {
  margin: 36px 0;
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .inner-content {
    margin-top: 20px;
  }
}
.inner-content .center-column {
  max-width: 960px;
}
.inner-content .columns-count-3 .column {
  width: calc(33.3% - 20px);
}
@media only screen and (max-width: 767px) {
  .inner-content .columns-count-3 .column {
    width: 100%;
  }
}
.inner-content .columns-count-2 .column {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .inner-content .columns-count-2 .column {
    width: 100%;
  }
}
.inner-content h3 {
  font: 500 45px/1 "Nexa Rust Script L", sans-serif;
  font-size: 4vw;
  color: #0a406b;
  margin-bottom: 16px;
  text-transform: none;
}
@media (max-width: 750px) {
  .inner-content h3 {
    font-size: 30px;
  }
}
@media (min-width: 1125px) {
  .inner-content h3 {
    font-size: 45px;
  }
}
.inner-content .column {
  font: 20px/29px "BrandonGrotesque", Arial, sans-serif;
  color: #757171;
  width: calc(100% - 20px);
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .inner-content .column {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
  }
}
.inner-content h4 {
  font: 500 20px/28px "BrandonGrotesque", Arial, sans-serif;
  color: #757171;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .inner-content h4 {
    margin-bottom: 10px;
  }
}
.inner-content ul {
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .inner-content ul {
    margin-bottom: 20px;
  }
}
.inner-content ul li {
  padding-left: 0;
}
.inner-content ul li:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .inner-content .buttons {
    margin-top: 10px;
  }
}
.inner-content .buttons .button {
  font-size: 18px;
  padding: 0 47px;
  margin: 0 16px;
}
@media only screen and (max-width: 767px) {
  .inner-content .buttons .button {
    margin: 0 0 10px;
    display: block;
  }
}

.simple-slider-acm {
  overflow: hidden;
  margin: 42px 0 0;
  height: 560px;
}
@media only screen and (max-width: 1023px) {
  .simple-slider-acm {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .simple-slider-acm {
    margin: 15px 0 0;
  }
}
.simple-slider-acm .slideshow {
  position: relative;
  max-width: 1220px;
  padding: 0 150px;
  height: 100%;
}
@media only screen and (min-width: 1440px) {
  .simple-slider-acm .slideshow {
    max-width: 1406px;
    padding: 0 223px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .simple-slider-acm .slideshow {
    max-width: 1020px;
    padding: 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .simple-slider-acm .slideshow {
    max-width: 100%;
    padding: 0;
  }
}
.simple-slider-acm .slide {
  display: inline-block;
  max-width: 100%;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .simple-slider-acm .slide {
    height: 56.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .simple-slider-acm .slide {
    width: calc(100% - 40px);
  }
}
.simple-slider-acm .slide .thumbnail {
  height: 100%;
  position: relative;
}
.simple-slider-acm .slide .thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 96px;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007db9e8", endColorstr="#000000",GradientType=0 );
  transition: all 350ms ease-in-out;
  z-index: 1;
}
.simple-slider-acm .slide .thumbnail:after {
  content: "";
  opacity: 1;
  visibility: visible;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 350ms ease-in-out;
}
.simple-slider-acm .slide .slide-content {
  font: 22px/31px "BrandonGrotesque", Arial, sans-serif;
  position: absolute;
  left: 33px;
  right: 33px;
  bottom: 18px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  z-index: 2;
}
.simple-slider-acm .slide.swiper-slide-active .thumbnail:before, .simple-slider-acm .slide.swiper-slide-duplicate-active .thumbnail:before {
  opacity: 1;
  visibility: visible;
}
.simple-slider-acm .slide.swiper-slide-active .thumbnail:after, .simple-slider-acm .slide.swiper-slide-duplicate-active .thumbnail:after {
  opacity: 0;
  visibility: hidden;
}
.simple-slider-acm .slide.swiper-slide-active .slide-content, .simple-slider-acm .slide.swiper-slide-duplicate-active .slide-content {
  opacity: 1;
  visibility: visible;
}
.simple-slider-acm .slider-wrapper .slideshow-button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: none;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .simple-slider-acm .slider-wrapper .slideshow-button {
    display: none;
  }
}
.simple-slider-acm .slider-wrapper .slideshow-button svg {
  position: absolute;
  top: 50%;
  width: 28px;
  fill: #3D8A9C;
  transform: translateY(-50%);
  transition: all 350ms ease-in-out;
}
.simple-slider-acm .slider-wrapper .slideshow-button:hover svg {
  fill: #0a406b;
}
.simple-slider-acm .slider-wrapper .slideshow-button.previous {
  left: calc(-100% + 135px);
  right: auto;
}
@media only screen and (min-width: 1440px) {
  .simple-slider-acm .slider-wrapper .slideshow-button.previous {
    left: calc(-100% + 208px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .simple-slider-acm .slider-wrapper .slideshow-button.previous {
    left: calc(-100% + 85px);
  }
}
.simple-slider-acm .slider-wrapper .slideshow-button.previous svg {
  right: 50px;
  left: auto;
}
@media only screen and (min-width: 1440px) {
  .simple-slider-acm .slider-wrapper .slideshow-button.previous svg {
    right: 103px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .simple-slider-acm .slider-wrapper .slideshow-button.previous svg {
    right: 30px;
  }
}
.simple-slider-acm .slider-wrapper .slideshow-button.next {
  right: calc(-100% + 135px);
  left: auto;
}
@media only screen and (min-width: 1440px) {
  .simple-slider-acm .slider-wrapper .slideshow-button.next {
    right: calc(-100% + 208px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .simple-slider-acm .slider-wrapper .slideshow-button.next {
    right: calc(-100% + 85px);
  }
}
.simple-slider-acm .slider-wrapper .slideshow-button.next svg {
  left: 50px;
}
@media only screen and (min-width: 1440px) {
  .simple-slider-acm .slider-wrapper .slideshow-button.next svg {
    left: 103px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .simple-slider-acm .slider-wrapper .slideshow-button.next svg {
    left: 30px;
  }
}

.team-page .team-member-block {
  overflow: hidden;
  margin-bottom: 50px;
}
.team-page .thumbnail {
  width: 345px;
  height: 580px;
  float: left;
  position: relative;
  left: auto;
  top: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .team-page .thumbnail {
    width: 300px;
    height: 504px;
    padding-bottom: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .team-page .thumbnail {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }
}
.team-page .content-wrapper {
  float: right;
  width: calc(100% - 400px);
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .team-page .content-wrapper {
    width: calc(100% - 320px);
  }
}
@media only screen and (max-width: 767px) {
  .team-page .content-wrapper {
    width: 100%;
    text-align: center;
  }
}
.team-page .page-content .h1-like {
  font: 500 85px/1.1 "Nexa Rust Script L", sans-serif;
  font-size: 8vw;
  color: #205172;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-align: left;
  text-transform: none;
}
@media (max-width: 375px) {
  .team-page .page-content .h1-like {
    font-size: 30px;
  }
}
@media (min-width: 1062.5px) {
  .team-page .page-content .h1-like {
    font-size: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .team-page .page-content .h1-like {
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
  }
}
.team-page .page-content h3 {
  font-style: italic;
}
.team-page .contact a {
  display: block;
  text-decoration: none;
}

.restaurants-menu {
  position: relative;
  background: #0a406b;
  padding: 120px 0;
  margin: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu {
    padding: 45px 0 45px;
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu {
    padding: 0;
    margin: 30px 0;
  }
}
.restaurants-menu .blocks-wrapper {
  margin: 0 auto;
}
.restaurants-menu .blocks-wrapper.center-column {
  max-width: 1280px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .blocks-wrapper.center-column {
    padding: 0;
  }
}
.restaurants-menu .content-block {
  position: relative;
  min-height: 638px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block {
    min-height: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: column;
  }
}
.restaurants-menu .content-block .thumb-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 65px;
  height: 572px;
  width: calc(50% - 20px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block .thumb-wrapper {
    width: 50%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .thumb-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    position: relative;
    overflow: hidden;
    order: 2;
  }
}
.restaurants-menu .content-block .thumb-wrapper:after {
  content: "";
  background: url("../images/blue-bg.jpg") 0 100% no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 65px;
  left: -65px;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .restaurants-menu .content-block .thumb-wrapper:after {
    display: none;
  }
}
.restaurants-menu .content-block .thumb-inner {
  min-height: 572px;
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .thumb-inner {
    min-height: 0;
    padding-bottom: 100%;
  }
}
.restaurants-menu .content-block .block-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
}
.restaurants-menu .content-block .block-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.restaurants-menu .content-block .thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 372px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .thumb {
    height: 100%;
    float: none;
  }
}
.restaurants-menu .content-block .copy {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 28px 40px;
  min-height: 200px;
  text-align: left;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block .copy {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .copy {
    padding: 20px;
    min-height: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
}
.restaurants-menu .content-block .copy h3 {
  color: #0a406b;
  margin-bottom: 10px;
  font-size: 2vw;
}
@media (max-width: 900px) {
  .restaurants-menu .content-block .copy h3 {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .restaurants-menu .content-block .copy h3 {
    font-size: 22px;
  }
}
.restaurants-menu .content-block .copy p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .copy p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.restaurants-menu .content-block .copy .text-button {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .copy .text-button {
    font-size: 16px;
  }
}
.restaurants-menu .content-block .copy .text-button:after {
  height: 7px;
  width: 7px;
}
.restaurants-menu .content-block .content-wrapper {
  position: relative;
  width: 50%;
  float: right;
  padding: 0 50px 0 146px;
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 620px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block .content-wrapper {
    width: 50%;
    padding: 0 0 0 55px;
    min-height: 572px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .content-wrapper {
    display: block;
    min-height: 100%;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    z-index: 1;
    float: none;
    order: 1;
  }
}
.restaurants-menu .content-block .content-wrapper h2.h1-like {
  font-size: 45px;
  margin-bottom: 65px;
  color: #fff;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block .content-wrapper h2.h1-like {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .content-wrapper h2.h1-like {
    text-align: center;
    margin-bottom: 15px;
  }
}
.restaurants-menu .content-block .content-wrapper .buttons-wrapper {
  margin: 0 0 57px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper {
    margin: 0 0 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper {
    margin: 0;
    text-align: center;
  }
}
.restaurants-menu .content-block .content-wrapper .buttons-wrapper button {
  display: block;
  clear: both;
  font: 500 22px/1.2 "BrandonGrotesque", Arial, sans-serif;
  font-size: 2vw;
  text-transform: uppercase;
  text-decoration: none;
  color: #5d995d;
  margin-bottom: 13px;
  position: relative;
  padding: 0 0 2px 0;
  height: auto;
  white-space: normal;
  background: none;
  transition: all 350ms ease-in-out;
}
@media (max-width: 800px) {
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper button {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper button {
    font-size: 22px;
  }
}
.restaurants-menu .content-block .content-wrapper .buttons-wrapper button:before {
  content: "";
  position: absolute;
  left: -57px;
  bottom: 0;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  width: 0;
  transition: width 350ms ease-in-out;
}
.restaurants-menu .content-block .content-wrapper .buttons-wrapper button:hover, .restaurants-menu .content-block .content-wrapper .buttons-wrapper button.active {
  color: #fff;
}
.restaurants-menu .content-block .content-wrapper .buttons-wrapper button:hover:before, .restaurants-menu .content-block .content-wrapper .buttons-wrapper button.active:before {
  width: calc(100% + 57px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper button {
    margin-bottom: 5px;
  }
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper button:before {
    left: -15px;
  }
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper button:hover:before, .restaurants-menu .content-block .content-wrapper .buttons-wrapper button.active:before {
    width: calc(100% + 15px);
  }
}
@media only screen and (max-width: 767px) {
  .restaurants-menu .content-block .content-wrapper .buttons-wrapper button {
    display: none;
  }
}

.careers-page {
  text-align: center;
}
.careers-page .h1-like {
  font: 500 85px/1.1 "Nexa Rust Script L", sans-serif;
  font-size: 8vw;
  color: #205172;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 375px) {
  .careers-page .h1-like {
    font-size: 30px;
  }
}
@media (min-width: 1062.5px) {
  .careers-page .h1-like {
    font-size: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-page .h1-like {
    font-weight: normal;
    margin-bottom: 10px;
  }
}
.careers-page .h2-like {
  font: 500 22px/1 "BrandonGrotesque", Arial, sans-serif;
  color: #757171;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .careers-page .h2-like {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.careers-page .categories {
  text-align: center;
  font-size: 0;
  margin: 30px 0 60px;
}
@media only screen and (max-width: 767px) {
  .careers-page .categories {
    margin: 30px 0;
  }
}
.careers-page .categories .category {
  width: calc(33.3% - 20px);
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .careers-page .categories .category {
    width: 100%;
    margin: 0 0 10px;
  }
}
.careers-page .categories .category .button {
  width: 100%;
  padding: 0 10px;
}
.careers-page .categories .category .button span {
  position: relative;
  margin-right: 20px;
}
.careers-page .categories .category .button span:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 9px;
  width: 9px;
  transform: translateY(-50%) rotate(45deg);
}
.careers-page .categories .category .button:hover span:after {
  transform: translateY(-50%) rotate(225deg);
  margin-top: 2px;
}
.careers-page .categories .category .button:hover ul {
  padding: 20px 0;
  border: 1px solid #e5e5e5;
  opacity: 1;
  visibility: visible;
}
.careers-page .categories .category .button:hover ul li {
  height: auto;
}
.careers-page .categories .category .button:hover ul li a {
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  height: auto;
  margin: 5px 0 5px;
}
.careers-page .categories .category ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms ease-in-out, padding 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .careers-page .categories .category ul {
    top: 40px;
  }
}
.careers-page .categories .category ul li {
  padding: 0;
  height: 0;
  line-height: 1;
  transition: height 350ms ease-in-out;
}
.careers-page .categories .category ul li:before {
  display: none;
  margin: 0;
}
.careers-page .categories .category ul li a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0 10px;
  white-space: normal;
}
.careers-page .featured-positions-wrapper {
  font-size: 0;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .careers-page .featured-positions-wrapper {
    margin-bottom: 0;
  }
}
.careers-page .featured-positions-wrapper .feature-position {
  width: calc(25% - 20px);
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 100px;
  position: relative;
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .careers-page .featured-positions-wrapper .feature-position {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .careers-page .featured-positions-wrapper .feature-position {
    width: 100%;
    margin: 0 0 10px;
    padding-bottom: 62px;
  }
}
.careers-page .featured-positions-wrapper .feature-position .thumb-wrapper {
  width: 100%;
  height: 225px;
  position: relative;
  margin-bottom: 20px;
}
.careers-page .featured-positions-wrapper .feature-position .thumbnail {
  width: 100%;
  height: 100%;
  margin: 0;
}
.careers-page .featured-positions-wrapper .feature-position .description {
  padding: 0 20px;
}
.careers-page .featured-positions-wrapper .feature-position h4 {
  font-size: 24px;
  line-height: 26px;
}
.careers-page .featured-positions-wrapper .feature-position .button {
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
  padding: 0 10px;
}

.acm-block {
  position: relative;
}
.acm-block .anchor {
  position: absolute;
  top: -130px;
}
@media only screen and (max-width: 767px) {
  .acm-block .anchor {
    top: -50px;
  }
}
.acm-block.visible .anchor {
  top: -80px;
}
@media only screen and (max-width: 767px) {
  .acm-block.visible .anchor {
    top: -50px;
  }
}
.acm-block .faq-section {
  position: relative;
  max-width: 1184px;
  margin: 40px auto;
  padding: 0 20px;
}
.acm-block .faq-section h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  color: #787878;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .acm-block .faq-section h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.acm-block .faq-section .faq-section-item {
  text-align: center;
}
.acm-block .faq-section .faq-section-item .faq-section-question {
  position: relative;
  cursor: pointer;
  padding: 20px 50px 20px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #DDE0E7;
  color: #5d995d;
}

.awards-acm {
  margin: 30px 0;
}
.awards-acm .center-column {
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.awards-acm .center-column .award {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.awards-acm .center-column .award:nth-child(odd) {
  padding-right: 30px;
}
.awards-acm .center-column .award .logo {
  width: 100px;
  margin-right: 20px;
}
.awards-acm .center-column .award .logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.offers-by-attribute:after {
  clear: both;
  content: "";
  display: table;
}
.offers-by-attribute .page-content h2 {
  display: block;
  background: #fff;
  position: relative;
  margin-bottom: 60px;
}
.offers-by-attribute .page-content h2 span {
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 30px;
  max-width: 500px;
}
.offers-by-attribute .page-content h2:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #B3B2B2;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offers-by-attribute .page-content h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .offers-by-attribute .page-content h2 {
    margin-bottom: 20px;
  }
}

.camp-property-type .menu-tabs-block-acm .menu-block h2 {
  text-align: left;
  font: bold 22px/26px "hatch", serif !important;
  color: #0a406b;
}
.camp-property-type .menu-tabs-block-acm .menu-block .dish .dish-name {
  color: #0a406b;
  font: bold 18px/24px "BrandonGrotesque", Arial, sans-serif !important;
  text-transform: none;
  color: #043d40;
  margin-bottom: 20px;
}

.menu-tabs-block-acm h2 {
  color: #0a406b;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 2;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 200;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  padding: 0;
  list-style-type: none;
  transition: all 0.4s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title::after {
  display: none;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background-color: #3D8A9C;
  color: #fff;
}
.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles .button {
    border-top: thin solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 40px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 0 40px;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 2%;
  margin: 0 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content .tabs-content-item {
    grid-template-columns: 1fr;
  }
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  grid-column: 1/-1;
  margin-bottom: 30px;
  text-align: center;
}
.menu-tabs-block-acm .menu-block {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block h2 {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #e3750c;
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  text-transform: none;
  font-weight: normal;
  color: #231f20;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-name {
  color: #0a406b;
  font-weight: bold;
  margin-bottom: 10px;
}
.menu-tabs-block-acm .menu-block .dish .dish-descr {
  font-size: 0.8em;
  line-height: 1.2;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-size: 0.7em;
  line-height: 1.2;
  color: #787878;
}
.menu-tabs-block-acm .menu-block .dish .dish-number, .menu-tabs-block-acm .menu-block .dish .drinks-prices {
  font-size: 0.8em;
  color: #5d995d;
}
.menu-tabs-block-acm .menu-block .dish .drinks-prices {
  display: none;
}
.menu-tabs-block-acm .menu-block .dish.drinks .dish-number {
  display: none;
}
.menu-tabs-block-acm .menu-block .dish.drinks .drinks-prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block .dish.drinks .drinks-prices {
    flex-direction: column;
  }
}
.menu-tabs-block-acm .menu-block .footnote {
  color: #043d40;
  font-size: 15px;
  line-height: 1;
  margin-top: 10px;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

#cendyn-stay-connected .center-column {
  max-width: 650px;
}
#cendyn-stay-connected #cendyn .form-builder-field .compliance em {
  padding-top: 8px;
}
#cendyn-stay-connected #cendyn .form-builder-field .compliance input[type=checkbox] {
  margin-top: 5px;
}
#cendyn-stay-connected #cendyn .form-builder-field .compliance &gt; label {
  font-size: 14px;
  text-align: left;
}
#cendyn-stay-connected #cendyn .form-builder-field .compliance input[type=checkbox] {
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.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 "BrandonGrotesque", Arial, 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: "BrandonGrotesque", Arial, 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 350ms ease-in-out;
  margin: 3px 0 0 -11px;
}
.blog-post-banner .banner-button:hover {
  text-decoration: underline;
}

.acm-grid-section {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .acm-grid-section {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.acm-grid-section .tile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .acm-grid-section .tile {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
.acm-grid-section .left {
  width: calc(50% - 50px);
}
@media only screen and (max-width: 767px) {
  .acm-grid-section .left {
    width: 100%;
  }
}
.acm-grid-section .left h2 {
  color: #5d995d;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .acm-grid-section .left h2 {
    font-size: 14px;
  }
}
.acm-grid-section .left h3 {
  color: #0a406b;
  font-size: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .acm-grid-section .left h3 {
    font-size: 30px;
  }
}
.acm-grid-section .content {
  text-align: left;
}
.acm-grid-section .content p {
  font-size: 18px;
  margin-bottom: 14px;
}
.acm-grid-section .content em {
  font-size: 16px;
  color: #787878;
}
.acm-grid-section .button {
  font-size: 14px;
  line-height: 44px;
  height: 44px;
  padding: 0 30px;
}
.acm-grid-section .right {
  position: relative;
  width: 50%;
  min-height: 333px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .acm-grid-section .right {
    width: 100%;
    min-height: 217px;
    margin-bottom: 20px;
  }
}

.experiences-checkers {
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .experiences-checkers {
    margin-bottom: 30px;
  }
}
.experiences-checkers .experiences-card {
  display: flex;
  flex-wrap: nowrap;
  min-height: 450px;
}
.experiences-checkers .experiences-card:nth-child(2n) .content-wrapper {
  order: -1;
}
.experiences-checkers .experiences-card:nth-child(2n) .content-wrapper .text-wrapper {
  padding: 40px 80px 40px 20px;
  margin-left: auto;
}
.experiences-checkers .experiences-card:nth-child(2n+1) .content-wrapper {
  order: 1;
}
.experiences-checkers .experiences-card:nth-child(2n+1) .content-wrapper .text-wrapper {
  padding: 40px 20px 40px 80px;
  margin-right: auto;
}
.experiences-checkers .experiences-card:nth-child(3n+1) {
  background-color: #F7F7EE;
}
.experiences-checkers .experiences-card:nth-child(3n+2) {
  background-color: #D9EBF1;
}
.experiences-checkers .experiences-card:nth-child(3n) {
  background-color: #FDF2EC;
}
@media only screen and (max-width: 1023px) {
  .experiences-checkers .experiences-card {
    flex-direction: column;
  }
  .experiences-checkers .experiences-card:nth-child(2n+1) .content-wrapper, .experiences-checkers .experiences-card:nth-child(2n) .content-wrapper {
    order: 0;
  }
  .experiences-checkers .experiences-card:nth-child(2n+1) .content-wrapper .text-wrapper, .experiences-checkers .experiences-card:nth-child(2n) .content-wrapper .text-wrapper {
    padding: 20px 30px 30px 16px;
    margin-left: 0;
    margin-right: 0;
  }
}
.experiences-checkers .experiences-card .image {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .experiences-checkers .experiences-card .image {
    height: 250px;
  }
}
.experiences-checkers .experiences-card .image,
.experiences-checkers .experiences-card .content-wrapper {
  flex-basis: 50%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .experiences-checkers .experiences-card .image,
  .experiences-checkers .experiences-card .content-wrapper {
    flex-basis: auto;
  }
}
.experiences-checkers .experiences-card .text-wrapper {
  display: flex;
  flex-direction: column;
  text-align: start;
  max-width: 720px;
}
@media only screen and (max-width: 1023px) {
  .experiences-checkers .experiences-card .text-wrapper {
    max-width: none;
  }
}
.experiences-checkers .experiences-card .text-wrapper .title {
  text-transform: uppercase;
  font-size: 26px;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  margin-bottom: 10px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #0a406b;
  text-align: inherit;
}
.experiences-checkers .experiences-card .text-wrapper .text {
  margin-bottom: 20px;
  text-align: inherit;
}
.experiences-checkers .experiences-card .text-wrapper .text em {
  font-style: italic;
}
.experiences-checkers .experiences-card .text-wrapper .text p {
  margin-bottom: 10px;
}
.experiences-checkers .experiences-card .text-wrapper .link {
  align-self: flex-start;
}

.transportation-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .transportation-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.transportation-section .header {
  max-width: 50%;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .transportation-section .header {
    max-width: none;
  }
}
.transportation-section .header h2,
.transportation-section .header h3 {
  color: #0a406b;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 1px;
}
.transportation-section .header h3 {
  font-family: "Nexa Rust Script L", sans-serif;
}
.transportation-section .header h2 {
  font-size: 26px;
  font-family: "BrandonGrotesque", Arial, sans-serif;
}
.transportation-section .transportation-card {
  flex-wrap: nowrap;
  position: relative;
  min-height: 296px;
}
@media only screen and (max-width: 1023px) {
  .transportation-section .transportation-card {
    flex-direction: column;
    min-height: auto;
  }
}
.transportation-section .transportation-card .image {
  position: relative;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1023px) {
  .transportation-section .transportation-card .image {
    order: 0;
  }
}
.transportation-section .transportation-card .image,
.transportation-section .transportation-card .text-wrapper {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .transportation-section .transportation-card .image,
  .transportation-section .transportation-card .text-wrapper {
    width: auto;
  }
}
.transportation-section .transportation-card .image {
  width: 100%;
  height: 100%;
}
.transportation-section .transportation-card .image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .transportation-section .transportation-card .image-wrapper {
    position: static;
    margin-bottom: 20px;
    height: 190px;
  }
}
.transportation-section .transportation-card .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  padding-right: 50px;
}
@media only screen and (max-width: 1023px) {
  .transportation-section .transportation-card .text-wrapper {
    padding-right: 0;
  }
}
.transportation-section .transportation-card .text-wrapper .text {
  margin-bottom: 20px;
}
.transportation-section .transportation-card .text-wrapper .text em {
  font-style: italic;
}
.transportation-section .transportation-card .text-wrapper .text p {
  margin-bottom: 10px;
}
.transportation-section .transportation-card .text-wrapper .buttons {
  display: flex;
  margin-top: auto;
}
.transportation-section .transportation-card .text-wrapper .buttons .link-1 {
  margin-right: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .transportation-section .transportation-card .text-wrapper .buttons .link-1 {
    margin-bottom: 20px;
  }
}
.transportation-section .transportation-card .text-wrapper .buttons .button:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .transportation-section .transportation-card .text-wrapper .buttons {
    flex-wrap: wrap;
  }
}

.eat-drink-section {
  padding: 60px 0;
}
@media only screen and (max-width: 1023px) {
  .eat-drink-section {
    padding: 30px 0;
  }
}
.eat-drink-section h2 {
  color: #5d995d;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px black;
}
@media only screen and (max-width: 1023px) {
  .eat-drink-section h2 {
    font-size: 14px;
  }
}
.eat-drink-section h3 {
  color: #0a406b;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) {
  .eat-drink-section h3 {
    font-size: 30px;
  }
}
.eat-drink-section .content {
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .eat-drink-section .content {
    margin-bottom: 20px;
  }
}
.eat-drink-section .content p {
  font-size: 18px;
  margin-bottom: 14px;
}
.eat-drink-section .content em {
  font-size: 16px;
  color: #787878;
}
.eat-drink-section video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.experiences-slider {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .experiences-slider {
    margin-bottom: 30px;
    padding: 30px 16px;
    background-color: #f4f2ec;
  }
}
.experiences-slider .sliders-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .experiences-slider .sliders-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-slider .images-slider {
    height: 211px;
    margin-bottom: 10px;
  }
}
.experiences-slider .text-slider {
  background-color: #f4f2ec;
}
@media only screen and (max-width: 767px) {
  .experiences-slider .text-slider {
    background: none;
  }
}
.experiences-slider .text-slider .slide {
  padding: 60px;
  padding-left: 90px;
  padding-bottom: 80px;
  padding-right: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .experiences-slider .text-slider .slide {
    padding: 60px 30px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-slider .text-slider .slide {
    padding: 0;
    padding-bottom: 40px;
  }
}
.experiences-slider h2 {
  color: #5d995d;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .experiences-slider h2 {
    font-size: 14px;
  }
}
.experiences-slider h3 {
  color: #0a406b;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .experiences-slider h3 {
    font-size: 30px;
  }
}
.experiences-slider .content {
  text-align: left;
}
.experiences-slider .content p {
  font-size: 18px;
  margin-bottom: 14px;
}
.experiences-slider .content em {
  font-size: 16px;
  color: #787878;
}
.experiences-slider .button {
  font-size: 14px;
  line-height: 44px;
  height: 44px;
  padding: 0 30px;
}
.experiences-slider .slideshow {
  position: relative;
  width: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .experiences-slider .slideshow {
    width: 100%;
  }
}
.experiences-slider .slide {
  display: none;
}
.experiences-slider .slide:first-child, .experiences-slider .slide.swiper-slide {
  display: block;
}
.experiences-slider .arrows-with-pagination {
  position: absolute;
  bottom: 50px;
  left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .experiences-slider .arrows-with-pagination {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-slider .arrows-with-pagination {
    left: 0;
    bottom: 10px;
    width: 100%;
  }
}
.experiences-slider .arrows-with-pagination .slideshow-button {
  display: none;
}
.experiences-slider .arrows-with-pagination .slideshow-button.previous {
  left: 0;
}
.experiences-slider .arrows-with-pagination .slideshow-button.next {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .experiences-slider .arrows-with-pagination .slideshow-button {
    display: block;
  }
}

.experience-carousel {
  max-width: 1240px;
  margin: Auto;
}
.experience-carousel .swiper {
  width: 600px;
  height: 600px;
  margin-left: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .experience-carousel .swiper {
    margin-left: 0px;
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .experience-carousel .swiper {
    margin-left: auto;
    margin: auto;
    width: 400px;
    height: 400px;
  }
}
.experience-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.experience-carousel .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .experience-carousel .container {
    flex-direction: column;
  }
}
.experience-carousel .content-wrapper {
  margin: auto;
  margin-left: 15px;
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .experience-carousel .content-wrapper {
    margin-top: 20px;
  }
}
.experience-carousel .content-wrapper h3 {
  font-family: "Nexa Rust Script L", sans-serif;
  font-weight: 500;
  margin-bottom: 27px;
  font-size: 45px;
  line-height: 50px;
  color: #0a406b;
}
.experience-carousel .content-wrapper p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 38px;
  color: #0a406b;
}
.experience-carousel .swiper-button-next {
  background-color: white;
  height: 30px;
  width: 30px;
  right: 0px;
}
.experience-carousel .swiper-button-next:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -1px;
  border-right: 2px solid #5d995d;
  border-bottom: 2px solid #5d995d;
  height: 9px;
  width: 9px;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color 350ms ease-in-out;
}
.experience-carousel .swiper-button-prev {
  background-color: white;
  height: 30px;
  width: 30px;
  left: 0px;
}
.experience-carousel .swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -1px;
  border-right: 2px solid #5d995d;
  border-bottom: 2px solid #5d995d;
  height: 9px;
  width: 9px;
  transform: translateY(-50%) rotate(135deg);
  transition: border-color 350ms ease-in-out;
}

.feeds-gallery {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .feeds-gallery {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .feeds-gallery .content-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .feeds-gallery .header {
    width: 100%;
    order: -1;
  }
}
@media only screen and (max-width: 767px) {
  .feeds-gallery .descr {
    display: flex;
    flex-direction: column;
    order: 1;
  }
}
.feeds-gallery h2 {
  color: #5d995d;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .feeds-gallery h2 {
    font-size: 14px;
  }
}
.feeds-gallery h3 {
  color: #0a406b;
  font-size: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .feeds-gallery h3 {
    font-size: 30px;
  }
}
.feeds-gallery .content {
  text-align: left;
}
.feeds-gallery .content p {
  font-size: 18px;
  margin-bottom: 14px;
}
.feeds-gallery .content em {
  font-size: 16px;
  color: #787878;
}
.feeds-gallery .feeds-wrapper {
  float: right;
  margin-left: 55px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 295px;
}
@media only screen and (max-width: 767px) {
  .feeds-gallery .feeds-wrapper {
    float: none;
    margin: 30px auto 0;
    order: 1;
  }
}
.feeds-gallery .feeds-wrapper h4 {
  color: #0a406b;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  margin-right: 20px;
}
.feeds-gallery .socials-list {
  display: flex;
  align-items: center;
}
.feeds-gallery .socials-list li {
  margin-right: 20px;
}
.feeds-gallery .socials-list li:last-child {
  margin-right: 0;
}
.feeds-gallery .socials-list li a {
  display: flex;
  align-items: center;
}
.feeds-gallery .socials-list li a svg {
  width: 24px;
  height: 24px;
  fill: #0a406b;
  transition: fill 350ms ease-in-out;
}
.feeds-gallery .socials-list li a:hover svg {
  opacity: 0.7;
}
.feeds-gallery .instagram-name {
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  color: #0a406b;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.offers-with-stay-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a406b;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .offers-with-stay-section {
    margin-bottom: 0;
    padding-top: 30px;
  }
}
.offers-with-stay-section .header h2, .offers-with-stay-section .header h3 {
  color: white;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 1px;
  flex-basis: 100%;
}
.offers-with-stay-section .header h3 {
  font-family: "Nexa Rust Script L", sans-serif;
}
.offers-with-stay-section .header h2 {
  font-size: 26px;
  font-family: "BrandonGrotesque", Arial, sans-serif, Arial, sans-serif;
  margin-bottom: 16px;
}
.offers-with-stay-section .specials-all-slider {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .offers-with-stay-section .specials-all-slider {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.offers-with-stay-section .specials-all-slider .buttons {
  display: none;
}
.offers-with-stay-section .specials-all-slider .buttons .link-alloffers {
  display: none;
}
@media only screen and (max-width: 767px) {
  .offers-with-stay-section .specials-all-slider .buttons .link-alloffers {
    position: relative;
    display: block;
    color: white;
    margin-left: 5px;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
    align-self: flex-start;
  }
  .offers-with-stay-section .specials-all-slider .buttons .link-alloffers::after {
    content: none;
  }
  .offers-with-stay-section .specials-all-slider .buttons .link-alloffers::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.offers-with-stay-section .specials-all-slider .buttons .slideshow-button {
  color: white;
}
.offers-with-stay-section .specials-all-slider .buttons .slideshow-button svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.offers-with-stay-section .specials-all-slider .buttons .slideshow-button span {
  text-indent: -9999px;
  width: 19px;
  height: 19px;
}
@media only screen and (max-width: 767px) {
  .offers-with-stay-section .specials-all-slider .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
  }
}
.offers-with-stay-section .specials-all-slider .slideshow-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.offers-with-stay-section .specials-all-slider .slideshow-wrapper.single {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .offers-with-stay-section .specials-all-slider .slideshow-wrapper {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .offers-with-stay-section .specials-all-slider .slideshow-wrapper.double {
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .offers-with-stay-section .specials-all-slider .slideshow-wrapper.triple {
    justify-content: center;
  }
}
.offers-with-stay-section .specials-all-slider .special {
  background-color: white;
  display: flex;
  flex-direction: column;
  height: auto;
  flex-basis: 342px;
  padding-bottom: 0;
}
.offers-with-stay-section .specials-all-slider .special:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .offers-with-stay-section .specials-all-slider .special {
    flex-basis: initial;
    margin-right: 0;
    max-width: none;
  }
}
@media only screen and (min-width: 1440px) {
  .offers-with-stay-section .specials-all-slider .special {
    flex-basis: 27%;
  }
}
.offers-with-stay-section .specials-all-slider .special .thumbnail {
  width: 100%;
}
.offers-with-stay-section .specials-all-slider .special .thumb {
  position: relative;
  box-sizing: content-box;
  height: 0;
  padding-bottom: 56.1403508772%;
  background-color: whitesmoke;
}
.offers-with-stay-section .specials-all-slider .special .thumb::after {
  content: none;
}
.offers-with-stay-section .specials-all-slider .special .page-content {
  flex-grow: 1;
  text-align: left;
  padding: 20px 30px 0;
  display: flex;
  flex-direction: column;
}
.offers-with-stay-section .specials-all-slider .special .page-content h3, .offers-with-stay-section .specials-all-slider .special .page-content h3 a {
  font: italic 24px/30px "BrandonGrotesque", Arial, sans-serif;
  color: #5d995d;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.offers-with-stay-section .specials-all-slider .special .page-content p {
  font: 18px/22px "BrandonGrotesque", Arial, sans-serif;
  margin-bottom: 20px;
}
.offers-with-stay-section .specials-all-slider .special .controls {
  margin-top: auto;
}
.offers-with-stay-section .specials-all-slider .special .controls .buttons-wrapper {
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.offers-with-stay-section .specials-all-slider .special .controls .text-button {
  font-size: 16px;
  line-height: 14px;
}
.offers-with-stay-section .stayconnected {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .offers-with-stay-section .stayconnected {
    order: 1;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offers-with-stay-section .stayconnected {
    flex-direction: column;
  }
}
.offers-with-stay-section .stayconnected .stayconnected-block {
  flex-basis: calc(50% - 20px);
  flex-grow: 0;
  justify-content: space-between;
  color: white;
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .offers-with-stay-section .stayconnected .stayconnected-block {
    flex-basis: 100%;
    flex-grow: 1;
  }
}
.offers-with-stay-section .stayconnected .block-1 {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .offers-with-stay-section .stayconnected .block-1 {
    margin-right: 0;
  }
}
.offers-with-stay-section .stayconnected .block-2 {
  align-self: flex-end;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offers-with-stay-section .stayconnected .block-2 {
    width: 100%;
    flex-basis: auto;
  }
}
.offers-with-stay-section .stayconnected .block-2 .controls input {
  border-color: white;
}
.offers-with-stay-section .stayconnected .block-2 .controls svg {
  fill: white;
  stroke: white;
}
.offers-with-stay-section .stayconnected .block-2 input[type=text] {
  color: white;
  text-align: left;
  padding-bottom: 0;
}
.offers-with-stay-section .stayconnected .block-2 input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.offers-with-stay-section .stayconnected .block-2 input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  .offers-with-stay-section .stayconnected .block-2 input[type=text] {
    width: 100%;
  }
}
.offers-with-stay-section .stayconnected .block-2 .controls:hover svg, .offers-with-stay-section .stayconnected .block-2 .controls:hover input {
  border-color: #787878;
  fill: #787878;
  stroke: #787878;
}

.specials-starred {
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .specials-starred {
    margin-bottom: 30px;
  }
}
.specials-starred h2,
.specials-starred h3 {
  color: #0a406b;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 1px;
  flex-basis: 100%;
}
.specials-starred h3 {
  font-family: "Nexa Rust Script L", sans-serif;
}
.specials-starred h2 {
  font-size: 26px;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  margin-bottom: 16px;
}
.specials-starred .container {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: -30px 0 0 -30px;
}
@media only screen and (max-width: 767px) {
  .specials-starred .container {
    display: block;
    margin: 0;
    width: 100%;
  }
}
.specials-starred .container .special {
  position: relative;
  padding: 25px 30px 25px 28px;
  color: #fff;
  display: flex;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.16);
  margin: 30px 0 0 30px;
  flex-basis: calc(33.3333333333% - 30px);
  min-height: 400px;
  min-width: 340px;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .specials-starred .container .special {
    width: 100%;
    min-height: 205px;
    min-width: auto;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials-starred .container .special:last-child {
    margin-bottom: 0;
  }
}
.specials-starred .container .special .image {
  position: absolute;
  background-color: rgba(211, 211, 211, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.specials-starred .container .special .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 350ms ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .specials-starred .container .special .image::after {
    opacity: 1;
  }
}
.specials-starred .container .special .text-wrapper {
  margin: 95px 0 auto;
}
@media only screen and (max-width: 767px) {
  .specials-starred .container .special .text-wrapper {
    margin: auto;
  }
}
.specials-starred .container .special .title {
  position: relative;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .specials-starred .container .special .title {
    text-align: left;
  }
}
.specials-starred .container .special .content {
  position: relative;
  text-align: center;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 350ms ease-in-out, opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .specials-starred .container .special .content {
    transform: translateY(0px);
    text-align: left;
    opacity: 1;
  }
}
.specials-starred .container .special .content .short-description {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .specials-starred .container .special .content .short-description {
    font-style: normal;
  }
}
.specials-starred .container .special .content .controls a::after {
  border-color: #1E3F5A;
}
.specials-starred .container .special .content .controls a:hover, .specials-starred .container .special .content .controls a:focus {
  color: #5d995d;
}
.specials-starred .container .special .content .controls a:hover::after, .specials-starred .container .special .content .controls a:focus::after {
  border-color: #5d995d;
}
.specials-starred .container .special .content .controls a:first-child {
  margin-right: 16px;
}
.specials-starred .container .special:hover .title, .specials-starred .container .special:hover p, .specials-starred .container .special:hover a, .specials-starred .container .special:focus-within .title, .specials-starred .container .special:focus-within p, .specials-starred .container .special:focus-within a {
  color: #1E3F5A;
}
.specials-starred .container .special:hover .image::after,
.specials-starred .container .special:hover .content, .specials-starred .container .special:focus-within .image::after,
.specials-starred .container .special:focus-within .content {
  transform: translateY(0px);
  opacity: 1;
}

.eat-drink-grid {
  padding: 0 0 60px;
  background: #fff;
  margin-bottom: 60px;
  border-bottom: 1px solid #F7F7EE;
}
@media only screen and (max-width: 767px) {
  .eat-drink-grid {
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 0;
  }
}
.eat-drink-grid .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 30px;
  background-color: #0a406b;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  transition: transform 350ms ease-in-out;
}
.eat-drink-grid .row:hover {
  transform: translateX(-10px);
}
@media only screen and (max-width: 767px) {
  .eat-drink-grid .row {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.eat-drink-grid .row:last-child {
  margin-bottom: 0;
}
.eat-drink-grid .image {
  position: relative;
  flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
  .eat-drink-grid .image {
    min-height: 210px;
    width: auto;
  }
}
.eat-drink-grid .content {
  display: flex;
  padding: 25px 55px 25px 58px;
  flex-basis: 50%;
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .eat-drink-grid .content {
    padding: 19px 20px 30px;
    width: auto;
    height: auto;
    min-height: auto;
  }
}
.eat-drink-grid .text-wrapper {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 100%;
}
.eat-drink-grid .text-wrapper h4 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .eat-drink-grid .text-wrapper h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 13px;
  }
}
.eat-drink-grid .text-wrapper .text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #fff;
  overflow: auto;
  text-align: left;
}
.eat-drink-grid .text-wrapper .button {
  color: #fff;
}
.eat-drink-grid .text-wrapper .button::after {
  border-color: #fff;
}
.eat-drink-grid .text-wrapper .button:hover, .eat-drink-grid .text-wrapper .button:focus {
  color: #5d995d;
}
.eat-drink-grid .text-wrapper .button:hover::after, .eat-drink-grid .text-wrapper .button:focus::after {
  border-color: #5d995d;
}

.specials-simple-tiles {
  padding: 60px 0;
}
@media only screen and (max-width: 1023px) {
  .specials-simple-tiles {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials-simple-tiles .tile:last-child {
    margin-bottom: 0;
  }
}
.specials-simple-tiles .text-wrapper {
  display: flex;
  flex-direction: column;
}
.specials-simple-tiles .text-wrapper .links {
  margin-top: auto;
}
.specials-simple-tiles h2 {
  color: #5d995d;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .specials-simple-tiles h2 {
    font-size: 14px;
  }
}
.specials-simple-tiles h3 {
  color: #0a406b;
  font-size: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .specials-simple-tiles h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .specials-simple-tiles .tile:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials-simple-tiles .tile:last-child {
    margin-bottom: 0;
  }
}
.specials-simple-tiles .book-now {
  margin-right: 30px;
}

.rooms-simple-tiles {
  margin: 60px 0;
}
@media only screen and (max-width: 1023px) {
  .rooms-simple-tiles {
    margin: 30px 0;
  }
}
.rooms-simple-tiles h2 {
  color: #5d995d;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .rooms-simple-tiles h2 {
    font-size: 14px;
  }
}
.rooms-simple-tiles h3 {
  color: #0a406b;
  font-size: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .rooms-simple-tiles h3 {
    font-size: 30px;
  }
}
.rooms-simple-tiles .content {
  text-align: left;
  margin-bottom: 30px;
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  .rooms-simple-tiles .content {
    margin-bottom: 20px;
  }
}
.rooms-simple-tiles .content p {
  font-size: 18px;
  margin-bottom: 14px;
}
.rooms-simple-tiles .content em {
  font-size: 16px;
  color: #787878;
}
.rooms-simple-tiles .book-now {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .rooms-simple-tiles .tile:last-child {
    margin-bottom: 0;
  }
}

.hover-tiles-block {
  padding-bottom: 60px;
  border-bottom: 1px solid #F7F7EE;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .hover-tiles-block {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }
}

.perks-acm {
  background: #3D8A9C;
  margin: 60px 0;
  padding: 68px 0 84px 0;
}
@media only screen and (max-width: 767px) {
  .perks-acm {
    padding: 20px 0 40px 0;
  }
}
.perks-acm .perks-flex {
  display: flex;
  flex-wrap: nowrap;
  min-height: 620px;
  max-width: 1110px;
}
@media only screen and (max-width: 767px) {
  .perks-acm .perks-flex {
    min-height: auto;
    flex-wrap: wrap;
  }
}
.perks-acm .perks-flex .perks-content-wrapper {
  order: 2;
  color: #fff;
  width: calc(100% - 486px);
  padding: 60px 0 30px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .perks-acm .perks-flex .perks-content-wrapper {
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .perks-acm .perks-flex .perks-content-wrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .perks-acm .perks-flex .perks-content-wrapper {
    width: 100%;
    padding: 0;
  }
}
.perks-acm .perks-flex .perks-content-wrapper .perks-content {
  width: 100%;
  text-align: center;
}
.property-45 .perks-acm .perks-flex .perks-content-wrapper .perks-content h2 {
  text-transform: none;
}
.perks-acm .perks-flex .perks-content-wrapper .perks-logo {
  display: inline-block;
  width: 240px;
  height: auto;
  margin-bottom: 20px;
}
.perks-acm .perks-flex .perks-content-wrapper h2 {
  font: 500 65px/70px "Nexa Rust Script L", sans-serif;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .perks-acm .perks-flex .perks-content-wrapper h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: normal;
  }
}
.perks-acm .perks-flex .perks-content-wrapper .perks-copy a:hover {
  color: #fff;
}
.perks-acm .perks-flex .perks-content-wrapper nav {
  margin-top: 30px;
}
.perks-acm .perks-flex .perks-content-wrapper nav .text-button {
  font-weight: normal;
  color: #fff;
}
.perks-acm .perks-flex .perks-content-wrapper nav .text-button:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.perks-acm .perks-flex .perks-content-wrapper nav .text-button:hover {
  color: #043d40;
}
.perks-acm .perks-flex .perks-content-wrapper nav .text-button:hover:after {
  border-color: #043d40;
}
.perks-acm .perks-flex .perks-images {
  position: relative;
  order: 1;
  width: 486px;
  z-index: 1;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .perks-acm .perks-flex .perks-images {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .perks-acm .perks-flex .perks-images {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
}
.perks-acm .perks-flex .perks-images:before {
  content: "";
  position: absolute;
  top: 60px;
  left: -60px;
  width: calc(100% - 80px);
  height: calc(100% - 20px);
  background-image: url("../images/aqua-bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .perks-acm .perks-flex .perks-images:before {
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .perks-acm .perks-flex .perks-images:before {
    display: none;
  }
}
.perks-acm .perks-flex .perks-images img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.perks-acm .perks-flex .perks-images img.visible {
  opacity: 1;
  visibility: visible;
}
.perks-acm.interactive .perks-images img {
  transition: visibility 900ms, opacity 900ms, transform 900ms;
}
.perks-acm.theme-light {
  background-color: #fff;
}
.perks-acm.theme-light .perks-content-wrapper {
  color: #231f20;
}
.perks-acm.theme-light .perks-content-wrapper .perks-logo {
  width: 260px;
}
.perks-acm.theme-light .perks-content-wrapper h2 {
  color: #0a406b;
}
.perks-acm.theme-light .perks-content-wrapper .perks-copy a:hover {
  color: #3D8A9C;
}
.perks-acm.theme-light .perks-content-wrapper nav .text-button {
  padding: 20px 40px;
  background-color: #5d995d;
  transition: background-color 350ms ease-in-out;
}
.perks-acm.theme-light .perks-content-wrapper nav .text-button:after {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-2px) rotate(-45deg);
}
.perks-acm.theme-light .perks-content-wrapper nav .text-button:hover {
  color: #fff;
  background-color: #205172;
}
.perks-acm.theme-light .perks-content-wrapper nav .text-button:hover:after {
  border-color: #fff;
}
.perks-acm.theme-light .perks-images:before {
  background-image: url("../images/brown-light-bg.jpg");
}
.perks-acm.perks-compass {
  background: #0a406b url("../images/themes/compass-theme/bg-wave.png") repeat;
  padding: 74px 0;
}
@media only screen and (max-width: 767px) {
  .perks-acm.perks-compass {
    padding: 20px 0;
  }
}
.perks-acm.perks-compass .perks-content-wrapper {
  order: 1;
  padding: 50px 0;
  width: calc(100% - 576px);
}
@media only screen and (max-width: 1023px) {
  .perks-acm.perks-compass .perks-content-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .perks-acm.perks-compass .perks-content-wrapper {
    order: 2;
    padding: 0;
    width: 100%;
  }
}
.perks-acm.perks-compass .perks-content-wrapper .perks-content {
  font-family: "Arial", sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  color: #2b2b2b;
  padding: 46px 44px 52px 44px;
  border-radius: 6px;
}
@media only screen and (max-width: 1023px) {
  .perks-acm.perks-compass .perks-content-wrapper .perks-content {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .perks-acm.perks-compass .perks-content-wrapper .perks-content {
    padding: 30px 20px;
  }
}
.perks-acm.perks-compass .perks-content-wrapper .perks-logo {
  width: 200px;
  margin-bottom: 4px;
}
.perks-acm.perks-compass .perks-content-wrapper h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 39px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #205172;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  .perks-acm.perks-compass .perks-content-wrapper h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .perks-acm.perks-compass .perks-content-wrapper h2 {
    font-size: 29px;
  }
}
.perks-acm.perks-compass .perks-content-wrapper .perks-copy a:hover {
  color: #3D8A9C;
}
.perks-acm.perks-compass .perks-content-wrapper nav {
  margin-top: 30px;
}
.perks-acm.perks-compass .perks-content-wrapper nav .button {
  color: #205172;
  background: transparent;
  border: thin solid #205172;
  font: 500 16px/42px "Oswald", sans-serif;
  height: 44px;
  border-radius: 6px;
  padding: 0 30px;
}
.perks-acm.perks-compass .perks-content-wrapper nav .button:hover {
  background: #205172;
  color: #fff;
}
.perks-acm.perks-compass .perks-images {
  order: 2;
  margin-left: -110px;
  width: 686px;
}
@media only screen and (max-width: 1023px) {
  .perks-acm.perks-compass .perks-images {
    width: calc(50% + 110px);
  }
}
@media only screen and (max-width: 767px) {
  .perks-acm.perks-compass .perks-images {
    order: 1;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .perks-acm.perks-compass .perks-images .slideshow {
    border-radius: 6px;
  }
}
.perks-acm.perks-compass .perks-images:before {
  display: none;
}
.perks-acm.perks-camp {
  background: #e4f2c1;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .perks-acm.perks-camp {
    padding: 40px 0 60px 0;
  }
}
.perks-acm.perks-camp .perks-flex {
  min-height: auto;
  align-items: center;
}
.perks-acm.perks-camp .perks-content-wrapper {
  order: 1;
  padding: 0 60px 0 0;
  width: 51.4%;
}
@media only screen and (max-width: 1023px) {
  .perks-acm.perks-camp .perks-content-wrapper {
    width: 50%;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .perks-acm.perks-camp .perks-content-wrapper {
    order: 2;
    padding: 0;
    width: 100%;
  }
}
.perks-acm.perks-camp .perks-content-wrapper .perks-content {
  color: #0a2c31;
  padding: 0;
  text-align: center;
}
.perks-acm.perks-camp .perks-content-wrapper .perks-logo {
  width: 220px;
  margin-bottom: 0;
}
.perks-acm.perks-camp .perks-content-wrapper h2 {
  font-family: hatch, serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #0a2c31;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  .perks-acm.perks-camp .perks-content-wrapper h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .perks-acm.perks-camp .perks-content-wrapper h2 {
    font-size: 30px;
  }
}
.perks-acm.perks-camp .perks-content-wrapper .perks-copy a:hover {
  color: #231f20;
}
.perks-acm.perks-camp .perks-content-wrapper nav {
  margin-top: 30px;
}
.perks-acm.perks-camp .perks-images {
  order: 2;
  width: 48.6%;
}
@media only screen and (max-width: 1023px) {
  .perks-acm.perks-camp .perks-images {
    width: calc(50% + 110px);
  }
}
@media only screen and (max-width: 767px) {
  .perks-acm.perks-camp .perks-images {
    order: 1;
    margin-left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.perks-acm.perks-camp .perks-images:before {
  content: none;
}
.perks-acm.perks-camp .perks-images:after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  padding-top: 67.31%;
  z-index: 1;
}
.perks-acm.perks-camp .perks-images img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  border: 10px solid #fff;
  margin: 0 auto;
  transform: translate(-50%, -50%) rotate(0) scale(1.06);
}
@media only screen and (max-width: 767px) {
  .perks-acm.perks-camp .perks-images img {
    width: calc(100% - 16px);
    border-width: 8px;
  }
}
.perks-acm.perks-camp .perks-images img.visible:nth-child(4n+1) {
  transform: translate(-50%, -50%) rotate(1deg);
}
.perks-acm.perks-camp .perks-images img.visible:nth-child(4n+2) {
  transform: translate(-50%, -50%) rotate(-3deg);
}
.perks-acm.perks-camp .perks-images img.visible:nth-child(4n+3) {
  transform: translate(-50%, -50%) rotate(3deg);
}
.perks-acm.perks-camp .perks-images img.visible:nth-child(4n+4) {
  transform: translate(-50%, -50%) rotate(-1deg);
}
.perks-acm.perks-camp .perks-images img.fade-out:nth-child(4n+1) {
  transform: translate(-50%, -50%) rotate(2deg) scale(0.94);
}
.perks-acm.perks-camp .perks-images img.fade-out:nth-child(4n+2) {
  transform: translate(-50%, -50%) rotate(-4deg) scale(0.94);
}
.perks-acm.perks-camp .perks-images img.fade-out:nth-child(4n+3) {
  transform: translate(-50%, -50%) rotate(4deg) scale(0.94);
}
.perks-acm.perks-camp .perks-images img.fade-out:nth-child(4n+4) {
  transform: translate(-50%, -50%) rotate(-2deg) scale(0.94);
}

.image-content-acm {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 100px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-content-acm {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .image-content-acm {
    padding: 30px 0;
  }
}
.image-content-acm .center-column {
  max-width: 1440px;
}
.image-content-acm .page-content h2 {
  display: block;
  background: #fff;
  position: relative;
  margin-bottom: 60px;
  text-align: center !important;
}
.image-content-acm .page-content h2 span {
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 30px;
  max-width: 500px;
}
.image-content-acm .page-content h2:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #b3b2b2;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-content-acm .page-content h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .image-content-acm .page-content h2 {
    margin-bottom: 20px;
  }
}
.image-content-acm .image-content-slider {
  position: relative;
  display: block;
}
.image-content-acm .image-content-slider .slideshow {
  margin: 0 auto;
  max-width: 1344px;
  padding: 0 100px;
}
@media only screen and (max-width: 1023px) {
  .image-content-acm .image-content-slider .slideshow {
    max-width: 100%;
    padding: 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .image-content-acm .image-content-slider .slideshow {
    padding: 0 40px 0 0;
    margin-left: 0;
  }
}
.image-content-acm .image-content-slider .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.image-content-acm .image-content-slider .slide {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  white-space: normal;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-content-acm .image-content-slider .slide {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .image-content-acm .image-content-slider .slide {
    width: calc(100% - 80px);
  }
}
.image-content-acm .image-content-slider .slide .thumb {
  position: relative;
  width: 100%;
  height: 360px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #3D8A9C;
}
@media only screen and (max-width: 767px) {
  .image-content-acm .image-content-slider .slide .thumb {
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.image-content-acm .image-content-slider .slide .thumb .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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.image-content-acm .image-content-slider .slide .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 350ms ease-in-out;
  z-index: 5;
}
.image-content-acm .image-content-slider .slide .thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  opacity: 0.7;
  background: linear-gradient(to bottom, rgba(233, 233, 233, 0) 1%, rgba(186, 186, 186, 0) 25%, rgb(38, 38, 38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e9e9e9", endColorstr="#262626", GradientType=0);
}
.image-content-acm .image-content-slider .slide h3.h2-like {
  color: #757171;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 1;
  text-align: center;
  font-size: 2vw;
}
@media (max-width: 900px) {
  .image-content-acm .image-content-slider .slide h3.h2-like {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .image-content-acm .image-content-slider .slide h3.h2-like {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .image-content-acm .image-content-slider .slide h3.h2-like {
    font-size: 18px;
    line-height: 20px;
  }
}
.image-content-acm .image-content-slider .slide h3.h2-like a {
  color: #757171;
  text-decoration: none;
}
.image-content-acm .image-content-slider .slide h3.h2-like a:hover {
  color: #3D8A9C;
}
.image-content-acm .image-content-slider .slide p {
  font-size: 20px;
  line-height: 28px;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .image-content-acm .image-content-slider .slide p {
    font-size: 16px;
    line-height: 22px;
  }
}
.image-content-acm .image-content-slider .slide p.short-description {
  margin: 15px 0 0;
}
.image-content-acm .image-content-slider .slide .copy {
  margin: 15px 0 20px;
  padding: 0 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .image-content-acm .image-content-slider .slide .copy {
    margin: 15px 0;
  }
}
.image-content-acm .image-content-slider .slide .text-button {
  margin-top: 15px;
}
.image-content-acm .image-content-slider .slide .controls {
  margin-top: auto;
}
.image-content-acm .image-content-slider .slide .controls a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
}
.image-content-acm .image-content-slider .slide .controls a + a {
  vertical-align: center;
}
.image-content-acm .image-content-slider .slide:not(.swiper-slide-visible) .thumb:before {
  opacity: 1;
  visibility: visible;
}
.image-content-acm .image-content-slider .slide:not(.swiper-slide-visible) .thumb h3 {
  display: none;
}
.image-content-acm .image-content-slider .slide:not(.swiper-slide-visible) .copy {
  display: none;
}
@media only screen and (max-width: 767px) {
  .image-content-acm .image-content-slider .slide-count-1 {
    padding-right: 0;
  }
}
.image-content-acm .image-content-slider .slide-count-1 .slideshow-wrapper .slide {
  width: 50%;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-content-acm .image-content-slider .slide-count-1 .slideshow-wrapper .slide {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .image-content-acm .image-content-slider .slide-count-1 .slideshow-wrapper .slide {
    width: 100%;
  }
}
.image-content-acm .image-content-slider .slide-count-1 .slideshow-wrapper .slide .thumb:before {
  display: none;
}
.image-content-acm .image-content-slider .slide-count-1 .slideshow-wrapper .slide .copy {
  display: block;
}
.image-content-acm .image-content-slider .slider-wrapper .slideshow-button {
  top: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-content-acm .image-content-slider .slider-wrapper .slideshow-button {
    top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .image-content-acm .image-content-slider .slider-wrapper .slideshow-button {
    display: none;
  }
}
.image-content-acm .image-content-slider .slider-wrapper .slideshow-button.previous {
  left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-content-acm .image-content-slider .slider-wrapper .slideshow-button.previous {
    left: 15px;
  }
}
.image-content-acm .image-content-slider .slider-wrapper .slideshow-button.next {
  right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-content-acm .image-content-slider .slider-wrapper .slideshow-button.next {
    right: 15px;
  }
}
.image-content-acm .image-content-slider .slider-wrapper .slideshow-button svg {
  fill: #377b8b;
}
.image-content-acm .image-content-slider .slider-wrapper .slideshow-button:hover svg {
  fill: #5d995d;
}

.resort-map-acm-default {
  overflow: hidden;
  margin-top: 22px;
}
.resort-map-acm-default .center-column {
  max-width: 1206px;
}
.resort-map-acm-default .page-content {
  font-size: 18px;
  line-height: 1.4;
}
.resort-map-acm-default .page-content ul &gt; li {
  padding-left: 5px;
}
.resort-map-acm-default .page-content h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 6px;
  text-transform: none;
  color: #205172;
}
.resort-map-acm-default .page-content p {
  margin-bottom: 15px;
}
.resort-map-acm-default .left-column, .resort-map-acm-default .right-column, .resort-map-acm-default .col-1, .resort-map-acm-default .col-2 {
  width: 50%;
  display: block;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .resort-map-acm-default .left-column, .resort-map-acm-default .right-column, .resort-map-acm-default .col-1, .resort-map-acm-default .col-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .resort-map-acm-default .left-column, .resort-map-acm-default .right-column, .resort-map-acm-default .col-1, .resort-map-acm-default .col-2, .resort-map-acm-default .col-3 {
    margin-bottom: 30px;
  }
}
.resort-map-acm-default .text-button {
  font-size: 16px;
}
.resort-map-acm-default .col-2 {
  width: calc(50% - 10px);
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .resort-map-acm-default .col-2 {
    width: 100%;
    margin-left: 0;
  }
}
.resort-map-acm-default .col-3 {
  display: block;
  float: left;
  width: 100%;
  max-width: 395px;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .resort-map-acm-default .col-3 {
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .resort-map-acm-default .col-3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.resort-map-acm-default .col-3 h3 {
  margin-bottom: 5px;
}
.resort-map-acm-default .col-3 .button {
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .resort-map-acm-default .left-column {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .resort-map-acm-default .left-column {
    margin-bottom: 0;
  }
}
.resort-map-acm-default .right-column {
  width: calc(50% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .resort-map-acm-default .right-column {
    width: 100%;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .resort-map-acm-default .right-column {
    margin-top: 0;
  }
}
.resort-map-acm-default .right-column h3 {
  display: block;
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .resort-map-acm-default .right-column h3 {
    float: none;
  }
}
.resort-map-acm-default .right-column .button, .resort-map-acm-default .right-column .text-button {
  margin: 2px 0 13px;
  display: block;
  float: right;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .resort-map-acm-default .right-column .button, .resort-map-acm-default .right-column .text-button {
    float: right;
    display: inline-block;
    margin: 0 0 20px;
  }
}
.resort-map-acm-default .right-column .gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.resort-map-acm-default .right-column .gallery img {
  display: block;
  width: 100%;
}
.resort-map-acm-default .right-column .gallery button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 32px;
  height: 32px;
  background: #5d995d;
  border-radius: 50%;
  transition: all 350ms ease-in-out;
}
.resort-map-acm-default .right-column .gallery button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  fill: #fff;
  pointer-events: none;
  transition: fill 350ms ease-in-out;
  transform: translate(-50%, -50%);
}
.resort-map-acm-default .right-column .gallery button:hover {
  background: #0a406b;
}
.resort-map-acm-default .right-column .gallery button:hover svg {
  fill: #fff;
}

.additional-form-acm {
  margin: 120px 0 80px;
}
@media only screen and (max-width: 767px) {
  .additional-form-acm {
    margin: 60px 0;
  }
}
.additional-form-acm .center-column {
  max-width: 980px;
}
@media only screen and (max-width: 767px) {
  .additional-form-acm [id*=form_form_] .form-builder-group .form-builder-field[class*=checkboxgroup] {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-form-acm [id*=form_form_] .form-builder-group .form-builder-field[class*=checkboxgroup] &gt; label {
    width: 100%;
  }
}
.additional-form-acm [id*=form_form_] .form-builder-group .form-builder-field[class*=checkboxgroup] p {
  width: auto;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .additional-form-acm [id*=form_form_] .form-builder-group .form-builder-field[class*=checkboxgroup] p {
    width: 100%;
  }
}
.additional-form-acm [id*=form_form_] .form-builder-group .form-builder-field[class*=checkboxgroup] p label {
  padding-left: 20px;
  margin-right: 20px;
}
.additional-form-acm [id*=form_form_] .form-builder-group .form-builder-field[class*=inputcheckbox] label {
  display: flex;
  padding-left: 20px;
}

.countdown-banner .inner-wrapper {
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0a406b;
}
.countdown-banner .promo-counter {
  flex-shrink: 0;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  padding: 5px 15px;
}
@media only screen and (max-width: 767px) {
  .countdown-banner .promo-counter {
    text-align: center;
    padding: 10px 12px;
  }
}
.countdown-banner .promo-counter .counter {
  display: inline-block;
}
.countdown-banner .promo-counter .counter:after {
  clear: both;
  content: "";
  display: table;
}
.countdown-banner .promo-counter .counter &gt; div {
  float: left;
  width: 43px;
  margin-left: 10px;
  background: #fff;
  text-align: center;
}
.countdown-banner .promo-counter .counter &gt; div:first-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .countdown-banner .promo-counter .counter &gt; div {
    width: 32px;
    margin-left: 2px;
  }
}
.countdown-banner .promo-counter .counter &gt; div .text {
  line-height: 10px;
  font-size: 8px;
  font-weight: 700;
  color: #0a406b;
  background: #FFB818;
}
@media only screen and (max-width: 767px) {
  .countdown-banner .promo-counter .counter &gt; div .text {
    line-height: 8px;
    font-size: 7px;
  }
}
.countdown-banner .promo-counter .counter &gt; div .value {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #0a406b;
}
@media only screen and (max-width: 767px) {
  .countdown-banner .promo-counter .counter &gt; div .value {
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.countdown-banner .description {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-family: "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .countdown-banner .description {
    padding: 10px 0;
  }
}
.countdown-banner .description h3 {
  text-align: center;
  font: 400 18px/18px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .countdown-banner .description h3 {
    font-size: 13px;
    line-height: 14px;
  }
}
.countdown-banner .description p {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
}
.countdown-banner .info {
  height: auto;
  align-self: stretch;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .countdown-banner .info {
    min-height: 60px;
    padding: 10px;
    justify-content: space-between;
  }
}
.countdown-banner .info .image {
  display: inline-block;
  width: 235px;
  height: auto;
  align-self: stretch;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .countdown-banner .info .image {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-banner .info .image {
    display: inline-block;
  }
}
.countdown-banner .info .link {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .countdown-banner .info .link {
    margin-right: 0;
  }
}
.countdown-banner .info .link a {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 50px;
  overflow: visible;
  font: bold 14px/14px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.14px;
  background: #FFB818;
  border-radius: 50px;
  color: #0a406b;
  text-transform: uppercase;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: color 100ms, background-color 100ms;
}
@media only screen and (max-width: 767px) {
  .countdown-banner .info .link a {
    padding: 10px 20px;
  }
}
.countdown-banner .close {
  right: 0;
  top: 0;
  background: url("../images/common.svg");
  background-position: -70px 5px;
  background-color: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  cursor: pointer;
}
.admin .preview-item .countdown-banner {
  position: relative;
}
.admin .preview-item .countdown-banner .close {
  position: absolute;
  border: none;
}

.explore-attractions {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -2px;
}
.explore-attractions::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  background-color: #3D8A9C;
  z-index: -1;
}
.explore-attractions h2 {
  font: 500 22px/40px "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .explore-attractions h2 {
    font-size: 18px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.explore-attractions h2.title-color-teal {
  margin-top: 32px;
  color: #3D8A9C;
}
.explore-attractions .slideshow {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .explore-attractions .slideshow {
    padding: 0 !important;
    margin-left: -40px;
  }
}
.explore-attractions .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.explore-attractions .content-block {
  position: relative;
  display: inline-block;
  width: 27%;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .explore-attractions .content-block {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .explore-attractions .content-block {
    width: calc(100% - 80px);
  }
}
.explore-attractions .content-block.swiper-slide-prev .thumb:before, .explore-attractions .content-block.swiper-slide-active .thumb:before, .explore-attractions .content-block.swiper-slide-next .thumb:before {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .explore-attractions .content-block.swiper-slide-prev .thumb:before, .explore-attractions .content-block.swiper-slide-active .thumb:before, .explore-attractions .content-block.swiper-slide-next .thumb:before {
    opacity: 1;
  }
}
.explore-attractions .content-block.swiper-slide-prev .copy, .explore-attractions .content-block.swiper-slide-active .copy, .explore-attractions .content-block.swiper-slide-next .copy {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .explore-attractions .content-block.swiper-slide-prev .copy, .explore-attractions .content-block.swiper-slide-active .copy, .explore-attractions .content-block.swiper-slide-next .copy {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .explore-attractions .content-block.swiper-slide-active .thumb:before {
    opacity: 0;
  }
  .explore-attractions .content-block.swiper-slide-active .thumb h3 {
    display: inline-block;
  }
  .explore-attractions .content-block.swiper-slide-active .copy {
    display: block;
  }
}
.explore-attractions .content-block .thumb {
  position: relative;
  width: 100%;
  height: 537px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #0a406b;
}
@media only screen and (max-width: 767px) {
  .explore-attractions .content-block .thumb {
    height: 0;
    padding-bottom: 56.25vw;
    height: 330px;
  }
}
.explore-attractions .content-block .thumb .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: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.explore-attractions .content-block .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(35, 31, 32, 0.6);
  transition: opacity 350ms ease-in-out;
}
.explore-attractions .content-block .thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  opacity: 0.7;
  background: linear-gradient(to bottom, rgba(233, 233, 233, 0) 1%, rgba(186, 186, 186, 0) 25%, rgb(38, 38, 38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00e9e9e9", endColorstr="#262626",GradientType=0 );
}
.explore-attractions .content-block h3 {
  font: 700 22px/27px "BrandonGrotesque", Arial, sans-serif;
  color: #0a406b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  z-index: 1;
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .explore-attractions .content-block h3 {
    font-size: 15px;
    line-height: 20px;
    bottom: 20px;
    margin-bottom: 15px;
  }
}
.explore-attractions .content-block p {
  font-size: 20px;
  line-height: 28px;
  color: #231f20;
}
@media only screen and (max-width: 767px) {
  .explore-attractions .content-block p {
    font-size: 16px;
    line-height: 22px;
  }
}
.explore-attractions .content-block .copy {
  display: none;
  margin: 20px 0;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .explore-attractions .content-block .copy {
    margin: 20px 0;
  }
}
.explore-attractions .content-block .text-button {
  margin-top: 30px;
}
.explore-attractions .slider-wrapper .slideshow-button {
  top: calc(50% - 88px);
}
@media only screen and (max-width: 767px) {
  .explore-attractions .slider-wrapper .slideshow-button {
    display: none;
  }
}
.explore-attractions .slider-wrapper .slideshow-button.previous {
  left: 35px;
}
.explore-attractions .slider-wrapper .slideshow-button.next {
  right: 35px;
}
.explore-attractions .slider-wrapper .slideshow-button svg {
  fill: #fff;
}

.booking-property-intro {
  position: relative;
  color: #0a406b;
}
@media only screen and (max-width: 1023px) {
  .booking-property-intro {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .booking-property-intro {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .booking-property-intro {
    max-width: 335px;
  }
}
.booking-property-intro .offer-wrap {
  width: 300px;
  font-size: 30px;
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .booking-property-intro .offer-wrap {
    width: 200px;
    top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .booking-property-intro .offer-wrap {
    position: relative;
    width: 120px;
    margin-left: auto;
    top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .booking-property-intro .offer-wrap {
    top: -20px;
  }
}
.booking-property-intro .offer-price {
  font: 700 110px/110px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: -4.4px;
  color: #0a406b;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .booking-property-intro .offer-price {
    font-size: 55px;
    line-height: 62px;
    letter-spacing: -2.2px;
  }
}
.booking-property-intro .offer-text {
  font: 700 35px/42px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0;
  color: #0a406b;
}
@media screen and (max-width: 1200px) {
  .booking-property-intro .offer-text {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1023px) {
  .booking-property-intro .offer-text {
    font-size: 15px;
    line-height: 18px;
  }
}
.booking-property-intro .wrapper {
  max-width: 562px;
  margin: 0 auto;
  background-color: #FFB818;
  padding: 24px 36px 28px;
  border-radius: 18px;
}
@media only screen and (max-width: 767px) {
  .booking-property-intro .wrapper {
    padding: 22px 26px 20px;
    max-width: 335px;
  }
}
.booking-property-intro .wrapper h3 {
  font: 700 24px/26px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0px;
  color: #0a406b;
  text-align: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .booking-property-intro .wrapper h3 {
    display: none;
  }
}
.booking-property-intro .wrapper .content-wrap {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0;
  border-radius: 18px;
}
@media only screen and (max-width: 767px) {
  .booking-property-intro .wrapper .content-wrap {
    flex-direction: column;
    background-color: transparent;
    padding: 0;
  }
}
.booking-property-intro .wrapper .content-wrap .left {
  width: 50%;
  text-align: left;
  border-right: 1px solid rgba(10, 64, 107, 0.2);
}
@media only screen and (max-width: 767px) {
  .booking-property-intro .wrapper .content-wrap .left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(10, 64, 107, 0.2);
    background-color: #fff;
    border-radius: 9px;
  }
}
.booking-property-intro .wrapper .content-wrap .left .item {
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 0 15px;
}
.booking-property-intro .wrapper .content-wrap .left .item.active {
  background-color: rgba(10, 64, 107, 0.1);
}
@media only screen and (max-width: 767px) {
  .booking-property-intro .wrapper .content-wrap .left .item {
    padding: 0 12px;
    line-height: 27px;
  }
  .booking-property-intro .wrapper .content-wrap .left .item:first-child {
    border-radius: 9px 9px 0 0;
    padding-top: 5px;
  }
  .booking-property-intro .wrapper .content-wrap .left .item:last-child {
    border-radius: 0 0 9px 9px;
    padding-bottom: 5px;
  }
}
.booking-property-intro .wrapper .content-wrap .right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .booking-property-intro .wrapper .content-wrap .right {
    width: 100%;
  }
}
.booking-property-intro .wrapper .content-wrap .right .item-view {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
}
@media only screen and (max-width: 767px) {
  .booking-property-intro .wrapper .content-wrap .right .item-view {
    padding: 15px 0 0;
  }
}
.booking-property-intro .wrapper .content-wrap .right .item-view .description {
  display: block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .booking-property-intro .wrapper .content-wrap .right .item-view .description {
    display: none;
  }
}
.booking-property-intro .wrapper .content-wrap .right .item-view .description p {
  color: #0a406b;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #555555;
}
.booking-property-intro .wrapper .content-wrap .right .item-view .link {
  background-color: #0a406b;
  min-width: 194px;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.14px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 50px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .booking-property-intro .wrapper .content-wrap .right .item-view .link {
    width: 100%;
  }
}
.booking-property-intro .wrapper .content-wrap .right .item-view.active {
  display: flex;
}

.flipto-div-lake-lanier {
  position: relative;
}
.flipto-div-lake-lanier .intro {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.flipto-div-lake-lanier .intro-wrap {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.flipto-div-lake-lanier .intro-wrap .left {
  display: block;
  max-width: 146px;
}
@media only screen and (max-width: 767px) {
  .flipto-div-lake-lanier .intro-wrap .left {
    display: none;
  }
}
.flipto-div-lake-lanier .intro-wrap .left img {
  width: 100%;
}
.flipto-div-lake-lanier .intro-wrap .right .h1-like {
  font: 500 65px/1.1 "Nexa Rust Script L", sans-serif;
  color: #205172;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .flipto-div-lake-lanier .intro-wrap .right .h1-like {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.flipto-div-lake-lanier .intro-wrap .right a {
  text-decoration: none;
  color: #5d995d;
}

.bfcm-lightbox {
  font-family: "BrandonGrotesque", Arial, sans-serif;
}
.bfcm-lightbox .bfcm-lightbox-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}
.bfcm-lightbox .bfcm-lightbox-container.show-popup {
  display: block;
}
.bfcm-lightbox .bfcm-lightbox-tab {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 50px;
  left: auto;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 78px 4px 58px;
  height: 36px;
  cursor: pointer;
  background: #5d995d;
  border: 0;
  transition: opacity 0.25s;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: 100% 100%;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bfcm-lightbox-tab {
    bottom: 20px;
  }
}
.bfcm-lightbox .bfcm-lightbox-tab .tab-content {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 6px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  transform: translate3d(0, 0, 0);
  animation: float 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
  transition: opacity 0.2s ease-out;
  will-change: transform;
}
@keyframes float {
  from {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(0, 4px, 0);
    -ms-transform: translate3d(0, 4px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
}
.bfcm-lightbox .bfcm-lightbox-tab .tab-content:before {
  position: absolute;
  top: 45%;
  right: -4px;
  display: inline-block;
  width: 2px;
  height: 8px;
  content: "";
  background-color: #fff;
  transform: rotate(45deg) translateY(-50%);
}
.bfcm-lightbox .bfcm-lightbox-tab .tab-content:after {
  position: absolute;
  top: 45%;
  right: -15px;
  display: inline-block;
  width: 2px;
  height: 8px;
  content: "";
  background-color: #fff;
  transform: rotate(-45deg) translateY(-50%);
}
.bfcm-lightbox .bfcm-lightbox-wrap {
  position: absolute;
  max-width: 580px;
  max-height: 95%;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9998;
  transition: right 1s;
  transform: translateY(-50%);
  overflow: hidden;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bfcm-lightbox-wrap {
    max-width: 362px;
  }
}
.bfcm-lightbox .bfcm-lightbox-content {
  padding: 64px 72px;
  overflow-y: auto;
  max-height: 100vh;
}
.bfcm-lightbox .bfcm-lightbox-content::-webkit-scrollbar {
  width: 4px;
}
.bfcm-lightbox .bfcm-lightbox-content::-webkit-scrollbar-thumb {
  background: #838383;
}
.bfcm-lightbox .bfcm-lightbox-content::-webkit-scrollbar-track {
  background: #fff;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bfcm-lightbox-content {
    padding: 40px 32px;
  }
}
.bfcm-lightbox .bfcm-lightbox-content-inner .bfcm-lightbox-message {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  color: #000;
}
.bfcm-lightbox .pre-heading {
  font-size: 14px;
  line-height: normal;
  color: #000;
  letter-spacing: 7px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .bfcm-lightbox .pre-heading {
    font-size: 11px;
    letter-spacing: 5.5px;
    line-height: 18px;
  }
}
.bfcm-lightbox .heading {
  margin: 20px 0 32px;
  padding: 32px 0 24px;
  font-family: "Nexa Rust Script L", sans-serif;
  color: #205172;
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: normal;
  border-top: solid 1px #205172;
  border-bottom: solid 1px #205172;
  text-transform: none;
}
@media (max-width: 575px) {
  .bfcm-lightbox .heading {
    margin: 14px 0 18px;
    padding: 20px 0 16px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
  }
}
.bfcm-lightbox p {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 7px;
  line-height: 25px;
}
@media (max-width: 575px) {
  .bfcm-lightbox p {
    font-size: 11px;
    letter-spacing: 5.5px;
    line-height: 18px;
  }
}
.bfcm-lightbox p strong, .bfcm-lightbox p .large-text {
  display: block;
  padding-top: 6px;
  padding-bottom: 14px;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 84px;
  font-weight: 500;
  line-height: 84px;
  letter-spacing: normal;
}
@media (max-width: 575px) {
  .bfcm-lightbox p strong, .bfcm-lightbox p .large-text {
    font-size: 56px;
    line-height: 56px;
  }
}
.bfcm-lightbox .buttons {
  margin-top: 38px;
}
@media (max-width: 575px) {
  .bfcm-lightbox .buttons {
    margin-top: 22px;
  }
}
.bfcm-lightbox .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  letter-spacing: 1.6px;
  text-decoration: none;
  background-color: #5d995d;
  transition: all 0.2s;
}
@media (max-width: 575px) {
  .bfcm-lightbox .buttons a {
    height: 45px;
    padding: 0 16px;
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 12px;
  }
}
.bfcm-lightbox .buttons a:hover {
  background-color: rgba(93, 153, 93, 0.9);
}
.bfcm-lightbox .bottom-text {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  padding-top: 25px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.88px;
  color: #838383;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bottom-text {
    padding-top: 16px;
    font-size: 14px;
    letter-spacing: 0.88px;
    line-height: 18px;
    font-weight: 400;
  }
}
.bfcm-lightbox .close-popup {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  overflow: hidden;
  text-indent: -1000px;
  transition: opacity 0.2s;
  border: 0;
  background: none;
  box-shadow: 0 0;
  cursor: pointer;
}
.bfcm-lightbox .close-popup:hover {
  opacity: 0.7;
}
.bfcm-lightbox .close-popup:after, .bfcm-lightbox .close-popup:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bfcm-lightbox .close-popup:after {
  width: 24px;
  height: 1px;
}
.bfcm-lightbox .close-popup:before {
  width: 1px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #3D8A9C;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  #hamburger-navigation {
    display: block;
    padding-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .ng-lightbox-show #hamburger-navigation {
    padding-top: 170px;
    padding-bottom: 20px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
}
#hamburger-navigation .top-menu {
  display: none;
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #hamburger-navigation .top-menu {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .top-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  padding: 4px 40px;
  font: 20px/24px "BrandonGrotesque", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #0a406b;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 4px 40px;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#hamburger-navigation .main-menu .menu.level-1 &gt; li &gt; a {
  font: 26px/32px "BrandonGrotesque", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
}
#hamburger-navigation .main-menu .menu.level-1 &gt; li &gt; a:hover, #hamburger-navigation .main-menu .menu.level-1 &gt; li &gt; a.active {
  color: #0a406b;
}
#hamburger-navigation .main-menu .menu.level-1 &gt; li &gt; .plus {
  top: 4px;
}
#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;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #0a406b;
}
#hamburger-navigation .main-menu .parent.expanded &gt; .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #fff;
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#hamburger-navigation .main-menu .parent.expanded &gt; .plus &gt; .vertical, #hamburger-navigation .main-menu .parent.expanded &gt; .plus &gt; .horizontal {
  transform: rotate(90deg);
}
#hamburger-navigation .main-menu .parent.expanded &gt; .plus &gt; .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .parent &gt; a.active + .plus &gt; .vertical, #hamburger-navigation .main-menu .parent &gt; a.active + .plus &gt; .horizontal {
  background: #0a406b;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#hamburger-navigation .footer-menu {
  display: none;
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .footer-menu {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .footer-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .footer-menu a {
  display: block;
  padding: 4px 40px;
  font: 20px/24px "BrandonGrotesque", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
}
#hamburger-navigation .footer-menu a:hover, #hamburger-navigation .footer-menu a.active {
  color: #0a406b;
}
#hamburger-navigation .search-modal {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  background-color: transparent;
  margin: 0 auto;
  max-width: 600px;
  padding: 40px 0;
  opacity: 1;
  visibility: visible;
  /*.search-modal-frequently-searched {
  	color: $white;

  	ul {
  		column-count: 2;
  	}

  	li a {
  		color: $white;

  		&amp;:hover {
  			color: $white;
  		}
  	}
  }*/
}
#hamburger-navigation .search-modal .search-modal-close {
  display: none;
}
#hamburger-navigation .search-modal .search-modal-label {
  border-color: #fff;
  padding: 14px;
  border: 2px solid white;
}
#hamburger-navigation .search-modal .search-modal-label &gt; span {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.6px;
}
#hamburger-navigation .search-modal .search-modal-label input {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  margin-bottom: 0;
}
#hamburger-navigation .search-modal .search-modal-label input::-webkit-input-placeholder {
  color: #fff;
}
#hamburger-navigation .search-modal .search-modal-label input:-moz-placeholder {
  color: #fff;
}
#hamburger-navigation .search-modal .search-modal-label input::-moz-placeholder {
  color: #fff;
}
#hamburger-navigation .search-modal .search-modal-label input:-ms-input-placeholder {
  color: #fff;
}
#hamburger-navigation .search-modal .search-modal-label input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#hamburger-navigation .search-modal .search-modal-label input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#hamburger-navigation .search-modal .search-modal-label input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#hamburger-navigation .search-modal .search-modal-label input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

html.booking-visible {
  overflow: hidden;
}

.booking {
  position: fixed;
  top: -101%;
  left: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 0;
  background: #fff;
  z-index: 90;
  transition: all 350ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.booking-visible .booking {
  top: 0;
  visibility: visible;
}
.booking-visible.ng-lightbox-alert-bar .booking, .booking-visible.ng-lightbox-alert-bar-dark .booking {
  top: 50px;
}
@media only screen and (max-width: 767px) {
  .booking-visible.ng-lightbox-alert-bar .booking, .booking-visible.ng-lightbox-alert-bar-dark .booking {
    top: 80px;
  }
}
.keyboard-navigation .booking {
  transition: none;
}
@media only screen and (max-width: 767px) {
  .booking {
    height: 100%;
  }
}
.booking .center-column {
  padding: 0 40px;
  max-width: 1290px;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .booking .center-column {
    padding: 0 20px;
  }
}
.booking form {
  width: 100%;
  padding: 42px 0 30px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .ng-lightbox-alert-bar .booking form, .ng-lightbox-alert-bar-dark .booking form {
    padding: 40px 0 110px 0;
  }
}
.booking form.additional-booking-links fieldset.general {
  display: none;
}
.booking fieldset.general {
  position: relative;
}
.booking fieldset.general .previous-screen {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 16px;
  line-height: 18px;
  color: #0a406b;
  border-bottom: thin dashed #0a406b;
  transition: color 350ms ease-in-out;
  cursor: pointer;
}
.booking fieldset.general .previous-screen:hover {
  color: #5d995d;
}
.booking fieldset.additional-step ul li {
  padding: 6px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.booking fieldset.additional-step ul li:hover span {
  color: #5d995d;
  border-color: #5d995d;
}
.booking fieldset.additional-step ul li span {
  color: #0a406b;
  display: inline-block;
  border-bottom: thin solid #0a406b;
  transition: 350ms ease-in-out;
}
.booking fieldset.additional-step ul li a {
  color: inherit;
  text-decoration: none;
}
.booking fieldset.additional-step ul li.rooms-trigger span {
  border-bottom: thin dashed #0a406b;
}
.booking fieldset.additional-step ul li.rooms-trigger:hover span {
  border-color: #5d995d;
}
.booking legend {
  display: block;
  color: #000;
  width: 100%;
  font: 28px/1.2 "BrandonGrotesque", Arial, sans-serif;
  font-size: 4vw;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .booking legend {
    font-size: 18px;
  }
}
@media (min-width: 700px) {
  .booking legend {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .booking legend {
    margin-bottom: 20px;
  }
}
.booking .top-bar-columns {
  padding-bottom: 35px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .booking .top-bar-columns {
    padding-bottom: 20px;
  }
}
.hide-bottom-column .booking .top-bar-columns {
  padding-bottom: 0;
}
.booking .bottom-bar-columns {
  text-align: left;
  position: relative;
}
.hide-columns .booking .bottom-bar-columns {
  display: none;
}
.hide-bottom-column .booking .bottom-bar-columns {
  display: none;
}
.booking .column {
  margin-right: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.booking .column.destination {
  width: calc(50% - 20px);
  margin-right: 40px;
  text-align: left;
}
.booking .column.destination svg {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 19px;
  height: 19px;
  margin-top: 5px;
  fill: #000;
  pointer-events: none;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .booking .column.destination svg {
    right: 10px;
  }
}
.booking .column.destination:hover svg {
  fill: #3D8A9C;
}
@media only screen and (max-width: 767px) {
  .booking .column.destination {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.booking .column.destination:after {
  content: none;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #FAFAFA;
  border: 2px solid #3D8A9C;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  transform-origin: top;
  margin: 0 auto;
}
.booking .column.destination.active {
  border: 0;
  outline: 0;
}
.booking .column.destination.active input {
  border-color: #3D8A9C;
  outline: 1px solid #3D8A9C;
}
.booking .column.destination.active:after {
  content: "";
}
.booking .column.checkin, .booking .column.checkout {
  width: calc(25% - 30px);
  text-align: left;
  margin-right: 40px;
}
.booking .column.checkin svg, .booking .column.checkout svg {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 22px;
  margin-top: 2px;
  fill: #000;
  pointer-events: none;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .booking .column.checkin svg, .booking .column.checkout svg {
    right: 10px;
  }
}
.booking .column.checkin:hover svg, .booking .column.checkout:hover svg {
  fill: #3D8A9C;
}
@media only screen and (max-width: 767px) {
  .booking .column.checkin, .booking .column.checkout {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
.booking .column.checkout {
  margin-right: 0;
}
.booking .column.adults, .booking .column.children, .booking .column.rooms {
  width: calc(15% - 13px);
  margin-right: 40px;
}
.booking .column.adults .control-button, .booking .column.children .control-button, .booking .column.rooms .control-button {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .booking .column.adults, .booking .column.children, .booking .column.rooms {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.booking .column.promo {
  width: 15%;
  margin-top: 26px;
  text-align: center;
  margin-right: 25px;
}
.booking .column.promo .promo-label-wrapper {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  height: 50px;
  border: 1px solid transparent;
  margin: 0;
  vertical-align: middle;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.booking .column.promo .promo-label,
.booking .column.promo .promo-fake-input {
  color: #000;
  display: block;
  line-height: 1;
  vertical-align: middle;
}
.booking .column.promo .promo-fake-input {
  color: #3D8A9C;
  font-weight: 400;
  display: none;
}
.booking .column.promo .promo-fake-input.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  .booking .column.promo {
    width: 100%;
    display: block;
    margin-top: 0;
  }
}
.booking .column .booking-placeholder:after {
  content: none;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #FAFAFA;
  border: 2px solid #3D8A9C;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  transform-origin: top;
  margin: 0 auto;
}
.booking .column .booking-placeholder.active {
  border-color: #3D8A9C;
  outline: 1px solid #3D8A9C;
}
.booking .column .booking-placeholder.active:after {
  content: "";
}
.booking .column .control-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  text-indent: -9999px;
  overflow: hidden;
}
.booking .column .control-button:before, .booking .column .control-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.booking .column .control-button:before {
  width: 13px;
  height: 1px;
}
@media only screen and (min-width: 1440px) {
  .booking .column .control-button:before {
    width: 15px;
    height: 1px;
  }
}
.booking .column .control-button:after {
  width: 1px;
  height: 13px;
}
@media only screen and (min-width: 1440px) {
  .booking .column .control-button:after {
    width: 1px;
    height: 15px;
  }
}
.booking .column .control-button.minus {
  right: auto;
  left: 20px;
}
@media only screen and (max-width: 1023px) {
  .booking .column .control-button.minus {
    left: 10px;
  }
}
.booking .column .control-button.minus:after {
  content: none;
}
.booking .column .control-button.plus {
  right: 20px;
}
@media only screen and (max-width: 1023px) {
  .booking .column .control-button.plus {
    right: 10px;
  }
}
.booking .column .control-button.minus:hover:before, .booking .column .control-button.minus:hover:after, .booking .column .control-button.plus:hover:before, .booking .column .control-button.plus:hover:after {
  background: #3D8A9C;
}
.booking label,
.booking .label-name {
  text-align: left;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin: 0 0 8px 10px;
}
@media only screen and (max-width: 767px) {
  .booking label,
  .booking .label-name {
    text-align: center;
    margin: 0 0 8px 0;
  }
}
.booking input[type=text], .booking input[type=date], .booking select,
.booking .booking-placeholder,
.booking .option {
  width: 100%;
  position: relative;
  text-align: left;
  display: block;
  height: 50px;
  padding: 0 15px;
  background: #FAFAFA;
  font-size: 16px;
  line-height: 50px;
  color: #000;
  border: 1px solid #979797;
  outline: 1px solid transparent;
}
.booking input[type=text]:hover, .booking input[type=date]:hover, .booking select:hover,
.booking .booking-placeholder:hover,
.booking .option:hover {
  border: 1px solid #3D8A9C;
  outline: 1px solid #3D8A9C;
}
.booking input[type=text]::-webkit-input-placeholder, .booking input[type=date]::-webkit-input-placeholder, .booking select::-webkit-input-placeholder,
.booking .booking-placeholder::-webkit-input-placeholder,
.booking .option::-webkit-input-placeholder {
  color: #000;
}
.booking input[type=text]:-moz-placeholder, .booking input[type=date]:-moz-placeholder, .booking select:-moz-placeholder,
.booking .booking-placeholder:-moz-placeholder,
.booking .option:-moz-placeholder {
  color: #000;
}
.booking input[type=text]::-moz-placeholder, .booking input[type=date]::-moz-placeholder, .booking select::-moz-placeholder,
.booking .booking-placeholder::-moz-placeholder,
.booking .option::-moz-placeholder {
  color: #000;
}
.booking input[type=text]:-ms-input-placeholder, .booking input[type=date]:-ms-input-placeholder, .booking select:-ms-input-placeholder,
.booking .booking-placeholder:-ms-input-placeholder,
.booking .option:-ms-input-placeholder {
  color: #000;
}
.booking input[type=text]:focus::-webkit-input-placeholder, .booking input[type=date]:focus::-webkit-input-placeholder, .booking select:focus::-webkit-input-placeholder,
.booking .booking-placeholder:focus::-webkit-input-placeholder,
.booking .option:focus::-webkit-input-placeholder {
  color: #979797;
}
.booking input[type=text]:focus:-moz-placeholder, .booking input[type=date]:focus:-moz-placeholder, .booking select:focus:-moz-placeholder,
.booking .booking-placeholder:focus:-moz-placeholder,
.booking .option:focus:-moz-placeholder {
  color: #979797;
}
.booking input[type=text]:focus::-moz-placeholder, .booking input[type=date]:focus::-moz-placeholder, .booking select:focus::-moz-placeholder,
.booking .booking-placeholder:focus::-moz-placeholder,
.booking .option:focus::-moz-placeholder {
  color: #979797;
}
.booking input[type=text]:focus:-ms-input-placeholder, .booking input[type=date]:focus:-ms-input-placeholder, .booking select:focus:-ms-input-placeholder,
.booking .booking-placeholder:focus:-ms-input-placeholder,
.booking .option:focus:-ms-input-placeholder {
  color: #979797;
}
@media only screen and (max-width: 767px) {
  .booking input[type=text], .booking input[type=date], .booking select,
  .booking .booking-placeholder,
  .booking .option {
    font-size: 14px;
    padding-right: 40px;
    text-overflow: ellipsis;
  }
}
.booking .option {
  text-align: center;
}
.booking input[type=submit] {
  width: calc(40% - 107px);
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 14px;
  padding: 0 10px;
  background-color: #3D8A9C;
}
.booking input[type=submit]:hover {
  background-color: #0a406b;
}
@media only screen and (max-width: 767px) {
  .booking input[type=submit] {
    width: 100%;
    display: block;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
  }
}
.booking #booking-dates {
  width: 100%;
}
.booking .select-wrapper {
  width: 100%;
}
.booking .brg-text {
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin: 0 0 8px 10px;
  padding-top: 35px;
}
.booking .brg-text .brg-title {
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .booking .brg-text {
    text-align: center;
    margin: 0 0 8px 0;
    padding-top: 20px;
  }
  .booking .brg-text .brg-title {
    display: block;
  }
}
.booking .promo-popup {
  display: none;
  width: calc(65% + 20px);
  padding: 20px 28px 20px 20px;
  background: #fff;
  border: 1px solid #3D8A9C;
  outline: 1px solid #3D8A9C;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 2;
}
.booking .promo-popup.visible {
  display: block;
}
@media screen and (max-width: 1170px) {
  .booking .promo-popup {
    width: calc(68% + 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking .promo-popup {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .booking .promo-popup {
    width: 100%;
    padding: 10px;
    bottom: 130px;
    top: auto;
  }
}
.booking .promo-popup label {
  display: none;
}
.booking .promo-popup .column {
  width: calc(24% - 12px);
  margin-right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking .promo-popup .column {
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .booking .promo-popup .column {
    width: 100%;
    margin-bottom: 5px;
  }
}
.booking .promo-popup .column.promo-label-column {
  width: calc(15% - 10px);
  text-align: left;
  line-height: 50px;
  height: 50px;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.booking .promo-popup .column.promo-label-column .promo-label {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking .promo-popup .column.promo-label-column {
    width: calc(15% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .booking .promo-popup .column.promo-label-column {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    height: auto;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .booking .promo-popup .column.agent-id {
    margin-right: 0;
  }
}
.booking .promo-popup .question {
  display: block;
  position: absolute;
  top: 17px;
  right: 20px;
  width: 19px;
  height: 19px;
  z-index: 2;
  cursor: pointer;
  background: none;
}
@media only screen and (max-width: 767px) {
  .booking .promo-popup .question {
    top: 7px;
    right: 10px;
  }
}
.booking .promo-popup .question svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  margin-top: 0;
  fill: #000;
  pointer-events: none;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .booking .promo-popup .question svg {
    right: 10px;
  }
}
.booking .promo-popup .question:hover, .booking .promo-popup .question.active {
  background: none;
}
.booking .promo-popup .question:hover svg, .booking .promo-popup .question.active svg {
  fill: #3D8A9C;
}
.booking .promo-popup .info {
  position: absolute;
  right: 0;
  bottom: 49px;
  padding: 10px;
  font: 14px/18px "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  background: #3D8A9C;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
}
.booking .promo-popup .info:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3D8A9C;
}
@media only screen and (max-width: 767px) {
  .booking .promo-popup .info:before {
    right: 10px;
  }
}
.booking .promo-popup .info.visible {
  opacity: 1;
  visibility: visible;
}
.booking .promo-popup button {
  width: 20%;
  background-color: #000;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding: 0 10px;
  float: right;
}
.booking .promo-popup button:hover {
  background-color: #3D8A9C;
}
@media only screen and (max-width: 1023px) {
  .booking .promo-popup button {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking .promo-popup button {
    width: 19%;
  }
}
@media only screen and (max-width: 767px) {
  .booking .promo-popup button {
    width: 100%;
    margin-top: 10px;
  }
}
.booking .booking-destinations-block {
  display: none;
  position: relative;
  margin-top: 15px;
  background-color: #fff;
  max-width: 100%;
  padding: 10px 20px 15px;
  text-align: left;
  max-height: 300px;
  overflow: auto;
  z-index: 7;
}
.booking .booking-destinations-block.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  .booking .booking-destinations-block {
    max-height: none;
    padding: 10px 0 10px;
  }
}
.booking .destination-block {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.booking .destination-block .heading {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 15px;
  padding-left: 7px;
}
.booking .destination-block .hotels-wrapper {
  display: flex;
  flex-flow: row;
}
.booking .destination-block .hotels-list {
  width: 100%;
}
.booking .destination-block .hotels-list button {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  text-align: left;
  padding: 7px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .booking .destination-block .hotels-list button {
    width: 100%;
  }
}
.booking .destination-block .hotels-list button span {
  display: block;
}
.booking .destination-block .hotels-list button .property-name {
  font-weight: 500;
  display: block;
  padding-bottom: 5px;
}
.booking .destination-block .hotels-list button:hover {
  background-color: #82C0CE;
}
.booking .destination-block .hotels-list button.hidden {
  display: none;
}
.booking .destination-block.booking-regions {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .booking .destination-block.booking-regions {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.booking .destination-block.booking-recent {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .booking .destination-block.booking-recent {
    width: 100%;
  }
}
.booking .destination-block.booking-recent .hotels-list-recent {
  width: 100%;
}
.booking .destination-block.booking-recent .hotels-list-recent span.property-location {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  padding: 7px;
}
.booking .close {
  display: block;
  position: absolute;
  right: 20px;
  top: 35px;
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
.booking .close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -3px;
}
.booking .close span:before, .booking .close span:after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #000;
  transition: 350ms ease-in-out;
}
.booking .close span:before {
  top: 0;
  transform: rotate(45deg);
}
.booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.booking .close:hover span:before, .booking .close:hover span:after {
  background: #5d995d;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking .close {
    right: 20px;
  }
}

.booking-datepicker {
  display: none;
  position: relative;
  left: 0;
  top: 15px;
  bottom: auto;
  z-index: 7;
  background-color: #fff;
  max-width: 790px;
  margin: 0 auto;
}
.booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker {
    display: block;
    position: relative;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  .booking-datepicker.visible {
    max-height: 500px;
  }
}
.booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
  box-shadow: none;
  padding: 20px 10px 10px;
}
.booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
.booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-datepicker .ui-datepicker-group:nth-child(2) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  .booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
.booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-header {
    font-size: 14px;
  }
}
.booking-datepicker .ui-datepicker-header .ui-datepicker-prev, .booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
.booking-datepicker .ui-datepicker-prev,
.booking-datepicker .ui-datepicker-next {
  top: 50%;
}
.booking-datepicker .ui-datepicker-prev:after,
.booking-datepicker .ui-datepicker-next:after {
  left: 4px;
  top: 7px;
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-prev,
  .booking-datepicker .ui-datepicker-next {
    top: 20px;
  }
}
.booking-datepicker .ui-datepicker-prev {
  left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-datepicker .ui-datepicker-prev {
    left: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
.booking-datepicker .ui-datepicker-next {
  right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .booking-datepicker .ui-datepicker-next {
    right: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
.booking-datepicker .ui-datepicker-calendar {
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}

.booking-home-property #booking-datepicker-home {
  display: none;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 7;
}
.booking-datepicker-under .booking-home-property #booking-datepicker-home {
  bottom: auto;
  top: 60px;
}
.booking-home-property #booking-datepicker-home.visible {
  display: block;
}
.booking-home-property #booking-datepicker-home .arrival-departure-status {
  overflow: hidden;
  background: #3D8A9C;
  text-align: center;
  width: 100%;
  line-height: 40px;
  height: 40px;
}
.booking-home-property #booking-datepicker-home .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
.booking-home-property #booking-datepicker-home .arrival-departure-status .arrival, .booking-home-property #booking-datepicker-home .arrival-departure-status .departure {
  opacity: 0;
  font: 16px/40px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.booking-home-property #booking-datepicker-home .arrival-departure-status .arrival:after, .booking-home-property #booking-datepicker-home .arrival-departure-status .departure:after {
  content: attr(data-text);
}
.booking-home-property #booking-datepicker-home .arrival-departure-status .arrival {
  margin-left: -100%;
}
.booking-home-property #booking-datepicker-home .arrival-departure-status .departure {
  margin-right: -100%;
}
.booking-home-property #booking-datepicker-home.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
.booking-home-property #booking-datepicker-home.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
.booking-home-property #booking-datepicker-home .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
.booking-home-property #booking-datepicker-home .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.booking-home-property #booking-datepicker-home .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
.booking-home-property #booking-datepicker-home .ui-datepicker-header {
  margin-bottom: 15px;
  font-size: 16px;
}
.booking-home-property #booking-datepicker-home .ui-datepicker-header .ui-datepicker-prev, .booking-home-property #booking-datepicker-home .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
.booking-home-property #booking-datepicker-home .ui-datepicker-prev, .booking-home-property #booking-datepicker-home .ui-datepicker-next {
  top: 50px;
}
.booking-home-property #booking-datepicker-home .ui-datepicker-prev {
  left: 20px;
}
.booking-home-property #booking-datepicker-home .ui-datepicker-next {
  right: 20px;
}
.booking-home-property #booking-datepicker-home.checkin-step td a, .booking-home-property #booking-datepicker-home.checkout-step td a, .booking-home-property #booking-datepicker-home td.checkin-date a, .booking-home-property #booking-datepicker-home td.checkout-date a {
  position: relative;
}
.booking-home-property #booking-datepicker-home.checkin-step td a:before, .booking-home-property #booking-datepicker-home.checkout-step td a:before, .booking-home-property #booking-datepicker-home td.checkin-date a:before, .booking-home-property #booking-datepicker-home td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #0a406b;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.booking-home-property #booking-datepicker-home.checkin-step td a:hover:before, .booking-home-property #booking-datepicker-home td.checkin-date a:before {
  content: "in";
}
.booking-home-property #booking-datepicker-home.checkout-step td:not(.checkin-date) a:hover:before, .booking-home-property #booking-datepicker-home td.checkout-date a:before {
  content: "out";
}

.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 &gt; .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage &gt; .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 "BrandonGrotesque", 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 &gt; .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: #54baba;
  border-bottom-color: #54baba;
  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: "Nexa Rust Script L", 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 "Nexa Rust Script L", 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 &gt; * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.promos-position-a .slideshow-pagination &gt; *:hover, .promos-position-a .slideshow-pagination &gt; *.active {
  background: #54baba;
}

.events-acm {
  position: relative;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events-acm {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .events-acm {
    padding: 30px 0;
  }
}

.events {
  max-width: 1288px;
  padding: 0 55px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .events {
    max-width: 100%;
    padding: 0;
  }
}
.events .slideshow {
  overflow: hidden;
  width: 100%;
}
.events.slider-wrapper .slideshow-button {
  top: 250px;
}
@media only screen and (max-width: 767px) {
  .events.slider-wrapper .slideshow-button {
    display: none;
  }
}
.events.slider-wrapper .slideshow-button svg {
  fill: #0a406b;
}
.events.slider-wrapper .slideshow-button:hover svg {
  fill: #5d995d;
}
.events .slideshow-wrapper {
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .events .slideshow-wrapper {
    margin-bottom: 20px;
  }
}
.events .text-button-wrapper {
  display: block;
  position: relative;
  margin: 0 12px;
}
.events .text-button-wrapper:before {
  content: "";
  height: 1px;
  margin-top: -5px;
  background: #e5e5e5;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.events .text-button-wrapper .text-button {
  overflow: hidden;
  background: #fff;
  padding: 0 44px 0 28px;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1;
}
.events .text-button-wrapper .text-button:after {
  margin-top: 0;
  height: 8px;
  width: 8px;
  right: 28px;
}
.events .event {
  position: relative;
  display: inline-block;
  width: calc(50% - 24px);
  height: auto;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 12px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .events .event {
    margin: 0 12px 0 0;
    width: calc(100% - 40px);
  }
}
.events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 315px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #3D8A9C;
}
.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: #54baba;
  border-bottom-color: #54baba;
  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) {
  .events .event .thumbnail {
    padding-bottom: 56.25vw;
    height: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .events .event .thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 56.25vw;
    /*background: rgba(255,255,255,0.8);*/
    opacity: 1;
    visibility: visible;
    transition: opacity 350ms ease-in-out;
  }
}
.events .event .badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #e3750c;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 34px;
  padding: 0 14px;
}
.events .event .date {
  display: block;
  margin: 0 0 14px;
  color: #5d995d;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .events .event .date {
    margin: 0 0 10px;
  }
}
.events .event .date a {
  color: inherit;
  text-decoration: none;
}
.events .event .date a:hover {
  text-decoration: underline;
}
.events .event h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1;
}
.events .event p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .events .event p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.events .event .description {
  padding: 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .events .event .description {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .events .event .description {
    padding: 0 10px;
    opacity: 1;
    visibility: visible;
    transition: opacity 350ms ease-in-out;
  }
}
.events .event .links {
  position: absolute;
  bottom: 0;
  left: 39px;
  right: 39px;
  height: 60px;
  width: calc(100% - 78px);
}
@media only screen and (max-width: 1023px) {
  .events .event .links {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .events .event .links {
    opacity: 1;
    visibility: visible;
    transition: opacity 350ms ease-in-out;
  }
}
.events .event .links .button {
  width: calc(50% - 14px);
  padding: 0 5px;
  font-size: 18px;
  margin: 0 7px;
}
@media only screen and (max-width: 1023px) {
  .events .event .links .button {
    width: calc(50% - 10px);
    margin: 0 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .events .event .links .button {
    width: calc(50% - 4px);
    margin: 0 2px;
    font-size: 12px;
  }
}
.without-buttons .events .event .links {
  display: none;
}
@media only screen and (max-width: 767px) {
  .events .event.swiper-slide-active .links, .events .event.swiper-slide-active .description, .events .event.swiper-slide-duplicate-active .links, .events .event.swiper-slide-duplicate-active .description {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .events .event.swiper-slide-active .thumbnail:after, .events .event.swiper-slide-duplicate-active .thumbnail:after {
    opacity: 0;
    visibility: hidden;
  }
}

.rooms-layout .main-content.center-column {
  max-width: 1200px;
}
.rooms-layout .rooms-content-inner {
  padding: 0 30px 30px;
}
@media only screen and (max-width: 767px) {
  .rooms-layout .rooms-content-inner {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .rooms .rooms-content-inner.with-content-layout {
    display: flex;
    flex-direction: column-reverse;
  }
}
.rooms .rooms-content-inner .content-layout-acm {
  font-family: "mr-eaves-modern", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.rooms-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.rooms-page .rooms-entry {
  width: calc(50% - 15px);
  margin: 0 0 80px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  font-size: 0;
  transition: transform 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-page .rooms-entry {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.rooms-page .rooms-entry .thumbnail {
  height: 315px;
  width: 100%;
  position: relative;
  background-color: #3D8A9C;
  float: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry .thumbnail {
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.rooms-page .rooms-entry .thumbnail.no-image {
  background-image: url("../images/logo.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}
.rooms-page .rooms-entry .thumbnail video {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: opacity 350ms ease-in;
}
.rooms-page .rooms-entry .thumbnail nav.virtual-tour-buttons {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100%;
  z-index: 3;
}
.rooms-page .rooms-entry .thumbnail nav.virtual-tour-buttons a {
  float: right;
  width: 86px;
  height: 42px;
  margin-left: 10px;
  font-size: 15px;
  line-height: 42px;
  padding-left: 32px;
}
.rooms-page .rooms-entry .thumbnail nav.virtual-tour-buttons a svg {
  width: 32px;
  left: 10px;
  top: 4px;
}
.rooms-page .rooms-entry .description {
  padding: 30px 30px 70px 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-page .rooms-entry .description {
    padding: 20px 15px 70px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry .description {
    padding: 15px 0 40px 0;
  }
}
.rooms-page .rooms-entry .description h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry .description h3 {
    margin-bottom: 10px;
  }
}
.rooms-page .rooms-entry .description p {
  margin-bottom: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry .description p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.rooms-page .rooms-entry .description nav.links {
  display: inline-block;
  font-size: 0;
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.rooms-page .rooms-entry .description nav.links .button {
  width: calc(50% - 15px);
  padding: 0 15px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry .description nav.links .button {
    font-size: 12px;
    width: calc(50% - 5px);
  }
}
.rooms-page .rooms-entry .description nav.links .button:hover {
  border-bottom-color: #F6BCA2;
  border-left-color: #F6BCA2;
}
.rooms-page .rooms-entry .description nav.links .button + .button {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry .description nav.links .button + .button {
    margin-left: 5px;
  }
}
.rooms-page .rooms-entry:hover {
  transform: translateX(-10px);
}
.rooms-page.single-room .rooms-entry {
  width: 100%;
}

.room-single {
  position: relative;
  border-bottom: 1px solid #B3B2B2;
}
.room-single .room-columns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .room-single .room-columns {
    flex-flow: column;
    justify-content: normal;
    padding-bottom: 30px;
  }
}
.room-single .room-column {
  width: calc(50% - 20px);
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.room-single .room-column.room-column-right {
  text-align: left;
}
.room-single .room-column.room-column-right p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .room-single .room-column {
    width: 100%;
    display: block;
  }
  .room-single .room-column.room-column-left {
    margin-bottom: 20px;
  }
}
.room-single .room-gallery-slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.room-single .room-gallery-slideshow .slide-image {
  display: block;
}
.room-single .room-gallery-slideshow .slide-image .thumbnail {
  background-color: #3D8A9C;
  height: 407px;
  width: 100%;
  float: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .room-single .room-gallery-slideshow .slide-image .thumbnail {
    height: auto;
    padding-bottom: 60%;
  }
}
.room-single .room-gallery-slideshow .slideshow-button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999em;
  opacity: 1;
  background-color: #fff;
  transform: translateY(-50%);
  transition: opacity 350ms ease-in-out;
  z-index: 1;
}
.room-single .room-gallery-slideshow .slideshow-button:after {
  content: "";
  position: absolute;
  left: auto;
  right: 15px;
  top: 13px;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.room-single .room-gallery-slideshow .slideshow-button.previous {
  left: 0;
}
.room-single .room-gallery-slideshow .slideshow-button.previous:after {
  right: auto;
  left: 15px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
.room-single .room-gallery-slideshow .slideshow-button.next {
  right: 0;
}
.room-single .room-gallery-slideshow .slideshow-button.next:after {
  left: auto;
  right: 15px;
}
.room-single .room-gallery-slideshow .slideshow-button:hover.next:after {
  border: 2px solid #3D8A9C;
  border-bottom: 0;
  border-left: 0;
}
.room-single .room-gallery-slideshow .slideshow-button:hover.previous:after {
  border: 2px solid #3D8A9C;
  border-right: 0;
  border-top: 0;
}
.room-single .room-gallery-slideshow .slideshow-button.swiper-button-disabled {
  opacity: 0;
}
.room-single .amenities,
.room-single .features {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  display: block;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .room-single .amenities,
  .room-single .features {
    padding-bottom: 0;
  }
}
.room-single .amenities h4,
.room-single .features h4 {
  font: 500 20px/1.4 "BrandonGrotesque", Arial, sans-serif;
  color: #000;
  margin: 15px 0 10px;
}
@media only screen and (max-width: 767px) {
  .room-single .amenities h4,
  .room-single .features h4 {
    margin: 0 0 10px;
  }
}
.room-single .amenities ul,
.room-single .features ul {
  -moz-column-count: 3;
       column-count: 3;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .room-single .amenities ul,
  .room-single .features ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.room-single .amenities ul li,
.room-single .features ul li {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding-left: 10px;
  margin-bottom: 7px;
}
.room-single .amenities ul li:before,
.room-single .features ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}
.room-single .features {
  padding-bottom: 0;
}
.room-single nav.links .button {
  width: 100%;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .room-single nav.links .button {
    font-size: 14px;
  }
}
.room-single nav.virtual-tour-buttons {
  float: left;
  margin-top: 10px;
}

.additional-rooms-acm {
  padding: 90px 0 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .additional-rooms-acm {
    padding: 45px 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-rooms-acm {
    padding: 30px 0 30px;
  }
}
.additional-rooms-acm .page-content h2.h1-like {
  font: 500 45px/1 "Nexa Rust Script L", sans-serif;
  font-size: 8vw;
}
@media (max-width: 375px) {
  .additional-rooms-acm .page-content h2.h1-like {
    font-size: 30px;
  }
}
@media (min-width: 562.5px) {
  .additional-rooms-acm .page-content h2.h1-like {
    font-size: 45px;
  }
}
.additional-rooms-acm .additional-rooms {
  overflow: hidden;
  margin: 10px auto 0;
}
@media only screen and (max-width: 1023px) {
  .additional-rooms-acm .additional-rooms {
    margin-top: 0;
  }
}
.additional-rooms-acm .additional-rooms.center-column {
  max-width: 1300px;
  padding: 0 70px;
}
@media only screen and (max-width: 767px) {
  .additional-rooms-acm .additional-rooms.center-column {
    max-width: 100%;
    padding: 0;
  }
}
.additional-rooms-acm .additional-rooms .slideshow {
  overflow: hidden;
}
.additional-rooms-acm .additional-room-slide {
  position: relative;
  display: inline-block;
  width: calc(50% - 24px);
  margin: 0 12px;
  height: auto;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .additional-rooms-acm .additional-room-slide {
    width: calc(100% - 40px);
    padding-bottom: 40px;
    margin: 0 12px 0 0;
  }
}
.additional-rooms-acm .additional-room-slide .thumbnail {
  height: 315px;
  width: 100%;
  position: relative;
  background-color: #3D8A9C;
  float: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .additional-rooms-acm .additional-room-slide .thumbnail {
    padding-bottom: 56.25vw;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .additional-rooms-acm .additional-room-slide .thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 56.25vw;
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
    visibility: visible;
    transition: opacity 350ms ease-in-out;
  }
}
.additional-rooms-acm .additional-room-slide .description {
  padding: 30px 30px 10px 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .additional-rooms-acm .additional-room-slide .description {
    padding: 20px 15px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-rooms-acm .additional-room-slide .description {
    padding: 15px 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 350ms ease-in-out;
  }
}
.additional-rooms-acm .additional-room-slide .description h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .additional-rooms-acm .additional-room-slide .description h3 {
    margin-bottom: 10px;
  }
}
.additional-rooms-acm .additional-room-slide .description p {
  margin-bottom: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .additional-rooms-acm .additional-room-slide .description p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.additional-rooms-acm .additional-room-slide .description .links {
  display: inline-block;
  font-size: 0;
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.additional-rooms-acm .additional-room-slide .description .links.d-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 1240px) {
  .additional-rooms-acm .additional-room-slide .description .links.d-flex {
    flex-direction: column;
  }
  .additional-rooms-acm .additional-room-slide .description .links.d-flex .button {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.additional-rooms-acm .additional-room-slide .description .links .button {
  width: calc(50% - 15px);
  padding: 0 15px;
  text-align: center;
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .additional-rooms-acm .additional-room-slide .description .links .button {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-rooms-acm .additional-room-slide .description .links .button {
    font-size: 12px;
    width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .additional-rooms-acm .additional-room-slide .description .links .button + .button {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-rooms-acm .additional-room-slide .description .links .button + .button {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-rooms-acm .additional-room-slide.swiper-slide-active .links, .additional-rooms-acm .additional-room-slide.swiper-slide-active .description, .additional-rooms-acm .additional-room-slide.swiper-slide-duplicate-active .links, .additional-rooms-acm .additional-room-slide.swiper-slide-duplicate-active .description {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .additional-rooms-acm .additional-room-slide.swiper-slide-active .thumbnail:after, .additional-rooms-acm .additional-room-slide.swiper-slide-duplicate-active .thumbnail:after {
    opacity: 0;
    visibility: hidden;
  }
}
.additional-rooms-acm .slideshow-button {
  top: 160px;
}
.additional-rooms-acm .slideshow-button svg {
  fill: #5d995d;
}
.additional-rooms-acm .slideshow-button:hover svg {
  fill: #3D8A9C;
}
.additional-rooms-acm .slideshow-button.next {
  right: -50px;
}
.additional-rooms-acm .slideshow-button.previous {
  left: -50px;
}

/* COMMON STYLES */
/* TEMPLATE 1 - 1 */
#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 "Nexa Rust Script L", sans-serif;
  margin: 40px 0;
  color: #54baba;
  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 "Nexa Rust Script L", 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;
  }
}

.gallery-slider {
  position: relative;
}
.gallery-slider .slide {
  position: relative;
  width: 343px;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slide {
    width: 100%;
    margin: 0 10px;
  }
}
.gallery-slider .photo {
  position: relative;
  width: 100%;
  height: 343px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}
.gallery-slider .text-button {
  display: none;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .text-button {
    display: block;
  }
}
.gallery-slider .slideshow {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slideshow {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.gallery-slider .slideshow-button {
  display: none;
  top: auto;
  bottom: 0;
  transform: none;
}
.gallery-slider .slideshow-button svg {
  fill: #0a406b;
}
.gallery-slider .slideshow-button.previous {
  left: 20px;
}
.gallery-slider .slideshow-button.next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .slideshow-button {
    display: block;
  }
}

.socials-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 274px;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper {
    flex-direction: column;
    height: auto;
    max-height: 374px;
  }
}
.socials-wrapper .social-feeds-wrapper {
  position: relative;
  display: block;
  width: 274px;
  height: 274px;
  color: #fff;
  text-align: center;
  background: #3D8A9C;
  z-index: 1;
}
.lanier-islands-beta .socials-wrapper .social-feeds-wrapper {
  color: #0a406b;
  background: #FFB818;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .social-feeds-wrapper {
    width: 100%;
    height: auto;
  }
}
.socials-wrapper .social-feeds-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  width: 0;
  height: 0;
  margin-top: -15px;
  border-top: 15px solid transparent;
  border-left: 17px solid #3D8A9C;
  border-bottom: 17px solid transparent;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .social-feeds-wrapper:after {
    top: auto;
    bottom: -17px;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: 0;
    margin-left: -15px;
    border-bottom: none;
    border-left: 15px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #3D8A9C;
  }
}
.lanier-islands-beta .socials-wrapper .social-feeds-wrapper:after {
  border-left: 17px solid #FFB818;
}
@media only screen and (max-width: 767px) {
  .lanier-islands-beta .socials-wrapper .social-feeds-wrapper:after {
    border-left: 15px solid transparent;
    border-top: 17px solid #FFB818;
  }
}
.socials-wrapper .social-feeds-wrapper h3, .socials-wrapper .social-feeds-wrapper .feed-heading {
  margin: 69px 0 32px;
  font: 500 20px/24px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .social-feeds-wrapper h3, .socials-wrapper .social-feeds-wrapper .feed-heading {
    margin: 30px 0 20px;
  }
}
.lanier-islands-beta .socials-wrapper .social-feeds-wrapper h3, .lanier-islands-beta .socials-wrapper .social-feeds-wrapper .feed-heading {
  font-weight: 700;
}
.socials-wrapper .social-feeds-wrapper h4, .socials-wrapper .social-feeds-wrapper p {
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .social-feeds-wrapper h4, .socials-wrapper .social-feeds-wrapper p {
    margin-bottom: 30px;
  }
}
.socials-wrapper .social-feeds-wrapper h4 a, .socials-wrapper .social-feeds-wrapper p a {
  color: #fff;
  text-decoration: none;
  transition: color 350ms ease-in-out;
}
.socials-wrapper .social-feeds-wrapper h4 a:hover, .socials-wrapper .social-feeds-wrapper p a:hover {
  color: #0a406b;
}
.socials-wrapper .social-feeds-wrapper .socials-list {
  margin-bottom: 10px;
}
.socials-wrapper .social-feeds-wrapper .socials-list li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 15px;
}
.socials-wrapper .social-feeds-wrapper .socials-list li a {
  line-height: 34px;
}
.socials-wrapper .social-feeds-wrapper .socials-list li a svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: fill 350ms ease-in-out;
}
.lanier-islands-beta .socials-wrapper .social-feeds-wrapper .socials-list li a svg {
  fill: #0a406b;
  width: 38px;
  height: 38px;
}
.socials-wrapper .social-feeds-wrapper .socials-list li a:hover svg {
  fill: #0a406b;
}
.socials-wrapper.socials-only {
  text-align: center;
  height: auto;
  display: block;
}
.socials-wrapper.socials-only .social-feeds-wrapper {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  padding: 20px 30px;
}
.socials-wrapper.socials-only .social-feeds-wrapper h3, .socials-wrapper.socials-only .social-feeds-wrapper .feed-heading {
  margin: 10px 0 30px;
}
.socials-wrapper.socials-only .social-feeds-wrapper:after {
  display: none;
}
.socials-wrapper.socials-only .social-feeds-wrapper .socials-list {
  margin: 10px;
}
.socials-wrapper .instagram-feeds {
  display: block;
  width: calc(100% - 274px);
  background: #3D8A9C;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .instagram-feeds {
    width: 100%;
  }
}
.socials-wrapper .instagram-feeds .pattern {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .instagram-feeds .pattern {
    height: 200px;
  }
}
.socials-wrapper .instagram-feeds .feed-item {
  position: relative;
  display: inline-block;
  width: 274px;
  height: 274px;
  min-width: 274px;
  text-indent: -9999em;
  font-size: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3D8A9C;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .instagram-feeds .feed-item {
    width: 200px;
    height: 200px;
    min-width: 200px;
  }
}
.socials-wrapper .instagram-feeds .feed-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.scaled-bg {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .scaled-bg {
    transition: transform 0s;
    transform: none;
  }
}
.scaled-bg:hover {
  transform: scale(1);
}

.c-instagram-feed {
  display: block;
  width: calc(100% - 274px);
  background: #3D8A9C;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .c-instagram-feed {
    width: 100%;
  }
}
.c-instagram-feed .pattern {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-instagram-feed .pattern {
    height: 200px;
  }
}
.c-instagram-feed .photo {
  position: relative;
  display: inline-block;
  width: 274px;
  height: 274px;
  min-width: 274px;
  text-indent: -9999em;
  font-size: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3D8A9C;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-instagram-feed .photo {
    width: 200px;
    height: 200px;
    min-width: 200px;
  }
}
.c-instagram-feed .photo a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

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

.single-venue .venue-thumb {
  display: block;
}
.single-venue .venue-thumb img {
  position: relative;
  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: #e57c00;
}
.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 */
.categories {
  overflow: hidden;
  margin-top: 20px;
}

.venue.template1 {
  width: 100%;
  margin: 10px 0;
  position: relative;
  border: 1px solid #ebebeb;
  display: inline-block;
}
.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: 100%;
  z-index: 3;
  white-space: nowrap;
  font-size: 0;
}
.venue.template1 .buttons.with-room-layout-amenities {
  left: calc(100% + 60px);
}
@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: 20px;
  }
}
.venue.template1 .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.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 .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: 700;
  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 .content.with-virtual-tour .amenities-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #787878;
}
.venue.template1 .content.with-virtual-tour h4 {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.venue.template1 .content.with-virtual-tour ul {
  display: inline-block;
  padding: 15px 20px 0 0;
  width: 49%;
  border-right: 1px solid #787878;
  text-align: left;
  vertical-align: middle;
}
.venue.template1 .content.with-virtual-tour ul li {
  padding-left: 0;
}
.venue.template1 .content.with-virtual-tour nav.virtual-tour-buttons {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}
.venue.template1 .content.with-virtual-tour nav.virtual-tour-buttons a {
  margin-bottom: 5px;
}
.venue.template1 nav.virtual-tour-buttons {
  width: 100%;
}
.venue.template1 nav.virtual-tour-buttons a {
  width: 86px;
  height: 42px;
  font-size: 15px;
  line-height: 42px;
  padding-left: 32px;
}
.venue.template1 nav.virtual-tour-buttons a svg {
  width: 32px;
  left: 10px;
  top: 4px;
}
.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: #0033b4;
}
.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 &gt; .rooms-icon-text {
    right: 120px;
  }
}

/* Template 2 */
.venue.template2 {
  overflow: hidden;
  margin: 45px 0;
}
.venue.template2 .tab-buttons {
  overflow: hidden;
}
.venue.template2 .tab-buttons span {
  display: block;
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  color: #aa9b7c;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
  background: #f6f6f3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span {
    width: 33.3%;
  }
}
.venue.template2 .tab-buttons span:hover, .venue.template2 .tab-buttons span.active {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span .hide-on-mobile {
    display: none;
  }
}
.venue.template2 .content {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px 10px 10px 25px;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content {
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs {
  float: left;
  min-height: 350px;
  width: 435px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue.template2 .content .tabs {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .tabs {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs .tab {
  display: none;
}
.venue.template2 .content .tabs .tab.active {
  display: block;
}
.venue.template2 .content .tabs h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.venue.template2 .content .tabs h3 a {
  color: inherit;
  text-decoration: none;
}
.venue.template2 .content .tabs h3 a:hover {
  text-decoration: underline;
}
.venue.template2 .content .tabs h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.venue.template2 .content .tabs p {
  font-size: 13px;
  line-height: 22px;
  color: #7d7d7d;
}
.venue.template2 .content .tabs .layouts {
  overflow: hidden;
}
.venue.template2 .content .tabs .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #7d7d7d;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.venue.template2 .content .tabs .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #aa9b7c;
}
@media only screen and (max-width: 1023px) {
  .venue.template2 .content .tabs .layouts span:before {
    font-size: 30px;
  }
}
.venue.template2 .content .background {
  position: absolute;
  top: 10px;
  left: 465px;
  right: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue.template2 .content .background {
    left: 53%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .background {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template2 .content .background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template2 .buttons {
  background: #013668;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons {
    padding: 8px 0;
  }
}
.venue.template2 .buttons .inner-wrapper {
  float: right;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper {
    float: none;
  }
}
.venue.template2 .buttons .inner-wrapper a {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
}
.venue.template2 .buttons .inner-wrapper a + a {
  border-left: 1px solid #26537b;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper a {
    padding: 0 10px;
    float: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  .venue.template2 .buttons .inner-wrapper a:last-child {
    border-right: 1px solid #26537b;
  }
}
.venue.template2 .buttons .inner-wrapper a:hover {
  text-decoration: underline;
}

/* VENUES TEMPLATE 3 */
.venue.template3 {
  margin: 40px 0;
  overflow: hidden;
}
.venue.template3 .venue-phone {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #f8f8f8;
}
.venue.template3 .venue-phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 23px;
  background: url("../../images/phone.svg") no-repeat 0 0;
  margin-right: 13px;
}
.venue.template3 .inquiry {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #e57c00;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .inquiry {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3 .content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.venue.template3 .content-wrapper .venue-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 290px;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .venue-thumb {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template3 .content-wrapper .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template3 .content-wrapper .content {
  width: 290px;
  padding: 15px 40px 120px 20px;
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content {
    width: 100%;
    padding-bottom: 20px;
  }
}
.venue.template3 .content-wrapper .content h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: normal;
}
.venue.template3 .content-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template3 .content-wrapper .content h3 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content .amenities {
    text-align: center;
  }
}
.venue.template3 .content-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 25px;
  position: relative;
  margin: 0 13px 13px 0;
}
.venue.template3 .content-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template3 .content-wrapper .content .links {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content .links {
    position: static;
  }
}
.venue.template3 .content-wrapper .content .links a {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.venue.template3 .content-wrapper .content .links a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #979797;
}
.venue.template3:nth-child(even) .venue-phone {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template3:nth-child(even) .venue-phone {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3:nth-child(even) .content-wrapper .venue-thumb {
  left: 290px;
  right: 0;
}
.venue.template3:nth-child(even) .content-wrapper .content {
  padding: 15px 20px 120px 20px;
  float: left;
}
.venue.template3:nth-child(even) .inquiry {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template3:nth-child(even) .inquiry {
    float: none;
    margin: 0 auto;
  }
}

/* TEMPLATE 4 */
.venue.template4 {
  width: 100%;
  margin-bottom: 40px;
}
.venue.template4 .background {
  overflow: hidden;
  position: relative;
}
.venue.template4 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template4 .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.template4 .background .content {
  float: left;
  width: 390px;
  padding: 30px 40px 40px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 200;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .content {
    float: none;
    width: 100%;
    padding-bottom: 100px;
  }
}
.venue.template4 .background .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.venue.template4 .background .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template4 .background .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  color: #fff;
}
.venue.template4 .background .buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons {
    bottom: 10px;
    top: auto;
    left: 0;
    width: 100%;
  }
}
.venue.template4 .background .buttons a {
  float: left;
  border-radius: 0;
}
.venue.template4 .background .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons a {
    display: inline-block;
    float: none;
  }
  .venue.template4 .background .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template4 .bottom {
  position: relative;
  height: 62px;
  background: #fff;
  border: 1px solid #ebebeb;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom {
    height: auto;
  }
}
.venue.template4 .bottom .links {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links {
    position: static;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
}
.venue.template4 .bottom .links a {
  display: block;
  float: left;
  height: 60px;
  width: 33%;
  font-size: 15px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.venue.template4 .bottom .links a + a {
  border-left: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.venue.template4 .layouts {
  position: absolute;
  top: 0;
  right: 0;
  left: 390px;
  height: 60px;
  text-align: right;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}
.venue.template4 .layouts.multiline {
  right: 60px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts.multiline {
    margin-right: 60px;
  }
}
.venue.template4 .layouts .main-list {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.venue.template4 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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.template4 .layouts .toggle {
  display: none;
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
}
.venue.template4 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template4 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.venue.template4 .layouts.multiline .toggle {
  display: block;
}
.venue.template4 .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
}
.venue.template4 .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.venue.template4 .layouts span:hover {
  background: #e57c00;
}
.venue.template4 .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover {
    background: none;
  }
  .venue.template4 .layouts span:hover:before {
    color: #898989;
  }
}
.venue.template4 .layouts span + span {
  border-left: 1px solid #ebebeb;
}
.venue.template4 .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  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;
}
.venue.template4 .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) {
  .venue.template4 .layouts span:hover:after {
    display: none;
  }
}
.venue.template4 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template4 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template4 .layouts.expand .toggle div:before, .venue.template4 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #ebebeb;
  position: absolute;
}
.venue.template4 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template4 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}

/* VENUES TEMPLATE 5 */
.venue.template5 {
  margin: 80px 0;
}
.venue.template5 .venue-thumb {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .venue-thumb {
    height: 200px;
  }
}
.venue.template5 .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template5 .inner-wrapper {
  height: 140px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper {
    height: auto;
  }
}
.venue.template5 .inner-wrapper .layouts {
  width: 280px;
  height: 140px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts {
    width: 100%;
    height: auto;
    float: none;
  }
}
.venue.template5 .inner-wrapper .layouts .main-list {
  position: relative;
  z-index: 2;
  height: 140px;
  width: 280px;
  overflow: hidden;
  background: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts .main-list {
    height: auto;
    width: 100%;
    background: #f6f6f6;
  }
}
.venue.template5 .inner-wrapper .layouts .additional-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.venue.template5 .inner-wrapper .layouts .additional-list span {
  border-right: 1px solid #ebebeb;
  border-left: 0;
}
.venue.template5 .inner-wrapper .layouts .toggle {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 70px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #ebebeb;
}
.venue.template5 .inner-wrapper .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template5 .inner-wrapper .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ae9c58;
}
.venue.template5 .inner-wrapper .layouts .toggle div:hover:before {
  color: #000;
}
.venue.template5 .inner-wrapper .layouts.multiline .toggle {
  display: block;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline .toggle {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts span {
  display: block;
  width: 56px;
  height: 70px;
  float: left;
  border-left: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  line-height: 69px;
  text-align: center;
}
.venue.template5 .inner-wrapper .layouts span:last-child {
  border-right: 1px solid #f6f6f6;
  width: 57px;
}
.venue.template5 .inner-wrapper .layouts span:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #8b8b8b;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts span {
    height: 50px;
    line-height: 50px;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
  display: block;
  background: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .toggle {
  bottom: 1px;
  height: 69px;
}
.venue.template5 .inner-wrapper .content {
  position: absolute;
  left: 280px;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 15px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content {
    position: static;
  }
}
.venue.template5 .inner-wrapper .content h3 {
  color: #ae9c58;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.venue.template5 .inner-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template5 .inner-wrapper .content h3 a a:hover {
  text-decoration: underline;
}
.venue.template5 .inner-wrapper .content p {
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  margin: 10px 0;
}
.venue.template5 .inner-wrapper .content .links {
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links {
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .links &gt; a {
  float: left;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ae9c58;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links &gt; a {
    float: none;
    display: inline-block;
  }
}
.venue.template5 .inner-wrapper .content .links &gt; a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ae9c58;
}
.venue.template5 .inner-wrapper .content .amenities {
  margin-right: 180px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .amenities {
    margin-right: 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 9px 9px 0;
  color: #151515;
}
.venue.template5 .inner-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template5 .inner-wrapper .content .buttons {
  float: right;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .buttons {
    float: none;
    margin: 20px 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .buttons a {
  color: #ae9c58;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 3px;
  border: 1px solid #ae9c58;
  background: none;
}
.venue.template5 .inner-wrapper .content .buttons a:hover {
  background: #ae9c58;
  color: #fff;
}

.footer {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  position: relative;
  background-color: #0a406b;
  padding: 50px 0 30px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 20px;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #5d995d;
}
.footer .back-to-home {
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.footer .back-to-home:after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 9px;
  width: 9px;
  transform: translateY(-50%) rotate(135deg);
  transition: border-color 100ms ease-in-out;
}
.footer .back-to-home:hover:after {
  border-color: #5d995d;
}
.footer .center-column {
  max-width: 1280px;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .footer .center-column {
    padding: 0 20px;
  }
}
.footer .footer-top-bar {
  display: flex;
  flex-flow: row;
  width: 100%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-bar {
    display: block;
    padding-bottom: 0;
  }
}
.footer .footer-block {
  text-align: left;
}
.footer .footer-block.block-1 {
  margin-right: 2%;
  width: 53%;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer-block.block-1 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
.footer .footer-block.block-1 .logo-footer {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: 0;
  width: 189px;
  height: auto;
  margin-right: 9vw;
  margin-bottom: 30px;
  z-index: 1;
}
.footer .footer-block.block-1 .logo-footer img {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1280px) {
  .footer .footer-block.block-1 .logo-footer {
    margin-right: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-block.block-1 .logo-footer {
    margin-right: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-block.block-1 .logo-footer {
    width: 150px;
    text-align: center;
    margin: 0 auto 30px;
    display: block;
  }
}
.footer .footer-block.block-2 {
  display: flex;
  justify-content: space-between;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .footer .footer-block.block-2 {
    display: block;
    width: 100%;
    justify-content: unset;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-block.block-2 .footer-award-logo {
    margin-bottom: 10px;
  }
}
.property-65 .footer .footer-block.block-2 {
  width: auto !important;
}
.property-65 .footer .footer-block.block-3 {
  width: 104px;
  height: 100%;
  margin-right: 10px;
  padding-top: 26px;
}
.property-65 .footer .footer-block.block-3 img {
  display: inline-block;
  width: 100%;
  max-width: 105px;
}
@media only screen and (max-width: 767px) {
  .property-65 .footer .footer-block.block-3 {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
}
.footer .footer-menu,
.footer .footer-main-menu,
.footer .footer-quick-links {
  margin-bottom: 10px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.footer .footer-menu li,
.footer .footer-main-menu li,
.footer .footer-quick-links li {
  display: block;
  margin-bottom: 10px;
}
.footer .footer-menu li a,
.footer .footer-main-menu li a,
.footer .footer-quick-links li a {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
}
.footer .footer-menu li a:hover, .footer .footer-menu li a.active,
.footer .footer-main-menu li a:hover,
.footer .footer-main-menu li a.active,
.footer .footer-quick-links li a:hover,
.footer .footer-quick-links li a.active {
  color: #5d995d;
}
.footer .autismdc-logo {
  width: 66px;
  height: auto;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .autismdc-logo {
    margin: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-quick-links {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer .footer-menu {
  margin-right: 2vw;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu {
    width: 100% !important;
    margin: 0px !important;
  }
}
.footer .footer-quick-links li a,
.footer .footer-menu li a {
  font-size: 16px;
}
.footer .footer-bottom-bar {
  border-top: 1px solid #3b6689;
}
.footer .footer-bottom-bar .footer-hotel-names {
  font-size: 0;
  margin: 40px 0 0;
  display: inline-block;
  text-align: center;
}
.footer .footer-bottom-bar .footer-hotel-names li {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #8394a8;
  max-width: 150px;
  margin: 0 10px 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.footer .footer-bottom-bar .footer-hotel-names li:hover {
  color: #fff;
}
.footer .footer-bottom-bar .footer-hotel-names li a {
  color: #8394a8;
}
.footer .footer-bottom-bar .footer-hotel-names li a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-bar .footer-hotel-names {
    margin: 20px 0 10px;
  }
  .footer .footer-bottom-bar .footer-hotel-names li {
    max-width: none;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.footer .footer-bottom-bar .copyright {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  color: #8394a8;
  margin-top: 20px;
}
.property .footer .copyright {
  color: #fff;
}
.property .footer .contact-info {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 25px auto 0;
}
@media only screen and (max-width: 767px) {
  .property .footer .contact-info {
    margin: 15px auto 0;
  }
}
.property .footer .footer-top-bar {
  width: 100%;
  justify-content: space-between;
  padding: 0 20px 30px 20px;
}
@media only screen and (max-width: 1023px) {
  .property .footer .footer-top-bar {
    padding: 0;
  }
}
.property .footer .footer-block.block-1 {
  width: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-block.block-1 {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-block.block-1 {
    width: 100%;
  }
}
.property .footer .footer-block.block-1 .block-inner {
  width: 236px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-block.block-1 .block-inner {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-block.block-1 .block-inner {
    width: 150px;
    margin: 0 auto 15px;
  }
}
.property .footer .footer-block.block-1 .logo {
  width: 189px;
  height: auto;
}
.property .footer .footer-block.block-1 .logo img {
  width: 100% !important;
  height: auto !important;
}
.property .footer .footer-block.block-1 .logo-footer {
  width: 236px;
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-block.block-1 .logo-footer {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-block.block-1 .logo-footer {
    width: 150px;
    margin: 0 auto 30px;
  }
}
.property .footer .footer-block.block-2 {
  width: 63%;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-block.block-2 {
    width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-block.block-2 {
    width: 100%;
  }
}
.property .footer .footer-menu {
  margin-right: 2%;
  width: 89%;
}
.property .footer .footer-menu.narrow {
  width: 79%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .property .footer .footer-menu {
    margin-right: 5%;
  }
}
.property .footer .footer-menu ul {
  -moz-column-count: 2;
  column-count: 2;
  display: flex;
  flex-flow: wrap;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-menu ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.property .footer .footer-menu ul li {
  display: block;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-menu ul li {
    width: 100%;
  }
}
.property .footer .footer-quick-links {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-quick-links {
    width: 100%;
  }
}
.property .footer .additional-logo {
  width: 30%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .property .footer .additional-logo {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.property .footer .additional-logo a {
  display: block;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .property .footer .additional-logo a {
    max-width: 150px;
    margin: 0 auto;
  }
}
.property .footer .additional-logo a:hover {
  opacity: 0.5;
}
.property .footer .additional-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.property .footer .tripadvisor-logo {
  display: block;
  margin: auto;
  width: 100px;
}
.property .footer .tripadvisor-logo img {
  width: 100%;
}
.property .footer .footer-middle-bar {
  margin: 30px 0;
}
.property .footer .footer-middle-bar .logos-list {
  width: 100%;
  text-align: center;
}
.property .footer .footer-middle-bar .logos-list li {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .property .footer .footer-middle-bar .logos-list li {
    margin: 20px 40px;
  }
}
.property .footer .footer-middle-bar .logos-list li a {
  display: block;
}
.property .footer .footer-middle-bar .logos-list li .disney-neighbor {
  background: url(../images/wdw-good-neighbor-hotel-white.svg);
  background-size: cover;
  font-size: 0;
  padding-top: 47%;
  width: 132px;
  margin: 0 auto;
}
.property .footer .footer-middle-bar .logos-list li .four-diamond {
  background: url(../images/4diamond.svg);
  background-size: cover;
  font-size: 0;
  padding-top: 93%;
  width: 132px;
  margin: 0 auto;
}
.property .footer .logo-footer + .contact-info {
  margin-top: 0;
}

.margaritaville-resort-lake-tahoe .footer .footer-menu ul,
.margaritaville-island-inn-pigeon-forge .footer .footer-menu ul,
.margaritaville-island-hotel-pigeon-forge .footer .footer-menu ul,
.margaritaville-resort-gatlinburg .footer .footer-menu ul,
.margaritaville-beach-house-key-west .footer .footer-menu ul,
.margaritaville-resort-times-square .footer .footer-menu ul,
.margaritaville-hotel-jacksonville-beach .footer .footer-menu ul,
.margaritaville-beach-cottage-resort-panama-city-beach .footer .footer-menu ul,
.camp-margaritaville-rv-resort-lodge-pigeon-forge .footer .footer-menu ul,
.camp-margaritaville-rv-resort-auburndale .footer .footer-menu ul,
.compass-hotel-naples .footer .footer-menu ul,
.compass-pigeon-forge .footer .footer-menu ul {
  display: block;
  -moz-column-count: unset;
       column-count: unset;
}
.margaritaville-resort-lake-tahoe .footer .footer-menu ul li,
.margaritaville-island-inn-pigeon-forge .footer .footer-menu ul li,
.margaritaville-island-hotel-pigeon-forge .footer .footer-menu ul li,
.margaritaville-resort-gatlinburg .footer .footer-menu ul li,
.margaritaville-beach-house-key-west .footer .footer-menu ul li,
.margaritaville-resort-times-square .footer .footer-menu ul li,
.margaritaville-hotel-jacksonville-beach .footer .footer-menu ul li,
.margaritaville-beach-cottage-resort-panama-city-beach .footer .footer-menu ul li,
.camp-margaritaville-rv-resort-lodge-pigeon-forge .footer .footer-menu ul li,
.camp-margaritaville-rv-resort-auburndale .footer .footer-menu ul li,
.compass-hotel-naples .footer .footer-menu ul li,
.compass-pigeon-forge .footer .footer-menu ul li {
  width: 100%;
}
.margaritaville-resort-lake-tahoe .footer .footer-quick-links .autismdc-logo,
.margaritaville-island-inn-pigeon-forge .footer .footer-quick-links .autismdc-logo,
.margaritaville-island-hotel-pigeon-forge .footer .footer-quick-links .autismdc-logo,
.margaritaville-resort-gatlinburg .footer .footer-quick-links .autismdc-logo,
.margaritaville-beach-house-key-west .footer .footer-quick-links .autismdc-logo,
.margaritaville-resort-times-square .footer .footer-quick-links .autismdc-logo,
.margaritaville-hotel-jacksonville-beach .footer .footer-quick-links .autismdc-logo,
.margaritaville-beach-cottage-resort-panama-city-beach .footer .footer-quick-links .autismdc-logo,
.camp-margaritaville-rv-resort-lodge-pigeon-forge .footer .footer-quick-links .autismdc-logo,
.camp-margaritaville-rv-resort-auburndale .footer .footer-quick-links .autismdc-logo,
.compass-hotel-naples .footer .footer-quick-links .autismdc-logo,
.compass-pigeon-forge .footer .footer-quick-links .autismdc-logo {
  display: none;
}
.margaritaville-resort-lake-tahoe .footer .footer-menu.narrow,
.margaritaville-resort-lake-tahoe .footer .footer-menu,
.margaritaville-island-inn-pigeon-forge .footer .footer-menu.narrow,
.margaritaville-island-inn-pigeon-forge .footer .footer-menu,
.margaritaville-island-hotel-pigeon-forge .footer .footer-menu.narrow,
.margaritaville-island-hotel-pigeon-forge .footer .footer-menu,
.margaritaville-resort-gatlinburg .footer .footer-menu.narrow,
.margaritaville-resort-gatlinburg .footer .footer-menu,
.margaritaville-beach-house-key-west .footer .footer-menu.narrow,
.margaritaville-beach-house-key-west .footer .footer-menu,
.margaritaville-resort-times-square .footer .footer-menu.narrow,
.margaritaville-resort-times-square .footer .footer-menu,
.margaritaville-hotel-jacksonville-beach .footer .footer-menu.narrow,
.margaritaville-hotel-jacksonville-beach .footer .footer-menu,
.margaritaville-beach-cottage-resort-panama-city-beach .footer .footer-menu.narrow,
.margaritaville-beach-cottage-resort-panama-city-beach .footer .footer-menu,
.camp-margaritaville-rv-resort-lodge-pigeon-forge .footer .footer-menu.narrow,
.camp-margaritaville-rv-resort-lodge-pigeon-forge .footer .footer-menu,
.camp-margaritaville-rv-resort-auburndale .footer .footer-menu.narrow,
.camp-margaritaville-rv-resort-auburndale .footer .footer-menu,
.compass-hotel-naples .footer .footer-menu.narrow,
.compass-hotel-naples .footer .footer-menu,
.compass-pigeon-forge .footer .footer-menu.narrow,
.compass-pigeon-forge .footer .footer-menu {
  width: 50% !important;
}
.margaritaville-resort-lake-tahoe .footer .footer-block.block-2,
.margaritaville-island-inn-pigeon-forge .footer .footer-block.block-2,
.margaritaville-island-hotel-pigeon-forge .footer .footer-block.block-2,
.margaritaville-resort-gatlinburg .footer .footer-block.block-2,
.margaritaville-beach-house-key-west .footer .footer-block.block-2,
.margaritaville-resort-times-square .footer .footer-block.block-2,
.margaritaville-hotel-jacksonville-beach .footer .footer-block.block-2,
.margaritaville-beach-cottage-resort-panama-city-beach .footer .footer-block.block-2,
.camp-margaritaville-rv-resort-lodge-pigeon-forge .footer .footer-block.block-2,
.camp-margaritaville-rv-resort-auburndale .footer .footer-block.block-2,
.compass-hotel-naples .footer .footer-block.block-2,
.compass-pigeon-forge .footer .footer-block.block-2 {
  justify-content: flex-start;
}

.margaritaville-resort-orlando .footer .footer-top-bar .autismdc-logo {
  display: none;
}
.margaritaville-resort-orlando .logos-list .autismdc-logo {
  margin-top: 0;
}

.margaritaville-beach-resort-fort-myers-beach .footer .footer-quick-links .autismdc-logo,
.margaritaville-hotel-san-diego .footer .footer-quick-links .autismdc-logo,
.margaritaville-lake-resort-lake-conroe .footer .footer-quick-links .autismdc-logo,
.camp-margaritaville-rv-resort-lake-lanier .footer .footer-quick-links .autismdc-logo,
.margaritaville-beach-resort-hollywood-beach .footer .footer-quick-links .autismdc-logo,
.compass-hotel-medford .footer .footer-quick-links .autismdc-logo,
.margaritaville-lake-resort-lake-of-the-ozarks .footer .footer-quick-links .autismdc-logo,
.compass-hotel-anna-maria-sound .footer .footer-quick-links .autismdc-logo {
  width: 55px;
}
.margaritaville-beach-resort-fort-myers-beach .block-3 .autismdc-logo,
.margaritaville-hotel-san-diego .block-3 .autismdc-logo,
.margaritaville-lake-resort-lake-conroe .block-3 .autismdc-logo,
.camp-margaritaville-rv-resort-lake-lanier .block-3 .autismdc-logo,
.margaritaville-beach-resort-hollywood-beach .block-3 .autismdc-logo,
.compass-hotel-medford .block-3 .autismdc-logo,
.margaritaville-lake-resort-lake-of-the-ozarks .block-3 .autismdc-logo,
.compass-hotel-anna-maria-sound .block-3 .autismdc-logo {
  display: none;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -&gt; Navigation */
  /* FULL SIZE IMAGE -&gt; Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -&gt; Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery h4 {
  position: relative;
  z-index: 1;
  margin: 5px 0 0 20px;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery h4 {
    margin-bottom: 5px;
  }
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 0 0 0 20px;
  z-index: 2;
}
#hebs-gallery .select-wrapper .select-icon {
  margin-top: -2px;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 14px;
  border-color: #3D8A9C;
  background-color: #3D8A9C;
  color: #fff;
}
#hebs-gallery .select-wrapper .select-icon {
  border-color: #fff;
}
#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: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#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: #54baba;
  border-bottom-color: #54baba;
  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: #fff;
}
@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: #fff;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #3D8A9C;
}
#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: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #000;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.radio-page #photos {
  height: calc(100vh - 80px);
  max-height: 100%;
}
.radio-page #photos .caption {
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 1;
  text-align: center;
  transform: translate(-50%, -50%);
}
.radio-page #photos .caption .centered {
  margin-bottom: 20px;
}
.radio-page #photos .caption .centered span {
  display: block;
  font: 700 28px/30px "BrandonGrotesque", Arial, sans-serif;
}
.radio-page #photos .caption a {
  display: inline-block;
  position: relative;
  background: none;
  border: 1px solid #fff;
}
.radio-page #photos .caption a:hover {
  background: #5d995d;
  border-color: #5d995d;
  color: #fff;
}
.radio-page #content {
  padding: 0;
  position: relative;
  height: 80px;
  background: #3D8A9C;
  color: #fff;
}
.radio-page #content .page-content {
  display: flex;
  flex-flow: column;
  text-align: left;
  padding-right: 80px;
}
.radio-page #content .center-column {
  max-width: 500px;
  padding: 0 10px;
}
.radio-page #content h1, .radio-page #content h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}
.radio-page #content h1 {
  order: 2;
  font-size: 30px;
  line-height: 40px;
}
.radio-page #content h2 {
  order: 1;
  font-size: 25px;
  line-height: 38px;
}
.radio-page #content .play-radio {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  border-radius: 50%;
  font-size: 0;
  text-indent: -9999em;
  transition: all 350ms ease-in-out;
}
.radio-page #content .play-radio:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 10px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 10px solid transparent;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.radio-page #content .play-radio:hover {
  background: #5d995d;
  border-color: #5d995d;
}

.content-layout-acm-wrapper {
  position: relative;
  width: 530px;
  float: right;
  margin-left: 40px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-layout-acm-wrapper {
    width: 50%;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-layout-acm-wrapper {
    float: none;
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}

.content-layout-acm {
  padding: 30px;
}
.content-layout-acm + .content-layout-acm {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .content-layout-acm {
    padding: 20px 15px;
  }
}

.content-layout-acm-light {
  background-color: #f4f2ec;
  text-align: left;
}
.home .content-layout-acm-light {
  background-color: #fff;
}
.content-layout-acm-light h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #5d995d;
  text-transform: uppercase;
}
.content-layout-acm-light p {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.content-layout-acm-light p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 38px;
  background-color: #5d995d;
}
.content-layout-acm-light p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-layout-acm-light p:last-child:after {
  content: none;
}

.content-layout-acm-dark {
  background-color: #0a406b;
}
.content-layout-acm-dark h3 {
  margin-bottom: 20px;
  font-family: "Nexa Rust Script L", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  text-transform: none;
  color: #5d995d;
}
.content-layout-acm-dark .links-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.content-layout-acm-dark .text-button {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 50%;
  text-align: left;
  color: #fff;
  font-size: 16px;
}
.content-layout-acm-dark .text-button:after {
  position: static;
  width: 5px;
  height: 5px;
  margin-left: 5px;
  border-width: 1px;
  border-color: #fff;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1023px) {
  .content-layout-acm-dark .text-button {
    width: 100%;
  }
}

.tiles-with-image-and-content .tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .tiles-with-image-and-content .tiles {
    display: block;
  }
}
.tiles-with-image-and-content .tile {
  position: relative;
  display: flex;
  width: calc(50% - 15px);
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  transition: transform 350ms ease-in-out;
}
.tiles-with-image-and-content .tile:hover {
  transform: translateX(-10px);
}
@media only screen and (max-width: 767px) {
  .tiles-with-image-and-content .tile {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: none;
  }
  .tiles-with-image-and-content .tile:hover {
    transform: none;
  }
}
.tiles-with-image-and-content .image {
  position: relative;
  min-width: 185px;
}
@media only screen and (max-width: 1023px) {
  .tiles-with-image-and-content .image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.tiles-with-image-and-content .image.no-image {
  background-color: #3D8A9C;
  background-image: url("../images/logo.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}
.tiles-with-image-and-content .image:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1023px) {
  .tiles-with-image-and-content .image:after {
    display: block;
  }
}
.tiles-with-image-and-content .text-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px 35px 26px 30px;
}
@media only screen and (max-width: 1023px) {
  .tiles-with-image-and-content .text-wrapper {
    padding: 24px 30px;
  }
}
.tiles-with-image-and-content .text-wrapper h4 {
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  color: #0a406b;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .tiles-with-image-and-content .text-wrapper h4 {
    color: #fff;
  }
}
.tiles-with-image-and-content .text-wrapper .text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .tiles-with-image-and-content .text-wrapper .text {
    color: #fff;
  }
}
.tiles-with-image-and-content .text-wrapper .text-button {
  font-size: 16px;
  color: #1e3f5a;
}
@media only screen and (max-width: 1023px) {
  .tiles-with-image-and-content .text-wrapper .text-button {
    color: #fff;
  }
}
.tiles-with-image-and-content .text-wrapper .text-button:after {
  border-right-width: 1px;
  border-bottom-width: 1px;
}
@media only screen and (max-width: 1023px) {
  .tiles-with-image-and-content .text-wrapper .text-button:after {
    border-color: #fff;
  }
}
.tiles-with-image-and-content .text-wrapper .buttons-holder {
  margin-top: auto;
  display: flex;
}

.hover-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hover-tiles {
    display: block;
    text-shadow: none;
    border-bottom: 0;
  }
}
.hover-tiles .hover-tile {
  position: relative;
  padding: 10% 35px 26px 30px;
  width: calc(50% - 15px);
  min-height: 400px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #205172;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.hover-tiles .hover-tile:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .hover-tiles .hover-tile:after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.hover-tiles .hover-tile:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .hover-tiles .hover-tile {
    width: 100%;
    min-height: 205px;
    margin-right: 0;
    margin-bottom: 20px;
    box-shadow: none;
    padding: 45px 40px;
  }
  .hover-tiles .hover-tile:last-child {
    margin-bottom: 0;
  }
}
.hover-tiles .hover-tile:hover, .hover-tiles .hover-tile :focus-within {
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.6);
}
.hover-tiles .hover-tile:hover:after, .hover-tiles .hover-tile :focus-within:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.hover-tiles .hover-tile:hover .text,
.hover-tiles .hover-tile:hover .links, .hover-tiles .hover-tile :focus-within .text,
.hover-tiles .hover-tile :focus-within .links {
  opacity: 1;
  transform: translateY(0);
  color: #1E3F5A;
}
.hover-tiles .hover-tile:hover h3, .hover-tiles .hover-tile:hover a, .hover-tiles .hover-tile :focus-within h3, .hover-tiles .hover-tile :focus-within a {
  color: #1E3F5A;
}
.hover-tiles .hover-tile:hover .text-button::after, .hover-tiles .hover-tile :focus-within .text-button::after {
  border-color: #1E3F5A;
}
.hover-tiles h3 {
  margin-bottom: 10px;
  font-size: 40px;
  text-transform: uppercase;
  transition: opacity 350ms ease-in-out, transform 350ms ease-in-out;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .hover-tiles h3 {
    font-size: 30px;
    opacity: 1;
    transform: none;
  }
}
.hover-tiles .text-wrapper {
  position: relative;
  z-index: 1;
}
.hover-tiles .text {
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 350ms ease-in-out, transform 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .hover-tiles .text {
    opacity: 1;
    transform: none;
  }
}
.hover-tiles .links {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 350ms ease-in-out, transform 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .hover-tiles .links {
    flex-direction: column;
    opacity: 1;
    transform: none;
  }
}
.hover-tiles .text-button {
  font-size: 14px;
  color: #fff;
}
.hover-tiles .text-button:after {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: #fff;
}
.hover-tiles .text-button.book {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .hover-tiles .text-button.book {
    margin-left: 0;
    margin-top: 10px;
  }
}

.loyalty-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  max-height: 566px;
  overflow: auto;
  padding: 48px 0 82px;
  box-shadow: 0 19px 32px 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 333ms, opacity 333ms;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  .loyalty-popup {
    max-height: 100%;
  }
}
.loyalty-popup-visible .loyalty-popup {
  opacity: 1;
  visibility: visible;
}
.loyalty-popup &gt; .wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.loyalty-popup .close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  height: 35px;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  .loyalty-popup .close {
    display: block;
  }
}
.loyalty-popup .close:before, .loyalty-popup .close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 35px;
  left: 50%;
  top: 50%;
  background: #231f20;
  transition: background 286ms;
}
.loyalty-popup .close:before {
  transform: translateX(-50%) rotate(45deg);
}
.loyalty-popup .close:after {
  transform: translateX(-50%) rotate(-45deg);
}
.loyalty-popup .close:hover:before, .loyalty-popup .close:hover:after {
  background: #5d995d;
}

.logout-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.logout-popup.visible {
  display: block;
}
.logout-popup .logout-popup-content {
  background: #3D8A9C;
  width: 100%;
  height: 100%;
  text-align: center;
}
.logout-popup .logout-popup-content a {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  padding-top: 20px;
  color: #fff;
  font: 400 20px/1 "BrandonGrotesque", Arial, sans-serif;
}
.logout-popup .logout-popup-content a:first-child {
  font-size: 16px;
}
.logout-popup .logout-popup-content a:first-child img {
  margin-right: 5px;
}
.logout-popup .logout-popup-content a:first-child:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}

.loyalty-module.unauthenticated .loyalty-auth {
  background: #fff;
  padding: 35px 43px;
  width: 100%;
  max-width: 510px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .loyalty-module.unauthenticated .loyalty-auth {
    padding: 20px;
  }
}
.loyalty-auth .margaritaville-perks-logo {
  display: block;
  margin: 0 auto 46px;
  width: 229px;
  height: auto;
}
.loyalty-module.unauthenticated .loyalty-auth .margaritaville-perks-logo {
  width: 186px;
}
.loyalty-auth .title {
  font-family: "Nexa Rust Script L", sans-serif;
  font-size: 35px;
  line-height: 1.4em;
  color: #0a406b;
  letter-spacing: 0.67px;
}
.loyalty-auth .subtitle {
  margin-bottom: 22px;
  margin-top: -0.5em;
  font-size: 19px;
  line-height: 1.421em;
  color: #757171;
  letter-spacing: 0.67px;
  text-transform: uppercase;
}
.loyalty-auth p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5em;
  color: #231f20;
  letter-spacing: 0;
}
.loyalty-auth .button-join {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .loyalty-auth .button-join {
    display: block;
  }
  .loyalty-auth .button-join .join-trigger {
    margin-bottom: 21px;
  }
}
.loyalty-auth .button-join a {
  font: 400 18px/1 "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1.39px;
  line-height: 35px;
  text-transform: uppercase;
  text-decoration: none;
  color: #5d995d;
}
.loyalty-auth .auth-screen.hidden {
  display: none;
}
.loyalty-auth .initial-screen {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .loyalty-auth .initial-screen {
    display: flex;
  }
  .loyalty-auth .initial-screen &gt; * {
    width: 50%;
  }
  .loyalty-auth .initial-screen &gt; *:first-child {
    border-right: 1px solid #cbcbcb;
    padding-right: 59px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .loyalty-auth .initial-screen &gt; *:first-child {
    padding-right: 29px;
  }
}
@media only screen and (min-width: 768px) {
  .loyalty-auth .initial-screen &gt; *:last-child {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .loyalty-auth .initial-screen &gt; *:last-child {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .loyalty-auth .initial-screen &gt; * {
    margin-bottom: 40px;
  }
  .loyalty-auth .initial-screen &gt; *:last-child {
    margin-bottom: 0;
  }
}
.loyalty-auth .initial-screen .loyalty-form {
  max-width: 424px;
}
.loyalty-auth .initial-screen .button[type=submit] {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .loyalty-auth .initial-screen .join-trigger {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .loyalty-auth .register-screen {
    display: flex;
  }
}
.loyalty-auth .register-screen .loyalty-form {
  width: 100%;
  max-width: 912px;
}
@media only screen and (min-width: 1024px) {
  .loyalty-auth .register-screen .loyalty-form {
    margin-left: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .loyalty-auth .register-screen .loyalty-form {
    margin-left: 34px;
  }
}
.loyalty-auth .register-screen .button[type=submit] {
  margin-left: auto;
  width: 100%;
  max-width: 220px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .loyalty-auth .register-screen .button[type=submit] {
    max-width: none;
  }
}
.loyalty-auth .register-screen .button.register {
  width: 100%;
}
.loyalty-auth .back-to-sign-in {
  position: relative;
  display: flex;
  padding: 0 0 0 15px;
  font-size: 17px;
  line-height: 1.647em;
  color: #0a406b;
  text-transform: uppercase;
  white-space: nowrap;
}
.loyalty-auth .back-to-sign-in:hover {
  background: #fafafa;
}
.loyalty-auth .back-to-sign-in:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #0a406b;
  border-left: 1px solid #0a406b;
  transform: rotate(-45deg);
}
.loyalty-auth .register-screen .back-to-sign-in {
  padding: 20px 37px 0 15px;
  border-right: 1px solid #cbcbcb;
}
@media only screen and (max-width: 767px) {
  .loyalty-auth .register-screen .back-to-sign-in {
    border: none;
    padding: 0 0 0 15px;
    margin-bottom: 30px;
  }
}
.loyalty-auth .register-screen .back-to-sign-in:before {
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .loyalty-auth .register-screen .back-to-sign-in:before {
    top: 9px;
  }
}

.loyalty-form .row {
  position: relative;
  width: 100%;
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.loyalty-form .row.mini {
  margin-top: -13px;
  margin-bottom: 13px;
}
.loyalty-form .row.right {
  justify-content: flex-end;
}
.loyalty-form .column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
}
.loyalty-form .column:first-child {
  margin-left: 0;
}
.loyalty-form .column:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .loyalty-form .column {
    margin: 0 0 26px;
  }
  .loyalty-form .column:last-child {
    margin-bottom: 0;
  }
}
.loyalty-form .column.w-66 {
  width: calc(66.66% - 15px);
}
@media only screen and (max-width: 767px) {
  .loyalty-form .column.w-66 {
    width: 100%;
  }
}
.loyalty-form .column.w-50 {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .loyalty-form .column.w-50 {
    width: 100%;
  }
}
.loyalty-form .column.w-33 {
  width: calc(33.33% - 20px);
}
@media only screen and (max-width: 767px) {
  .loyalty-form .column.w-33 {
    width: 100%;
  }
}
.loyalty-form label {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  color: #0a406b;
  text-transform: uppercase;
}
.loyalty-form .required {
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #a22405;
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
}
.loyalty-form input:not([type=checkbox]):not([type=radio]) {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #9f9f9f;
  font-size: 20px;
  font-weight: 500;
  color: #0a406b;
}
.loyalty-form input[class*=required] {
  padding-left: 10px;
}
.loyalty-form .forgot-password {
  display: block;
  font-size: 14px;
  line-height: 2em;
  color: #0a406b;
  text-decoration: underline;
}
.loyalty-form .forgot-password:hover {
  text-decoration: none;
}
.loyalty-form .custom-checkbox {
  position: relative;
  margin-bottom: 10px;
}
.loyalty-form .custom-checkbox:last-child {
  margin-bottom: 0;
}
.loyalty-form .custom-checkbox input {
  position: absolute;
  left: 3px;
  top: 6px;
  opacity: 0;
}
.loyalty-form .custom-checkbox label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.6em;
  text-transform: none;
  cursor: pointer;
}
.loyalty-form .custom-checkbox label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #0a406b;
}
.loyalty-form .custom-checkbox label:after {
  content: "";
  position: absolute;
  top: 4.5px;
  left: 7px;
  width: 6px;
  height: 11px;
  border-bottom: 1px solid #0a406b;
  border-right: 1px solid #0a406b;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 186ms;
}
.loyalty-form .custom-checkbox label .required {
  position: relative;
  top: -6px;
  display: inline-block;
}
.loyalty-form .custom-checkbox label a {
  text-decoration: underline;
}
.loyalty-form .custom-checkbox input:checked + label:after {
  opacity: 1;
}

.mobile-icon {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 45;
  border-radius: 50%;
  background-color: #0a406b;
  border: 2px solid #fff;
  display: none;
  overflow: hidden;
  text-align: center;
}
.mobile-icon svg {
  fill: #fff;
  width: 20px;
  margin-bottom: 0px;
  display: inline-block;
}
.mobile-icon .mobile-popup-trigger {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .mobile-icon {
    display: block;
  }
}

.faq-hr-line {
  color: #5d995d !important;
  background: rgb(61, 138, 156) !important;
  width: 134px !important;
  height: 1px !important;
}

.loyalty-overview .perks-info .columns-content-wrapper a {
  margin-block: 40px 70px;
}

.profile-form-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.profile-form-row .profile-left-header h2 {
  font: 400 38px/1 "Nexa Rust Script L", sans-serif;
  color: #0a406b !important;
}
.profile-form-row .profile-right-button {
  display: flex;
}
.profile-form-row .profile-right-button button {
  font: 400 17px/1 "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.01px;
  color: #0a406b;
}
.profile-form-row .profile-right-button img {
  vertical-align: bottom;
  height: 20px;
  width: 20px;
  margin-left: 7px;
}

#myprofile {
  border: 1px solid #757171;
  padding: 47px 49px 60px 50px;
}

#profile-info-form .parentFormprofile-info-form {
  background-color: #0a406b;
  font-size: 18px;
  line-height: 22px;
  width: 290px;
}
#profile-info-form .parentFormprofile-info-form .formErrorContent {
  background-color: #0a406b;
  font-size: 18px;
  line-height: 22px;
  width: 290px;
}
#profile-info-form label {
  font: 400 12px/1 "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.17px;
  text-transform: uppercase;
}
#profile-info-form fieldset {
  display: flex;
  flex-wrap: wrap;
  row-gap: 36px;
  -moz-column-gap: 42px;
       column-gap: 42px;
}
#profile-info-form fieldset .col {
  flex-basis: 45%;
}
@media only screen and (max-width: 767px) {
  #profile-info-form fieldset .col {
    flex-basis: 100%;
  }
}
#profile-info-form fieldset .col .select-wrapper {
  width: 100%;
}
#profile-info-form fieldset .col.col-state-zip {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 41px;
       column-gap: 41px;
}
@media only screen and (max-width: 767px) {
  #profile-info-form fieldset .col.col-state-zip {
    display: grid;
    justify-content: unset;
  }
}
#profile-info-form fieldset .col.col-state-zip .col-state {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #profile-info-form fieldset .col.col-state-zip .col-state {
    padding-bottom: 10px;
  }
}
#profile-info-form fieldset .col.col-state-zip .col-state .select-wrapper {
  width: 100%;
}
#profile-info-form fieldset .col.col-state-zip .col-zip {
  width: 100%;
}
#profile-info-form fieldset .col .country-list + .select-icon, #profile-info-form fieldset .col #gender + .select-icon, #profile-info-form fieldset .col .state-list + .select-icon {
  display: none;
}
#profile-info-form fieldset .col.profile-dob {
  display: flex;
  -moz-column-gap: 31px;
       column-gap: 31px;
}
@media only screen and (max-width: 767px) {
  #profile-info-form fieldset .col.profile-dob {
    display: grid;
  }
}
#profile-info-form fieldset .col.profile-dob .dob-month {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  #profile-info-form fieldset .col.profile-dob .dob-month {
    width: 100%;
    padding-bottom: 10px;
  }
}
#profile-info-form fieldset .col.profile-dob .dob-day {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #profile-info-form fieldset .col.profile-dob .dob-day {
    width: 100%;
    padding-bottom: 10px;
  }
}
#profile-info-form fieldset .col.profile-dob .dob-year {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #profile-info-form fieldset .col.profile-dob .dob-year {
    width: 100%;
  }
}
#profile-info-form .controls {
  padding-top: 40px;
}
#profile-info-form input[type=text],
#profile-info-form .form input[type=date],
#profile-info-form .form textarea,
#profile-info-form .form select,
#profile-info-form .form .input-overlay {
  border-bottom: 2px solid #757171;
  font: 500 20px/1 "BrandonGrotesque", Arial, sans-serif;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #0a406b;
}
#profile-info-form select {
  border-bottom: 2px solid #757171;
  font: 500 20px/1 "BrandonGrotesque", Arial, sans-serif;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #0a406b;
}
#profile-info-form .profile-info {
  margin-block: 29px 48px;
  row-gap: 18px;
}
#profile-info-form .profile-info:after {
  content: "";
  position: relative;
  top: 48px;
  width: calc(100% - 18px);
  height: 1px;
  border: 1px solid rgb(151, 151, 151);
}
#profile-info-form .profile-info .birthday {
  text-align: left;
}
#profile-info-form .profile-mailing-address {
  padding-block: 46px 49px;
  row-gap: 18px;
}
#profile-info-form .profile-mailing-address:after {
  content: "";
  position: relative;
  top: 48px;
  width: calc(100% - 18px);
  height: 1px;
  border: 1px solid rgb(151, 151, 151);
}
#profile-info-form .profile-dob-gen {
  padding-top: 47px;
}

#loyalty-menu-item {
  position: relative;
}

.loyalty-thumbnail-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  max-width: 442.85px;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .main-content.center-column {
  max-width: 1250px;
}
.specials .photos-specials {
  position: relative;
  overflow: hidden;
  max-width: 1072px;
  height: 547px;
  margin: 60px auto 80px;
}
@media only screen and (max-width: 767px) {
  .specials .photos-specials {
    margin-top: 0;
    margin-bottom: 20px;
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.specials .photos-specials .slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.specials .photos-specials .slideshow-wrapper {
  width: 100%;
  height: 100%;
}
.specials .photos-specials .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.specials .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) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #54baba;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.specials-top-image-layout .special .photos-specials {
  display: none !important;
}

.filter-specials-layout,
.single-special,
.specials-content {
  overflow: hidden;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .filter-specials-layout,
  .single-special,
  .specials-content {
    padding-bottom: 0;
  }
}
.filter-specials-layout .center-column,
.single-special .center-column,
.specials-content .center-column {
  max-width: 650px;
  padding: 0 20px;
}
.filter-specials-layout h2,
.single-special h2,
.specials-content h2 {
  text-transform: uppercase;
  color: #0a406b;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .filter-specials-layout h2,
  .single-special h2,
  .specials-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.filter-specials-layout h3, .filter-specials-layout h4,
.single-special h3,
.single-special h4,
.specials-content h3,
.specials-content h4 {
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 18px;
  letter-spacing: 2px;
}
.filter-specials-layout h3,
.single-special h3,
.specials-content h3 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-size: 4vw;
}
@media (max-width: 400px) {
  .filter-specials-layout h3,
  .single-special h3,
  .specials-content h3 {
    font-size: 16px;
  }
}
@media (min-width: 550px) {
  .filter-specials-layout h3,
  .single-special h3,
  .specials-content h3 {
    font-size: 22px;
  }
}
.filter-specials-layout h4,
.single-special h4,
.specials-content h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
  font-size: 4vw;
}
@media (max-width: 350px) {
  .filter-specials-layout h4,
  .single-special h4,
  .specials-content h4 {
    font-size: 14px;
  }
}
@media (min-width: 450px) {
  .filter-specials-layout h4,
  .single-special h4,
  .specials-content h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-specials-layout h4,
  .single-special h4,
  .specials-content h4 {
    margin-bottom: 10px;
  }
}
.filter-specials-layout h6,
.single-special h6,
.specials-content h6 {
  color: #787878;
  font-size: 18px;
  font-weight: normal;
}
.filter-specials-layout .thumbnail,
.single-special .thumbnail,
.specials-content .thumbnail {
  max-width: 1072px;
  height: 547px;
  margin: 60px auto 72px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: relative;
  float: none;
}
@media only screen and (max-width: 767px) {
  .filter-specials-layout .thumbnail,
  .single-special .thumbnail,
  .specials-content .thumbnail {
    margin-top: 0;
    margin-bottom: 20px;
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.filter-specials-layout .controls,
.single-special .controls,
.specials-content .controls {
  padding-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .filter-specials-layout .controls,
  .single-special .controls,
  .specials-content .controls {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.filter-specials-layout .button,
.single-special .button,
.specials-content .button {
  padding: 0 35px;
}
.filter-specials-layout .button span,
.single-special .button span,
.specials-content .button span {
  display: inline-block;
  line-height: 44px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .filter-specials-layout .button span,
  .single-special .button span,
  .specials-content .button span {
    line-height: 40px;
  }
}
.filter-specials-layout .button svg,
.single-special .button svg,
.specials-content .button svg {
  display: none;
  vertical-align: middle;
  right: 15px;
  width: 24px;
  height: 22px;
  margin: -6px 20px 0 0;
  fill: #fff;
  pointer-events: none;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .filter-specials-layout .button svg,
  .single-special .button svg,
  .specials-content .button svg {
    margin-right: 5px;
  }
}

.single-special {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .single-special {
    font-size: 16px;
    line-height: 24px;
  }
}
.single-special .center-column {
  max-width: 680px;
}
@media only screen and (max-width: 767px) {
  .single-special .thumbnail {
    height: auto;
    padding-bottom: 0;
  }
}

.filter-specials-layout {
  padding-bottom: 0;
}

.property .page-content .single-special h2 {
  color: #0a406b;
  margin-bottom: 24px;
  line-height: 1.4;
}

.list-special-widget {
  font-size: 0;
}
.list-special-widget .item-infocard {
  float: none;
  display: inline-block;
}

.single-special-widget, .specials-count-1 {
  text-align: center;
  max-width: 548px;
  margin: 0 auto;
}
.single-special-widget .item-infocard, .specials-count-1 .item-infocard {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1023px) {
  .single-special-widget .item-infocard .slideshow-wrapper, .specials-count-1 .item-infocard .slideshow-wrapper {
    height: auto !important;
  }
}

.special-headings.center-column {
  max-width: 1136px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.special-headings.center-column h3 {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}
.special-headings.center-column h3 span {
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 30px;
}
.special-headings.center-column h3:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #787878;
  z-index: 0;
}

.filter-and-content {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .filter-and-content {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .filter-and-content .offer-content-block p {
    width: 70%;
  }
}

.offer-filter-block {
  margin-left: 60px;
  margin-bottom: 40px;
  min-width: 355px;
}
@media only screen and (max-width: 1023px) {
  .offer-filter-block {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offer-filter-block {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 50px;
    margin-bottom: 20px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .offer-filter-block {
    margin: 0;
    margin-top: 15px;
    align-items: center;
  }
}
.offer-filter-block label {
  margin-right: 15px;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #5d995d;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offer-filter-block label {
    text-align: right;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .offer-filter-block label {
    margin-right: 10px;
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offer-filter-block .select-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .offer-filter-block .select-wrapper {
    min-width: 215px;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 449px) {
  .offer-filter-block .select-wrapper {
    min-width: auto;
    flex-grow: 0;
  }
}
.offer-filter-block select {
  padding-right: 32px;
  padding-left: 12px;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  background-color: #f4f2ec;
  border: none;
}
@media only screen and (max-width: 1023px) {
  .offer-filter-block select {
    width: 100%;
  }
}

.specials {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .specials {
    margin-bottom: 30px;
  }
}

.search-modal {
  display: block;
  transition-property: opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FDFCFA;
  transform: translateY(-100%);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  padding: 48px 0 40px;
}
.search-modal.active {
  transform: translateY(0);
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}
.search-modal .search-modal-close {
  position: absolute;
  right: 65px;
  top: 20px;
  width: 20px;
  height: 20px;
}
.search-modal .search-modal-close svg {
  transition: fill 0.3s ease;
  fill: black;
}
.search-modal .search-modal-close:hover svg {
  fill: #5d995d;
}
.search-modal .search-modal-label {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  padding-bottom: 2px;
  border-bottom: 1px solid #B3B2B2;
}
.search-modal .search-modal-label &gt; span {
  font-family: "Nexa Rust Script L", sans-serif;
  font-size: 59px;
  line-height: 1;
  color: #0A406B;
  letter-spacing: 0.6px;
  display: block;
  margin-right: 10px;
}
.search-modal .search-modal-label input {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 28px;
  line-height: 40px;
  height: 40px;
  color: black;
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 12px;
}
.search-modal .search-modal-label input::-moz-placeholder {
  color: black;
}
.search-modal .search-modal-label input::placeholder {
  color: black;
}

.search-modal-frequently-searched {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .search-modal-frequently-searched {
    display: none;
  }
}
.search-modal-frequently-searched .search-modal-frequently-searched-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.search-modal-frequently-searched ul {
  display: block;
  -moz-column-count: 3;
       column-count: 3;
}
.search-modal-frequently-searched li {
  display: block;
}
.search-modal-frequently-searched li a {
  font-size: 14px;
  line-height: 24px;
  color: black;
}
.search-modal-frequently-searched li a:hover {
  text-decoration: underline;
  color: #043d40;
}

.search-entry {
  margin-bottom: 40px;
  text-align: left;
  padding: 40px 0px;
  border-bottom: 1px solid lightgray;
}
.search-entry h3 {
  margin-bottom: 10px;
  color: #0a406b;
  font-size: 22px;
}
.search-entry p {
  font-size: 16px;
  margin-bottom: 10px;
}
.search-entry span a {
  font-size: 16px;
  color: #5d995d;
  font-weight: 700;
}
.search-entry span a:hover {
  color: #0a406b;
}

.search-widget:focus-within {
  margin-bottom: 105px;
}
@media screen and (max-width: 1200px) {
  .search-widget:focus-within .search-modal-frequently-searched {
    position: absolute;
    top: 45px;
    left: 20px;
    width: 92%;
    background-color: white;
    display: block !important;
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .search-widget:focus-within .search-modal-frequently-searched .search-modal-frequently-searched-title {
    font-family: "Nexa Rust Script L", sans-serif;
    color: #0A406B;
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .search-widget:focus-within .search-modal-frequently-searched ul {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
}

@media only screen and (max-width: 767px) {
  .search-modal-frequently-searched {
    display: none;
  }
}

.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: #54baba;
  border-bottom-color: #54baba;
  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: 16px "Nexa Rust Script L", sans-serif;
  color: #fff;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.infoBox {
  width: 315px !important;
}
@media only screen and (max-width: 767px) {
  .infoBox {
    width: 265px !important;
  }
}
.infoBox img {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
}
.infoBox:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 18px solid #fff;
  transform: translateX(-50%);
}

.map-content {
  background: #fff;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 315px !important;
  font-size: 16px;
  line-height: 20px;
  font-family: "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .map-content {
    width: 265px !important;
  }
}
.map-content .thumbnail {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 168px;
  width: 100%;
  margin: 0;
  float: none;
}
.map-content .copy, .map-content .copy-point {
  padding: 18px 30px;
}
@media only screen and (max-width: 767px) {
  .map-content .copy, .map-content .copy-point {
    padding: 15px;
  }
}
.map-content h3 {
  margin-bottom: 8px;
}
.map-content p {
  margin-bottom: 30px;
}
.map-content .thumbnail + .copy-point h3 {
  padding-right: 0;
}
.map-content .copy-point h3 {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .map-content .copy-point h3 {
    padding-right: 30px;
  }
}
.map-content .copy-point p {
  margin-bottom: 10px;
}
.map-content .copy-point .text-button {
  margin-top: 20px;
}
.map-content h3 {
  font: 500 18px/1 "BrandonGrotesque", Arial, sans-serif;
  color: #757171;
  text-transform: uppercase;
}
.map-content .text-button {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  padding-right: 14px;
}
.map-content .text-button:after {
  margin-top: 0;
  height: 8px;
  width: 8px;
}

.leaflet-pane {
  z-index: 1;
}

.leaflet-control-attribution {
  display: none;
}

.pressroom {
  text-align: center;
  font-size: 0;
}
.pressroom .pressroom-item {
  width: calc(33% - 24px);
  height: 450px;
  margin: 0 12px 25px 12px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 22px;
  padding: 20px 0;
  background: rgb(10, 64, 107);
  background: linear-gradient(to bottom, rgb(10, 64, 107) 0%, rgb(61, 138, 156) 100%);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.pressroom .pressroom-item:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: background-color 350ms ease-in-out;
}
.pressroom .pressroom-item:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
  }
}
.pressroom .pressroom-item h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item h4 {
    font-size: 16px;
  }
}
.pressroom .pressroom-item time {
  color: #fff;
  display: block;
  margin: 5px 0;
  font-weight: 500;
}
.pressroom .pressroom-item .description {
  font-size: 19px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item .description {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    font-size: 16px;
    line-height: 20px;
    height: 100%;
  }
}
.pressroom .pressroom-item .description p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
.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: #fff;
}
.pressroom .pressroom-item .view-gallery, .pressroom .pressroom-item .external-link {
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .button {
  padding: 0 20px;
  font-size: 16px;
  margin-top: 10px;
  line-height: 40px;
  height: 40px;
}
.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;
  background: rgb(10, 64, 107);
  background: linear-gradient(to bottom, rgb(10, 64, 107) 0%, rgb(61, 138, 156) 100%);
}
@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 "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
  z-index: 1;
}
.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 {
  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 {
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .galleries .gallery .description .centered p {
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin: 20px 0 30px 0;
  padding: 0 0 10px 5px;
  border-bottom: 1px solid #0a406b;
  color: #000;
}
.form label {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  margin: 5px 0 0 0;
  padding: 0 5px;
  color: #0a406b;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form p span.checkbox-group, .form p span.radio-group {
  margin-bottom: 10px;
}
.form p span.checkbox-group label, .form p span.radio-group label {
  color: #959494;
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form p span.checkbox-group label, .form p span.radio-group label {
    margin-bottom: 10px;
  }
}
.form p .select-wrapper {
  width: 100%;
}
.form p .tos-text {
  text-transform: none;
  color: #000;
  font-size: 20px;
  font-weight: normal;
}
.form p.type_checkbox label, .form p.type_radio label {
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form p.type_checkbox label, .form p.type_radio label {
    margin-bottom: 10px;
  }
}
.form p.type_textarea label {
  font-size: 16px;
  margin-bottom: 10px;
}
.form p.type_file {
  line-height: 1;
}
.form p.type_file label {
  display: none;
}
.form p.type_file input[type=file] {
  width: 50%;
  font-size: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  line-height: 1.2;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .form p.type_file label {
    margin-right: 20px;
  }
}
.form p.type_file .fake-input {
  font: 500 16px/1.2 "BrandonGrotesque", Arial, sans-serif;
  color: #0a406b;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
.form p.type_file .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;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  font: 20px/40px "BrandonGrotesque", Arial, sans-serif;
  background: #fff;
  color: #959494;
  height: 40px;
  padding: 0 5px;
  resize: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #979797;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 125px;
  overflow: auto;
  line-height: 1.2;
  padding: 20px 20px;
  border: 1px solid #959494;
}
.property .form textarea {
  border-color: #D8D8D8;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=checkbox],
  .form input[type=radio] {
    margin-top: 2px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    float: left;
  }
}
.form input[type=checkbox] {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .form .group {
    margin-left: 0;
    width: 100%;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .form .group input[type=radio] {
    margin-top: 2px;
    float: none;
  }
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 130px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls {
  text-align: center;
}
.form .controls p {
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .custom-checkbox, .form .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
.form .custom-checkbox:before, .form .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: #959494 1px solid;
}
@media only screen and (min-width: 1024px) {
  .form .custom-checkbox:hover:before, .form .custom-radio:hover:before {
    transform: scale(1.1);
  }
  .form .custom-checkbox:active:before, .form .custom-radio:active:before {
    transform: scale(1);
  }
}
.form .custom-checkbox:after, .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 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
.form .custom-checkbox.checked:after, .form .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
.form .custom-checkbox input, .form .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.form .custom-checkbox.active, .form .custom-radio.active {
  color: #000;
}
.form .custom-radio:before {
  border-radius: 50%;
}
.form .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #B31919;
}
.property .form .custom-radio:after {
  background: #757171;
}
.form .custom-radio.checked:after {
  transform: scale(1);
}
.form .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

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

.faq-section-category-descr {
  text-align: center;
}
.faq-section-category-descr h3 a {
  text-decoration: none;
  color: inherit;
}

.faq-section-item .faq-section-question {
  position: relative;
  cursor: pointer;
  padding: 20px 50px 20px 20px;
  margin-bottom: 0;
  font-weight: bold;
  border-bottom: 1px solid #DDE0E7;
}

.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.active .faq-section-question:after {
  content: "-";
}

.faq-section-item .faq-section-answer {
  display: none;
  overflow: hidden;
  padding: 20px 20px 0 20px;
  background: rgba(246, 247, 249, 0.4);
}

.faq-section-item .faq-section-answer .thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.faq-section-item .faq-section-answer .descr {
  overflow: hidden;
}

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

#form_module_container_errors {
  color: #B31919;
}

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

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

#form_module_container_success {
  color: #5d995d;
}

[id*=form_form_], #cendyn {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_], #cendyn {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset, #cendyn fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3, #cendyn h3 {
  text-align: left;
  margin: 20px 0 10px 0;
  padding: 0 0 10px 5px;
  border-bottom: 1px solid #0a406b;
  color: #000;
}
[id*=form_form_] em, #cendyn em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label, #cendyn label {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 5px;
  color: #0a406b;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] label, #cendyn label {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
  }
}
[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, #cendyn input[type=text], #cendyn input[type=number], #cendyn input[type=email], #cendyn input[type=phone], #cendyn input[type=url], #cendyn input[type=datepicker], #cendyn textarea, #cendyn select, #cendyn .input-overlay {
  font: 20px/40px "BrandonGrotesque", Arial, sans-serif;
  background: #fff;
  color: #959494;
  min-height: 40px;
  padding: 0 5px;
  resize: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #979797;
}
[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, #cendyn input[type=text].form_module_field_error, #cendyn input[type=number].form_module_field_error, #cendyn input[type=email].form_module_field_error, #cendyn input[type=phone].form_module_field_error, #cendyn input[type=url].form_module_field_error, #cendyn input[type=datepicker].form_module_field_error, #cendyn textarea.form_module_field_error, #cendyn select.form_module_field_error, #cendyn .input-overlay.form_module_field_error {
  border-color: red;
}
@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, #cendyn input[type=text], #cendyn input[type=number], #cendyn input[type=email], #cendyn input[type=phone], #cendyn input[type=url], #cendyn input[type=datepicker], #cendyn textarea, #cendyn select, #cendyn .input-overlay {
    text-align: left;
  }
}
[id*=form_form_] textarea, #cendyn textarea {
  height: 125px;
  overflow: auto;
  line-height: 1.2;
  padding: 20px 20px;
  border: 1px solid #959494;
  resize: vertical;
}
.property [id*=form_form_] textarea, .property #cendyn textarea {
  border-color: #D8D8D8;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio], #cendyn input[type=checkbox],
#cendyn input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=checkbox],
  [id*=form_form_] input[type=radio], #cendyn input[type=checkbox],
  #cendyn input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper, #cendyn .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .datepicker-input-wrapper, #cendyn .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay, #cendyn input[type=datepicker], #cendyn .input-overlay {
  width: 130px;
  float: left;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay, #cendyn input[type=datepicker], #cendyn .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay, #cendyn .input-overlay {
  opacity: 0;
  margin-top: -40px;
  clear: both;
}
[id*=form_form_] .ui-datepicker-trigger, #cendyn .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .ui-datepicker-trigger, #cendyn .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] .select-wrapper, #cendyn .select-wrapper {
  width: 100%;
}
[id*=form_form_] input[type=submit], #cendyn input[type=submit] {
  display: block;
  margin: 0 auto;
}
[id*=form_form_] &gt; input[type=submit], #cendyn &gt; input[type=submit] {
  margin-top: 20px;
}
[id*=form_form_] .g-recaptcha, #cendyn .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field, #cendyn .form-builder-field {
  position: relative;
  width: 100%;
  margin-top: 20px;
  text-align: left;
  clear: both;
}
[id*=form_form_] .form-builder-field[class*=textarea] label, #cendyn .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-field[class*=inputhidden], #cendyn .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] &gt; label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] &gt; label, [id*=form_form_] .form-builder-field[class*=radiogroup] &gt; label, #cendyn .form-builder-field[class*=inputcheckbox] &gt; label, #cendyn .form-builder-field[class*=checkboxgroup] &gt; label, #cendyn .form-builder-field[class*=radiogroup] &gt; label {
  margin-bottom: 20px;
}
[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, #cendyn .form-builder-field[class*=inputcheckbox] .radio-label, #cendyn .form-builder-field[class*=inputcheckbox] .checkbox-label, #cendyn .form-builder-field[class*=checkboxgroup] .radio-label, #cendyn .form-builder-field[class*=checkboxgroup] .checkbox-label, #cendyn .form-builder-field[class*=radiogroup] .radio-label, #cendyn .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #959494;
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 30px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  [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, #cendyn .form-builder-field[class*=inputcheckbox] .radio-label, #cendyn .form-builder-field[class*=inputcheckbox] .checkbox-label, #cendyn .form-builder-field[class*=checkboxgroup] .radio-label, #cendyn .form-builder-field[class*=checkboxgroup] .checkbox-label, #cendyn .form-builder-field[class*=radiogroup] .radio-label, #cendyn .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] &gt; p, [id*=form_form_] .form-builder-field[class*=checkboxgroup] &gt; p, [id*=form_form_] .form-builder-field[class*=radiogroup] &gt; p, #cendyn .form-builder-field[class*=inputcheckbox] &gt; p, #cendyn .form-builder-field[class*=checkboxgroup] &gt; p, #cendyn .form-builder-field[class*=radiogroup] &gt; p {
  margin: 0;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] &gt; p:last-child label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] &gt; p:last-child label, [id*=form_form_] .form-builder-field[class*=radiogroup] &gt; p:last-child label, #cendyn .form-builder-field[class*=inputcheckbox] &gt; p:last-child label, #cendyn .form-builder-field[class*=checkboxgroup] &gt; p:last-child label, #cendyn .form-builder-field[class*=radiogroup] &gt; p:last-child label {
  margin-bottom: 0;
}
[id*=form_form_] .form-builder-field .compliance, #cendyn .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em, #cendyn .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox], #cendyn .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance &gt; label, #cendyn .form-builder-field .compliance &gt; 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*=inputfile], #cendyn .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] label, #cendyn .form-builder-field[class*=inputfile] label {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file], #cendyn .form-builder-field[class*=inputfile] input[type=file] {
  width: 50%;
  font-size: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  line-height: 1.2;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label, #cendyn .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input, #cendyn .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "BrandonGrotesque", Arial, sans-serif;
  color: #0a406b;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before, #cendyn .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, #cendyn .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field, #cendyn .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 20px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child), #cendyn .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child), #cendyn .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field, #cendyn .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field, #cendyn .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), #cendyn .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child), #cendyn .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field, #cendyn .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field, #cendyn .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), #cendyn .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child), #cendyn .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field, #cendyn .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field, #cendyn .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), #cendyn .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: 767px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even), #cendyn .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field, #cendyn .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio, #cendyn .custom-checkbox, #cendyn .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, #cendyn .custom-checkbox:before, #cendyn .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: #959494 1px solid;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before, #cendyn .custom-checkbox:hover:before, #cendyn .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before, #cendyn .custom-checkbox:active:before, #cendyn .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after, #cendyn .custom-checkbox:after, #cendyn .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 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after, #cendyn .custom-checkbox.checked:after, #cendyn .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input, #cendyn .custom-checkbox input, #cendyn .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, #cendyn .custom-checkbox.active, #cendyn .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before, #cendyn .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after, #cendyn .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #B31919;
}
.property [id*=form_form_] .custom-radio:after, .property #cendyn .custom-radio:after {
  background: #757171;
}
[id*=form_form_] .custom-radio.checked:after, #cendyn .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file], #cendyn input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input, #cendyn .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive, #cendyn .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

#cendyn input[type=checkbox] {
  margin-top: 5px;
}

.poi-acm {
  position: relative;
  padding: 90px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .poi-acm {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .poi-acm {
    padding: 30px 0 0;
  }
}

html.property.home .poi-acm {
  padding: 50px 0 0;
}

.poi {
  overflow: hidden;
  position: relative;
}

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

.poi-zoom {
  position: absolute;
  right: 24px;
  bottom: 18px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .poi-zoom {
    display: none;
  }
}
.poi-zoom .poi-zoom-button {
  display: block;
  position: relative;
  background: #fff;
  height: 47px;
  width: 47px;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  z-index: 3;
  transition: all 350ms ease-in-out;
}
.poi-zoom .poi-zoom-button:hover {
  background: #0a406b;
}
.poi-zoom .poi-zoom-button:hover:after, .poi-zoom .poi-zoom-button:hover:before {
  background: #fff;
}
.poi-zoom .poi-zoom-button:after, .poi-zoom .poi-zoom-button:before {
  content: "";
  background: #0a406b;
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 350ms ease-in-out;
}
.poi-zoom .poi-zoom-button:before {
  display: none;
}
.poi-zoom .poi-zoom-button.zoom-in {
  margin-bottom: 2px;
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  display: block;
  width: 1px;
  height: 24px;
}

.poi-overlay + .poi-map {
  width: calc(100% - 294px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .poi-overlay + .poi-map {
    width: calc(100% - 225px);
  }
}
@media only screen and (max-width: 767px) {
  .poi-overlay + .poi-map {
    width: 100%;
  }
}

.poi-map {
  height: 530px;
  width: 100%;
  float: left;
}

.poi-overlay {
  position: relative;
  height: 530px;
  width: 294px;
  float: left;
  background: #0a406b;
  z-index: 1;
  padding: 50px 10px 50px 70px;
  white-space: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .poi-overlay {
    width: 225px;
    padding: 50px 10px 50px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-overlay {
    padding: 20px;
    width: 100%;
    float: none;
    height: auto;
  }
}
.poi-overlay .category-selector {
  margin: 0;
}
.poi-overlay .category-selector .button {
  padding: 0 0 0 45px;
  background: none;
  text-transform: none;
  height: auto;
  font-size: 18px;
  line-height: 40px;
  margin: 0 0 7px 0;
  display: block;
  width: 100%;
  text-align: left;
  color: #618FB3;
}
@media only screen and (max-width: 767px) {
  .poi-overlay .category-selector .button {
    display: none;
  }
}
.poi-overlay .category-selector .button:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 17px solid #0a406b;
  border-bottom: 17px solid transparent;
  transition: right 350ms ease-in-out;
}
.poi-overlay .category-selector .button:hover, .poi-overlay .category-selector .button.active {
  color: #fff;
}
.poi-overlay .category-selector .button:hover:before, .poi-overlay .category-selector .button.active:before {
  background-image: url("../images/poi/icons.svg");
}
.poi-overlay .category-selector .button.active:after {
  right: -27px;
}
.poi-overlay .category-selector .button:before {
  background: url("../images/poi/inactive-icons.svg") no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  transition: background 350ms ease-in-out;
}
.poi-overlay .category-selector .button.icon-restaurants-bars:before, .poi-overlay .category-selector .button.icon-restaurant:before, .poi-overlay .category-selector .button.icon-resort-restaurants:before, .poi-overlay .category-selector .button.icon-restaurants:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .button.icon-dining: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, .poi-overlay .category-selector .button.icon-sights:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .button.icon-entertainment:before {
  background-position: -430px -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-bars-lounges:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .button.icon-arts: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-theaters: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-public-parks: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, .poi-overlay .category-selector .button.icon-beach: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;
}
.poi-overlay .category-selector .button.icon-transportation:before {
  background-position: -1870px -10px;
}
.poi-overlay .category-selector .button.icon-airport:before {
  background-position: -1930px -10px;
}
.poi-overlay .category-selector .button.icon-local-businesses:before {
  background-position: -1990px -10px;
}
.poi-overlay .category-selector .button.icon-family:before {
  background-position: -2050px -10px;
}
.poi-overlay .category-selector .button.icon-sport-concert-venues:before {
  background-position: -2110px -10px;
}
.poi-overlay .category-selector .button.icon-biking:before {
  background-position: -2170px -10px;
}

.leaflet-pane.leaflet-marker-pane img:first-of-type {
  z-index: 9999 !important;
}

#calendar-header {
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

#calendar-views {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    margin-bottom: 30px;
    text-align: center;
  }
}
#calendar-views li {
  display: block;
  height: 20px;
}
#calendar-views li span {
  display: block;
  margin: 0 13px;
  width: 1px;
  height: 18px;
  background: #231f20;
}
#calendar-views a {
  position: relative;
  display: block;
  font: 500 16px/20px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#calendar-views a:hover, #calendar-views a.active {
  color: #231f20;
  text-decoration: none;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: none;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

#calendar-links {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    justify-content: center;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  display: block;
}
#calendar-links a {
  display: block;
  height: 20px;
  width: 20px;
  margin-left: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -240px -76px;
}
#calendar-links a.ical:active {
  background-position: -280px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.print:active {
  background-position: -280px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
  }
}
#calendar-filter .button {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb {
    text-align: center;
  }
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: #231f20;
}
@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 #787878;
  color: #787878;
}
#calendar-year a:hover {
  border-color: #5d995d;
  color: #5d995d;
}
#calendar-year .active a {
  border-color: #5d995d;
  color: #5d995d;
}
#calendar-year .active a:hover {
  border-color: #5d995d;
  color: #5d995d;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  text-justify: newspaper;
}
#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: #5d995d;
  color: #fff;
}
#calendar-month a.active {
  background: #5d995d;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #5d995d;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #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 {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #5d995d;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -231px -196px;
  }
  #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 {
    background-position: -200px -234px;
    left: auto;
    right: 5px;
  }
  #calendar-month li.next a:hover:after {
    background-position: -231px -234px;
  }
}

#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: #f4f2ec;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-navigation a.next {
  right: 0;
  background-position: -200px -234px;
}
#calendar-navigation a.next:hover {
  background-position: -231px -234px;
}
#calendar-navigation a.next:active {
  background-position: -262px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -231px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -262px -196px;
}

#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: #231f20;
  text-align: center;
}
#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;
  vertical-align: top;
  position: static;
  background: #f4f2ec;
}
@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: #327d7d;
  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: 40px !important;
  background: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  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 {
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd .time {
  margin-bottom: 10px;
  display: block;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 14px;
  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 {
  text-align: left;
}
#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view h2 {
    text-align: center;
  }
}
@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 h3 a {
  font: 500 22px/26px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
#calendar.list-view .image-list h3 a:hover {
  color: #5d995d;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view .image-list h3 a {
    font-size: 18px;
    line-height: 20px;
    bottom: 20px;
  }
}

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

#calendar {
  padding-top: 20px;
  padding-bottom: 30px;
}
#calendar .single-event {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event {
    text-align: center;
  }
}
#calendar .single-event h2 {
  text-align: left;
  font-size: 6vw;
}
@media (max-width: 333.3333333333px) {
  #calendar .single-event h2 {
    font-size: 20px;
  }
}
@media (min-width: 750px) {
  #calendar .single-event h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar .single-event h2 {
    text-align: center;
  }
}
#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.property-57 #calendar .single-event .background {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100% !important;
    float: none;
    margin-left: 0;
  }
}

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

#calendar .dates &gt; small {
  display: block;
}

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    min-height: 100%;
  }
}
.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 25px 85px 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px/30px "Nexa Rust Script L", sans-serif;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description h3 {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #3D8A9C;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
  font-size: 14px;
}
@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;
  }
}

.calendar-custom .page-content {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .calendar-custom .page-content {
    padding: 0 10px;
  }
  .calendar-custom .page-content .thumbnail {
    margin: 0 0 10px 0;
  }
  .calendar-custom .page-content .thumbnail img {
    width: 100%;
  }
}

#calendar-custom {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-custom {
    font-size: 12px;
  }
}

#calendar-header-custom {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #5d995d;
}
@media only screen and (max-width: 767px) {
  #calendar-header-custom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#calendar-header-custom:after {
  clear: both;
  content: "";
  display: table;
}

#calendar-links-custom {
  float: left;
}
#calendar-links-custom:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links-custom {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links-custom li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links-custom li {
    display: inline-block;
    float: none;
  }
  #calendar-links-custom li:first-child a {
    margin-left: 0;
  }
}
#calendar-links-custom a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links-custom a.ical {
  background-position: -200px -76px;
}
#calendar-links-custom a.ical:hover {
  background-position: -240px -76px;
}
#calendar-links-custom a.ical:active {
  background-position: -280px -76px;
}
#calendar-links-custom a.print {
  background-position: -200px -116px;
}
#calendar-links-custom a.print:hover {
  background-position: -240px -116px;
}
#calendar-links-custom a.print:active {
  background-position: -280px -116px;
}
#calendar-links-custom a.rss {
  background-position: -200px -156px;
}
#calendar-links-custom a.rss:hover {
  background-position: -240px -156px;
}
#calendar-links-custom a.rss:active {
  background-position: -280px -156px;
}
@media only screen and (max-width: 767px) {
  #calendar-links-custom a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-views-custom {
  float: left;
}
#calendar-views-custom:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views-custom {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views-custom li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views-custom li {
    display: inline-block;
    float: none;
  }
}
#calendar-views-custom a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #4A4A4A;
}
@media only screen and (max-width: 767px) {
  #calendar-views-custom a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views-custom a.grid {
    margin-left: 0;
  }
}
#calendar-views-custom a:hover, #calendar-views-custom a.active {
  color: #a0886c;
}
#calendar-views-custom a:active {
  color: #567996;
}
#calendar-views-custom a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views-custom a.grid:before {
  background-position: -200px 0;
}
#calendar-views-custom a.grid:hover:before, #calendar-views-custom a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views-custom a.grid:active:before {
  background-position: -280px 0;
}
#calendar-views-custom a.list:before {
  background-position: -200px -38px;
}
#calendar-views-custom a.list:hover:before, #calendar-views-custom a.list.active:before {
  background-position: -240px -38px;
}
#calendar-views-custom a.list:active:before {
  background-position: -280px -38px;
}

.calendar-title {
  float: left;
  font: 600 20px/1.2 "BrandonGrotesque", Arial, sans-serif;
  color: #5d995d;
}
@media only screen and (max-width: 767px) {
  .calendar-title {
    float: none;
  }
}

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

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

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

#calendar-month-custom {
  height: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
}
#calendar-month-custom li {
  display: block;
  flex-grow: 6;
}
@media only screen and (max-width: 767px) {
  #calendar-month-custom li.not-active {
    display: none;
  }
}
#calendar-month-custom li.arrow a {
  border: none;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
}
#calendar-month-custom li.arrow a:hover {
  background: none;
}
#calendar-month-custom li.arrow a:hover:after {
  border-color: #5d995d !important;
}
#calendar-month-custom li.arrow a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #0a406b;
  position: absolute;
  left: 50%;
  top: 50%;
}
#calendar-month-custom li.arrow a.next:after {
  border-right: 2px solid #0a406b;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#calendar-month-custom li.arrow a.prev:after {
  border-left: 2px solid #0a406b;
  transform: translate(-50%, -50%) rotate(45deg);
}
#calendar-month-custom li:not(.arrow) a:before {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: border-color 100ms;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
}
#calendar-month-custom a {
  display: block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #0a406b;
  border: 1px solid #5d995d;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month-custom a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month-custom a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month-custom a:hover {
  background: #5d995d;
  color: #fff;
}
#calendar-month-custom a:hover:before {
  display: block !important;
  border-top-color: #5d995d !important;
}
#calendar-month-custom a.active {
  background: #5d995d;
  border: 1px solid #5d995d;
  color: #fff;
}
#calendar-month-custom a.active:before {
  display: block !important;
  border-top-color: #5d995d !important;
}
#calendar-month-custom a.active:hover {
  background: #5d995d;
  border: 1px solid #5d995d;
  color: #fff;
}
#calendar-month-custom a.active:before {
  display: block !important;
  border-top-color: #5d995d !important;
}

#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: #f4f2ec;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-navigation a.next {
  right: 0;
  background-position: -200px -234px;
}
#calendar-navigation a.next:hover {
  background-position: -231px -234px;
}
#calendar-navigation a.next:active {
  background-position: -262px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -231px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -262px -196px;
}

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

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

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

#calendar-custom.list-view h2 {
  text-align: left;
}
#calendar-custom.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #calendar-custom.list-view h2 {
    text-align: center;
  }
}
#calendar-custom.list-view .calendar-list-custom {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0;
  text-align: left;
}
#calendar-custom.list-view .calendar-list-custom.hidden {
  display: none;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item {
  height: 320px;
  width: calc((100% - 48px) / 4);
  position: relative;
  margin: 6px;
  cursor: pointer;
  text-align: left;
  background-color: #0a406b;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item {
    width: calc((100% - 24px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item {
    width: 100%;
    margin: 6px 0;
  }
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item:hover .background:before {
  opacity: 1;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item:hover .event-date {
  background: none;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .event-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  font: 600 14px/19px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1.1px;
  color: #fff;
  background: rgba(93, 153, 93, 0.7);
  transition: all 350ms ease-in-out;
  text-align: center;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .event-date span {
  display: block;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .event-date span.date-number {
  font-size: 24px;
  line-height: 24px;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .background:after, #calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .background:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .background:after {
  opacity: 1;
  transition: opacity 200ms ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.02+0,0.8+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05000000", endColorstr="#cc000000", GradientType=0); /* IE6-9 */
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .background:before {
  opacity: 0;
  transition: opacity 200ms ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#202d4c+0,202d4c+22,202d4c+100&amp;0.67+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32, 45, 76, 0.67) 0%, rgba(32, 45, 76, 0.74) 22%, rgb(32, 45, 76) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ab202d4c", endColorstr="#202d4c", GradientType=0); /* IE6-9 */
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .description .cat-name {
  font: bold 13px/18px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .description h3, #calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .description h3 a {
  color: #fff;
  font: 700 19px/26px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1.1px;
  text-decoration: none;
  margin-bottom: 15px;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .description .dates {
  font: 600 14px/19px "BrandonGrotesque", Arial, sans-serif;
  font-style: italic;
  letter-spacing: 1.1px;
  padding-left: 3px;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .description .dates abbr {
  text-decoration: none;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .description .date {
  margin-top: 10px;
}
#calendar-custom.list-view .calendar-list-custom .calendar-list-custom-item .description .times abbr {
  text-transform: uppercase;
  text-decoration: none;
}
#calendar-custom.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar-custom.list-view .image-list h3 a {
  font: 500 22px/26px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
#calendar-custom.list-view .image-list h3 a:hover {
  color: #5d995d;
}
@media only screen and (max-width: 767px) {
  #calendar-custom.list-view .image-list h3 a {
    font-size: 18px;
    line-height: 20px;
    bottom: 20px;
  }
}

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

#calendar-custom {
  padding-top: 20px;
}
#calendar-custom .single-event {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #calendar-custom .single-event {
    text-align: center;
  }
}
#calendar-custom .single-event h2 {
  text-align: left;
  font-size: 6vw;
}
@media (max-width: 333.3333333333px) {
  #calendar-custom .single-event h2 {
    font-size: 20px;
  }
}
@media (min-width: 750px) {
  #calendar-custom .single-event h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-custom .single-event h2 {
    text-align: center;
  }
}
#calendar-custom .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-custom .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

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

#calendar-custom .dates &gt; small {
  display: block;
}

.calendar-custom .image-list-item {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .calendar-custom .image-list-item {
    min-height: 100%;
  }
}
.calendar-custom .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-custom .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar-custom .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar-custom .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px 25px 85px 25px;
}
@media only screen and (max-width: 767px) {
  .calendar-custom .image-list-item .description {
    padding: 20px;
    text-align: center;
  }
}
.calendar-custom .image-list-item .description h3 {
  font: 24px/30px "Nexa Rust Script L", sans-serif;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .calendar-custom .image-list-item .description h3 {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.calendar-custom .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar-custom .image-list-item .description h3 a:hover {
  color: #3D8A9C;
}
.calendar-custom .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar-custom .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar-custom .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

#cal-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(32, 45, 76, 0.92);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: opacity 200ms ease;
}
#cal-popup.open {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
#cal-popup .popup-wrapper {
  width: 80vw;
  max-width: 890px;
  max-height: 80vh;
  padding: 25px 0;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #cal-popup .popup-wrapper {
    padding: 25px 0;
    height: 80vh;
    width: calc(100% - 44px);
  }
}
#cal-popup .popup-wrapper .close-btn {
  position: absolute;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  top: -21px;
  right: -21px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 100;
}
#cal-popup .popup-wrapper .close-btn:before, #cal-popup .popup-wrapper .close-btn:after {
  content: "";
  height: 3px;
  width: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #0a406b;
  transform-origin: center center;
}
#cal-popup .popup-wrapper .close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#cal-popup .popup-wrapper .close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#cal-popup .popup-wrapper .close-btn:hover {
  background: #0a406b;
}
#cal-popup .popup-wrapper .close-btn:hover:before, #cal-popup .popup-wrapper .close-btn:hover:after {
  background: #fff;
}
#cal-popup .upper-wrapper {
  display: flex;
  width: 100%;
  margin: -25px 0 0 0;
}
#cal-popup .upper-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #cal-popup .upper-wrapper {
    display: block;
    height: 180px;
  }
}
#cal-popup .upper-wrapper .left-image, #cal-popup .upper-wrapper .right-image {
  display: block;
  font-size: 0;
  width: 50%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #cal-popup .upper-wrapper .left-image, #cal-popup .upper-wrapper .right-image {
    width: 100%;
    height: 180px;
  }
}
#cal-popup .upper-wrapper .left-image {
  position: relative;
  padding-top: 50%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#cal-popup .upper-wrapper .left-image img {
  display: none;
}
#cal-popup .upper-wrapper .right-image {
  background-color: #0a406b;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #cal-popup .upper-wrapper .right-image {
    z-index: 2;
    background-image: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(32, 45, 76, 0.5);
  }
}
#cal-popup .upper-wrapper .right-image .inner-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#cal-popup .upper-wrapper .right-image .inner-wrapper div {
  font: 400 16px/16px "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  text-align: center;
}
#cal-popup .upper-wrapper .right-image .inner-wrapper div.event-category {
  text-transform: uppercase;
  font: 700 15px/15px "BrandonGrotesque", Arial, sans-serif;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #cal-popup .upper-wrapper .right-image .inner-wrapper div.event-category {
    font: 500 13px/13px "BrandonGrotesque", Arial, sans-serif;
  }
}
#cal-popup .upper-wrapper .right-image .inner-wrapper div.event-title {
  text-transform: capitalize;
  font: 600 28px/38px "BrandonGrotesque", Arial, sans-serif;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
#cal-popup .upper-wrapper .right-image .inner-wrapper div.event-title:after {
  content: "";
  width: 116px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -58px;
}
@media only screen and (max-width: 767px) {
  #cal-popup .upper-wrapper .right-image .inner-wrapper div.event-title {
    font: 600 20px/25px "BrandonGrotesque", Arial, sans-serif;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#cal-popup .upper-wrapper .right-image .inner-wrapper div.event-date {
  font: italic 600 16px/22px "BrandonGrotesque", Arial, sans-serif;
  margin-bottom: 5px;
}
#cal-popup .upper-wrapper .right-image .inner-wrapper div.event-time {
  font: 500 16px/22px "BrandonGrotesque", Arial, sans-serif;
}
#cal-popup .text-wrapper {
  padding: 35px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(80vh - 330px);
}
@media only screen and (max-width: 767px) {
  #cal-popup .text-wrapper {
    padding: 10px;
    height: calc(80vh - 180px);
    max-height: calc(80vh - 180px);
    text-align: center;
  }
}
#cal-popup .text-wrapper p:empty {
  display: none;
}
#cal-popup .text-wrapper .social-links {
  background: rgba(204, 204, 204, 0.1);
  line-height: 20px;
  margin: -40px -65px 20px;
  padding: 20px 75px;
}
@media only screen and (max-width: 767px) {
  #cal-popup .text-wrapper .social-links {
    margin: -14px -11px 10px;
    padding: 10px 15px;
    text-align: center;
  }
}
#cal-popup .text-wrapper .social-links .social-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
}
#cal-popup .text-wrapper .social-links iframe {
  display: inline-block;
  width: 70px;
  height: 20px;
  vertical-align: top;
  margin-right: 5px;
}
#cal-popup .text-wrapper .social-links iframe.tweet {
  width: 62px;
}
#cal-popup .text-wrapper .social-links a {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#cal-popup .text-wrapper .social-links a:hover {
  opacity: 0.5;
}
#cal-popup .text-wrapper .social-links a.pin-it-button {
  height: 20px;
}
#cal-popup .text-wrapper .social-links a.mail-link {
  background: url("../images/sprite.svg") -405px -350px;
  width: 25px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
}
#cal-popup .text-wrapper nav, #cal-popup .text-wrapper .button {
  margin-left: 0;
}
#cal-popup .text-wrapper .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #cal-popup .text-wrapper .button {
    margin-left: 0;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    width: 100%;
  }
}
#cal-popup .text-wrapper.page-content h2 {
  font: 600 21px/29px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
}
#cal-popup .text-wrapper.page-content h2:empty {
  display: none;
}
@media only screen and (max-width: 767px) {
  #cal-popup .text-wrapper.page-content p {
    margin-bottom: 10px;
  }
}
#cal-popup .text-wrapper.page-content .hidden {
  display: none;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  body &gt; *:not(#content) {
    display: none;
  }
  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
.filter-by-location-classifiers.center-column-wide {
  max-width: 1230px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.center-column-wide {
    padding: 0 12px;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .headers {
  overflow: hidden;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .headers h2 {
  display: block;
  float: left;
  font: 500 16px/20px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 12px 12px;
  letter-spacing: 1px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .headers h2.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .headers h2 {
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 12px;
    float: none;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .headers .labels {
  display: block;
  width: calc(100% - 162px);
  max-width: 100%;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .headers .labels button {
  display: none;
  position: relative;
  color: #000;
  font: 400 16px/23px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.16px;
  margin: 20px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 22px;
  transition: color 350ms ease-in-out;
  text-align: left;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .headers .labels button svg {
  display: block;
  width: 16px;
  position: absolute;
  left: 0;
  top: -2px;
  fill: #B3B2B2;
  transition: all 350ms ease-in-out;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .headers .labels button.active {
  display: inline-block;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .headers .labels button:hover {
  color: #3D8A9C;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .headers .labels button:hover svg {
  fill: #3D8A9C;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .content-wrapper {
  display: flex;
  flex-flow: wrap;
  overflow: hidden;
  gap: 28px 38px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 0;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .content-wrapper.properties-count-1 {
  text-align: center;
  max-width: 548px;
  margin: 0 auto;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .content-wrapper.properties-count-1 .item-infocard {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard {
  flex: 1 1 calc((100% - 76px) / 3);
  max-width: calc((100% - 76px) / 3);
  min-height: 305px;
  border: 1px solid #e5e5e5;
  float: left;
  padding-bottom: 100px;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .bottom-links {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  left: 0;
  bottom: 20px;
  padding: 0 6px;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .bottom-links {
    flex-direction: column;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .slider-wrapper .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .slider-wrapper .slide.image-fit {
  height: 126px;
  background-color: #3D8A9C;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .slider-wrapper .slide.image-fit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  opacity: 0.8;
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5e5e5", endColorstr="#000000", GradientType=0);
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .slider-wrapper .slide.image-fit {
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .slider-wrapper .slideshow-button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 20;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .slider-wrapper .slideshow-button:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .slider-wrapper .slideshow-button.previous {
  left: 12px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .slider-wrapper .slideshow-button.previous:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .slider-wrapper .slideshow-button.next {
  right: 12px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .slider-wrapper .slide-content {
  position: absolute;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  top: auto;
  left: 0;
  right: 0;
  bottom: 20px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .slider-wrapper .slide-content .property-images-swiper-pagination,
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .slider-wrapper .slide-content p {
  display: inline;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .hotel-status {
  background: #e3750c;
  color: #fff;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  position: absolute;
  left: 15px;
  top: 15px;
  text-transform: uppercase;
  font: 500 12px/14px "BrandonGrotesque", Arial, sans-serif;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .hotel-status {
    width: 76px;
    height: 76px;
    font-size: 14px;
    line-height: 16px;
    top: 5px;
    left: 5px;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .hotel-status span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  word-spacing: 1000px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .thumb {
  height: 126px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #3D8A9C;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .thumb {
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  opacity: 0.8;
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5e5e5", endColorstr="#000000", GradientType=0);
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .thumb h3 {
  font: 500 22px/26px "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 26px;
  left: 20px;
  right: 20px;
  z-index: 1;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .thumb h3 {
    font-size: 18px;
    line-height: 20px;
    bottom: 20px;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .thumb h3 a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .thumb h3 a:hover {
  color: #3D8A9C;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .thumb.list-view-header {
  display: none;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper {
  padding: 0 15px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .state-name {
  color: #757171;
  text-align: center;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .subheader {
  text-transform: uppercase;
  font: 500 14px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .subheader a {
  color: #0a406b;
  cursor: pointer;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .subheader.list-view-header {
  display: none;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper a {
  color: #231f20;
  text-decoration: none;
  font: 500 16px/26px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper a:hover {
  color: #3D8A9C;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper a.phone {
  display: block;
  margin-top: 9px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .description {
  color: #2C2828;
  margin: 9px 0 21px;
  text-align: center;
  font: 12px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.12px;
  min-height: 75px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .description p {
  color: #2C2828;
  font: 12px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.12px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .text-button {
  text-align: left;
  margin: 0;
  color: #5d995d;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.13px;
  text-transform: uppercase;
  padding-right: 10px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .text-button:hover {
  color: #3D8A9C;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .text-button:hover:after {
  border-color: #3D8A9C;
  width: 6px;
  height: 6px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .booknow-btn {
  position: relative;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.13px;
  text-transform: uppercase;
  color: #fff;
  bottom: 0;
  left: auto;
  right: auto;
  padding: 10px 20px;
  height: auto;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .booknow-btn:hover {
  color: #fff !important;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .buttons-wrapper-block {
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 100%;
  gap: 10px;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .buttons-wrapper-block {
    flex-flow: column;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .buttons-wrapper-block .button {
  position: relative;
  padding: 10px 5px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .description-wrapper .buttons-wrapper-block .button {
    position: relative;
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .button {
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .button {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .button span {
  display: inline-block;
  line-height: 60px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .button span {
    line-height: 40px;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .button svg {
  display: inline-block;
  vertical-align: middle;
  right: 15px;
  width: 24px;
  height: 22px;
  margin: -10px 20px 0 0;
  fill: #fff;
  pointer-events: none;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .item-infocard .button svg {
    margin-right: 5px;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.grid-view .content-wrapper h3 {
  display: none;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 0 36px;
  max-width: 100%;
  justify-content: flex-start;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .content-wrapper .location-title {
  margin-top: 28px;
  margin-bottom: 16px;
  width: 100%;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .content-wrapper .location-title:first-child {
  margin-top: 0;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .content-wrapper h3 {
  display: block;
  margin-bottom: 16px;
  color: #757171;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 420;
  line-height: 24px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard {
  width: calc(33% - 24px);
  min-height: auto;
  padding: 0;
  border: none;
  text-align: left;
  margin: 0;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard {
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .slideshow {
  display: none;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .hotel-status {
  display: none;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .thumb {
  background-image: none !important;
  background-color: transparent;
  height: auto;
  width: 100%;
  padding-right: 25px;
  display: block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .thumb {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .thumb .title {
  color: #0a406b;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 16px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .thumb .title a {
  color: #0a406b;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .thumb .subheader {
  color: #757171;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 420;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .thumb h3 {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  color: #231f20;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .thumb h3 {
    font-size: 15px;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .thumb h3 a {
  color: #231f20;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .thumb h3 a:hover {
  color: #3D8A9C;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .thumb:after {
  display: none;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .thumb.list-view-header {
  display: block;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper {
  width: calc(70% + 30px);
  float: left;
  padding: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper {
    width: 100%;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper a {
  display: inline-block;
  vertical-align: top;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper a.phone {
  margin-top: 0;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper .subheader {
  display: none;
  float: left;
  width: 25%;
  padding-right: 25px;
  margin: 0;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper .subheader.list-view-header {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper .subheader {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper .subheader {
    font-size: 15px;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper .description {
  width: 45%;
  padding-right: 25px;
  float: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper .description {
    width: 100%;
    padding: 0;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper .description p {
  margin-bottom: 15px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper .buttons-wrapper-block {
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 27%;
  float: right;
  padding: 0;
  flex-flow: column;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper .buttons-wrapper-block {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper .buttons-wrapper-block {
    width: 100%;
    margin-top: 0;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper .buttons-wrapper-block .button {
  left: auto;
  right: auto;
  position: relative;
  bottom: auto;
  width: auto;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .description-wrapper .buttons-wrapper-block .button {
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .button {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 27%;
  float: right;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .button {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location.list-view .item-infocard .button {
    width: 100%;
    margin-top: 0;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper {
    flex-direction: column;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side {
  position: relative;
  flex: 0 0 30%;
  max-width: calc(30% - 67px);
}
@media only screen and (max-width: 1023px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .wrapper {
    height: 100vh;
    top: 0;
    position: sticky;
    top: 150px;
    display: inline;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .grid-content .grid-text p {
  margin-top: 24px;
  color: #2C2828;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0.16px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .title {
  font-family: "Nexa Rust Script L", sans-serif;
  color: #0a406b;
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .title {
    font-size: 44px;
    line-height: 48px;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .options {
  margin: 10px 0;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions {
    margin: 20px 0 10px;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .options, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions {
  display: block;
  border-bottom: 1px solid #b3b2b2;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .options, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions {
    width: 100%;
    padding: 0 12px;
    text-align: center;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .options .grid, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .options .list, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions .grid, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions .list {
  position: relative;
  font: 500 17px/normal "BrandonGrotesque", Arial, sans-serif;
  color: #0a406b;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.51px;
  transition: all 350ms ease-in-out;
  text-decoration: none;
  padding: 0px 6px 10px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .options .grid.active, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .options .grid:hover, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .options .list.active, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .options .list:hover, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions .grid.active, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions .grid:hover, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions .list.active, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions .list:hover {
  color: #0a406b;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .options .grid.active:after, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .options .list.active:after, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions .grid.active:after, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions .list.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0a406b;
  height: 4px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .options span, .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions span {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 18px;
  background: #231f20;
  margin: 1px 13px 0;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .filters .filters-wrapper .checkbox-container .button-wrap .checkbox-dropdown .checkbox-wrapper {
  width: 100%;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions {
  display: none;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions svg {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .all-regions .regions-btn {
  position: relative;
  font: 500 17px/normal "BrandonGrotesque", Arial, sans-serif;
  color: #0a406b;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.51px;
  transition: all 350ms ease-in-out;
  text-decoration: none;
  padding: 0px 6px 10px 0;
  color: #0a406b;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list {
  position: relative;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list .list-content {
  position: relative;
  cursor: pointer;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list .list-content .dropdown-trigger {
  position: relative;
  color: #2C2828;
  font: 17px/27px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.16px;
  margin: 0 12px;
  text-transform: capitalize;
  display: none;
  padding: 8px 16px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list .list-content .dropdown-trigger {
    display: block;
    border: 1px solid #B3B2B2;
    margin: 0;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list .list-content .dropdown-trigger:after {
  position: absolute;
  top: 15px;
  right: 22px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list .list-content ul {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list .list-content ul {
    display: none;
    margin-top: 0;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list .list-content ul.visible {
  display: block;
  background: #fff;
  transition: opacity 350ms ease-in-out;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  padding: 8px 0px;
  margin-top: 0;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list .list-content ul.visible li {
  color: #2C2828;
  font: 17px/27px "BrandonGrotesque", Arial, sans-serif;
  padding: 8px 16px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list .list-content ul.visible li:hover {
  background-color: #0a406b;
  color: #fff;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list .list-content ul li {
  color: #0a406b;
  margin-bottom: 16px;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  letter-spacing: 0.51px;
  text-transform: uppercase;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list .list-content ul li.all-locations {
  display: none;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .left-side .locations-list .list-content ul li.all-locations {
    display: block;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap {
  position: relative;
  flex: 0 0 70%;
  max-width: 826px;
}
@media only screen and (max-width: 1023px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap {
    position: inherit;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .mobile-only {
    display: block;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .mobile-only.filters-on-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .mobile-only.filters-on-mobile {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 32px;
    background-color: #fff;
    border-top: 0.5px solid #B3B2B2;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .desktop-only {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .desktop-only {
    display: none;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .locations-grid {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  z-index: 9;
  display: none;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .locations-grid .locations-grid-wrap .filterlocationgridlist .locations-container .locations-wrapper {
  display: flex;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .locations-grid .locations-grid-wrap .filterlocationgridlist .locations-container .locations-wrapper .col {
  position: relative;
  flex: 1 1 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  height: 260px;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .locations-grid .locations-grid-wrap .filterlocationgridlist .locations-container .locations-wrapper .col {
    flex: 1 1 100%;
    max-width: 100%;
    height: 240px;
  }
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .locations-grid .locations-grid-wrap .filterlocationgridlist .locations-container .locations-wrapper .col .location-name {
  position: absolute;
  left: 13px;
  bottom: 13px;
  z-index: 2;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .locations-grid .locations-grid-wrap .filterlocationgridlist .locations-container .locations-wrapper .col .location-name .city-name {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .locations-grid .locations-grid-wrap .filterlocationgridlist .locations-container .locations-wrapper .col .location-name .title {
  color: #fff;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  letter-spacing: 0.24px;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .locations-grid .locations-grid-wrap .filterlocationgridlist .img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .locations-grid .locations-grid-wrap .filterlocationgridlist .img-wrap::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.47%, rgba(0, 0, 0, 0.8) 100%), 50%/cover no-repeat;
  box-shadow: 0px 10px 14.5px 0px rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .locations-grid .locations-grid-wrap .filterlocationgridlist .img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .filters {
  background-color: transparent;
  box-shadow: none;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .filters .filters-on-mobile .reset-filters {
  color: #5E995E;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0.16px;
  text-decoration: underline;
}
.filter-by-location-classifiers.filter-items-wrapper-by-location .filter-content-wrapper .right-wrap .filters .filters-on-mobile .apply-filters {
  background-color: #5E995E;
  padding: 10px 32px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.13px;
}
.filter-by-location-classifiers .filters {
  display: inline-block;
  border: 0;
  max-width: 100%;
  position: relative;
  z-index: 30;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters {
    width: 100%;
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    display: none;
    height: 100%;
    z-index: 70;
    padding-top: 55px;
  }
}
.filter-by-location-classifiers .filters.visible {
  display: block;
}
.filter-by-location-classifiers .filters .button {
  background: #3D8A9C;
  text-transform: none;
  height: 75px;
  line-height: 75px;
  font-size: 22px;
  display: block;
  float: left;
  width: 165px;
  padding: 0 10px;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filter-by-location-classifiers .filters .button {
    width: 110px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .button {
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.filter-by-location-classifiers .filters .button:hover {
  background: #5d995d;
}
.filter-by-location-classifiers .filters .filters-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .filters-wrapper {
    flex-direction: column;
    padding: 32px;
  }
}
.filter-by-location-classifiers .filters .filters-wrapper fieldset {
  flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
  margin-right: 12px;
}
.filter-by-location-classifiers .filters .filters-wrapper fieldset:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .filters-wrapper fieldset {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 20px;
    order: 2;
  }
}
.filter-by-location-classifiers .filters .filters-wrapper .locations-filter-search-wrap {
  position: relative;
  flex: 0 0 calc(25% - 12px);
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .filters-wrapper .locations-filter-search-wrap {
    order: 1;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #B3B2B2;
  }
  .filter-by-location-classifiers .filters .filters-wrapper .locations-filter-search-wrap .search-icon:after {
    top: 20px;
  }
}
.filter-by-location-classifiers .filters .filters-wrapper .locations-filter-search-wrap input {
  position: relative;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  padding: 8px 12px;
  font: 400 16px/23px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.16px;
  color: #000;
  width: 100%;
}
.filter-by-location-classifiers .filters .filters-wrapper .locations-filter-search-wrap input::-moz-placeholder {
  font: 400 16px/23px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.16px;
  color: #000;
}
.filter-by-location-classifiers .filters .filters-wrapper .locations-filter-search-wrap input::placeholder {
  font: 400 16px/23px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.16px;
  color: #000;
}
.filter-by-location-classifiers .filters .filters-wrapper .locations-filter-search-wrap .search-icon:after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/search-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .filters-wrapper .locations-filter-search-wrap .search-icon:after {
    top: 20px;
  }
}
.filter-by-location-classifiers .filters h3 {
  text-transform: uppercase;
  font: 500 16px/75px "BrandonGrotesque", Arial, sans-serif;
  color: #959494;
  letter-spacing: 1px;
  display: block;
  float: left;
  margin: 0 0 0 30px;
}
@media only screen and (min-width: 1440px) {
  .filter-by-location-classifiers .filters h3 {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filter-by-location-classifiers .filters h3 {
    margin: 0 10px 0 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters h3 {
    margin: 0;
    font-size: 14px;
    float: none;
    text-align: center;
    padding: 0 20px;
    line-height: 40px;
  }
}
.filter-by-location-classifiers .filters .checkbox-container {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .checkbox-container {
    display: block;
  }
}
.filter-by-location-classifiers .filters .checkbox-container .filter-button {
  position: relative;
  height: 40px;
  color: #2C2828;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.16px;
  pointer-events: none;
  text-transform: capitalize;
  margin: 0 12px;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .checkbox-container .filter-button {
    margin: 0;
    color: #0a406b;
    font-family: "BrandonGrotesque", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
    text-transform: uppercase;
  }
}
.filter-by-location-classifiers .filters .checkbox-container .filter-button:before {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  height: 4px;
  width: 100%;
  background: #5d995d;
  transition: opacity 350ms ease-in-out;
}
.filter-by-location-classifiers .filters .checkbox-container .filter-button:after {
  position: absolute;
  top: 15px;
  right: 22px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0a406b;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .checkbox-container .filter-button:after {
    border-right: 0;
    border-style: solid;
    border-width: 0.2em 0.2em 0em 0em;
    content: "";
    height: 10px;
    right: 0;
    vertical-align: top;
    width: 10px;
    top: 0;
    transform: rotate(135deg);
  }
}
.filter-by-location-classifiers .filters .checkbox-container .filter-button .filter-count-experiences, .filter-by-location-classifiers .filters .checkbox-container .filter-button .filter-count-brands, .filter-by-location-classifiers .filters .checkbox-container .filter-button .filter-count-type {
  color: #fff;
  background-color: #5d995d;
  border-radius: 50%;
  font-size: 10px;
  letter-spacing: 0.1px;
  padding: 3px 6px;
  margin-left: 5px;
}
.filter-by-location-classifiers .filters .checkbox-container .button-wrap {
  position: relative;
  cursor: pointer;
  border: 1px solid #e7e7e7;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .checkbox-container .button-wrap {
    width: 100%;
    border: 0;
  }
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown {
  margin-top: 8px;
  background: #fff;
  padding: 20px;
  border: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 320px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: opacity 350ms ease-in-out;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: inherit;
  }
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown.visible {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown.visible {
    max-height: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #B3B2B2;
    box-shadow: 0 0 0;
  }
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown h4 {
  display: block;
  color: #0a406b;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper {
  width: 100%;
  padding-right: 20px;
  display: block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper {
    width: 100%;
    padding: 0;
    float: none;
  }
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col {
    margin-bottom: 16px;
  }
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle {
  position: relative;
  margin-top: 3px;
  margin-right: 10px;
  display: block;
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle.radio {
  margin-right: 0;
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle.radio::after {
  content: "";
  border-radius: 50%;
  background-color: #fff;
  top: -2px;
  left: -2px;
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle.radio:checked:after {
  background-image: url("../images/radio-active.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  border: 0;
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #B3B2B2;
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle:checked:after {
  background-image: url("../images/tick-checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  border: 0;
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle:checked + label {
  color: #2C2828;
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  color: #2C2828;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0.16px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown label {
    font-size: 17px;
    line-height: 27px;
  }
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown label:hover {
  color: #5d995d;
  transition: color 350ms ease-in-out;
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .filters-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0 24px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .filters-bottom {
    display: none;
  }
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .filters-bottom .clear-all {
  color: #5E995E;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0.16px;
  text-decoration: underline;
}
.filter-by-location-classifiers .filters .checkbox-container .checkbox-dropdown .filters-bottom .apply-filters {
  background-color: #5E995E;
  padding: 10px 32px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.13px;
}
.filter-by-location-classifiers .search-empty {
  display: none;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.filter-by-location-classifiers .search-empty.visible {
  display: block;
}

.mobile-filter-trigger {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0a406b;
  color: #fff;
  padding: 16px 32px;
  z-index: 71;
  text-align: center;
  display: none;
  font: 16px/normal "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .mobile-filter-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mobile-filter-trigger .filter-close {
  display: none;
}
.mobile-filter-trigger.filter-open {
  top: 0;
  bottom: auto;
}
.mobile-filter-trigger.filter-open .filter-close {
  display: inline-block;
  position: absolute;
  right: 10px;
}
.mobile-filter-trigger.filter-open .filter-close svg {
  width: 20px;
  height: 20px;
}
.mobile-filter-trigger svg {
  width: 24px;
  height: 12px;
  margin-right: 12px;
}

.filter-specials-with-banner #content {
  padding: 0;
}
.filter-specials-with-banner #photos .photos-wrapper::after {
  content: none;
}
.filter-specials-with-banner #photos .photos-wrapper .headers h1 {
  bottom: auto;
  margin-bottom: 0;
}
.filter-specials-with-banner .mobile-filter-trigger {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0a406b;
  color: #fff;
  padding: 16px 32px;
  z-index: 71;
  text-align: center;
  display: none;
  font: 16px/normal "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .filter-specials-with-banner .mobile-filter-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.filter-specials-with-banner .mobile-filter-trigger .filter-close {
  display: none;
}
.filter-specials-with-banner .mobile-filter-trigger.filter-open {
  top: 0;
  bottom: auto;
}
.filter-specials-with-banner .mobile-filter-trigger.filter-open .filter-close {
  display: inline-block;
  position: absolute;
  right: 10px;
}
.filter-specials-with-banner .mobile-filter-trigger.filter-open .filter-close svg {
  width: 20px;
  height: 20px;
}
.filter-specials-with-banner .mobile-filter-trigger svg {
  width: 24px;
  height: 12px;
  margin-right: 12px;
}

.specials-with-search-filter .specials-filter-container {
  display: flex;
  flex-direction: row;
  background-color: #FCFCF9;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  height: 60px;
}
.specials-with-search-filter .specials-filter-container .left-side,
.specials-with-search-filter .specials-filter-container .right-side {
  display: flex;
  height: 100%;
  align-items: center;
}
.specials-with-search-filter .specials-filter-container .left-side {
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .left-side {
    gap: 0;
    padding-left: 32px;
  }
}
.specials-with-search-filter .specials-filter-container .right-side {
  justify-content: flex-end;
  gap: 32px;
}
.specials-with-search-filter .specials-filter-container .specials-filter-wrap {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .specials-filter-wrap {
    width: auto;
  }
}
.specials-with-search-filter .specials-filter-container .count-search-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
@media only screen and (min-width: 1440px) {
  .specials-with-search-filter .specials-filter-container .count-search-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .count-search-wrap {
    width: 100%;
  }
}
.specials-with-search-filter .specials-filter-container .offers-count {
  font: 400 16px/23px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.16px;
  color: #000;
}
.specials-with-search-filter .specials-filter-container .specials-filter-search-wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .specials-filter-search-wrap {
    display: none;
  }
}
.specials-with-search-filter .specials-filter-container .specials-filter-search-wrap input {
  position: relative;
  border: 1px solid #B3B2B2;
  background-color: #fff;
  padding: 8px 12px;
  font: 400 16px/23px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.16px;
  color: #000;
  min-width: 200px;
}
.specials-with-search-filter .specials-filter-container .specials-filter-search-wrap input::-moz-placeholder {
  font: 400 16px/23px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.16px;
  color: #000;
}
.specials-with-search-filter .specials-filter-container .specials-filter-search-wrap input::placeholder {
  font: 400 16px/23px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.16px;
  color: #000;
}
.specials-with-search-filter .specials-filter-container .specials-filter-search-wrap .search-icon:after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/search-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}
.specials-with-search-filter .specials-filter-container .specials-filter-view-type {
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .specials-filter-view-type {
    width: auto;
    padding-right: 32px;
  }
}
.specials-with-search-filter .specials-filter-container .specials-filter-view-type .options {
  display: flex;
  flex-direction: row;
}
.specials-with-search-filter .specials-filter-container .specials-filter-view-type .options button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.specials-with-search-filter .specials-filter-container .specials-filter-view-type .options button p {
  font: 420 13px/normal "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.13px;
  text-transform: uppercase;
  color: #B3B2B2;
}
.specials-with-search-filter .specials-filter-container .specials-filter-view-type .options button.active p {
  color: #0a406b;
}
.specials-with-search-filter .specials-filter-container .specials-filter-view-type .options .grid .grid-icon, .specials-with-search-filter .specials-filter-container .specials-filter-view-type .options .list .grid-icon {
  background-image: url("../images/grey-grid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  border: 0;
}
.specials-with-search-filter .specials-filter-container .specials-filter-view-type .options .grid .list-icon, .specials-with-search-filter .specials-filter-container .specials-filter-view-type .options .list .list-icon {
  background-image: url("../images/grey-list.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  border: 0;
}
.specials-with-search-filter .specials-filter-container .specials-filter-view-type .options .grid.active .grid-icon, .specials-with-search-filter .specials-filter-container .specials-filter-view-type .options .list.active .grid-icon {
  background-image: url("../images/blue-grid.svg");
}
.specials-with-search-filter .specials-filter-container .specials-filter-view-type .options .grid.active .list-icon, .specials-with-search-filter .specials-filter-container .specials-filter-view-type .options .list.active .list-icon {
  background-image: url("../images/blue-list.svg");
}
.specials-with-search-filter .specials-filter-container .specials-filter-view-type .options span {
  border-right: 1px solid #e5e5e5;
  margin: 0 20px;
}
.specials-with-search-filter .specials-filter-container .desktop-filter-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a406b;
  color: #fff;
  padding: 16px 32px;
  text-align: center;
  font: 16px/normal "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .desktop-filter-trigger {
    display: none;
  }
}
.specials-with-search-filter .specials-filter-container .desktop-filter-trigger .filter-close {
  display: none;
}
.specials-with-search-filter .specials-filter-container .desktop-filter-trigger.filter-open {
  top: 0;
  bottom: auto;
}
.specials-with-search-filter .specials-filter-container .desktop-filter-trigger.filter-open .filter-close {
  display: inline-block;
  position: absolute;
  right: 10px;
}
.specials-with-search-filter .specials-filter-container .desktop-filter-trigger.filter-open .filter-close svg {
  width: 20px;
  height: 20px;
}
.specials-with-search-filter .specials-filter-container .desktop-filter-trigger svg {
  width: 24px;
  height: 14px;
  margin-right: 12px;
}
.specials-with-search-filter .specials-filter-container .filters {
  display: inline-block;
  border: 0;
  max-width: 100%;
  margin: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
  top: auto;
  left: 0;
  background-color: #0a406b !important;
  display: none;
  z-index: 69;
  overflow: hidden;
}
.specials-with-search-filter .specials-filter-container .filters.visible {
  display: flex;
  flex-direction: column;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .filters.visible {
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    z-index: 70;
    padding-top: 55px;
  }
}
.specials-with-search-filter .specials-filter-container .filters .button {
  background: #3D8A9C;
  text-transform: none;
  height: 75px;
  line-height: 75px;
  font-size: 22px;
  display: block;
  float: left;
  width: 165px;
  padding: 0 10px;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-with-search-filter .specials-filter-container .filters .button {
    width: 110px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .filters .button {
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.specials-with-search-filter .specials-filter-container .filters .button:hover {
  background: #5d995d;
}
.specials-with-search-filter .specials-filter-container .filters .filters-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
  padding: 20px;
}
.specials-with-search-filter .specials-filter-container .filters .filters-wrapper .specials-filter-search-wrap {
  width: 100%;
  display: none;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B3B2B2;
}
.specials-with-search-filter .specials-filter-container .filters .filters-wrapper .specials-filter-search-wrap .search-icon:after {
  top: 20px;
}
.specials-with-search-filter .specials-filter-container .filters .filters-wrapper .specials-filter-search-wrap input {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .specials-with-search-filter .specials-filter-container .filters .filters-wrapper .specials-filter-search-wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .filters .filters-wrapper {
    flex-direction: row;
    padding: 32px;
  }
}
.specials-with-search-filter .specials-filter-container .filters .filters-wrapper fieldset {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.specials-with-search-filter .specials-filter-container .filters .filters-wrapper fieldset:last-child {
  margin-right: 0;
}
.specials-with-search-filter .specials-filter-container .filters h3 {
  text-transform: uppercase;
  font: 500 16px/75px "BrandonGrotesque", Arial, sans-serif;
  color: #959494;
  letter-spacing: 1px;
  display: block;
  float: left;
  margin: 0 0 0 30px;
}
@media only screen and (min-width: 1440px) {
  .specials-with-search-filter .specials-filter-container .filters h3 {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-with-search-filter .specials-filter-container .filters h3 {
    margin: 0 10px 0 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .filters h3 {
    margin: 0;
    font-size: 14px;
    float: none;
    text-align: center;
    padding: 0 20px;
    line-height: 40px;
  }
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container {
  display: inline-block;
  vertical-align: top;
  display: block;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .filter-button {
  position: relative;
  font: 400 16px/normal "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  width: 100%;
  text-align: left;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .filter-button:before {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  height: 4px;
  width: 100%;
  background: #5d995d;
  transition: opacity 350ms ease-in-out;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .filter-button:after {
  border-right: 0;
  border-style: solid;
  border-width: 0.2em 0.2em 0em 0em;
  content: "";
  height: 10px;
  right: 0;
  vertical-align: top;
  width: 10px;
  transform: rotate(135deg);
  position: absolute;
  display: inline-block;
  margin: 0;
  border-top: 3px solid #fff;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .filter-button .filter-count-experiences, .specials-with-search-filter .specials-filter-container .filters .checkbox-container .filter-button .filter-count-brands, .specials-with-search-filter .specials-filter-container .filters .checkbox-container .filter-button .filter-count-type {
  color: #fff;
  background-color: #5d995d;
  border-radius: 50%;
  font-size: 10px;
  letter-spacing: 0.1px;
  padding: 3px 6px;
  margin-left: 5px;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .button-wrap {
  position: relative;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown {
  background-color: #0a406b;
  margin-top: 8px;
  border: 0;
  width: 320px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: opacity 350ms ease-in-out;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  max-height: 0;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: inherit;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown.visible {
  opacity: 1;
  visibility: visible;
  height: auto;
  max-height: 100%;
  padding: 8px 0;
  box-shadow: 0 0 0;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown h4 {
  display: block;
  color: #0a406b;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper {
  display: block;
  width: 100%;
  padding: 0;
  float: none;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col {
    margin-bottom: 16px;
  }
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle {
  position: relative;
  margin-top: 3px;
  margin-right: 10px;
  display: block;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle.radio {
  margin-right: 0;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle.radio::after {
  content: "";
  border-radius: 50%;
  background-color: #fff;
  top: -2px;
  left: -2px;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle.radio:checked:after {
  background-image: url("../images/radio-active-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  border: 0;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #B3B2B2;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle:checked:after {
  background-image: url("../images/tick-checkbox-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  border: 0;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .checkbox-wrapper .col .filter-toggle:checked + label {
  color: #fff;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  color: #fff;
  font: 400 17px/24px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.17px;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown label:hover {
  color: #5d995d;
  transition: color 350ms ease-in-out;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .filters-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0 24px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .filters-bottom {
    display: none;
  }
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .filters-bottom .clear-all {
  color: #5E995E;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0.16px;
  text-decoration: underline;
}
.specials-with-search-filter .specials-filter-container .filters .checkbox-container .checkbox-dropdown .filters-bottom .apply-filters {
  background-color: #5E995E;
  padding: 10px 32px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.13px;
}
.specials-with-search-filter .specials-filter-container .filters .clear-filters-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.specials-with-search-filter .specials-filter-container .filters .clear-filters-wrap .reset-filters {
  background-color: #5E995E;
  padding: 10px 32px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.13px;
}
.specials-with-search-filter .specials-filter-container .filters .clear-filters-wrap .reset-filters span svg {
  width: 12px;
  margin-right: 6px;
}
.specials-with-search-filter .specials-filter-container .filters .mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .filters .mobile-only {
    display: block;
  }
}
.specials-with-search-filter .specials-filter-container .filters .mobile-only.filters-on-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .specials-filter-container .filters .mobile-only.filters-on-mobile {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 32px;
    background-color: #fff;
    border-top: 0.5px solid #B3B2B2;
  }
}
.specials-with-search-filter .headers {
  overflow: hidden;
}
.specials-with-search-filter .headers h2 {
  display: block;
  float: left;
  font: 500 16px/20px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 12px 12px;
  letter-spacing: 1px;
}
.specials-with-search-filter .headers h2.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .headers h2 {
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 12px;
    float: none;
  }
}
.specials-with-search-filter .headers .options {
  display: block;
  float: right;
  text-align: right;
  width: 150px;
  margin-right: 12px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .headers .options {
    width: 100%;
    margin: 20px 0 10px;
    padding: 0 12px;
    text-align: center;
  }
}
.specials-with-search-filter .headers .options button {
  font: 500 16px/20px "BrandonGrotesque", Arial, sans-serif;
  color: #787878;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1px;
  transition: all 350ms ease-in-out;
}
.specials-with-search-filter .headers .options button.active, .specials-with-search-filter .headers .options button:hover {
  color: #231f20;
  text-decoration: none;
}
.specials-with-search-filter .headers .options span {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 18px;
  background: #231f20;
  margin: 1px 13px 0;
}
.specials-with-search-filter .headers .labels {
  display: block;
  float: left;
  width: calc(100% - 162px);
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .headers .labels {
    width: 100%;
    padding: 0 15px;
  }
}
.specials-with-search-filter .headers .labels button {
  display: none;
  float: left;
  font: 400 16px/23px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.16px;
  margin: 0 20px 7px 0;
  position: relative;
  padding-left: 22px;
  transition: color 350ms ease-in-out;
  text-align: left;
}
.specials-with-search-filter .headers .labels button svg {
  display: block;
  width: 16px;
  position: absolute;
  left: 0;
  top: -1px;
  fill: #aeafaf;
  transition: all 350ms ease-in-out;
}
.specials-with-search-filter .headers .labels button.active {
  display: block;
}
.specials-with-search-filter .headers .labels button:hover {
  color: #3D8A9C;
}
.specials-with-search-filter .headers .labels button:hover svg {
  fill: #3D8A9C;
}
.specials-with-search-filter .content-wrapper {
  display: flex;
  flex-flow: wrap;
  overflow: hidden;
  margin-top: 28px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .content-wrapper {
    display: block;
    flex-flow: unset;
    margin-top: 10px;
    padding: 0 32px;
  }
}
.specials-with-search-filter .content-wrapper.properties-count-1 {
  text-align: center;
  max-width: 548px;
  margin: 0 auto;
}
.specials-with-search-filter .content-wrapper.properties-count-1 .item-infocard {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}
.specials-with-search-filter .item-infocard {
  width: calc(33% - 24px);
  min-height: 400px;
  border: 1px solid #e5e5e5;
  float: left;
  padding-bottom: 100px;
  box-sizing: border-box;
  margin: 0 10px 25px 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .item-infocard {
    width: 100%;
    min-height: auto;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
  }
}
.specials-with-search-filter .item-infocard .slider-wrapper .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.specials-with-search-filter .item-infocard .slider-wrapper .slide.image-fit {
  height: 311px;
  background-color: #3D8A9C;
}
.specials-with-search-filter .item-infocard .slider-wrapper .slide.image-fit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  opacity: 0.8;
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5e5e5", endColorstr="#000000", GradientType=0);
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .item-infocard .slider-wrapper .slide.image-fit {
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.specials-with-search-filter .item-infocard .slider-wrapper .slideshow-button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 20;
}
.specials-with-search-filter .item-infocard .slider-wrapper .slideshow-button:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.specials-with-search-filter .item-infocard .slider-wrapper .slideshow-button.previous {
  left: 12px;
}
.specials-with-search-filter .item-infocard .slider-wrapper .slideshow-button.previous:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.specials-with-search-filter .item-infocard .slider-wrapper .slideshow-button.next {
  right: 12px;
}
.specials-with-search-filter .item-infocard .slider-wrapper .slide-content {
  position: absolute;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  top: auto;
  left: 0;
  right: 0;
  bottom: 20px;
}
.specials-with-search-filter .item-infocard .slider-wrapper .slide-content .property-images-swiper-pagination, .specials-with-search-filter .item-infocard .slider-wrapper .slide-content p {
  display: inline;
}
.specials-with-search-filter .item-infocard .hotel-status {
  background: #e3750c;
  color: #fff;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  position: absolute;
  left: 15px;
  top: 15px;
  text-transform: uppercase;
  font: 500 16px/18px "BrandonGrotesque", Arial, sans-serif;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .item-infocard .hotel-status {
    width: 66px;
    height: 66px;
    font-size: 14px;
    line-height: 16px;
    top: 5px;
    left: 5px;
  }
}
.specials-with-search-filter .item-infocard .hotel-status span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  word-spacing: 1000px;
}
.specials-with-search-filter .item-infocard .thumb {
  height: 180px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #3D8A9C;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .item-infocard .thumb {
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.specials-with-search-filter .item-infocard .thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  opacity: 0.8;
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e5e5e5", endColorstr="#000000", GradientType=0);
}
.specials-with-search-filter .item-infocard .thumb h3 {
  font: 400 17px/20px "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 26px;
  left: 20px;
  right: 20px;
  z-index: 1;
  letter-spacing: 0.51px;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .item-infocard .thumb h3 {
    font-size: 15px;
    line-height: 18px;
    bottom: 20px;
  }
}
.specials-with-search-filter .item-infocard .thumb h3 a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.specials-with-search-filter .item-infocard .thumb h3 a:hover {
  color: #3D8A9C;
}
.specials-with-search-filter .item-infocard .thumb.list-view-header {
  display: none;
}
.specials-with-search-filter .item-infocard .description-wrapper {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .item-infocard .description-wrapper {
    padding: 0 20px;
  }
}
.specials-with-search-filter .item-infocard .description-wrapper h4 {
  color: #959494;
  text-transform: uppercase;
  font: 400 14px/20px "BrandonGrotesque", Arial, sans-serif;
  margin: 27px 0 0;
  letter-spacing: 0.56px;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .item-infocard .description-wrapper h4 {
    margin: 15px 0 0;
  }
}
.specials-with-search-filter .item-infocard .description-wrapper h4 a {
  color: #959494;
}
.specials-with-search-filter .item-infocard .description-wrapper h4 a:hover {
  color: #3D8A9C;
}
.specials-with-search-filter .item-infocard .description-wrapper h4.list-view-header {
  display: none;
}
.specials-with-search-filter .item-infocard .description-wrapper a {
  color: #231f20;
  text-decoration: none;
  font: 500 16px/26px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
}
.specials-with-search-filter .item-infocard .description-wrapper a:hover {
  color: #3D8A9C;
}
.specials-with-search-filter .item-infocard .description-wrapper a.phone {
  display: block;
  margin-top: 9px;
}
.specials-with-search-filter .item-infocard .description-wrapper a.button {
  height: 50px;
  align-content: center;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.13px;
  font-weight: 400;
  padding: 0;
}
.specials-with-search-filter .item-infocard .description-wrapper a.button span {
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}
.specials-with-search-filter .item-infocard .description-wrapper a.button span svg {
  width: 20px;
  height: 18px;
  margin-top: -6px;
  margin: -6px 12px 0 0;
}
.specials-with-search-filter .item-infocard .description-wrapper .description {
  margin: 7px 0 0;
}
.specials-with-search-filter .item-infocard .description-wrapper .description p {
  color: #2C2828;
  font: 400 16px/23px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.16px;
  margin-bottom: 0;
}
.specials-with-search-filter .item-infocard .description-wrapper .text-button {
  font-size: 13px;
  margin-top: 12px;
  color: #5d995d;
  letter-spacing: 0.13px;
  padding-right: 12px;
}
.specials-with-search-filter .item-infocard .description-wrapper .text-button:hover {
  color: #3D8A9C;
}
.specials-with-search-filter .item-infocard .description-wrapper .text-button:hover:after {
  border-color: #3D8A9C;
}
.specials-with-search-filter .item-infocard .description-wrapper .text-button:after {
  width: 7px;
  height: 7px;
}
.specials-with-search-filter .item-infocard .description-wrapper .buttons-wrapper-block {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 22px;
  width: auto;
  left: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .item-infocard .description-wrapper .buttons-wrapper-block {
    flex-flow: column;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.specials-with-search-filter .item-infocard .description-wrapper .buttons-wrapper-block .button {
  left: auto;
  right: auto;
  position: relative;
  bottom: auto;
  width: 48.5%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .item-infocard .description-wrapper .buttons-wrapper-block .button {
    position: relative;
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.specials-with-search-filter .item-infocard .button {
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .item-infocard .button {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin: 15px 0 0 0;
  }
}
.specials-with-search-filter .item-infocard .button span {
  display: inline-block;
  line-height: 60px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter .item-infocard .button span {
    line-height: 40px;
  }
}
.specials-with-search-filter .item-infocard .button svg {
  display: inline-block;
  vertical-align: middle;
  right: 15px;
  width: 24px;
  height: 22px;
  margin: -10px 20px 0 0;
  fill: #fff;
  pointer-events: none;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .specials-with-search-filter .item-infocard .button svg {
    margin-right: 5px;
  }
}
.specials-with-search-filter.list-view .content-wrapper {
  display: block;
  flex-flow: unset;
  max-width: 1184px;
  padding: 0 20px;
  margin: 0 auto;
}
.specials-with-search-filter.list-view .item-infocard {
  width: calc(100% - 24px);
  min-height: auto;
  padding: 15px 0 20px 0;
  border: none;
  border-top: 1px solid #e5e5e5;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter.list-view .item-infocard {
    padding: 15px 0 0 0;
  }
}
.specials-with-search-filter.list-view .item-infocard .slideshow {
  display: none;
}
.specials-with-search-filter.list-view .item-infocard .hotel-status {
  display: none;
}
.specials-with-search-filter.list-view .item-infocard .thumb {
  background-image: none !important;
  background-color: transparent;
  height: auto;
  width: calc(30% - 30px);
  padding-right: 25px;
  display: block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter.list-view .item-infocard .thumb {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.specials-with-search-filter.list-view .item-infocard .thumb h3 {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  color: #231f20;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-with-search-filter.list-view .item-infocard .thumb h3 {
    font-size: 15px;
  }
}
.specials-with-search-filter.list-view .item-infocard .thumb h3 a {
  color: #231f20;
}
.specials-with-search-filter.list-view .item-infocard .thumb h3 a:hover {
  color: #3D8A9C;
}
.specials-with-search-filter.list-view .item-infocard .thumb:after {
  display: none;
}
.specials-with-search-filter.list-view .item-infocard .thumb.list-view-header {
  display: block;
}
.specials-with-search-filter.list-view .item-infocard .description-wrapper {
  width: calc(70% + 30px);
  display: block;
  float: left;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter.list-view .item-infocard .description-wrapper {
    width: 100%;
  }
}
.specials-with-search-filter.list-view .item-infocard .description-wrapper a {
  display: inline-block;
  vertical-align: top;
}
.specials-with-search-filter.list-view .item-infocard .description-wrapper a.phone {
  margin-top: 0;
}
.specials-with-search-filter.list-view .item-infocard .description-wrapper .subheader {
  display: none;
  float: left;
  width: 25%;
  padding-right: 25px;
  margin: 0;
}
.specials-with-search-filter.list-view .item-infocard .description-wrapper .subheader.list-view-header {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-with-search-filter.list-view .item-infocard .description-wrapper .subheader {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter.list-view .item-infocard .description-wrapper .subheader {
    font-size: 15px;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.specials-with-search-filter.list-view .item-infocard .description-wrapper .description {
  width: 45%;
  padding-right: 25px;
  float: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter.list-view .item-infocard .description-wrapper .description {
    width: 100%;
    padding: 0;
  }
}
.specials-with-search-filter.list-view .item-infocard .description-wrapper .description p {
  margin-bottom: 15px;
}
.specials-with-search-filter.list-view .item-infocard .description-wrapper .text-button {
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter.list-view .item-infocard .description-wrapper .text-button {
    margin-bottom: 15px;
  }
}
.specials-with-search-filter.list-view .item-infocard .description-wrapper .buttons-wrapper-block {
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 27%;
  float: right;
  padding: 0;
  flex-flow: column;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-with-search-filter.list-view .item-infocard .description-wrapper .buttons-wrapper-block {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter.list-view .item-infocard .description-wrapper .buttons-wrapper-block {
    width: 100%;
    margin-top: 0;
  }
}
.specials-with-search-filter.list-view .item-infocard .description-wrapper .buttons-wrapper-block .button {
  left: auto;
  right: auto;
  position: relative;
  bottom: auto;
  width: auto;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter.list-view .item-infocard .description-wrapper .buttons-wrapper-block .button {
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials-with-search-filter.list-view .item-infocard .button {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 27%;
  float: right;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-with-search-filter.list-view .item-infocard .button {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .specials-with-search-filter.list-view .item-infocard .button {
    width: 100%;
    margin-top: 0;
  }
}
.specials-with-search-filter .pagination-container {
  position: relative;
}
.specials-with-search-filter .pagination-container .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.specials-with-search-filter .pagination-container .pagination .page-info {
  padding: 0 32px;
  text-transform: uppercase;
  color: #757171;
  font: 420 13px/normal "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 0.13px;
}
.specials-with-search-filter .pagination-container .pagination .page-info .current-page {
  color: #0a406b;
  padding: 5px 10px;
  border: 1px solid #B3B2B2;
  margin: 0 12px;
}
.specials-with-search-filter .pagination-container .pagination .prev-btn, .specials-with-search-filter .pagination-container .pagination .next-btn {
  background-image: url("../images/blue-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 32px;
}
.specials-with-search-filter .pagination-container .pagination .prev-btn.disabled, .specials-with-search-filter .pagination-container .pagination .next-btn.disabled {
  opacity: 0.5;
}
.specials-with-search-filter .pagination-container .pagination .prev-btn {
  transform: rotateY(180deg);
}
</pre></body></html>