@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 > .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 #00407A;
  border-bottom: 2px solid #00407A;
}
.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: #00407A;
  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 > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

.swiper-container-free-mode > .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 > .swiper-wrapper {
  touch-action: pan-y;
}

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

.arrows-with-pagination {
  position: relative;
}
.arrows-with-pagination .slideshow-button svg {
  fill: #00407A;
  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: #00407A;
  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";
}

@media only screen and (max-width: 1270px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: 0;
  top: -100%;
  padding-top: 80px;
  height: 70%;
  width: 100%;
  background: #6699C2;
  transition: top 200ms, visibility 200ms;
  text-align: left;
  z-index: 60;
  visibility: hidden;
}
#hamburger-navigation:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 0;
  background-image: url("../images/mobile-wave.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  pointer-events: none;
  padding-top: 7%;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation:after {
    bottom: -27px;
  }
}
@media only screen and (max-width: 1270px) {
  #hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .ng-lightbox-show #hamburger-navigation {
    padding-top: 170px;
    padding-bottom: 20px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  top: 0;
  visibility: visible;
}
#hamburger-navigation .inner-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
}
#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 4px 0;
  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: #00407A;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 15px;
}
@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: inline-block;
  padding: 4px 0;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font: 700 14px/26px "BrandonGrotesque", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  margin-right: 5px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #00407A;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a.contact-num {
  font: 700 16px/1 "BrandonGrotesque", Arial, sans-serif;
}
#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: #00407A;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  display: inline-block;
  height: 34px;
  width: 34px;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
#hamburger-navigation .main-menu .plus:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -85%) rotate(135deg);
}
#hamburger-navigation .main-menu .plus:hover:after {
  border-color: #00407A;
}
#hamburger-navigation .main-menu .parent.expanded > .plus:after {
  transform: translate(-50%, -25%) rotate(-45deg);
}
#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;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
@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 h3 {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
#hamburger-navigation .footer-menu .menu-footer-list {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
#hamburger-navigation .footer-menu a {
  display: block;
  padding: 4px 40px 4px 0;
  font: 10px/18px "BrandonGrotesque", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
#hamburger-navigation .footer-menu a:hover, #hamburger-navigation .footer-menu a.active {
  color: #00407A;
}
#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;

  		&: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 > 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: 40px 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: #00407A;
  border-bottom: thin dashed #00407A;
  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: #00407A;
  display: inline-block;
  border-bottom: thin solid #00407A;
  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 #00407A;
}
.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: #6699C2;
}
@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 #6699C2;
  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: #6699C2;
  outline: 1px solid #6699C2;
}
.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: #6699C2;
}
@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: #6699C2;
  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 #6699C2;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  transform-origin: top;
  margin: 0 auto;
}
.booking .column .booking-placeholder.active {
  border-color: #6699C2;
  outline: 1px solid #6699C2;
}
.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: 1170px) {
  .booking .column .control-button:before {
    width: 15px;
    height: 1px;
  }
}
.booking .column .control-button:after {
  width: 1px;
  height: 13px;
}
@media only screen and (min-width: 1170px) {
  .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: #6699C2;
}
.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 #6699C2;
  outline: 1px solid #6699C2;
}
.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: #6699C2;
}
.booking input[type=submit]:hover {
  background-color: #00407A;
}
@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 #6699C2;
  outline: 1px solid #6699C2;
  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: #6699C2;
}
.booking .promo-popup .info {
  position: absolute;
  right: 0;
  bottom: 49px;
  padding: 10px;
  font: 14px/18px "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  background: #6699C2;
  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 #6699C2;
}
@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: #6699C2;
}
@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 #booking-datepicker-home {
  display: none;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 7;
}
.booking-datepicker-under .booking-home #booking-datepicker-home {
  bottom: auto;
  top: 60px;
}
.booking-home #booking-datepicker-home.visible {
  display: block;
}
.booking-home #booking-datepicker-home .arrival-departure-status {
  overflow: hidden;
  background: #00407A;
  text-align: center;
  width: 100%;
  line-height: 40px;
  height: 40px;
}
.booking-home #booking-datepicker-home .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
.booking-home #booking-datepicker-home .arrival-departure-status .arrival, .booking-home #booking-datepicker-home .arrival-departure-status .departure {
  opacity: 0;
  font: 16px/40px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.booking-home #booking-datepicker-home .arrival-departure-status .arrival:after, .booking-home #booking-datepicker-home .arrival-departure-status .departure:after {
  content: attr(data-text);
}
.booking-home #booking-datepicker-home .arrival-departure-status .arrival {
  margin-left: -100%;
}
.booking-home #booking-datepicker-home .arrival-departure-status .departure {
  margin-right: -100%;
}
.booking-home #booking-datepicker-home.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
.booking-home #booking-datepicker-home.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
.booking-home #booking-datepicker-home .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
.booking-home #booking-datepicker-home .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.booking-home #booking-datepicker-home .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
.booking-home #booking-datepicker-home .ui-datepicker-header {
  margin-bottom: 15px;
  font-size: 16px;
}
.booking-home #booking-datepicker-home .ui-datepicker-header .ui-datepicker-prev, .booking-home #booking-datepicker-home .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
.booking-home #booking-datepicker-home .ui-datepicker-prev, .booking-home #booking-datepicker-home .ui-datepicker-next {
  top: 50px;
}
.booking-home #booking-datepicker-home .ui-datepicker-prev {
  left: 20px;
}
.booking-home #booking-datepicker-home .ui-datepicker-next {
  right: 20px;
}
.booking-home #booking-datepicker-home.checkin-step td a, .booking-home #booking-datepicker-home.checkout-step td a, .booking-home #booking-datepicker-home td.checkin-date a, .booking-home #booking-datepicker-home td.checkout-date a {
  position: relative;
}
.booking-home #booking-datepicker-home.checkin-step td a:before, .booking-home #booking-datepicker-home.checkout-step td a:before, .booking-home #booking-datepicker-home td.checkin-date a:before, .booking-home #booking-datepicker-home td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #00407A;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.booking-home #booking-datepicker-home.checkin-step td a:hover:before, .booking-home #booking-datepicker-home td.checkin-date a:before {
  content: "in";
}
.booking-home #booking-datepicker-home.checkout-step td:not(.checkin-date) a:hover:before, .booking-home #booking-datepicker-home td.checkout-date a:before {
  content: "out";
}
.booking-home #booking-datepicker-home .ui-datepicker-calendar .ui-datepicker-highlight a, .booking-home #booking-datepicker-home .ui-datepicker-calendar .ui-datepicker-current-day a {
  background-color: #6699C2;
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #fff;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage {
    min-height: 500px;
  }
}
.homepage-additional-content .subpage > .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage > .button {
    display: block;
  }
}
.homepage-additional-content .subpage .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
}
.homepage-additional-content .subpage .headings {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px "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 > .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: 500 24px/28px "BrandonGrotesque", Arial, sans-serif;
  display: block;
  color: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.promos-position-a .promo h3 a {
  color: inherit;
  text-decoration: none;
}
.promos-position-a .promo p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.promos-position-a .promo .price {
  font: 18px/32px "BrandonGrotesque", Arial, sans-serif;
  margin-bottom: 20px;
}
.promos-position-a .promo .price strong {
  font-weight: bold;
  font-size: 20px;
}
.promos-position-a .promo .promo-button {
  display: block;
  font-size: 18px;
  margin-top: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.promos-position-a .promo .promo-button:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .promos-position-a .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .promos-position-a .promo {
    width: 83%;
  }
}
.promos-position-a .slideshow-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .promos-position-a .slideshow-pagination {
    display: none;
  }
}
.promos-position-a .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.promos-position-a .slideshow-pagination > *:hover, .promos-position-a .slideshow-pagination > *.active {
  background: #54baba;
}

.notifications, .url_notifications {
  background: #eee;
  color: #000;
  display: block;
  font: 600 12px "BrandonGrotesque", Arial, sans-serif;
  line-height: 20px;
  position: fixed;
  text-align: center;
  box-sizing: border-box;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
}
.notifications a, .url_notifications a {
  color: #fff;
  text-decoration: none;
  font: 600 12px "BrandonGrotesque", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.notifications .close, .url_notifications .close {
  background: url("../images/sprite.svg");
  background-position: -140px -272px;
  display: block;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -1000em;
  width: 36px;
}
.notifications .notification, .url_notifications .notification {
  display: none;
  position: relative;
  background-color: #ffdd00;
  color: #000;
  padding: 8px 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .notifications .notification, .url_notifications .notification {
    padding: 8px 46px 8px 10px;
  }
}
.notifications .notification a, .url_notifications .notification a {
  color: inherit;
}
.alert-visible .notifications, .alert-visible .url_notifications {
  top: 40px;
}

.countdown-promo.notification {
  padding: 0;
}
.countdown-promo .inner-wrapper {
  width: 100%;
  min-height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00407A;
}
@media only screen and (max-width: 767px) {
  .countdown-promo .inner-wrapper {
    display: block;
  }
}
.countdown-promo .promo-counter {
  flex-shrink: 0;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  padding: 5px 15px;
}
@media only screen and (max-width: 767px) {
  .countdown-promo .promo-counter {
    text-align: center;
    padding: 10px 20px;
  }
}
.countdown-promo .promo-counter .counter {
  display: inline-block;
}
.countdown-promo .promo-counter .counter:after {
  clear: both;
  content: "";
  display: table;
}
.countdown-promo .promo-counter .counter > div {
  float: left;
  width: 58px;
  margin-left: 10px;
  background: #6699C2;
  text-align: center;
}
.countdown-promo .promo-counter .counter > div:first-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .countdown-promo .promo-counter .counter > div {
    width: 55px;
    margin-left: 5px;
  }
}
.countdown-promo .promo-counter .counter > div .text {
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #00407A;
  background: #FFDF5D;
}
.countdown-promo .promo-counter .counter > div .value {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}
.countdown-promo .description {
  text-align: center;
  padding: 10px;
  color: #fff;
  font-family: "BrandonGrotesque", Arial, sans-serif;
}
.countdown-promo .description .promo-heading {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.countdown-promo .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-promo .info {
  height: auto;
  align-self: stretch;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .countdown-promo .info {
    min-height: 90px;
    padding: 20px 10px;
    justify-content: space-between;
  }
}
.countdown-promo .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-promo .info .image {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-promo .info .image {
    display: inline-block;
  }
}
.countdown-promo .info .link {
  margin-right: 20px;
}
.countdown-promo .info .link a {
  display: inline-block;
  box-sizing: border-box;
  height: 36px;
  margin: 0;
  padding: 0 25px;
  overflow: visible;
  font: bold 16px/36px "BrandonGrotesque", Arial, sans-serif;
  background: #6699C2;
  color: #fff;
  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;
}
.countdown-promo .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-promo {
  position: relative;
}
.admin .preview-item .countdown-promo .close {
  position: absolute;
  border: none;
}

.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: #00407A;
}
.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: #6699C2;
}
.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: 0;
    visibility: hidden;
    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: 0;
    visibility: hidden;
    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;
  }
}
@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-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .rooms-page {
    padding: 0 7px;
  }
}
.rooms-page .rooms-entry {
  width: calc(50% - 15px);
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
  background: #FBFAF8;
  font-size: 0;
  min-height: 673px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rooms-page .rooms-entry {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry {
    width: 100%;
    margin: 0 0 30px 0;
    min-height: auto;
  }
}
.rooms-page .rooms-entry .thumbnail {
  height: 345px;
  width: 100%;
  position: relative;
  background-color: #6699C2;
  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 .description {
  padding: 30px 50px 70px 50px;
  text-align: center;
  display: flex;
  flex-flow: column;
  color: #707070;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry .description {
    padding: 20px 20px 15px 20px;
  }
}
.rooms-page .rooms-entry .description h3 {
  order: 2;
  margin-bottom: 10px;
  color: #6699C2;
  font-size: 32px;
  line-height: 36px;
  font-weight: normal;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry .description h3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
}
.rooms-page .rooms-entry .description h4 {
  order: 1;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00407A;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry .description h4 {
    margin-bottom: 5px;
  }
}
.rooms-page .rooms-entry .description p {
  order: 3;
  margin-bottom: 20px;
  font-size: 18px;
}
.rooms-page .rooms-entry .description nav.links {
  order: 4;
  display: inline-block;
  font-size: 0;
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry .description nav.links {
    position: relative;
    bottom: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.rooms-page .rooms-entry .description nav.links .button {
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  margin: 0 15px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .rooms-page .rooms-entry .description nav.links .button {
    display: block;
    margin: 0 0 15px;
    width: auto;
    letter-spacing: 0.9px;
    padding: 0 25px;
  }
}
.rooms-page .rooms-entry .description nav.links .button.light-blue {
  background: #6699C2;
}
.rooms-page .rooms-entry .description nav.links .button.light-blue:hover {
  background: #00407A;
}
.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: #6699C2;
  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 #6699C2;
  border-bottom: 0;
  border-left: 0;
}
.room-single .room-gallery-slideshow .slideshow-button:hover.previous:after {
  border: 2px solid #6699C2;
  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: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}
.room-single .features {
  padding-bottom: 0;
}

.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: #6699C2;
  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 .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);
  }
}
.additional-rooms-acm .additional-room-slide .description .links .button + .button {
  margin-left: 15px;
}
@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: #6699C2;
}
.additional-rooms-acm .slideshow-button.next {
  right: -50px;
}
.additional-rooms-acm .slideshow-button.previous {
  left: -50px;
}

nav.virtual-tour-buttons {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}
nav.virtual-tour-buttons .button-3d-tour {
  position: relative;
  font: 500 16px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00407A;
  width: auto;
  height: auto;
  padding: 8px 14px;
  padding-left: 38px;
  margin: 0;
}
nav.virtual-tour-buttons .button-3d-tour:hover {
  opacity: 1;
}
nav.virtual-tour-buttons .button-3d-tour svg {
  position: absolute;
  left: 14px;
  fill: #00407A;
  width: 20px;
  top: 5px;
}
nav.virtual-tour-buttons .button-360-tour {
  position: relative;
  font: 500 16px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00407A;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 0;
  display: flex;
  padding: 8px 14px;
}
nav.virtual-tour-buttons .button-360-tour:hover {
  opacity: 1;
}
nav.virtual-tour-buttons .button-360-tour img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}

/* COMMON STYLES */
/* TEMPLATE 1 - 1 */
.socials-wrapper {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.socials-wrapper .social-feeds-wrapper {
  position: relative;
  color: #00407A;
  text-align: center;
  z-index: 1;
  margin: 69px auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
}
.socials-wrapper .social-feeds-wrapper:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .social-feeds-wrapper:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .social-feeds-wrapper {
    width: 100%;
    margin: 45px 0 20px;
    flex-direction: column;
    height: auto;
  }
}
.socials-wrapper .social-feeds-wrapper h3 {
  display: inline-block;
  font: 500 78px/88px "Silent Asia", sans-serif;
  letter-spacing: 1px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .social-feeds-wrapper h3 {
    position: relative;
    font-size: 56px;
    line-height: 66px;
  }
  .socials-wrapper .social-feeds-wrapper h3:after {
    content: "";
    width: 100px;
    height: 5px;
    background: #FFDF5D;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.socials-wrapper .social-feeds-wrapper .socials-list {
  margin-left: 41px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .social-feeds-wrapper .socials-list {
    margin-left: 0;
    margin-top: 30px;
    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: 0;
}
.socials-wrapper .social-feeds-wrapper .socials-list li a svg {
  width: 32px;
  height: 32px;
  fill: #00407A;
  transition: fill 350ms ease-in-out;
}
.socials-wrapper .social-feeds-wrapper .socials-list li a:hover svg {
  fill: #00407A;
}
.socials-wrapper .new-socialwrapper {
  margin-bottom: 90px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .new-socialwrapper {
    margin: 0px;
  }
}
.socials-wrapper .new-socialwrapper .eui-widget-title {
  display: none !important;
}
.socials-wrapper .new-socialwrapper #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav-icon {
  fill: rgb(0, 64, 122);
}
.socials-wrapper .new-socialwrapper .eapps-instagram-feed-posts-slider-nav-icon {
  width: 12px !important;
  height: 16px !important;
}
.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 {
  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 .feed-slider {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .feed-slider {
    padding: 0 16px;
  }
}
.socials-wrapper .swiper-container {
  position: relative;
  display: block;
  width: 100%;
  overflow: visible !important;
  padding: 0 85px;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .swiper-container {
    padding: 0;
    overflow: hidden !important;
  }
}
@media only screen and (min-width: 1440px) {
  .socials-wrapper .swiper-container {
    padding: 0 180px;
  }
}
.socials-wrapper .slideshow-button {
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .slideshow-button {
    display: none;
  }
}
.socials-wrapper .slideshow-button.previous {
  left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .socials-wrapper .slideshow-button.previous {
    left: 15px;
  }
}
.socials-wrapper .slideshow-button.next {
  right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .socials-wrapper .slideshow-button.next {
    right: 15px;
  }
}
.socials-wrapper .slideshow-button svg {
  fill: #00407A;
}
.socials-wrapper .slideshow-button:hover svg {
  fill: #5d995d;
}
.socials-wrapper .slideshow-pagination {
  position: relative;
  display: none;
  justify-content: center;
  height: 28px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .slideshow-pagination {
    display: flex;
  }
}
.socials-wrapper .slideshow-pagination button {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #00407A;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 350ms ease-in-out;
  overflow: hidden;
  text-indent: -999px;
}
.socials-wrapper .slideshow-pagination button:last-child {
  margin-right: 0;
}
.socials-wrapper .slideshow-pagination button:hover, .socials-wrapper .slideshow-pagination button.swiper-pagination-bullet.active {
  opacity: 1;
}
.socials-wrapper .instagram-feeds .feed-item {
  position: relative;
  display: inline-block;
  width: 274px;
  height: 0;
  padding-top: 22%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #6699C2;
  opacity: 0.2;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .socials-wrapper .instagram-feeds .feed-item {
    padding-top: 31%;
  }
}
@media only screen and (max-width: 767px) {
  .socials-wrapper .instagram-feeds .feed-item {
    padding-top: 49%;
  }
}
.socials-wrapper .instagram-feeds .feed-item.swiper-slide-visible {
  opacity: 1;
}
.socials-wrapper .instagram-feeds .feed-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.socials-wrapper .instagram-feeds .feed-item a .feed-thumb {
  background-size: cover;
  background-position: center;
}
.socials-wrapper .c-instagram-feed__item.photo {
  /* display: inline-flex; */
  width: 271px !important;
  max-width: 271px !important;
  min-width: 271px;
  height: 271px;
  overflow: hidden;
  background-size: cover;
}
@media (width <= 768px) {
  .socials-wrapper .c-instagram-feed__item.photo {
    min-width: 100%;
    max-width: 100%;
    width: calc(100% - 60px);
    margin: auto 30px;
    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 > .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 > 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 > a {
    float: none;
    display: inline-block;
  }
}
.venue.template5 .inner-wrapper .content .links > 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: #fff;
  padding: 50px 0 30px;
  font-size: 20px;
  line-height: 1;
  color: #00407A;
  text-align: center;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 20px;
  }
}
.footer a {
  color: #00407A;
  text-decoration: none;
}
.footer a:hover {
  color: #FFDF5D;
}
.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-inner {
  text-align: center;
}
.footer .footer-block.block-1 {
  margin-right: 77px;
  width: 20%;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer-block.block-1 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .footer-block.block-1 {
    margin-right: 20px;
  }
}
.footer .footer-block.block-1 .logo-footer {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: 0;
  width: 210px;
  height: auto;
  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: 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: calc(80% - 77px);
}
@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 (min-width: 1024px) {
  .footer .footer-block.block-2 {
    width: calc(80% - 20px);
  }
}
.footer .footer-menu,
.footer .footer-main-menu,
.footer .footer-quick-links {
  margin-bottom: 12px;
  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: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #00407A;
}
.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 .footer-menu li a,
.footer .footer-main-menu li a {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer .footer-main-menu {
    display: none;
  }
  .footer .footer-quick-links {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-quick-links {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-quick-links li {
    margin-bottom: 21px;
  }
}
.footer .footer-quick-links 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: #00407A;
  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: #FFDF5D;
}
.footer .footer-bottom-bar .footer-hotel-names li a {
  color: #00407A;
}
.footer .footer-bottom-bar .footer-hotel-names li a:hover {
  color: #FFDF5D;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-bar .footer-hotel-names {
    margin: 31px 0 10px;
  }
  .footer .footer-bottom-bar .footer-hotel-names li {
    max-width: none;
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.footer .footer-bottom-bar .copyright {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  color: #00407A;
  margin-top: 20px;
}
.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) {
  .footer .contact-info {
    margin: 15px auto 0;
  }
}
.footer .contact-info .contact-num {
  font: 700 16px/1 "BrandonGrotesque", Arial, sans-serif;
}
.footer .footer-top-bar {
  width: 100%;
  justify-content: space-between;
  padding: 0 20px 30px 20px;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-top-bar {
    padding: 0;
  }
}
.footer .footer-menu {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu {
    margin-top: 40px;
  }
}
.footer .footer-menu ul {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  justify-content: space-between;
}
.footer .footer-menu ul h3 {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu ul h3 {
    text-align: center;
  }
}
.footer .footer-menu ul .menu-footer-list {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu ul .menu-footer-list {
    text-align: center;
  }
}
.footer .footer-menu ul li {
  display: block;
  width: 20%;
  padding-left: 16px;
}
@media only screen and (max-width: 1023px) {
  .footer .footer-menu ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .footer-menu ul li:first-child, .footer .footer-menu ul li:nth-child(3) {
    width: 30%;
  }
}
.footer .footer-menu ul li a {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu ul li a {
    padding-right: 0;
  }
}
.footer .footer-menu ul ul {
  display: block;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu ul ul {
    margin: 16px 0 20px 0;
  }
}
.footer .footer-menu ul ul li {
  width: 100% !important;
  padding-left: 0;
}
.footer .footer-menu ul ul li a {
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .footer-menu ul ul li a {
    text-align: center;
    font-size: 14px;
  }
}
.footer .footer-quick-links {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .footer .footer-quick-links {
    width: 100%;
  }
}
.footer .additional-logo {
  width: 30%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .footer .additional-logo {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.footer .additional-logo a {
  display: block;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .footer .additional-logo a {
    max-width: 150px;
    margin: 0 auto;
  }
}
.footer .additional-logo a:hover {
  opacity: 0.5;
}
.footer .additional-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .footer-middle-bar {
  margin: 30px 0;
}
.footer .footer-middle-bar .logos-list {
  width: 100%;
  text-align: center;
}
.footer .footer-middle-bar .logos-list li {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .footer .footer-middle-bar .logos-list li {
    margin: 20px 0;
  }
}
.footer .footer-middle-bar .logos-list li a {
  display: block;
}
.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;
}
.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;
}
.footer .logo-footer + .contact-info {
  margin-top: 0;
}
.footer .bg-overlay {
  position: absolute;
  height: 784px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .footer .bg-overlay {
    height: 484px;
  }
}
.footer .bg-overlay img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.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: scale(1.05);
}
@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: #6699C2;
  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;
  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: #00407A;
  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: 14px;
}
@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;
  }
}

.hover-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
@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);
}
.hover-tiles .hover-tile:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  transition: opacity 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .hover-tiles .hover-tile:after {
    opacity: 1;
  }
}
.hover-tiles .hover-tile:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .hover-tiles .hover-tile:nth-last-child(-n+2) {
    margin-bottom: 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:after, .hover-tiles .hover-tile :focus-within:after {
  opacity: 1;
}
.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);
}
.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;
  }
}

.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,
.specials-content {
  overflow: hidden;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .filter-specials-layout,
.specials-content {
    padding-bottom: 0;
  }
}
.filter-specials-layout .center-column,
.specials-content .center-column {
  max-width: 650px;
  padding: 0 20px;
}
.filter-specials-layout 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,
.specials-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.filter-specials-layout h3, .filter-specials-layout 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,
.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,
.specials-content h3 {
    font-size: 16px;
  }
}
@media (min-width: 550px) {
  .filter-specials-layout h3,
.specials-content h3 {
    font-size: 22px;
  }
}
.filter-specials-layout 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,
.specials-content h4 {
    font-size: 14px;
  }
}
@media (min-width: 450px) {
  .filter-specials-layout h4,
.specials-content h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-specials-layout h4,
.specials-content h4 {
    margin-bottom: 10px;
  }
}
.filter-specials-layout h6,
.specials-content h6 {
  color: #787878;
  font-size: 18px;
  font-weight: normal;
}
.filter-specials-layout .thumbnail,
.specials-content .thumbnail {
  max-width: 1072px;
  height: 547px;
  margin: 0 auto 30px;
  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,
.specials-content .thumbnail {
    margin-top: 0;
    margin-bottom: 20px;
    height: 0;
    padding-bottom: 56.25vw;
  }
}
.filter-specials-layout .controls,
.specials-content .controls {
  padding-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .filter-specials-layout .controls,
.specials-content .controls {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.filter-specials-layout .button,
.specials-content .button {
  padding: 0 35px;
  letter-spacing: 1px;
  line-height: 36px;
  height: 36px;
}
.filter-specials-layout .button span,
.specials-content .button span {
  display: inline-block;
  line-height: 36px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .filter-specials-layout .button span,
.specials-content .button span {
    line-height: 40px;
  }
}
.filter-specials-layout .button svg,
.specials-content .button svg {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  margin: -6px 6px 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,
.specials-content .button svg {
    margin-right: 5px;
  }
}

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

.single-special {
  display: flex;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .single-special {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .single-special .page-content {
    text-align: left;
  }
  .single-special .page-content h2, .single-special .page-content .h2-like {
    max-width: none;
  }
}
.single-special h1 {
  text-align: inherit;
}
.single-special h3, .single-special .h3-like {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #00407A;
}

.terms-and-conditions {
  width: 48%;
  margin-left: 66px;
  flex-shrink: 0;
  background: #FBFAF8;
  padding: 35px 40px;
  font-size: 15px;
  line-height: 22px;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .terms-and-conditions {
    padding: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .terms-and-conditions {
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
  }
}
.terms-and-conditions h1, .terms-and-conditions h2, .terms-and-conditions h3 {
  color: inherit;
  text-transform: none;
}
.terms-and-conditions h2, .terms-and-conditions h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.terms-and-conditions h2, .terms-and-conditions h3, .terms-and-conditions h4, .terms-and-conditions h5, .terms-and-conditions h6, .terms-and-conditions p, .terms-and-conditions ul, .terms-and-conditions ol, .terms-and-conditions table {
  margin-bottom: 10px;
}
.terms-and-conditions h2:last-child, .terms-and-conditions h3:last-child, .terms-and-conditions h4:last-child, .terms-and-conditions h5:last-child, .terms-and-conditions h6:last-child, .terms-and-conditions p:last-child, .terms-and-conditions ul:last-child, .terms-and-conditions ol:last-child, .terms-and-conditions table:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

.page-content .galleries {
  text-align: left;
}
.page-content .galleries .gallery {
  text-align: center;
}

#galleria {
  height: 467px;
}

.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 #00407A;
  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: #00407A;
  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: #00407A;
  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;
}
.form .radio-label, .form .checkbox-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 .radio-label, .form .checkbox-label {
    margin-bottom: 10px;
  }
}

.preloader {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(149, 148, 148, 0.5);
  transition: all 200ms;
  /* Safari */
}
.preloader .loader {
  border: 4px solid #979797;
  border-radius: 50%;
  border-top: 4px solid #00407A;
  width: 40px;
  height: 40px;
  /* Safari */
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

#form_module_container_errors {
  color: #B31919;
}

#form_module_container_errors .goTo {
  color: #00407A;
  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 #00407A;
  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: #00407A;
  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_] > input[type=submit], #cendyn > 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 p, #cendyn .form-builder-field p {
  font-size: 20px;
  color: #787878;
}
[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] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label, #cendyn .form-builder-field[class*=inputcheckbox] > label, #cendyn .form-builder-field[class*=checkboxgroup] > label, #cendyn .form-builder-field[class*=radiogroup] > 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;
}
@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] > p, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > p, [id*=form_form_] .form-builder-field[class*=radiogroup] > p, #cendyn .form-builder-field[class*=inputcheckbox] > p, #cendyn .form-builder-field[class*=checkboxgroup] > p, #cendyn .form-builder-field[class*=radiogroup] > p {
  margin: 0;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > p:last-child label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > p:last-child label, [id*=form_form_] .form-builder-field[class*=radiogroup] > p:last-child label, #cendyn .form-builder-field[class*=inputcheckbox] > p:last-child label, #cendyn .form-builder-field[class*=checkboxgroup] > p:last-child label, #cendyn .form-builder-field[class*=radiogroup] > 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 > label, #cendyn .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
}
[id*=form_form_] .form-builder-field[class*=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: #00407A;
  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: #00407A;
}
.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: #00407A;
  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: #00407A;
  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 #00407A;
  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-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;
}

#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 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 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;
}
#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;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

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

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

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  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: #6699C2;
}
.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 #00407A;
  position: absolute;
  left: 50%;
  top: 50%;
}
#calendar-month-custom li.arrow a.next:after {
  border-right: 2px solid #00407A;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#calendar-month-custom li.arrow a.prev:after {
  border-left: 2px solid #00407A;
  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: #00407A;
  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: #00407A;
}
@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&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&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 > 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: #6699C2;
}
.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: #00407A;
  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: #00407A;
}
#cal-popup .popup-wrapper .close-btn:hover:before, #cal-popup .popup-wrapper .close-btn:hover:after {
  background: #fff;
}
#cal-popup .upper-wrapper {
  width: 100%;
  margin: -25px 0 0 0;
  height: 330px;
}
#cal-popup .upper-wrapper:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #cal-popup .upper-wrapper {
    height: 180px;
  }
}
#cal-popup .upper-wrapper .left-image, #cal-popup .upper-wrapper .right-image {
  display: inline-block;
  font-size: 0;
  width: 50%;
  height: 330px;
  background-size: cover;
}
#cal-popup .upper-wrapper .left-image img, #cal-popup .upper-wrapper .right-image img {
  display: none;
}
@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 .right-image {
  background-color: #00407A;
  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 .button {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #cal-popup .text-wrapper .button {
    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;
}

.acm-block {
  position: relative;
  z-index: 1;
}
.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;
  }
}

.faq-section {
  position: relative;
  max-width: 1184px;
  margin: 40px auto;
  padding: 0 20px;
}
.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) {
  .faq-section h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.faq-section .faq-section-item {
  text-align: center;
}
.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: #00407A;
}
.faq-section .faq-section-item .faq-section-answer {
  color: #787878;
}

.menu-tabs-block-acm h2 {
  color: #00407A;
  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: #6699C2;
  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%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.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 {
  margin-bottom: 30px;
  width: 70%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 10px 40px 0;
  text-align: center;
}
@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-transform: uppercase;
  font-weight: bold;
  color: #00407A;
}
.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: #00407A;
  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: #205172;
}
.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;
}

.accommodations-at-sea {
  position: relative;
  margin: 60px 0 30px;
  overflow: hidden;
  text-align: center;
}
.accommodations-at-sea .section-header {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .accommodations-at-sea .section-header {
    padding: 0;
    text-align: center;
  }
}
.accommodations-at-sea .section-header h3 {
  display: inline-block;
  font: 500 78px/88px "Silent Asia", sans-serif;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #00407A;
  padding-bottom: 7px;
  margin-bottom: 30px;
  position: relative;
}
.accommodations-at-sea .section-header h3:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .accommodations-at-sea .section-header h3 {
    font: 500 56px/66px "Silent Asia", sans-serif;
  }
}
.accommodations-at-sea .section-header .section-content {
  margin: 0 auto 20px;
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
}
.accommodations-at-sea .section-header .section-content h4 {
  margin-bottom: 10px;
  color: #6699C2;
  text-transform: uppercase;
  font: 400 32px/36px "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .accommodations-at-sea .section-header .section-content h4 {
    font: 400 25px/30px "BrandonGrotesque", Arial, sans-serif;
  }
}
.accommodations-at-sea .section-header .section-content p {
  max-width: 818px;
  margin: 0 auto 20px;
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
  color: #707070;
}
.accommodations-at-sea .accomodations {
  position: relative;
  width: 100%;
  display: block;
}
.accommodations-at-sea .accomodations .accomodation-entry {
  position: relative;
  width: 100%;
}
.accommodations-at-sea .rooms-slider {
  position: relative;
  display: block;
  width: 100%;
}
.accommodations-at-sea .rooms-slider .slideshow {
  margin: 0 auto;
  max-width: 1344px;
  padding: 0 100px;
}
@media only screen and (max-width: 1023px) {
  .accommodations-at-sea .rooms-slider .slideshow {
    max-width: 100%;
    padding: 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-at-sea .rooms-slider .slideshow {
    padding: 0 20px;
    margin-left: 0;
  }
}
.accommodations-at-sea .rooms-slider .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.accommodations-at-sea .rooms-slider .room-slide {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  white-space: normal;
  height: auto;
}
.accommodations-at-sea .rooms-slider .room-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-at-sea .rooms-slider .room-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-at-sea .rooms-slider .room-slide {
    width: calc(100% - 80px);
  }
}
.accommodations-at-sea .rooms-slider .room-slide .thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60.5263157895%;
  background-color: #6699C2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .accommodations-at-sea .rooms-slider .room-slide .thumbnail {
    height: 0;
  }
}
.accommodations-at-sea .rooms-slider .room-slide .thumbnail img {
  transition: transform 350ms ease-in-out;
}
.accommodations-at-sea .rooms-slider .room-slide .thumbnail:hover img {
  transform: scale(1.2);
}
.accommodations-at-sea .rooms-slider .room-slide .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);
  }
}
.accommodations-at-sea .rooms-slider .room-slide h3 {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
  margin-bottom: 0;
  padding: 0 20px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  z-index: 1;
}
.accommodations-at-sea .rooms-slider .room-slide .room-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 5;
}
.accommodations-at-sea .rooms-slider .room-slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}
.accommodations-at-sea .rooms-slider .room-slide:not(.swiper-slide-visible) h3 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .accommodations-at-sea .rooms-slider .slides-count-1 {
    padding-right: 0;
  }
}
.accommodations-at-sea .rooms-slider .slides-count-1 .slideshow-wrapper .room-slide {
  width: 50%;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-at-sea .rooms-slider .slides-count-1 .slideshow-wrapper .room-slide {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .accommodations-at-sea .rooms-slider .slides-count-1 .slideshow-wrapper .room-slide {
    width: 100%;
  }
}
.accommodations-at-sea .rooms-slider .slider-wrapper .slideshow-button {
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .accommodations-at-sea .rooms-slider .slider-wrapper .slideshow-button {
    display: none;
  }
}
.accommodations-at-sea .rooms-slider .slider-wrapper .slideshow-button.previous {
  left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-at-sea .rooms-slider .slider-wrapper .slideshow-button.previous {
    left: 15px;
  }
}
.accommodations-at-sea .rooms-slider .slider-wrapper .slideshow-button.next {
  right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accommodations-at-sea .rooms-slider .slider-wrapper .slideshow-button.next {
    right: 15px;
  }
}
.accommodations-at-sea .rooms-slider .slider-wrapper .slideshow-button svg {
  fill: #00407A;
}
.accommodations-at-sea .rooms-slider .slider-wrapper .slideshow-button:hover svg {
  fill: #5d995d;
}
.accommodations-at-sea .rooms-slider .slideshow-pagination {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .accommodations-at-sea .rooms-slider .slideshow-pagination {
    display: flex;
  }
}
.accommodations-at-sea .rooms-slider .slideshow-pagination button {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #00407A;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 350ms ease-in-out;
  overflow: hidden;
  text-indent: -999px;
}
.accommodations-at-sea .rooms-slider .slideshow-pagination button:last-child {
  margin-right: 0;
}
.accommodations-at-sea .rooms-slider .slideshow-pagination button:hover, .accommodations-at-sea .rooms-slider .slideshow-pagination button.active {
  opacity: 1;
}

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

.testimonials-new {
  position: relative;
  margin: 60px 0 30px;
  overflow: hidden;
  text-align: center;
}
.testimonials-new .section-header {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .testimonials-new .section-header {
    padding: 0;
    text-align: center;
  }
}
.testimonials-new .section-header h3 {
  display: inline-block;
  font: 500 78px/88px "Silent Asia", sans-serif;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #00407A;
  padding-bottom: 7px;
  margin-bottom: 30px;
  position: relative;
}
.testimonials-new .section-header h3:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .testimonials-new .section-header h3 {
    font: 500 56px/66px "Silent Asia", sans-serif;
  }
}
.testimonials-new .section-header .section-content {
  margin: 0 auto 20px;
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
}
.testimonials-new .section-header .section-content h4 {
  margin-bottom: 10px;
  color: #6699C2;
  text-transform: uppercase;
  font: 400 32px/36px "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .testimonials-new .section-header .section-content h4 {
    font: 400 25px/30px "BrandonGrotesque", Arial, sans-serif;
  }
}
.testimonials-new .section-header .section-content p {
  max-width: 818px;
  margin: 0 auto 20px;
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
  color: #707070;
}
.testimonials-new .rooms-slider {
  position: relative;
  display: block;
}
.testimonials-new .rooms-slider .slideshow {
  margin: 0 auto;
  max-width: 1344px;
  padding: 0 100px;
}
@media only screen and (max-width: 1023px) {
  .testimonials-new .rooms-slider .slideshow {
    max-width: 100%;
    padding: 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-new .rooms-slider .slideshow {
    padding: 0 20px;
    margin-left: 0;
  }
}
.testimonials-new .rooms-slider .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
  height: 380px;
}
@media only screen and (max-width: 767px) {
  .testimonials-new .rooms-slider .slideshow-wrapper {
    height: 300px;
  }
}
.testimonials-new .rooms-slider .room-slide {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  white-space: normal;
  height: inherit;
}
.testimonials-new .rooms-slider .room-slide::after {
  content: none;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonials-new .rooms-slider .room-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-new .rooms-slider .room-slide {
    width: calc(100% - 80px);
    height: inherit;
  }
}
.testimonials-new .rooms-slider .room-slide .thumbnail {
  position: relative;
  width: 100%;
  height: inherit;
}
@media only screen and (max-width: 767px) {
  .testimonials-new .rooms-slider .room-slide .thumbnail {
    height: 0;
  }
}
.testimonials-new .rooms-slider .room-slide .thumbnail.row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .testimonials-new .rooms-slider .room-slide .thumbnail.row {
    height: inherit;
  }
}
.testimonials-new .rooms-slider .room-slide .thumbnail.row .image {
  width: 50%;
  overflow: hidden;
  height: inherit;
  position: relative;
}
.testimonials-new .rooms-slider .room-slide .thumbnail.row .image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 350ms ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-new .rooms-slider .room-slide .thumbnail.row .image:hover img {
  transform: scale(1.2);
}
.testimonials-new .rooms-slider .room-slide .thumbnail.row .content-bg {
  width: 50%;
  background: var(--light-grey, #FAF9F7);
  text-align: left;
  height: 100%;
}
.testimonials-new .rooms-slider .room-slide .thumbnail.row .content-bg .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonials-new .rooms-slider .room-slide .thumbnail.row .content-bg .content {
    padding: 12px;
  }
}
.testimonials-new .rooms-slider .room-slide .thumbnail.row .content-bg p {
  font-size: 18px;
  color: #787878;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .testimonials-new .rooms-slider .room-slide .thumbnail.row .content-bg p {
    font-size: 14px;
    line-height: 21px;
  }
}
.testimonials-new .rooms-slider .room-slide .thumbnail.row .content-bg span {
  font-size: 18px;
  color: #787878;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .testimonials-new .rooms-slider .room-slide .thumbnail.row .content-bg span {
    font-size: 14px;
    line-height: 21px;
  }
}
.testimonials-new .rooms-slider .room-slide .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);
  }
}
.testimonials-new .rooms-slider .room-slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}
.testimonials-new .rooms-slider .room-slide:not(.swiper-slide-visible) h3 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .testimonials-new .rooms-slider .slides-count-1 {
    padding-right: 0;
  }
}
.testimonials-new .rooms-slider .slides-count-1 .slideshow-wrapper .room-slide {
  width: 50%;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonials-new .rooms-slider .slides-count-1 .slideshow-wrapper .room-slide {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-new .rooms-slider .slides-count-1 .slideshow-wrapper .room-slide {
    width: 100%;
  }
}
.testimonials-new .rooms-slider .slider-wrapper .slideshow-button {
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .testimonials-new .rooms-slider .slider-wrapper .slideshow-button {
    display: none;
  }
}
.testimonials-new .rooms-slider .slider-wrapper .slideshow-button.previous {
  left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonials-new .rooms-slider .slider-wrapper .slideshow-button.previous {
    left: 15px;
  }
}
.testimonials-new .rooms-slider .slider-wrapper .slideshow-button.next {
  right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonials-new .rooms-slider .slider-wrapper .slideshow-button.next {
    right: 15px;
  }
}
.testimonials-new .rooms-slider .slider-wrapper .slideshow-button svg {
  fill: #00407A;
}
.testimonials-new .rooms-slider .slider-wrapper .slideshow-button:hover svg {
  fill: #5d995d;
}
.testimonials-new .rooms-slider .slideshow-pagination {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .testimonials-new .rooms-slider .slideshow-pagination {
    display: flex;
  }
}
.testimonials-new .rooms-slider .slideshow-pagination button {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #00407A;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 350ms ease-in-out;
  overflow: hidden;
  text-indent: -999px;
}
.testimonials-new .rooms-slider .slideshow-pagination button:last-child {
  margin-right: 0;
}
.testimonials-new .rooms-slider .slideshow-pagination button:hover, .testimonials-new .rooms-slider .slideshow-pagination button.active {
  opacity: 1;
}
.testimonials-new .read-more {
  margin-top: 50px;
}

.additional-content-columns {
  margin: 30px 0;
}
.additional-content-columns .page-content-wrapper {
  text-align: left;
}
.additional-content-columns .page-content-wrapper .sidebar-col {
  width: 330px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .additional-content-columns .page-content-wrapper .sidebar-col {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-content-columns .page-content-wrapper .sidebar-col {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.additional-content-columns .page-content-wrapper .sidebar-col h2 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1.5px;
}
.additional-content-columns .page-content-wrapper .sidebar-col + .page-content {
  margin-left: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .additional-content-columns .page-content-wrapper .sidebar-col + .page-content {
    margin-left: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .additional-content-columns .page-content-wrapper .sidebar-col + .page-content {
    margin-left: 0;
  }
}

.content-into-image {
  margin: 35px 0;
  padding: 85px 0 54px;
  background-image: linear-gradient(180deg, #22c7ed 0%, #41eaec 100%);
}
@media only screen and (max-width: 767px) {
  .content-into-image {
    padding: 40px 0 25px;
  }
  .content-into-image .bg-image {
    display: none;
  }
}
.content-into-image .section-logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .content-into-image .section-logo {
    width: 80%;
  }
}
.content-into-image .page-content {
  width: 50%;
  margin-bottom: 10px;
  padding: 0 70px 0 0;
  color: #00407A;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content-into-image .page-content {
    width: 100%;
    padding: 0;
  }
}
.content-into-image .page-content p {
  font-size: 18px;
  line-height: 24px;
}
.content-into-image .mobile-image {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 57.9710144928%;
}
@media only screen and (max-width: 767px) {
  .content-into-image .mobile-image {
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-into-image .content-text {
    max-width: 62%;
    margin-right: auto;
    margin-left: auto;
  }
}
.content-into-image nav {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content-into-image nav {
    text-align: center;
  }
}
.content-into-image nav a {
  display: inline-block;
  margin: 10px 0 10px 0;
}
@media only screen and (max-width: 767px) {
  .content-into-image nav a {
    margin: 10px 15px;
  }
}

.content-lr-into-image {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .content-lr-into-image {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-lr-into-image .center-column {
    padding: 0;
  }
}
.content-lr-into-image .inner-wrapper {
  position: relative;
  display: flex;
  padding: 60px 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-lr-into-image .inner-wrapper {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content-lr-into-image .inner-wrapper {
    display: block;
    padding: 0;
  }
}
.content-lr-into-image .inner-wrapper.pos-right {
  justify-content: flex-end;
}
.content-lr-into-image .thumbnail {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-lr-into-image .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.4102564103%;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .content-lr-into-image .thumbnail {
    position: relative;
  }
}
.content-lr-into-image .text-content {
  position: relative;
  width: 50%;
  padding: 50px 60px;
  text-align: left;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-lr-into-image .text-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content-lr-into-image .text-content {
    width: calc(100% - 30px);
    margin: -49px 15px 0;
    padding: 25px 36px;
    text-align: center;
  }
}
.content-lr-into-image .text-content h3 {
  font: 400 32px/36px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1.5px;
  padding-bottom: 25px;
  text-transform: uppercase;
  position: relative;
  color: #6699C2;
}
.content-lr-into-image .text-content h3:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .content-lr-into-image .text-content h3 {
    font: 400 26px/30px "BrandonGrotesque", Arial, sans-serif;
    padding-bottom: 17px;
  }
  .content-lr-into-image .text-content h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.content-lr-into-image .text-content p {
  margin-top: 20px;
  color: #707070;
  font: 400 24px/30px "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .content-lr-into-image .text-content p {
    margin-top: 14px;
    font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
  }
}
.content-lr-into-image .text-content a {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .content-lr-into-image .text-content a {
    margin-top: 20px;
  }
}

.cruise-itinerary {
  margin: 30px 0;
}
.cruise-itinerary .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cruise-itinerary .inner-wrapper {
    display: block;
  }
}
.cruise-itinerary .left-side {
  width: 30.6%;
  padding: 20px 24px 0;
  color: #fff;
  background-color: #00407A;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cruise-itinerary .left-side {
    width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .cruise-itinerary .left-side {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cruise-itinerary .left-side .page-content {
  padding: 0 16px;
}
.cruise-itinerary .left-side img {
  width: 100%;
  margin-bottom: 16px;
}
.cruise-itinerary .left-side h3 {
  font: 400 24px/28px "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  align-self: flex-start;
  padding-bottom: 25px;
}
.cruise-itinerary .left-side h3:after {
  content: "";
  display: block;
  width: 99px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cruise-itinerary .left-side h3 {
    font: 400 20px/20px "BrandonGrotesque", Arial, sans-serif;
    padding-bottom: 17px;
    text-align: center;
  }
  .cruise-itinerary .left-side h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.cruise-itinerary .left-side .left-side-text {
  font-size: 18px;
  line-height: 22px;
}
.cruise-itinerary .left-side .left-side-text p {
  margin-bottom: 14px;
}
.cruise-itinerary .right-side {
  width: 67.2%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cruise-itinerary .right-side {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .cruise-itinerary .right-side {
    width: 100%;
  }
}
.cruise-itinerary .right-side .to-swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .cruise-itinerary .right-side .to-swiper-wrapper {
    flex-wrap: nowrap;
  }
}
.cruise-itinerary .right-side .to-swiper-wrapper.count-3 .thumbnail:first-child {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.cruise-itinerary .right-side .to-swiper-wrapper.count-3 .thumbnail:first-child:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 51.9480519481%;
  pointer-events: none;
}
.cruise-itinerary .right-side .to-swiper-wrapper.count-5 .thumbnail:nth-child(3) {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.cruise-itinerary .right-side .to-swiper-wrapper.count-5 .thumbnail:nth-child(3):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 51.9480519481%;
  pointer-events: none;
}
.cruise-itinerary .right-side .to-swiper-wrapper.count-7 .thumbnail:nth-child(1), .cruise-itinerary .right-side .to-swiper-wrapper.count-9 .thumbnail:nth-child(1) {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.cruise-itinerary .right-side .to-swiper-wrapper.count-7 .thumbnail:nth-child(1):before, .cruise-itinerary .right-side .to-swiper-wrapper.count-9 .thumbnail:nth-child(1):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 51.9480519481%;
  pointer-events: none;
}
.cruise-itinerary .right-side .to-swiper-wrapper.count-7 .thumbnail:nth-child(4), .cruise-itinerary .right-side .to-swiper-wrapper.count-9 .thumbnail:nth-child(4) {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.cruise-itinerary .right-side .to-swiper-wrapper.count-7 .thumbnail:nth-child(4):before, .cruise-itinerary .right-side .to-swiper-wrapper.count-9 .thumbnail:nth-child(4):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 51.9480519481%;
  pointer-events: none;
}
.cruise-itinerary .right-side .to-swiper-wrapper.count-7 .thumbnail:nth-child(7), .cruise-itinerary .right-side .to-swiper-wrapper.count-9 .thumbnail:nth-child(7) {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.cruise-itinerary .right-side .to-swiper-wrapper.count-7 .thumbnail:nth-child(7):before, .cruise-itinerary .right-side .to-swiper-wrapper.count-9 .thumbnail:nth-child(7):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 51.9480519481%;
  pointer-events: none;
}
.cruise-itinerary .right-side .thumbnail {
  position: relative;
  width: calc(50% - 5px);
  position: relative;
}
.cruise-itinerary .right-side .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65.2631578947%;
  pointer-events: none;
}
.cruise-itinerary .right-side .thumbnail:nth-child(n+1) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cruise-itinerary .right-side .thumbnail {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  .cruise-itinerary .right-side .thumbnail:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 51.9480519481%;
    pointer-events: none;
  }
  .cruise-itinerary .right-side .thumbnail:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cruise-itinerary .right-side .thumbnail {
    width: 100% !important;
    height: 100% !important;
    left: unset !important;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    position: relative !important;
    margin: 0 !important;
    transform: translateY(0) !important;
    position: relative;
  }
  .cruise-itinerary .right-side .thumbnail:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
    pointer-events: none;
  }
}
.cruise-itinerary .right-side .image-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  padding: 8px 12px;
  color: #00407A;
  font: 700 14px/1 "BrandonGrotesque", Arial, sans-serif;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #FFDF5D;
}
.cruise-itinerary .right-side .swiper-container {
  width: 100%;
}
.cruise-itinerary .right-side .slideshow-pagination {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .cruise-itinerary .right-side .slideshow-pagination {
    display: flex;
  }
}
.cruise-itinerary .right-side .slideshow-pagination button {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #00407A;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 350ms ease-in-out;
  overflow: hidden;
  text-indent: -999px;
}
.cruise-itinerary .right-side .slideshow-pagination button:last-child {
  margin-right: 0;
}
.cruise-itinerary .right-side .slideshow-pagination button:hover, .cruise-itinerary .right-side .slideshow-pagination button.swiper-pagination-bullet-active {
  opacity: 1;
}
.cruise-itinerary .bottom-text {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
}
.cruise-itinerary .bottom-text .text-inner {
  width: 66.2%;
  color: #707070;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 1023px) {
  .cruise-itinerary .bottom-text .text-inner {
    width: 100%;
  }
}

.exclusive-offer-at-sea {
  margin: 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .exclusive-offer-at-sea {
    margin-top: 280px;
    margin-bottom: 30px;
  }
  .exclusive-offer-at-sea .center-column {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .exclusive-offer-at-sea {
    margin-top: 220px;
    margin-bottom: 30px;
  }
  .exclusive-offer-at-sea .center-column {
    padding: 0;
  }
}
.exclusive-offer-at-sea .inner-wrapper {
  margin-left: 200px;
  padding: 44px 100px 44px 290px;
  background: rgb(34, 199, 237);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(34, 199, 237) 0%, rgb(65, 234, 236) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#22c7ed", endColorstr="#41eaec",GradientType=0 );
  /* IE6-9 */
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .exclusive-offer-at-sea .inner-wrapper {
    margin-left: 0;
    padding: 250px 40px 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .exclusive-offer-at-sea .inner-wrapper {
    margin-left: 0;
    padding: 200px 30px 30px;
    text-align: center;
  }
}
.exclusive-offer-at-sea .inner-wrapper .thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 430px;
  height: 430px;
  border: 15px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(112, 112, 112, 0.2);
  overflow: hidden;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .exclusive-offer-at-sea .inner-wrapper .thumb {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .exclusive-offer-at-sea .inner-wrapper .thumb {
    width: 340px;
    height: 340px;
  }
}
.exclusive-offer-at-sea .inner-wrapper .text-area {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .exclusive-offer-at-sea .inner-wrapper .text-area {
    text-align: center;
  }
}
.exclusive-offer-at-sea .inner-wrapper .text-area h3 {
  color: #00407A;
  font: 400 32px/36px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .exclusive-offer-at-sea .inner-wrapper .text-area h3 {
    font: 400 26px/30px "BrandonGrotesque", Arial, sans-serif;
  }
}
.exclusive-offer-at-sea .inner-wrapper .text-area p {
  color: #00407A;
  font: 400 24px/30px "BrandonGrotesque", Arial, sans-serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .exclusive-offer-at-sea .inner-wrapper .text-area p {
    font: 400 20px/26px "BrandonGrotesque", Arial, sans-serif;
  }
}
.exclusive-offer-at-sea .inner-wrapper a.button {
  align-self: center;
  height: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .exclusive-offer-at-sea .inner-wrapper a.button {
    margin-left: 0;
    margin-top: 20px;
  }
}

.experiences-image-tabs {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs {
    margin: 30px 0;
  }
}
.experiences-image-tabs .upper-wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.experiences-image-tabs .upper-wrapper h3 {
  font: 400 32px/36px "BrandonGrotesque", Arial, sans-serif;
  color: #6699C2;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-right: 117px;
  position: relative;
  align-self: flex-start;
}
.experiences-image-tabs .upper-wrapper h3:after {
  content: "";
  display: block;
  width: 99px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .upper-wrapper h3 {
    font: 400 26px/30px "BrandonGrotesque", Arial, sans-serif;
    padding-bottom: 17px;
  }
  .experiences-image-tabs .upper-wrapper h3:after {
    right: unset;
    left: 0;
    top: unset;
    bottom: 0;
    transform: translateY(0);
  }
}
.experiences-image-tabs .upper-wrapper p {
  margin-top: 10px;
  font: 400 24px/30px "BrandonGrotesque", Arial, sans-serif;
  color: #00407A;
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .upper-wrapper p {
    margin-top: 14px;
    font: 400 20px/26px "BrandonGrotesque", Arial, sans-serif;
  }
}
.experiences-image-tabs .category-selector {
  text-align: left;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .category-selector {
    display: block;
  }
}
.experiences-image-tabs .category-selector .button {
  display: block;
  margin: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 49px;
  line-height: 49px;
}
.experiences-image-tabs .category-selector .button.active {
  color: #00407A;
  border-bottom: 1px solid #6699C2;
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .category-selector .button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .category-selector .select-wrapper {
    display: block;
  }
}
.experiences-image-tabs .category-selector .select-wrapper select {
  border: none;
  background: #00407A;
  color: #fff;
  font: 400 16px/20px "BrandonGrotesque", Arial, sans-serif;
  width: 100%;
  padding: 0 40px 0 15px;
}
.experiences-image-tabs .category-selector .select-wrapper .select-icon {
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .tabs-wrapper {
    position: relative;
  }
}
.experiences-image-tabs .tabs-wrapper .tab {
  padding: 50px 70px;
  background: #6699C2;
  color: #fff;
  justify-content: space-between;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .experiences-image-tabs .tabs-wrapper .tab {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .tabs-wrapper .tab {
    flex-direction: column-reverse;
    padding: 18px 18px 21px;
    display: flex;
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
  }
}
.experiences-image-tabs .tabs-wrapper .tab.active {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .tabs-wrapper .tab.active {
    opacity: 1;
    position: relative;
    z-index: 1;
  }
}
.experiences-image-tabs .tabs-wrapper .tab .side-left {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .tabs-wrapper .tab .side-left {
    width: 100%;
    text-align: center;
  }
}
.experiences-image-tabs .tabs-wrapper .tab .side-left h4 {
  font: 500 24px/28px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 25px;
}
.experiences-image-tabs .tabs-wrapper .tab .side-left h4:after {
  content: "";
  display: block;
  width: 99px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .tabs-wrapper .tab .side-left h4 {
    font: 500 20px/20px "BrandonGrotesque", Arial, sans-serif;
    padding-bottom: 17px;
  }
  .experiences-image-tabs .tabs-wrapper .tab .side-left h4:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.experiences-image-tabs .tabs-wrapper .tab .side-left p {
  margin-top: 30px;
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .tabs-wrapper .tab .side-left p {
    margin-top: 14px;
  }
}
.experiences-image-tabs .tabs-wrapper .tab .side-left a {
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
  font: 700 14px/14px "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  transition: color 350ms ease-in-out;
}
.experiences-image-tabs .tabs-wrapper .tab .side-left a:hover {
  color: #00407A;
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .tabs-wrapper .tab .side-left a {
    margin-top: 20px;
  }
}
.experiences-image-tabs .tabs-wrapper .tab .side-right {
  width: calc(100% - 350px);
  min-height: 509px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .experiences-image-tabs .tabs-wrapper .tab .side-right {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .tabs-wrapper .tab .side-right {
    width: 100%;
    margin-bottom: 20px;
    min-height: 0;
    position: relative;
  }
  .experiences-image-tabs .tabs-wrapper .tab .side-right:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
    pointer-events: none;
  }
}
.experiences-image-tabs .tabs-wrapper .tab .side-right .thumbnail {
  position: absolute;
}
.experiences-image-tabs .tabs-wrapper .tab .side-right .thumbnail:nth-of-type(1) {
  left: 61px;
  top: 0;
  width: calc((100% - 28px) / 2 - 61px);
  height: 49.3%;
}
.experiences-image-tabs .tabs-wrapper .tab .side-right .thumbnail:nth-of-type(2) {
  right: 0;
  top: 0;
  height: 100%;
  width: calc((100% - 28px) / 2);
}
.experiences-image-tabs .tabs-wrapper .tab .side-right .thumbnail:nth-of-type(3) {
  bottom: 0;
  left: 0;
  height: 45.1%;
  width: calc((100% - 28px) / 2);
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .tabs-wrapper .tab .side-right .thumbnail {
    width: 100% !important;
    height: 100% !important;
    left: unset !important;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    position: relative !important;
    margin: 0 !important;
  }
}
.experiences-image-tabs .tabs-wrapper .tab .side-right .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 28px);
}
.experiences-image-tabs .tabs-wrapper .tab .side-right .slideshow-pagination {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .experiences-image-tabs .tabs-wrapper .tab .side-right .slideshow-pagination {
    display: flex;
  }
}
.experiences-image-tabs .tabs-wrapper .tab .side-right .slideshow-pagination button {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #00407A;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 350ms ease-in-out;
  overflow: hidden;
  text-indent: -999px;
}
.experiences-image-tabs .tabs-wrapper .tab .side-right .slideshow-pagination button:last-child {
  margin-right: 0;
}
.experiences-image-tabs .tabs-wrapper .tab .side-right .slideshow-pagination button:hover, .experiences-image-tabs .tabs-wrapper .tab .side-right .slideshow-pagination button.swiper-pagination-bullet-active {
  opacity: 1;
}

.experiences-acm {
  margin: 90px 0 60px;
}
@media only screen and (max-width: 767px) {
  .experiences-acm {
    margin-top: 60px;
  }
}
.experiences-acm h3 {
  display: inline-block;
  font: 500 78px/88px "Silent Asia", sans-serif;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #00407A;
  padding-bottom: 7px;
  margin-bottom: 30px;
  position: relative;
}
.experiences-acm h3:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .experiences-acm h3 {
    font: 500 56px/66px "Silent Asia", sans-serif;
  }
}
.experiences-acm h4 {
  margin-bottom: 10px;
  color: #6699C2;
  text-transform: uppercase;
  font: 400 32px/36px "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .experiences-acm h4 {
    font: 400 25px/30px "BrandonGrotesque", Arial, sans-serif;
  }
}
.experiences-acm p {
  max-width: 818px;
  margin: 0 auto 20px;
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
  color: #787878;
}
.experiences-acm .pattern {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr repeat(4, 0.25fr) 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .experiences-acm .pattern {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.experiences-acm .pattern a {
  display: block;
  text-decoration: none;
}
.experiences-acm .pattern a .image {
  transition: opacity 350ms ease-in-out;
}
.experiences-acm .pattern a:hover .image {
  opacity: 0.8;
}
.experiences-acm .pattern .experiences-tile {
  position: relative;
  background: #231f20;
}
.experiences-acm .pattern .experiences-tile.img1 {
  grid-area: 1/1/2/3;
}
.experiences-acm .pattern .experiences-tile.img2 {
  grid-area: 1/3/2/4;
}
.experiences-acm .pattern .experiences-tile.img3 {
  grid-area: 2/1/5/2;
}
.experiences-acm .pattern .experiences-tile.img4 {
  grid-area: 2/2/6/4;
}
.experiences-acm .pattern .experiences-tile.img5 {
  grid-area: 5/1/7/2;
}
.experiences-acm .pattern .experiences-tile.img6 {
  grid-area: 6/2/7/3;
}
.experiences-acm .pattern .experiences-tile.img7 {
  grid-area: 6/3/7/4;
}
@media only screen and (max-width: 767px) {
  .experiences-acm .pattern .experiences-tile.img1 {
    grid-area: 1/1/2/3;
  }
  .experiences-acm .pattern .experiences-tile.img2 {
    grid-area: 2/1/3/2;
  }
  .experiences-acm .pattern .experiences-tile.img3 {
    grid-area: 2/2/3/3;
  }
  .experiences-acm .pattern .experiences-tile.img4 {
    grid-area: 3/1/4/3;
  }
  .experiences-acm .pattern .experiences-tile.img5 {
    grid-area: 4/1/5/2;
  }
  .experiences-acm .pattern .experiences-tile.img6 {
    grid-area: 4/2/5/3;
  }
  .experiences-acm .pattern .experiences-tile.img7 {
    grid-area: 5/1/6/3;
  }
}
.experiences-acm .pattern .experiences-tile .image {
  width: 100%;
  padding-top: 48%;
}
@media only screen and (max-width: 1023px) {
  .experiences-acm .pattern .experiences-tile .image {
    height: 100% !important;
  }
}
.experiences-acm .pattern .experiences-tile .image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(35, 31, 32, 0) 0%, #231f20 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00707070", endColorstr="#707070",GradientType=0 );
  /* IE6-9 */
}
.experiences-acm .pattern .experiences-tile .content-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  text-align: left;
  z-index: 2;
}
.experiences-acm .pattern .experiences-tile .content-wrapper h5 {
  font: 500 24px/28px "BrandonGrotesque", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.flexible-banner-acm {
  margin: 60px 0;
}
@media only screen and (min-width: 1440px) {
  .flexible-banner-acm {
    padding-inline: 130px;
  }
}
@media screen and (max-width: 1440px) {
  .flexible-banner-acm {
    padding-inline: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .flexible-banner-acm {
    padding-inline: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm {
    padding-inline: 20px;
  }
}
.flexible-banner-acm .inner-wrapper {
  position: relative;
  display: flex;
  max-width: 1170px;
  max-height: 266px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper {
    flex-direction: column;
    height: auto;
    max-height: unset;
  }
}
.flexible-banner-acm .inner-wrapper .swiper {
  overflow: hidden;
  width: 100%;
}
.flexible-banner-acm .inner-wrapper .swiper .slideshow {
  height: 100%;
}
.flexible-banner-acm .inner-wrapper .swiper .slideshow .swiper-wrapper .swiper-slide {
  height: auto;
}
.flexible-banner-acm .inner-wrapper .swiper .slideshow .swiper-wrapper .swiper-slide .swiper-slide-inner-wrapper {
  display: flex;
  height: 100%;
  min-height: 266px;
  border: 1px solid #D9D9D9;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .flexible-banner-acm .inner-wrapper .swiper .slideshow .swiper-wrapper .swiper-slide .swiper-slide-inner-wrapper {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper .swiper .slideshow .swiper-wrapper .swiper-slide .swiper-slide-inner-wrapper {
    flex-direction: column-reverse;
    min-height: 230px;
  }
}
.flexible-banner-acm .inner-wrapper .swiper .slideshow-button {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 22px;
  font-size: 0;
  text-indent: -9999em;
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 350ms ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper .swiper .slideshow-button-previous, .flexible-banner-acm .inner-wrapper .swiper .slideshow-button-next {
    position: relative;
    display: none;
  }
}
.flexible-banner-acm .inner-wrapper .swiper .slideshow-button-previous img, .flexible-banner-acm .inner-wrapper .swiper .slideshow-button-previous svg, .flexible-banner-acm .inner-wrapper .swiper .slideshow-button-next img, .flexible-banner-acm .inner-wrapper .swiper .slideshow-button-next svg {
  position: absolute;
  width: 26px;
  z-index: 20;
  top: 0;
}
.flexible-banner-acm .inner-wrapper .swiper .slideshow-button-previous {
  left: 15px;
}
.flexible-banner-acm .inner-wrapper .swiper .slideshow-button-previous img, .flexible-banner-acm .inner-wrapper .swiper .slideshow-button-previous svg {
  transform: rotate(180deg);
  left: 0;
}
.flexible-banner-acm .inner-wrapper .swiper .slideshow-button-next {
  right: 15px;
}
.flexible-banner-acm .inner-wrapper .swiper .slideshow-button-next img, .flexible-banner-acm .inner-wrapper .swiper .slideshow-button-next svg {
  right: 0;
}
.flexible-banner-acm .inner-wrapper .swiper-nav-wrapper--mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 193px;
  height: 36px;
  margin-inline: auto;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  .flexible-banner-acm .inner-wrapper .swiper-nav-wrapper--mobile {
    display: none;
  }
}
.flexible-banner-acm .inner-wrapper .swiper-nav-wrapper--mobile .slideshow-button {
  display: inline-block;
  width: 16px;
  height: 30px;
  top: unset;
  transform: translateY(0);
}
.flexible-banner-acm .inner-wrapper .swiper-nav-wrapper--mobile .slideshow-button img {
  width: 100%;
  height: 100%;
}
.flexible-banner-acm .inner-wrapper .swiper-nav-wrapper--mobile .slideshow-button-previous {
  left: 0;
}
.flexible-banner-acm .inner-wrapper .swiper-nav-wrapper--mobile .slideshow-button-previous img {
  transform: rotate(0);
}
.flexible-banner-acm .inner-wrapper .swiper-nav-wrapper--mobile .slideshow-button-next {
  right: 0;
}
.flexible-banner-acm .inner-wrapper .swiper-nav-wrapper--mobile .slideshow-button-next img {
  transform: rotate(180deg);
}
.flexible-banner-acm .inner-wrapper .swiper-nav-wrapper--mobile .slideshow-pagination {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.flexible-banner-acm .inner-wrapper .swiper-nav-wrapper--mobile .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #F5F5F5;
  border-radius: 50%;
  cursor: pointer;
}
.flexible-banner-acm .inner-wrapper .swiper-nav-wrapper--mobile .slideshow-pagination .swiper-pagination-bullet.active {
  background-color: #00407A;
}
@media only screen and (min-width: 768px) {
  .flexible-banner-acm .inner-wrapper .image-full .image-block {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .flexible-banner-acm .inner-wrapper .image-full .image-block .image-overlay {
    background: linear-gradient(96deg, #FFF -19.62%, rgba(255, 255, 255, 0) 69.63%);
    z-index: 5;
  }
  .flexible-banner-acm .inner-wrapper .image-full .image-block img {
    position: relative;
  }
  .flexible-banner-acm .inner-wrapper .image-full.contents-right .contents-block {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .flexible-banner-acm .inner-wrapper .image-partial .image-block {
    position: static;
    max-width: 470px;
  }
  .flexible-banner-acm .inner-wrapper .image-partial .contents-block {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flexible-banner-acm .inner-wrapper .image-partial.contents-left .contents-block {
    margin-right: 40px;
  }
  .flexible-banner-acm .inner-wrapper .image-partial.contents-right .contents-block {
    margin-left: 40px;
  }
  .flexible-banner-acm .inner-wrapper .image-partial .contents-block__description {
    font-size: 19px;
  }
}
.flexible-banner-acm .inner-wrapper .image-partial .image-overlay {
  display: none;
}
.flexible-banner-acm .inner-wrapper .image-block {
  flex: 1;
  min-height: 266px;
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper .image-block {
    width: 100%;
    min-height: auto;
    max-height: none;
    margin-bottom: auto;
  }
}
@media only screen and (min-width: 768px) {
  .flexible-banner-acm .inner-wrapper .image-block .image-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.flexible-banner-acm .inner-wrapper .image-block .image-overlay--hidden {
  display: none;
}
.flexible-banner-acm .inner-wrapper .image-block .desktop-image {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper .image-block .desktop-image {
    display: none;
  }
}
.flexible-banner-acm .inner-wrapper .image-block .mobile-image {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper .image-block .mobile-image {
    display: block;
  }
}
.flexible-banner-acm .inner-wrapper .image-block .mobile-image img {
  margin-bottom: -5px;
}
.flexible-banner-acm .inner-wrapper .image-block picture {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.flexible-banner-acm .inner-wrapper .image-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .flexible-banner-acm .inner-wrapper .contents-right {
    flex-direction: row-reverse;
  }
  .flexible-banner-acm .inner-wrapper .contents-right .image-block .image-overlay {
    background: linear-gradient(276deg, #FFF -19.62%, rgba(255, 255, 255, 0) 69.63%);
  }
}
.flexible-banner-acm .inner-wrapper .contents-block {
  flex: 1;
  display: flex;
  padding-block: 30px;
  margin-inline: 70px;
  color: #00407A;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  position: relative;
  z-index: 10;
}
.flexible-banner-acm .inner-wrapper .contents-block.link-only {
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper .contents-block.link-only {
    display: none;
  }
}
@media screen and (max-width: 1170px) {
  .flexible-banner-acm .inner-wrapper .contents-block {
    margin-inline: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper .contents-block {
    justify-content: center;
    max-width: unset;
    max-height: 400px;
    height: 100%;
    padding-inline: 12px;
    padding-bottom: 20px;
    margin-inline: 0;
  }
  .flexible-banner-acm .inner-wrapper .contents-block--empty {
    display: none;
  }
}
.flexible-banner-acm .inner-wrapper .contents-block-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-width: 486px;
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper .contents-block-inner-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.flexible-banner-acm .inner-wrapper .contents-block__title {
  font-size: 36px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flexible-banner-acm .inner-wrapper .contents-block__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper .contents-block__title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-align: center;
  }
}
.flexible-banner-acm .inner-wrapper .contents-block__description {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper .contents-block__description {
    line-height: 26px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: auto;
  }
}
.flexible-banner-acm .inner-wrapper .contents-block__cta-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 29px;
       column-gap: 29px;
  row-gap: 10px;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper .contents-block__cta-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 25px;
  }
}
.flexible-banner-acm .inner-wrapper .contents-block__cta-wrapper .button {
  height: auto;
  padding-block: 5px;
}
@media only screen and (max-width: 767px) {
  .flexible-banner-acm .inner-wrapper .contents-block__cta-wrapper .button {
    padding-block: 2px;
  }
  .flexible-banner-acm .inner-wrapper .contents-block__cta-wrapper .button-full {
    max-width: unset;
    width: 100%;
  }
}
.flexible-banner-acm .inner-wrapper .contents-block__cta-wrapper .link {
  font-size: 17px;
  font-weight: 420;
  text-transform: uppercase;
  text-align: center;
}

.getaway-accommodations-acm {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .getaway-accommodations-acm {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .getaway-accommodations-acm .center-column {
    padding: 0;
  }
}
.getaway-accommodations-acm .thumbnail {
  position: relative;
}
.getaway-accommodations-acm .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.4102564103%;
  pointer-events: none;
}
.getaway-accommodations-acm .text-content {
  margin: -109px 100px 0;
  padding: 50px 60px;
  background: #fff;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .getaway-accommodations-acm .text-content {
    margin: -49px 15px 0;
    padding: 25px 36px;
    text-align: center;
  }
}
.getaway-accommodations-acm .text-content h3 {
  font: 400 32px/36px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1.5px;
  padding-bottom: 25px;
  text-transform: uppercase;
  position: relative;
  color: #6699C2;
}
.getaway-accommodations-acm .text-content h3:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .getaway-accommodations-acm .text-content h3 {
    font: 400 26px/30px "BrandonGrotesque", Arial, sans-serif;
    padding-bottom: 17px;
  }
  .getaway-accommodations-acm .text-content h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.getaway-accommodations-acm .text-content p {
  margin-top: 20px;
  color: #707070;
  font: 400 24px/30px "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .getaway-accommodations-acm .text-content p {
    margin-top: 14px;
    font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
  }
}
.getaway-accommodations-acm .text-content a {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .getaway-accommodations-acm .text-content a {
    margin-top: 20px;
  }
}

.image-video .image-only-container {
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.image-video .image-only {
  position: relative;
  height: 660px;
  width: 1440px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1023px) {
  .image-video .image-only {
    height: 170px;
    width: 370px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video .image-only {
    height: 340px;
    width: 740px;
  }
}
.image-video .center-columns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.image-video .center-columns .video-wrapper {
  position: relative;
  height: 660px;
  width: 1440px;
}
@media only screen and (max-width: 1023px) {
  .image-video .center-columns .video-wrapper {
    height: 170px;
    width: 370px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-video .center-columns .video-wrapper {
    height: 340px;
    width: 100%;
  }
}
.image-video .center-columns .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.image-video .center-columns .video-wrapper .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.image-video .center-columns .video-wrapper .video-thumb {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.image-video .center-columns .video-wrapper .video-thumb button.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: block;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .image-video .center-columns .video-wrapper .video-thumb button.play-button {
    height: 120px;
    width: 120px;
  }
}
.image-video .center-columns .video-wrapper .video-thumb button.play-button img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .image-video .center-columns .video-wrapper .video-thumb button.play-button img {
    width: 50%;
    height: 50%;
  }
}
.image-video .center-columns .video-wrapper .video-thumb button.play-button:hover {
  opacity: 0.6;
}

.info-tiles .info-tiles-list {
  font-size: 0;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.info-tiles .upper-wrapper {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.info-tiles .upper-wrapper h3 {
  font: 500 24px/30px "BrandonGrotesque", Arial, sans-serif;
  color: #00407A;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-right: 122px;
  position: relative;
  align-self: flex-start;
}
.info-tiles .upper-wrapper h3:after {
  content: "";
  display: block;
  width: 105px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .info-tiles .upper-wrapper h3 {
    font: 400 26px/30px "BrandonGrotesque", Arial, sans-serif;
    padding-bottom: 17px;
  }
  .info-tiles .upper-wrapper h3:after {
    right: unset;
    left: 0;
    top: unset;
    bottom: 0;
    transform: translateY(0);
  }
}
.info-tiles .upper-wrapper p {
  margin-top: 10px;
  font: 400 24px/30px "BrandonGrotesque", Arial, sans-serif;
  color: #00407A;
}
@media only screen and (max-width: 767px) {
  .info-tiles .upper-wrapper p {
    margin-top: 14px;
    font: 400 20px/26px "BrandonGrotesque", Arial, sans-serif;
  }
}
.info-tiles .tile {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3% - 30px);
  margin: 0 15px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .info-tiles .tile {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .info-tiles .tile {
    width: 100%;
    margin-bottom: 40px;
  }
  .info-tiles .tile .description {
    text-align: left;
  }
}
.info-tiles .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.4864864865%;
}
.info-tiles .thumb .tour-wrap {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}
.info-tiles .thumb .tour-wrap .button-3d-tour {
  position: relative;
  font: 500 16px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00407A;
  width: auto;
  height: auto;
  padding: 8px 14px;
  padding-left: 38px;
  margin: 0;
}
.info-tiles .thumb .tour-wrap .button-3d-tour:hover {
  opacity: 1;
}
.info-tiles .thumb .tour-wrap .button-3d-tour svg {
  position: absolute;
  left: 14px;
  fill: #00407A;
  width: 20px;
  top: 5px;
}
.info-tiles .thumb .tour-wrap .button-360-tour {
  position: relative;
  font: 500 16px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00407A;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 0;
  display: flex;
  padding: 8px 14px;
}
.info-tiles .thumb .tour-wrap .button-360-tour:hover {
  opacity: 1;
}
.info-tiles .thumb .tour-wrap .button-360-tour img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}
.info-tiles .new-label {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  background-color: #ff3b30;
  color: #fff;
  line-height: 14px;
  font: 400 24px/28px "BrandonGrotesque", Arial, sans-serif;
  padding: 6px 6.5px 5px 8.5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.info-tiles .info-lable {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  padding: 7px 13px 6px 12px;
  line-height: 14px;
  background-color: #FFDF5D;
}
.info-tiles .info-lable span {
  color: #00407A;
  font: 700 14px/1 "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.info-tiles .info-lable svg {
  display: inline-block;
  fill: #00407A;
  position: relative;
  top: 2px;
  width: 14px;
  margin-right: 6px;
}
.info-tiles h4 {
  margin: 10px 0 4px;
  text-transform: none;
  color: #6699C2;
  font: 500 24px/28px "BrandonGrotesque", Arial, sans-serif;
}
.info-tiles h4 a {
  color: #6699C2;
  text-decoration: none;
}
.info-tiles h4 a:hover {
  color: #00407A;
}
.info-tiles .description {
  font-size: 18px;
  line-height: 24px;
  color: #707070;
}

.set-sail-acm {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .set-sail-acm {
    margin: 30px 0;
  }
}
.set-sail-acm .inner-wrapper {
  padding: 41px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(34, 199, 237);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(34, 199, 237) 0%, rgb(65, 234, 236) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#22c7ed", endColorstr="#41eaec",GradientType=0 );
  /* IE6-9 */
}
@media only screen and (max-width: 767px) {
  .set-sail-acm .inner-wrapper {
    padding: 30px 24px;
    flex-direction: column;
  }
}
.set-sail-acm .inner-wrapper .thumb {
  position: relative;
  max-width: 25%;
  flex-shrink: 0;
  margin-right: 50px;
}
.set-sail-acm .inner-wrapper .thumb img {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .set-sail-acm .inner-wrapper .thumb {
    width: 80%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.set-sail-acm .inner-wrapper .text-area {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .set-sail-acm .inner-wrapper .text-area {
    text-align: center;
  }
}
.set-sail-acm .inner-wrapper .text-area h3 {
  color: #00407A;
  font: 400 32px/36px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .set-sail-acm .inner-wrapper .text-area h3 {
    font: 400 26px/30px "BrandonGrotesque", Arial, sans-serif;
    margin-bottom: 10px;
  }
}
.set-sail-acm .inner-wrapper .text-area p {
  color: #00407A;
  font: 400 24px/30px "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .set-sail-acm .inner-wrapper .text-area p {
    font: 400 20px/26px "BrandonGrotesque", Arial, sans-serif;
  }
}
.set-sail-acm .inner-wrapper a.button {
  margin-left: 50px;
  height: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .set-sail-acm .inner-wrapper a.button {
    margin-left: 0;
    margin-top: 20px;
  }
}

.specials-acm-at-sea {
  position: relative;
  margin: 60px 0 30px;
  overflow: hidden;
  text-align: center;
}
.specials-acm-at-sea .section-header {
  padding: 0 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .specials-acm-at-sea .section-header {
    padding: 0;
    text-align: center;
  }
}
.specials-acm-at-sea .section-header h3 {
  display: inline-block;
  font: 500 78px/88px "Silent Asia", sans-serif;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #00407A;
  padding-bottom: 7px;
  margin-bottom: 30px;
  position: relative;
}
.specials-acm-at-sea .section-header h3:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .specials-acm-at-sea .section-header h3 {
    font: 500 56px/66px "Silent Asia", sans-serif;
  }
}
.specials-acm-at-sea .section-header .section-content {
  margin: 0 auto 20px;
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
}
.specials-acm-at-sea .section-header .section-content h4 {
  margin-bottom: 10px;
  color: #6699C2;
  text-transform: uppercase;
  font: 400 32px/36px "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .specials-acm-at-sea .section-header .section-content h4 {
    font: 400 25px/30px "BrandonGrotesque", Arial, sans-serif;
  }
}
.specials-acm-at-sea .section-header .section-content p {
  max-width: 818px;
  margin: 0 auto 20px;
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
  color: #787878;
}
.specials-acm-at-sea .text-link {
  margin: 20px 0;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .specials-acm-at-sea .text-link {
    display: block;
  }
}
.specials-acm-at-sea .specials-slider {
  position: relative;
  display: block;
}
.specials-acm-at-sea .specials-slider .slideshow {
  margin: 0 auto;
  max-width: 1344px;
  padding: 0 100px;
}
@media only screen and (max-width: 1023px) {
  .specials-acm-at-sea .specials-slider .slideshow {
    max-width: 100%;
    padding: 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm-at-sea .specials-slider .slideshow {
    padding: 0 20px;
    margin-left: 0;
  }
}
.specials-acm-at-sea .specials-slider .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.specials-acm-at-sea .specials-slider .special {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  white-space: normal;
  height: auto;
}
.specials-acm-at-sea .specials-slider .special::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-acm-at-sea .specials-slider .special {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm-at-sea .specials-slider .special {
    width: calc(100% - 80px);
  }
}
.specials-acm-at-sea .specials-slider .special .thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #6699C2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .specials-acm-at-sea .specials-slider .special .thumbnail {
    height: 0;
  }
}
.specials-acm-at-sea .specials-slider .special .thumbnail img {
  transition: transform 350ms ease-in-out;
}
.specials-acm-at-sea .specials-slider .special .thumbnail:hover img {
  transform: scale(1.2);
}
.specials-acm-at-sea .specials-slider .special .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);
  }
}
.specials-acm-at-sea .specials-slider .special h3 {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
  margin-bottom: 0;
  padding: 0 20px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
}
.specials-acm-at-sea .specials-slider .special .special-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 5;
}
.specials-acm-at-sea .specials-slider .special:not(.swiper-slide-visible) {
  opacity: 0.2;
}
.specials-acm-at-sea .specials-slider .special:not(.swiper-slide-visible) h3 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .specials-acm-at-sea .specials-slider .slides-count-1 {
    padding-right: 0;
  }
}
.specials-acm-at-sea .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-at-sea .specials-slider .slides-count-1 .slideshow-wrapper .special {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .specials-acm-at-sea .specials-slider .slides-count-1 .slideshow-wrapper .special {
    width: 100%;
  }
}
.specials-acm-at-sea .specials-slider .slider-wrapper .slideshow-button {
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .specials-acm-at-sea .specials-slider .slider-wrapper .slideshow-button {
    display: none;
  }
}
.specials-acm-at-sea .specials-slider .slider-wrapper .slideshow-button.previous {
  left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-acm-at-sea .specials-slider .slider-wrapper .slideshow-button.previous {
    left: 15px;
  }
}
.specials-acm-at-sea .specials-slider .slider-wrapper .slideshow-button.next {
  right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-acm-at-sea .specials-slider .slider-wrapper .slideshow-button.next {
    right: 15px;
  }
}
.specials-acm-at-sea .specials-slider .slider-wrapper .slideshow-button svg {
  fill: #00407A;
}
.specials-acm-at-sea .specials-slider .slider-wrapper .slideshow-button:hover svg {
  fill: #5d995d;
}
.specials-acm-at-sea .specials-slider .slideshow-pagination {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .specials-acm-at-sea .specials-slider .slideshow-pagination {
    display: flex;
  }
}
.specials-acm-at-sea .specials-slider .slideshow-pagination button {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #00407A;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 350ms ease-in-out;
  overflow: hidden;
  text-indent: -999px;
}
.specials-acm-at-sea .specials-slider .slideshow-pagination button:last-child {
  margin-right: 0;
}
.specials-acm-at-sea .specials-slider .slideshow-pagination button:hover, .specials-acm-at-sea .specials-slider .slideshow-pagination button.active {
  opacity: 1;
}

.acm-block.excursion-block, .acm-block.excursion-block-new {
  position: relative;
  background-color: #fff;
  z-index: 50;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .acm-block.excursion-block, .acm-block.excursion-block-new {
    width: 100%;
  }
}
.acm-block.excursion-block .title, .acm-block.excursion-block-new .title {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 420;
  line-height: 56px;
  text-align: center;
  margin-bottom: 20px;
  color: #6699C2;
  padding-top: 23px;
}
.acm-block.excursion-block .section-header, .acm-block.excursion-block-new .section-header {
  padding: 0 50px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .acm-block.excursion-block .section-header, .acm-block.excursion-block-new .section-header {
    padding: 0;
    text-align: center;
  }
}
.acm-block.excursion-block .section-header h3, .acm-block.excursion-block-new .section-header h3 {
  display: inline-block;
  font: 500 78px/88px "Silent Asia", sans-serif;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #00407A;
  padding-bottom: 7px;
  margin-bottom: 30px;
  position: relative;
}
.acm-block.excursion-block .section-header h3:after, .acm-block.excursion-block-new .section-header h3:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .acm-block.excursion-block .section-header h3, .acm-block.excursion-block-new .section-header h3 {
    font: 500 56px/66px "Silent Asia", sans-serif;
  }
}
.acm-block.excursion-block .section-header p, .acm-block.excursion-block-new .section-header p {
  max-width: 818px;
  margin: 0 auto 20px;
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
  color: #787878;
}
.acm-block.excursion-block .slider-main, .acm-block.excursion-block-new .slider-main {
  width: 95.7%;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .acm-block.excursion-block .slider-main, .acm-block.excursion-block-new .slider-main {
    width: 100%;
  }
}
.acm-block.excursion-block .slider-main .mobile-nav, .acm-block.excursion-block-new .slider-main .mobile-nav {
  height: 40px;
  margin: 5px auto;
  display: none;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .acm-block.excursion-block .slider-main .mobile-nav, .acm-block.excursion-block-new .slider-main .mobile-nav {
    display: flex;
  }
}
.acm-block.excursion-block .slider-main .mobile-nav .divider, .acm-block.excursion-block-new .slider-main .mobile-nav .divider {
  height: 40px;
  width: 1px;
  background-color: #D3D3D3;
}
.acm-block.excursion-block .slider-main .mobile-nav .slideshow-button, .acm-block.excursion-block-new .slider-main .mobile-nav .slideshow-button {
  position: relative;
}
.acm-block.excursion-block .slider-main .slideshow-button, .acm-block.excursion-block-new .slider-main .slideshow-button {
  position: absolute;
  top: 60%;
  width: 28px;
  height: 22px;
  font-size: 0;
  text-indent: -9999em;
  opacity: 1;
  transform: translateY(-50%);
  transition: opacity 350ms ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .acm-block.excursion-block .slider-main .slideshow-button.desktop, .acm-block.excursion-block-new .slider-main .slideshow-button.desktop {
    display: none;
  }
}
.acm-block.excursion-block .slider-main .slideshow-button.previous, .acm-block.excursion-block-new .slider-main .slideshow-button.previous {
  left: 0px;
}
.acm-block.excursion-block .slider-main .slideshow-button.next, .acm-block.excursion-block-new .slider-main .slideshow-button.next {
  right: 0px;
}
.acm-block.excursion-block .slider-main .slideshow-button.swiper-button-disabled, .acm-block.excursion-block-new .slider-main .slideshow-button.swiper-button-disabled {
  opacity: 0;
}
.acm-block.excursion-block .slider-main .slideshow-button svg, .acm-block.excursion-block-new .slider-main .slideshow-button svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: #00407A;
  height: 22px;
  transition: fill 350ms ease-in-out;
}
.acm-block.excursion-block .slider-main .slideshow-button:hover svg, .acm-block.excursion-block-new .slider-main .slideshow-button:hover svg {
  fill: #5d995d;
}
.acm-block.excursion-block .slider-main .slider-wrapper, .acm-block.excursion-block-new .slider-main .slider-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .acm-block.excursion-block .slider-main .slider-wrapper, .acm-block.excursion-block-new .slider-main .slider-wrapper {
    width: 100%;
  }
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide {
  display: flex;
  width: 361px;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide:not(:last-child), .acm-block.excursion-block-new .slider-main .slider-wrapper .slide:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .acm-block.excursion-block .slider-main .slider-wrapper .slide, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide {
    width: 100%;
    margin-right: 0px !important;
  }
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image {
  position: relative;
  overflow: hidden;
  width: 361px;
  height: 361px;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image::after, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 82.47%, #000000 94.47%);
}
@media only screen and (max-width: 1023px) {
  .acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image {
    width: 100%;
  }
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image img, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image img {
  width: 100%;
  height: 100%;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .yellow-stripe, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .yellow-stripe {
  position: absolute;
  background-color: #FFDF5D;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14.66px;
  font-weight: 420;
  line-height: 19.66px;
  text-align: center;
  z-index: 1;
  width: 185px;
  transform: rotate(-45deg);
  top: -25px;
  left: -70px;
  white-space: pre-wrap;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .yellow-stripe p, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .yellow-stripe p {
  padding: 5px;
  width: 68px;
  margin: 35px auto 10px;
  display: block;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .location, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .location {
  position: absolute;
  bottom: 15px;
  z-index: 1;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .location .location-text, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .location .location-text {
  color: #fff;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .location .location-text::before, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .location .location-text::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/city-icon-white.svg") no-repeat;
  vertical-align: top;
  margin: 10px 8px 0 20px;
  position: relative;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .short-desc-lightbox, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .short-desc-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 60%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(0%, -50%);
  transition: transform 0.3s;
  padding: 12px 20px 0px 20px;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #707070;
  z-index: 2;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .short-desc-lightbox.active, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .short-desc-lightbox.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .short-desc-lightbox .close-button, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .short-desc-lightbox .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  z-index: 3;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .short-desc-lightbox .close-button::before, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .short-desc-lightbox .close-button::before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 18px;
  background-color: #707070;
  transform: rotate(45deg);
  top: 0;
  left: 0;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .short-desc-lightbox .close-button::after, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .short-desc-lightbox .close-button::after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 18px;
  background-color: #707070;
  transform: rotate(-45deg);
  top: 0;
  left: 0;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .short-desc-lightbox p, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-wrapper .slide-image .short-desc-lightbox p {
  padding: 12px 15px 0px 0px;
  overflow: hidden;
  display: block;
  position: relative;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content {
  padding: 15px 0;
  background-color: #fff;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-title, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-title {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 20px;
  font-weight: 420;
  line-height: 30px;
  text-align: left;
  color: #00407A;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .short-desc-icon, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .short-desc-icon {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/icon-yellow-info.png") no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-left: 10px;
  cursor: pointer;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-city-ship-wrapper, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-city-ship-wrapper {
  display: flex;
  gap: 20px;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14px;
  font-weight: 390;
  line-height: 21px;
  text-align: left;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(102, 153, 156, 0.2);
  color: #00407A;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-city-ship-wrapper .package-wrapper, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-city-ship-wrapper .package-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-city-ship-wrapper .package-wrapper .icon, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-city-ship-wrapper .package-wrapper .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-city-ship-wrapper .package-wrapper .package-name, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-city-ship-wrapper .package-wrapper .package-name {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #00407A;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-description, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-description {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 390;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout {
  display: grid;
  flex-direction: column;
  padding-top: 10px;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .btns-wrapper, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .btns-wrapper {
  display: grid;
  gap: 10px;
  width: 100%;
  height: auto;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .btns-wrapper .price-wrapper, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .btns-wrapper .price-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .btns-wrapper .price-wrapper .from, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .btns-wrapper .price-wrapper .from {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #707070;
  width: 82%;
  margin-bottom: 8px;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .btns-wrapper .price-wrapper .price-amount, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .btns-wrapper .price-wrapper .price-amount {
  display: flex;
  justify-content: start;
  gap: 5px;
  align-items: baseline;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 550;
  line-height: 24px;
  text-align: left;
  color: #4B6C8F;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .btns-wrapper .price-wrapper .per-person, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .btns-wrapper .price-wrapper .per-person {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #707070;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .buttons, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
  width: 99%;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14px;
  font-weight: 450;
  line-height: 22.4px;
  text-align: center;
  text-transform: uppercase;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .buttons .btn, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .buttons .btn {
  padding: 10px 20px;
  color: #6699C2;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .buttons .btn.booknow, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .buttons .btn.booknow {
  background-color: #00407A;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .buttons .btn.learnmore, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.verticle-single-price-layout .buttons .btn.learnmore {
  border: 1px solid #00407A;
  background-color: transparent;
  color: #00407A;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout.noprice, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout.noprice {
  border-top: 0;
  padding: 0px 0px;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout.noprice .buttons, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout.noprice .buttons {
  flex-direction: row;
  gap: 10px;
  width: 100%;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .btns-wrapper, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .btns-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .btns-wrapper .price-wrapper, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .btns-wrapper .price-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .btns-wrapper .price-wrapper .from, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .btns-wrapper .price-wrapper .from {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 14.52px;
  font-weight: 550;
  line-height: 14.52px;
  text-align: left;
  color: #00407A;
  text-transform: uppercase;
  width: 82%;
  margin-bottom: 8px;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .btns-wrapper .price-wrapper .price-amount, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .btns-wrapper .price-wrapper .price-amount {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 54.45px;
  font-weight: 550;
  line-height: 52.67px;
  text-align: left;
  color: #6699C2;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .btns-wrapper .price-wrapper .per-person, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .btns-wrapper .price-wrapper .per-person {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 12.7px;
  font-style: italic;
  font-weight: 400;
  line-height: 15.25px;
  text-align: left;
  color: #707070;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .buttons, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  width: 50%;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: center;
  text-transform: uppercase;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .buttons .btn, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .buttons .btn {
  padding: 10px 20px;
  color: #6699C2;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .buttons .btn.booknow, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .buttons .btn.booknow {
  background-color: #00407A;
}
.acm-block.excursion-block .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .buttons .btn.learnmore, .acm-block.excursion-block-new .slider-main .slider-wrapper .slide .slide-content .slide-buttons.two-col-layout .buttons .btn.learnmore {
  border: 1px solid #00407A;
  background-color: transparent;
  color: #00407A;
}

/*.acm-block.center-column{
	padding: 0 0px;
}

.excursion-block-new{

	.load-more{
		width: auto;
		text-align: center;
		background: #4b6c8f;
		color: #fff;
		text-decoration: none;
		display: inline-block;
		padding: 14px 32px;
		text-transform: uppercase;
		margin: 0 auto;
	}

}*/
.faq-section {
  padding: 0;
}
.faq-section .faq-section-item {
  text-align: left;
  color: #000000;
}
.faq-section .faq-section-item .faq-section-question {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #000000;
}
.faq-section .faq-section-item .faq-section-answer {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.faq-section .faq-section-item .faq-section-answer .descr ul > li {
  line-height: 25px;
}
.faq-section .faq-section-item .faq-section-answer .descr ul > li:before {
  margin-left: -12px;
}
.faq-section .faq-section-item .faq-section-answer .descr ul.two-col {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}
.faq-section .faq-section-item .faq-section-answer .descr ul.two-col li {
  width: 50%;
}
.faq-section .faq-section-item .faq-section-answer .descr a {
  font-size: 18px;
  font-weight: 550;
  line-height: 27px;
  color: #000000;
}

.excursion-special-all.widget .categories-tab-view-wrapper {
  display: block;
  position: relative;
}
.excursion-special-all.widget .category-selector {
  display: flex;
  gap: 30px;
  padding: 0;
  justify-content: center;
}
.excursion-special-all.widget .category-selector button {
  cursor: pointer;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  color: #00407A;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.excursion-special-all.widget .category-selector button.active {
  font-weight: 500;
  color: #00407A;
}
.excursion-special-all.widget .tabs-wrapper {
  position: relative;
}
.excursion-special-all.widget .tabs-wrapper .tab {
  display: none;
}
.excursion-special-all.widget .tabs-wrapper .tab.active {
  display: block;
}
.excursion-special-all.widget .tabs-wrapper .tab .special-item {
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr;
  gap: 16px;
  margin-bottom: 30px;
}
.excursion-special-all.widget .tabs-wrapper .tab .special-item .col2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.excursion-special-all.widget .tabs-wrapper .tab .special-item .col2 .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-direction: column;
  width: 100%;
}
.excursion-special-all.widget .tabs-wrapper .tab .special-item .col2 .title {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 20px;
  font-weight: 420;
  line-height: 30px;
  text-align: left;
  color: #00407A;
  text-transform: initial;
  margin: 0;
  padding: 0;
}
.excursion-special-all.widget .tabs-wrapper .tab .special-item .col2 .short-desc-icon {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/icon-yellow-info.png") no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-left: 10px;
  cursor: pointer;
}
.excursion-special-all.widget .tabs-wrapper .tab .special-item .col2 .city-ship-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  width: 100%;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14px;
  font-weight: 390;
  line-height: 21px;
  text-align: left;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(102, 153, 156, 0.2);
  color: #00407A;
}
.excursion-special-all.widget .tabs-wrapper .tab .special-item .col2 .city-ship-wrapper .package-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.excursion-special-all.widget .tabs-wrapper .tab .special-item .col2 .city-ship-wrapper .package-wrapper .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
.excursion-special-all.widget .tabs-wrapper .tab .special-item .col2 .city-ship-wrapper .package-wrapper .package-name {
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #00407A;
}
.excursion-layout #photos h1 {
  position: initial;
}
@media only screen and (max-width: 1023px) {
  .excursion-layout #photos h1 {
    display: none;
  }
}

.main-content {
  width: 60.5%;
  position: relative;
  display: block;
  order: 1;
}
@media only screen and (max-width: 1023px) {
  .main-content {
    width: 100%;
    order: 2;
  }
}
.main-content .acm-blocks-wrapper {
  display: block;
  position: relative;
  width: 100%;
}

.sidebar {
  width: 31%;
  display: block;
  order: 2;
}
@media only screen and (max-width: 1023px) {
  .sidebar {
    width: 100%;
    order: 1;
  }
}
.sidebar .mobile-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .sidebar .mobile-only {
    display: block;
  }
  .sidebar .mobile-only h1 {
    position: relative;
    font-size: 56px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    color: #000000;
    margin-bottom: 56px;
  }
  .sidebar .mobile-only h1::after {
    display: block;
    content: "";
    width: 100px;
    height: 5px;
    background: #000000;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
  }
}
.sidebar .sidebar-wraper {
  position: sticky;
  top: 110px;
  height: -moz-fit-content;
  height: fit-content;
  background: #F4F4F4;
  padding: 0px 0px 20px 0px;
}
@media only screen and (max-width: 1023px) {
  .sidebar .sidebar-wraper {
    width: 100%;
    order: 1;
    position: relative;
    top: auto;
    margin-bottom: 40px;
  }
}
.sidebar .block1.price-n-call-to-book {
  background: #E9E9E9;
  padding: 20px 0 10px 0;
}
.sidebar .block1.price-n-call-to-book .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
}
.sidebar .block1.price-n-call-to-book .price .price-value {
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: right;
}
.sidebar .block1.price-n-call-to-book .call-to-book {
  margin: 20px 0px;
  padding: 10px 20px;
  text-align: center;
}
.sidebar .block1.price-n-call-to-book .call-to-book .button {
  padding: 10px 20px;
  color: #000;
  text-align: center;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  font-weight: 450;
  line-height: 22.4px;
  text-align: center;
  text-transform: uppercase;
}
.sidebar .block2.details {
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  padding-top: 20px;
}
.sidebar .block2.details h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  color: #000;
  padding-left: 25px;
  line-height: 28.8px;
  max-width: initial;
}
.sidebar .block2.details .package-wrapper {
  padding: 0;
}
.sidebar .block2.details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .block2.details li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #000000;
}
.sidebar .block2.details li:before {
  content: none;
}
.sidebar .block2.details .icon {
  width: 20px;
  height: 20px;
}
.sidebar .block2.details .package-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #000000;
  text-align: left;
}

.single-special-excursion-container {
  display: flex;
  justify-content: space-between;
  gap: 7%;
  /* gap: 126px; */
  margin: 40px 0;
}
@media only screen and (max-width: 1023px) {
  .single-special-excursion-container {
    flex-direction: column;
    gap: 0;
  }
}

.single-special-excursion-slider {
  position: relative;
  display: block;
}
.single-special-excursion-slider .slideshow {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 100px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .single-special-excursion-slider .slideshow {
    max-width: 100%;
    padding: 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .single-special-excursion-slider .slideshow {
    padding: 0 0;
    margin-left: 0;
    overflow: visible;
  }
}
.single-special-excursion-slider .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.single-special-excursion-slider .special {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  white-space: normal;
  height: auto;
}
.single-special-excursion-slider .special::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-special-excursion-slider .special {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .single-special-excursion-slider .special {
    width: calc(100% - 80px);
  }
}
.single-special-excursion-slider .special .thumbnail-img {
  position: relative;
  width: 505px;
  height: 336px;
  background-color: #6699C2;
  overflow: hidden;
}
.single-special-excursion-slider .special .thumbnail-img img {
  transition: transform 350ms ease-in-out;
}
.single-special-excursion-slider .special .thumbnail-img:hover img {
  transform: scale(1.2);
}
.single-special-excursion-slider .special .thumbnail-img .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);
  }
}
.single-special-excursion-slider .special h3 {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
  margin-bottom: 0;
  padding: 0 20px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
}
.single-special-excursion-slider .special .special-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 5;
}
.single-special-excursion-slider .special:not(.swiper-slide-visible) {
  opacity: 0.2;
}
.single-special-excursion-slider .special:not(.swiper-slide-visible) h3 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .single-special-excursion-slider .slides-count-1 {
    padding-right: 0;
  }
}
.single-special-excursion-slider .slides-count-1 .slideshow-wrapper .special {
  width: 50%;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-special-excursion-slider .slides-count-1 .slideshow-wrapper .special {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .single-special-excursion-slider .slides-count-1 .slideshow-wrapper .special {
    width: 100%;
  }
}
.single-special-excursion-slider .slider-wrapper .slideshow-button {
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .single-special-excursion-slider .slider-wrapper .slideshow-button {
    display: none;
  }
}
.single-special-excursion-slider .slider-wrapper .slideshow-button.previous {
  left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-special-excursion-slider .slider-wrapper .slideshow-button.previous {
    left: 15px;
  }
}
.single-special-excursion-slider .slider-wrapper .slideshow-button.next {
  right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-special-excursion-slider .slider-wrapper .slideshow-button.next {
    right: 15px;
  }
}
.single-special-excursion-slider .slider-wrapper .slideshow-button svg {
  fill: #000;
}
.single-special-excursion-slider .slider-wrapper .slideshow-button:hover svg {
  fill: #00407A;
}
.single-special-excursion-slider .slideshow-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .single-special-excursion-slider .slideshow-pagination {
    display: flex;
  }
}
.single-special-excursion-slider .slideshow-pagination button {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #00407A;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 350ms ease-in-out;
  overflow: hidden;
  text-indent: -999px;
}
.single-special-excursion-slider .slideshow-pagination button:last-child {
  margin-right: 0;
}
.single-special-excursion-slider .slideshow-pagination button:hover, .single-special-excursion-slider .slideshow-pagination button.active {
  opacity: 1;
}

.specials-tiles-at-sea {
  margin: 30px 0;
}
.specials-tiles-at-sea .specials-tiles {
  display: flex;
  flex-wrap: wrap;
}
.specials-tiles-at-sea .tile {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 30px);
  margin: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .specials-tiles-at-sea .tile {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .specials-tiles-at-sea .tile {
    width: 100%;
    margin-bottom: 40px;
  }
  .specials-tiles-at-sea .tile .description {
    text-align: left;
  }
}
.specials-tiles-at-sea .tile nav {
  margin-top: auto;
  text-align: left;
}
.specials-tiles-at-sea .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.4864864865%;
}
.specials-tiles-at-sea .price-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  padding: 8px 12px;
  line-height: 14px;
  background-color: #FFDF5D;
}
.specials-tiles-at-sea .price-wrapper span {
  color: #00407A;
  font: 700 14px/1 "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.specials-tiles-at-sea .price-wrapper svg {
  position: relative;
  top: 2px;
  width: 14px;
  fill: #00407A;
}
.specials-tiles-at-sea h3 {
  margin: 10px 0 2px;
  text-transform: none;
}
.specials-tiles-at-sea h3 a {
  color: #6699C2;
  font: 500 24px/28px "BrandonGrotesque", Arial, sans-serif;
  text-decoration: none;
}
.specials-tiles-at-sea p {
  font-size: 18px;
  line-height: 24px;
  color: #707070;
}

.stayconnected-acm {
  position: relative;
  height: auto;
  padding: 50px 0 0;
  z-index: 10;
}
@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 .center-column {
  padding: 0 30px;
  background: #00407A;
  max-width: 1170px;
}
@media only screen and (max-width: 767px) {
  .stayconnected-acm .center-column {
    padding: 0 44px;
  }
}

.stayconnected-blocks {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
  padding: 40px 0 30px;
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks {
    display: block;
    justify-content: unset;
    flex-flow: unset;
  }
}
.stayconnected-blocks .stayconnected-block {
  text-align: left;
}
.stayconnected-blocks .stayconnected-block h3 {
  font: 500 24px/28px "BrandonGrotesque", Arial, sans-serif;
  display: block;
  color: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks .stayconnected-block h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.stayconnected-blocks .stayconnected-block p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .stayconnected-blocks .stayconnected-block p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 27px;
  }
}
.stayconnected-blocks .stayconnected-block.block-1 {
  width: 60%;
  padding-right: 33px;
}
@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%;
    padding-right: 0;
  }
}
.stayconnected-blocks .stayconnected-block.block-2 {
  width: 40%;
  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;
}
@media only screen and (max-width: 767px) {
  .newsletter .flex-wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.newsletter input[type=text] {
  flex-grow: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px 5px 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .newsletter input[type=text] {
    width: 100%;
    text-align: center;
    padding: 0 10px 0 10px;
    margin-bottom: 11px;
  }
}
.newsletter input[type=text]::-webkit-input-placeholder {
  color: #FBFAF8;
}
.newsletter input[type=text]:-moz-placeholder {
  color: #FBFAF8;
}
.newsletter input[type=text]::-moz-placeholder {
  color: #FBFAF8;
}
.newsletter input[type=text]:-ms-input-placeholder {
  color: #FBFAF8;
}
.newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: rgba(251, 250, 248, 0.6);
}
.newsletter input[type=text]:focus:-moz-placeholder {
  color: rgba(251, 250, 248, 0.6);
}
.newsletter input[type=text]:focus::-moz-placeholder {
  color: rgba(251, 250, 248, 0.6);
}
.newsletter input[type=text]:focus:-ms-input-placeholder {
  color: rgba(251, 250, 248, 0.6);
}
.newsletter .controls {
  position: relative;
  margin-left: 18px;
}
@media only screen and (max-width: 767px) {
  .newsletter .controls {
    margin-left: 0;
  }
}
.newsletter .controls .button.newsletter-button {
  display: block;
  vertical-align: top;
  height: 36px;
  border: 2px solid #6699C2;
  color: #fff;
  background: #6699C2;
  padding: 0 25px;
  font: 600 16px/33px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
}
.newsletter .controls .button.newsletter-button:hover {
  background: #fff;
  color: #6699C2;
}
@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 {
    margin: 0 auto;
  }
}

.hs-form-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.hs-form-popup .hs-form-popup-wrap {
  background: #fff;
  position: absolute;
  width: 882px;
  max-width: 90%;
  max-height: 95%;
  overflow-y: auto;
}
.hs-form-popup .close-hs-form-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 42px;
  color: #787878;
}
.hs-form-popup .hs-form-frame {
  overflow: hidden;
}

.hs-form-popup-button-wrap {
  position: relative;
  top: 50%;
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .hs-form-popup-button-wrap {
    transform: none;
  }
}

.open-hs-form-popup {
  display: block;
  height: 36px;
  border: 2px solid #6699C2;
  color: #fff;
  background: #6699C2;
  padding: 0 25px;
  font: 600 16px/33px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
}
.open-hs-form-popup:hover {
  background: #fff;
  color: #6699C2;
}
@media only screen and (max-width: 1023px) {
  .open-hs-form-popup {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .open-hs-form-popup {
    margin: 0 auto;
  }
}

.text-image-grid {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .text-image-grid {
    margin: 30px 0;
  }
}
.text-image-grid .inner-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .text-image-grid .inner-wrapper {
    flex-direction: column-reverse;
  }
}
.text-image-grid .side-left {
  width: 31.6%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .text-image-grid .side-left {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text-image-grid .side-left .upper-wrapper {
    text-align: center;
  }
}
.text-image-grid .side-left .upper-wrapper h3 {
  font: 400 24px/28px "BrandonGrotesque", Arial, sans-serif;
  color: #00407A;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  align-self: flex-start;
  padding-bottom: 25px;
}
.text-image-grid .side-left .upper-wrapper h3:after {
  content: "";
  display: block;
  width: 99px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .text-image-grid .side-left .upper-wrapper h3 {
    font: 400 20px/20px "BrandonGrotesque", Arial, sans-serif;
    padding-bottom: 17px;
    text-align: center;
  }
  .text-image-grid .side-left .upper-wrapper h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.text-image-grid .side-left .upper-wrapper p {
  margin-top: 30px;
  font: 400 24px/30px "BrandonGrotesque", Arial, sans-serif;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .text-image-grid .side-left .upper-wrapper p {
    margin-top: 14px;
  }
}
.text-image-grid .side-left .upper-wrapper .subtext {
  text-transform: uppercase;
  font: 700 18px/24px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  margin-top: 20px;
}
.text-image-grid .side-left .lower-wrapper {
  text-align: center;
  margin-bottom: 47px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .text-image-grid .side-left .lower-wrapper {
    margin-bottom: 0;
  }
}
.text-image-grid .side-left .lower-wrapper .quote {
  color: #00407A;
  font: 400 56px/56px "Silent Asia", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .text-image-grid .side-left .lower-wrapper .quote {
    font: 400 48px/48px "Silent Asia", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .text-image-grid .side-left .lower-wrapper .quote {
    font: 400 40px/40px "Silent Asia", sans-serif;
  }
}
.text-image-grid .side-left .lower-wrapper .name {
  font: 700 14px/14px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00407A;
  margin-top: 20px;
}
.text-image-grid .side-right {
  width: 66.2%;
}
@media only screen and (max-width: 767px) {
  .text-image-grid .side-right {
    width: 100%;
  }
}
.text-image-grid .side-right .thumbnail.has-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.text-image-grid .side-right .thumbnail.has-text h3 {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
  margin-bottom: 0;
  padding: 0 20px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  z-index: 1;
  font: 400 24px/28px "BrandonGrotesque", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .text-image-grid .side-right .thumbnail.has-text h3 {
    font: 400 20pxx/20px "BrandonGrotesque", Arial, sans-serif;
    text-align: center;
  }
}
.text-image-grid .side-right.layout-1 .thumbnail {
  width: 100%;
  position: relative;
}
.text-image-grid .side-right.layout-1 .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70.9677419355%;
  pointer-events: none;
}
.text-image-grid .side-right.layout-2, .text-image-grid .side-right.layout-3 {
  position: relative;
  align-self: start;
}
.text-image-grid .side-right.layout-2:before, .text-image-grid .side-right.layout-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70.7792207792%;
  pointer-events: none;
}
.text-image-grid .side-right.layout-2 .thumbnail, .text-image-grid .side-right.layout-3 .thumbnail {
  position: absolute !important;
}
.text-image-grid .side-right.layout-2 .thumbnail:nth-of-type(1), .text-image-grid .side-right.layout-3 .thumbnail:nth-of-type(1) {
  width: 35.2%;
  left: 12.9%;
  top: 0;
  position: relative;
}
.text-image-grid .side-right.layout-2 .thumbnail:nth-of-type(1):before, .text-image-grid .side-right.layout-3 .thumbnail:nth-of-type(1):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
  pointer-events: none;
}
.text-image-grid .side-right.layout-2 .thumbnail:nth-of-type(2), .text-image-grid .side-right.layout-3 .thumbnail:nth-of-type(2) {
  width: 48.1%;
  right: 0;
  top: 0;
  position: relative;
}
.text-image-grid .side-right.layout-2 .thumbnail:nth-of-type(2):before, .text-image-grid .side-right.layout-3 .thumbnail:nth-of-type(2):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 147.027027027%;
  pointer-events: none;
}
.text-image-grid .side-right.layout-2 .thumbnail:nth-of-type(3), .text-image-grid .side-right.layout-3 .thumbnail:nth-of-type(3) {
  width: 48.1%;
  left: 0;
  bottom: 0;
  position: relative;
}
.text-image-grid .side-right.layout-2 .thumbnail:nth-of-type(3):before, .text-image-grid .side-right.layout-3 .thumbnail:nth-of-type(3):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.4864864865%;
  pointer-events: none;
}
.text-image-grid .side-right.layout-4, .text-image-grid .side-right.layout-5 {
  position: relative;
  align-self: start;
}
.text-image-grid .side-right.layout-4:before, .text-image-grid .side-right.layout-5:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 119.7402597403%;
  pointer-events: none;
}
.text-image-grid .side-right.layout-4 .thumbnail, .text-image-grid .side-right.layout-5 .thumbnail {
  position: absolute !important;
}
.text-image-grid .side-right.layout-4 .thumbnail:nth-of-type(1), .text-image-grid .side-right.layout-5 .thumbnail:nth-of-type(1) {
  width: 48.1%;
  top: 0;
  right: 0;
  position: relative;
}
.text-image-grid .side-right.layout-4 .thumbnail:nth-of-type(1):before, .text-image-grid .side-right.layout-5 .thumbnail:nth-of-type(1):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.4864864865%;
  pointer-events: none;
}
.text-image-grid .side-right.layout-4 .thumbnail:nth-of-type(2), .text-image-grid .side-right.layout-5 .thumbnail:nth-of-type(2) {
  width: 35.2%;
  top: 3.4%;
  left: 12.9%;
  position: relative;
}
.text-image-grid .side-right.layout-4 .thumbnail:nth-of-type(2):before, .text-image-grid .side-right.layout-5 .thumbnail:nth-of-type(2):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
  pointer-events: none;
}
.text-image-grid .side-right.layout-4 .thumbnail:nth-of-type(3), .text-image-grid .side-right.layout-5 .thumbnail:nth-of-type(3) {
  width: 48.1%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.text-image-grid .side-right.layout-4 .thumbnail:nth-of-type(3):before, .text-image-grid .side-right.layout-5 .thumbnail:nth-of-type(3):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
  pointer-events: none;
}
.text-image-grid .side-right.layout-4 .thumbnail:nth-of-type(4), .text-image-grid .side-right.layout-5 .thumbnail:nth-of-type(4) {
  width: 48.1%;
  left: 0;
  bottom: 5%;
  position: relative;
}
.text-image-grid .side-right.layout-4 .thumbnail:nth-of-type(4):before, .text-image-grid .side-right.layout-5 .thumbnail:nth-of-type(4):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 147.027027027%;
  pointer-events: none;
}
.text-image-grid .side-right.layout-4 .thumbnail:nth-of-type(5), .text-image-grid .side-right.layout-5 .thumbnail:nth-of-type(5) {
  width: 48.1%;
  right: 0;
  bottom: 0;
  position: relative;
}
.text-image-grid .side-right.layout-4 .thumbnail:nth-of-type(5):before, .text-image-grid .side-right.layout-5 .thumbnail:nth-of-type(5):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.4864864865%;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .text-image-grid .side-right.layout-1 .thumbnail, .text-image-grid .side-right.layout-2 .thumbnail, .text-image-grid .side-right.layout-3 .thumbnail, .text-image-grid .side-right.layout-4 .thumbnail, .text-image-grid .side-right.layout-5 .thumbnail {
    width: 100% !important;
    height: 100% !important;
    left: unset !important;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    position: relative !important;
    margin: 0 !important;
    transform: translateY(0) !important;
    position: relative;
  }
  .text-image-grid .side-right.layout-1 .thumbnail:before, .text-image-grid .side-right.layout-2 .thumbnail:before, .text-image-grid .side-right.layout-3 .thumbnail:before, .text-image-grid .side-right.layout-4 .thumbnail:before, .text-image-grid .side-right.layout-5 .thumbnail:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
    pointer-events: none;
  }
}
.text-image-grid .side-right .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 28px);
}
.text-image-grid .side-right .slideshow-pagination {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .text-image-grid .side-right .slideshow-pagination {
    display: flex;
  }
}
.text-image-grid .side-right .slideshow-pagination button {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #00407A;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 350ms ease-in-out;
  overflow: hidden;
  text-indent: -999px;
}
.text-image-grid .side-right .slideshow-pagination button:last-child {
  margin-right: 0;
}
.text-image-grid .side-right .slideshow-pagination button:hover, .text-image-grid .side-right .slideshow-pagination button.swiper-pagination-bullet.active {
  opacity: 1;
}
.text-image-grid .button-3d-tour {
  position: relative;
  font: 500 16px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00407A;
  width: auto;
  height: auto;
  padding: 8px 14px;
  padding-left: 38px;
  margin-top: 20px;
  border: 2px solid #00407A;
  border-radius: 0;
  display: inline-flex;
}
.text-image-grid .button-3d-tour:hover {
  opacity: 1;
}
.text-image-grid .button-3d-tour svg {
  position: absolute;
  left: 14px;
  fill: #00407A;
  width: 20px;
  top: 5px;
}
.text-image-grid .button-360-tour {
  position: relative;
  font: 500 16px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00407A;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding: 8px 14px;
  display: flex;
  border: 2px solid #00407A;
  border-radius: 0;
  display: inline-flex;
}
.text-image-grid .button-360-tour:hover {
  opacity: 1;
}
.text-image-grid .button-360-tour img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}

.text-image-grid-offers {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers {
    background: #fff;
    padding-bottom: 20px;
  }
}
.text-image-grid-offers .single-blocks-wrapper .single-block {
  margin-bottom: 40px;
}
.text-image-grid-offers .single-blocks-wrapper .single-block:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .single-blocks-wrapper .single-block:last-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column {
    display: flex;
    flex-flow: column;
  }
}
.text-image-grid-offers .center-column .top-block {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .top-block {
    text-align: center;
    display: flex;
    flex-flow: column;
    order: 2;
  }
}
.text-image-grid-offers .center-column .top-block .left-side {
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
  color: #707070;
  padding-right: 390px;
  min-height: 200px;
  padding-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .text-image-grid-offers .center-column .top-block .left-side {
    padding-right: 290px;
  }
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .top-block .left-side {
    min-height: auto;
    padding: 0 7px;
    margin-bottom: 20px;
  }
}
.text-image-grid-offers .center-column .top-block .left-side h3 {
  font: 400 24px/28px "BrandonGrotesque", Arial, sans-serif;
  color: #00407A;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-right: 124px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .top-block .left-side h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    padding: 0 20px;
    margin-bottom: 9px;
  }
}
.text-image-grid-offers .center-column .top-block .left-side h3:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 105px;
  height: 5px;
  margin-left: 19px;
  background: #FFDF5D;
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .top-block .left-side h3:after {
    position: relative;
    display: block;
    margin: 12px auto 0;
  }
}
.text-image-grid-offers .center-column .top-block .left-side p .button {
  margin-top: 16px;
}
.text-image-grid-offers .center-column .top-block .small-block {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  flex: none;
  width: 370px;
  background: #6699C2;
  color: #fff;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  text-align: center;
  padding: 20px;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .text-image-grid-offers .center-column .top-block .small-block {
    width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .top-block .small-block {
    width: 100%;
    position: relative;
    margin: 0;
    display: block;
    padding: 20px 8px 5px;
  }
}
.text-image-grid-offers .center-column .top-block .small-block.bg-color-blue {
  background: #00407A;
}
.text-image-grid-offers .center-column .top-block .small-block h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .top-block .small-block h4 {
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.text-image-grid-offers .center-column .top-block .small-block .info-block {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .top-block .small-block .info-block {
    margin-bottom: 15px;
  }
}
.text-image-grid-offers .center-column .top-block .small-block .info-block h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .top-block .small-block .info-block h5 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 3px;
  }
}
.text-image-grid-offers .center-column .top-block .small-block .info-block p {
  font-size: 18px;
  line-height: 24px;
}
.text-image-grid-offers .center-column .bottom-block {
  overflow: hidden;
  margin: -30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .bottom-block {
    display: flex;
    flex-flow: column;
    order: 1;
    width: calc(100% + 40px);
    margin: 0 0 18px -20px;
  }
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .bottom-block .to-swiper-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .bottom-block .to-swiper-container .to-swiper-wrapper {
    width: 100%;
  }
}
.text-image-grid-offers .center-column .bottom-block .to-swiper-container .to-swiper-wrapper .thumbnail {
  float: left;
  width: 370px;
  margin: 0 0 20px 20px;
  height: 200px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .text-image-grid-offers .center-column .bottom-block .to-swiper-container .to-swiper-wrapper .thumbnail {
    width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .bottom-block .to-swiper-container .to-swiper-wrapper .thumbnail {
    width: calc(100% - 14px);
    float: none;
    height: 200px;
    margin: 0 7px;
    opacity: 0.3;
    transition: opacity 350ms ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .bottom-block .to-swiper-container .to-swiper-wrapper .thumbnail.swiper-slide-active {
    opacity: 1;
  }
}
.text-image-grid-offers .center-column .bottom-block .to-swiper-container .to-swiper-wrapper .thumbnail:first-child {
  width: calc(100% - 390px);
  height: 470px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .text-image-grid-offers .center-column .bottom-block .to-swiper-container .to-swiper-wrapper .thumbnail:first-child {
    width: calc(100% - 290px);
  }
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .bottom-block .to-swiper-container .to-swiper-wrapper .thumbnail:first-child {
    width: calc(100% - 14px);
    height: 200px;
    margin: 0 6px;
  }
}
.text-image-grid-offers .center-column .bottom-block .to-swiper-container .to-swiper-wrapper .thumbnail:nth-child(2) {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .bottom-block .to-swiper-container .to-swiper-wrapper .thumbnail:nth-child(2) {
    margin: 0 6px;
  }
}
.text-image-grid-offers .center-column .bottom-block .slideshow-pagination {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .text-image-grid-offers .center-column .bottom-block .slideshow-pagination {
    display: flex;
  }
}
.text-image-grid-offers .center-column .bottom-block .slideshow-pagination button {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #00407A;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 350ms ease-in-out;
  overflow: hidden;
  text-indent: -999px;
}
.text-image-grid-offers .center-column .bottom-block .slideshow-pagination button:last-child {
  margin-right: 0;
}
.text-image-grid-offers .center-column .bottom-block .slideshow-pagination button:hover, .text-image-grid-offers .center-column .bottom-block .slideshow-pagination button.swiper-pagination-bullet.active {
  opacity: 1;
}
.text-image-grid-offers .additional-text {
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
  color: #707070;
}

.welcome-content-at-sea {
  position: relative;
  margin-top: -40px;
  padding: 90px 0 90px;
  text-align: center;
  overflow: hidden;
  z-index: 40 !important;
}
@media only screen and (max-width: 767px) {
  .welcome-content-at-sea {
    margin-top: -200px;
    padding-top: 248px;
    padding-bottom: 40px;
    z-index: 1 !important;
  }
}
.welcome-content-at-sea:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 120%;
  height: 100%;
  margin-left: -10%;
  border-radius: 50% 50% 50% 50%/7% 7% 7% 7%;
  background-image: linear-gradient(180deg, #22c7ed 0%, #41eaec 100%);
}
@media only screen and (max-width: 767px) {
  .welcome-content-at-sea:before {
    border-radius: 50% 50% 50% 50%/4% 4% 4% 4%;
  }
}
.welcome-content-at-sea .center-column {
  max-width: 1275px;
}
.welcome-content-at-sea .page-content h2.h1-like {
  font-size: 56px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 16px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: calc(54% + 30px);
}
.welcome-content-at-sea .page-content h2.h1-like::after {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .welcome-content-at-sea .page-content h2.h1-like {
    padding: 0;
    order: 1;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-content-at-sea .page-content h2.h1-like {
    margin-bottom: 10px;
    font-size: 42px;
  }
}
.welcome-content-at-sea .page-content h3 {
  color: #00407A;
  font: 500 24px/28px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  padding-left: 67px;
  padding-right: calc(54% + 30px);
}
@media only screen and (max-width: 1023px) {
  .welcome-content-at-sea .page-content h3 {
    padding: 0;
    order: 2;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-content-at-sea .page-content h3 {
    color: #fff;
    font-size: 20px;
  }
}
.welcome-content-at-sea .page-content .copy {
  padding-left: 90px;
  padding-right: calc(54% + 60px);
}
@media only screen and (max-width: 1023px) {
  .welcome-content-at-sea .page-content .copy {
    padding: 0;
    order: 4;
  }
}
.welcome-content-at-sea .page-content .button {
  margin: 5px auto 20px 0;
  padding: 0 33px;
}
.welcome-content-at-sea .welcome-content-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .welcome-content-at-sea .welcome-content-block {
    display: block;
  }
}
.welcome-content-at-sea .left {
  width: 100%;
  color: #00407A;
}
@media only screen and (max-width: 1023px) {
  .welcome-content-at-sea .left {
    display: flex;
    flex-flow: column;
  }
}
.welcome-content-at-sea .left p {
  font-size: 18px;
  line-height: 24px;
}
.welcome-content-at-sea .left .thumbnail {
  position: relative;
  width: 54%;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30%;
  margin-left: 0;
}
@media only screen and (max-width: 1023px) {
  .welcome-content-at-sea .left .thumbnail {
    order: 3;
    width: 100%;
    margin: 0 0 20px 0;
    padding-top: 56%;
  }
}
.welcome-content-at-sea .left .thumbnail .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;
}
.welcome-content-at-sea .left .thumbnail .play-video:after {
  content: "";
  background: url("../images/play-button-filled.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}
.welcome-content-at-sea .left .thumbnail .play-video:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .welcome-content-at-sea .left .thumbnail .play-video {
    height: 40px;
    width: 40px;
  }
  .welcome-content-at-sea .left .thumbnail .play-video:after {
    height: 40px;
    width: 40px;
  }
}

.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;
  text-transform: none;
  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: #00407A;
  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 {
  display: inline-block;
  vertical-align: top;
}
.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 .form .group {
  margin-top: 20px;
}
.rfp-wrapper .form .formError {
  top: auto !important;
  margin-top: 0 !important;
  bottom: 100% !important;
}
.rfp-wrapper .form .custom-checkbox {
  color: #959494;
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.rfp-wrapper [id*=form_form_] .form-builder-field {
  width: 100% !important;
  margin-left: 0 !important;
}
.rfp-wrapper [id*=form_form_] .form-builder-field.checkboxgroup_checkbox > p {
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .rfp-wrapper [id*=form_form_] .form-builder-field.checkboxgroup_checkbox > 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 > label {
  font-size: 14px;
  text-align: left;
}

.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: #6699C2;
}

.image-tiles-acm {
  margin: 60px 0;
}
.image-tiles-acm .pattern {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 0.25fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .image-tiles-acm .pattern {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.image-tiles-acm .pattern .image-tile {
  position: relative;
  background: #231f20;
}
.image-tiles-acm .pattern .image-tile.img1 {
  grid-area: 1/1/2/2;
}
.image-tiles-acm .pattern .image-tile.img2 {
  grid-area: 1/2/3/4;
}
.image-tiles-acm .pattern .image-tile.img3 {
  grid-area: 2/1/4/2;
}
.image-tiles-acm .pattern .image-tile.img4 {
  grid-area: 3/2/4/3;
}
.image-tiles-acm .pattern .image-tile.img5 {
  grid-area: 3/3/4/4;
}
.image-tiles-acm .pattern .image-tile .image {
  width: 100%;
  padding-top: 65%;
}

.four-box-layout {
  display: flex;
}
.four-box-layout .center-column {
  width: 100%;
}
.four-box-layout .four-box-layout-sec {
  width: 278px;
  display: inline-flex;
  align-items: center;
  margin: 5px;
  background: var(--color-grey-98, #fbfaf8);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .four-box-layout .four-box-layout-sec {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .four-box-layout .four-box-layout-sec {
    width: 100%;
    display: none;
  }
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-box-image {
  width: 100%;
  display: flex;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-box-image img {
  width: 100%;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-box-content {
  padding: 14px 15px;
  text-align: center;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-box-content .box-title {
  color: var(--color-azure-24, #00407A);
  text-align: center;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 390;
  line-height: 100%;
  /* 20px */
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-box-content .box-price {
  color: var(--color-azure-24, #00407A);
  text-align: center;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  /* 38px */
  text-transform: uppercase;
  margin: 10px 0px;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-box-content .box-price p {
  color: var(--color-azure-24, #00407A);
  text-align: center;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 390;
  line-height: 100%;
  /* 12px */
  display: inline-block;
  text-transform: lowercase;
  vertical-align: top;
  margin: 0 10px 0 0px;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-box-content .box-decs {
  color: var(--color-azure-24, #00407A);
  text-align: center;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 390;
  line-height: 100%;
  /* 12px */
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-box-content .box-decs .fix-content {
  display: inline-block;
  border-right: solid 1px #00407A;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0px;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-box-content .four-box-button .multi-buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14px;
  font-weight: 450;
  line-height: 22.4px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-box-content .four-box-button .multi-buttons .btn-new {
  padding: 10px 14px;
  width: 119px;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  color: #00407A;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-box-content .four-box-button .multi-buttons .blue-btn {
  background-color: #00407A;
  color: #fff;
  text-decoration: none;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content {
  width: 100%;
  height: 90%;
  display: flex;
  align-items: flex-end;
  padding: 14px;
}
@media only screen and (min-width: 1170px) {
  .four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content {
    padding: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content {
    padding: 20px;
  }
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .content_nt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 0 0 100%;
  text-align: center;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .content_nt .heading {
  margin: 0 auto 12px auto;
  font-size: 20px;
  line-height: 20px;
  width: 80%;
  text-align: center;
  color: #00407a;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .content_nt .heading {
    font-size: 26px;
    line-height: 30px;
  }
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .content_nt .price-details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 4px;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .content_nt .price-details .text-small {
  display: inline-block;
  margin-top: 3px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .content_nt .price-details .text-medium {
  display: inline-block;
  margin-top: 6px;
  margin-right: 2px;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .content_nt .price-details .text-large {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .content_nt p {
  margin: 5px 0 12px 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .content_nt p .content {
  position: relative;
  padding: 0 6px;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .content_nt p .content:not(:nth-child(1)):after {
  position: absolute;
  top: 5px;
  left: -1px;
  width: 1px;
  height: 8px;
  background-color: #00407A;
  content: "";
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .nav .text-button {
  margin-bottom: 15px;
  color: #00407A;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  overflow: visible;
  font: 400 12px/1 "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: center;
  letter-spacing: 0px;
  transition: color 350ms ease-in-out;
  width: 50%;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .nav .text-button:hover {
  color: #6699C2;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .nav .button {
  display: flex;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #00407A;
  letter-spacing: normal;
  background-color: #00407A;
  color: #fff;
  align-items: center;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .nav .button:hover {
  background-color: #fff;
  color: #00407A;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .nav .lern-btn {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
}
.four-box-layout .four-box-layout-sec .four-box-layout-wrapper .four-column-cards-content .nav .lern-btn:hover {
  text-decoration: none;
}
.four-box-layout .slideshow-pagination {
  position: absolute;
  left: 50%;
  bottom: 3vw;
  display: block;
  width: 100%;
  height: 20px;
  padding: 0 3vw;
  z-index: 2;
  transform: translate(-50px, 0px);
}
.four-box-layout .slideshow-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 4px;
  text-indent: -99999px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  background: #f5f5f5;
}
.four-box-layout .slideshow-pagination .swiper-pagination-bullet.active {
  background-color: rgba(0, 64, 122, 0.9);
}

.four-up-slider {
  display: none;
}
@media only screen and (max-width: 767px) {
  .four-up-slider {
    display: block;
  }
}
.four-up-slider .swiper-container {
  height: 450px;
}
.four-up-slider .four-box-layout-wrapper .four-box-image {
  width: 100%;
}
.four-up-slider .four-box-layout-wrapper .four-box-image img {
  width: 100%;
}
.four-up-slider .four-box-layout-wrapper .four-box-content {
  padding: 14px 15px;
  text-align: center;
}
.four-up-slider .four-box-layout-wrapper .four-box-content .box-title {
  color: var(--color-azure-24, #00407A);
  text-align: center;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 390;
  line-height: 100%;
  /* 20px */
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
}
.four-up-slider .four-box-layout-wrapper .four-box-content .box-price {
  color: var(--color-azure-24, #00407A);
  text-align: center;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  /* 38px */
  text-transform: uppercase;
  margin: 10px 0px;
}
.four-up-slider .four-box-layout-wrapper .four-box-content .box-price p {
  color: var(--color-azure-24, #00407A);
  text-align: center;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 390;
  line-height: 100%;
  /* 12px */
  display: inline-block;
  text-transform: lowercase;
  vertical-align: top;
  margin: 0 10px 0 0px;
}
.four-up-slider .four-box-layout-wrapper .four-box-content .box-decs {
  color: var(--color-azure-24, #00407A);
  text-align: center;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 390;
  line-height: 100%;
  /* 12px */
}
.four-up-slider .four-box-layout-wrapper .four-box-content .box-decs .fix-content {
  display: inline-block;
  border-right: solid 1px #00407A;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0px;
}
.four-up-slider .four-box-layout-wrapper .four-box-content .four-box-button .multi-buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 14px;
  font-weight: 450;
  line-height: 22.4px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}
.four-up-slider .four-box-layout-wrapper .four-box-content .four-box-button .multi-buttons .btn-new {
  padding: 10px 14px;
  width: 119px;
  font-family: "BrandonGrotesque", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 420;
  line-height: normal;
  color: #00407A;
}
.four-up-slider .four-box-layout-wrapper .four-box-content .four-box-button .multi-buttons .blue-btn {
  background-color: #00407A;
  color: #fff;
  text-decoration: none;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content {
  width: 100%;
  height: 90%;
  align-items: flex-end;
}
@media only screen and (min-width: 1170px) {
  .four-up-slider .four-box-layout-wrapper .four-column-cards-content {
    padding: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .four-up-slider .four-box-layout-wrapper .four-column-cards-content {
    padding: 20px;
  }
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .content_nt {
  /*display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      flex: 0 0 100%;
      text-align: center;*/
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .content_nt .heading {
  margin: 0 auto 12px auto;
  font-size: 20px;
  line-height: 20px;
  width: 80%;
  text-align: center;
  color: #00407a;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .four-up-slider .four-box-layout-wrapper .four-column-cards-content .content_nt .heading {
    font-size: 26px;
    line-height: 30px;
    width: 100%;
  }
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .content_nt .price-details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 4px;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .content_nt .price-details .text-small {
  display: inline-block;
  margin-top: 3px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .content_nt .price-details .text-medium {
  display: inline-block;
  margin-top: 6px;
  margin-right: 2px;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .content_nt .price-details .text-large {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .content_nt p {
  margin: 5px 0 12px 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .content_nt p .content {
  position: relative;
  padding: 0 6px;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .content_nt p .content:not(:nth-child(1)):after {
  position: absolute;
  top: 5px;
  left: -1px;
  width: 1px;
  height: 8px;
  background-color: #00407A;
  content: "";
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .nav .text-button {
  margin-bottom: 15px;
  color: #00407A;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  overflow: visible;
  font: 400 12px/1 "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: center;
  letter-spacing: 0px;
  transition: color 350ms ease-in-out;
  width: 50%;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .nav .text-button:hover {
  color: #6699C2;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .nav .button {
  display: flex;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #00407A;
  letter-spacing: normal;
  background-color: #00407A;
  color: #fff;
  align-items: center;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .nav .button:hover {
  background-color: #fff;
  color: #00407A;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .nav .lern-btn {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
}
.four-up-slider .four-box-layout-wrapper .four-column-cards-content .nav .lern-btn:hover {
  text-decoration: none;
}

.event-tiles-acm .tile-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event-tiles-acm .tile {
  position: relative;
  width: calc(50% - 15px);
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .event-tiles-acm .tile {
    width: 100%;
    margin-bottom: 30px;
  }
}
.event-tiles-acm .tile img {
  display: block;
  width: 100%;
}
.event-tiles-acm .tile a:not(.button) {
  margin-top: 20px;
  color: #6699C2;
  font: 32px/36px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.event-tiles-acm .tile a:not(.button):hover h3 {
  color: #00407A;
}
.event-tiles-acm .tile h3 {
  margin-top: 20px;
  color: #6699C2;
  font: 24px/32px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.event-tiles-acm .tile p {
  margin-top: 10px;
  color: #707070;
  font: 18px/24px "BrandonGrotesque", Arial, sans-serif;
}
.event-tiles-acm .tile .button {
  margin-top: 24px;
}
.event-tiles-acm .tile .tour-wrap {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 8px 14px;
}
.event-tiles-acm .tile .tour-wrap .button-3d-tour {
  position: relative;
  font: 500 16px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00407A;
  width: auto;
  height: auto;
  padding: 8px 14px;
  padding-left: 38px;
  margin: 0;
}
.event-tiles-acm .tile .tour-wrap .button-3d-tour:hover {
  opacity: 1;
}
.event-tiles-acm .tile .tour-wrap .button-3d-tour svg {
  position: absolute;
  left: 14px;
  fill: #00407A;
  width: 20px;
  top: 5px;
}
.event-tiles-acm .tile .tour-wrap .button-360-tour {
  position: relative;
  font: 500 16px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00407A;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 0;
  display: flex;
  padding: 8px 14px;
}
.event-tiles-acm .tile .tour-wrap .button-360-tour:hover {
  opacity: 1;
}
.event-tiles-acm .tile .tour-wrap .button-360-tour img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}

.kids-program .kids-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 86px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .kids-program .kids-wrapper {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .kids-program .kids-wrapper {
    margin-bottom: 30px;
  }
}
.kids-program .side-content, .kids-program .tile {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .kids-program .side-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.kids-program .side-content h3 {
  font: 500 24px/28px "BrandonGrotesque", Arial, sans-serif;
  color: #00407A;
  letter-spacing: 1px;
  padding-bottom: 22px;
  margin-bottom: 25px;
  position: relative;
}
.kids-program .side-content h3:before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFDF5D;
}
.kids-program .side-content p {
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
  color: #707070;
}
.kids-program .side-content p.price {
  font-weight: 600;
  color: #00407A;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .kids-program .tile {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .kids-program .tile {
    width: 100%;
    margin-bottom: 30px;
  }
}
.kids-program .tile img {
  display: block;
  width: 100%;
}
.kids-program .tile h4 {
  font: 500 24px/28px "BrandonGrotesque", Arial, sans-serif;
  color: #6699C2;
  text-transform: capitalize;
  margin-top: 10px;
}
.kids-program .tile ul {
  margin-top: 4px;
}
.kids-program .tile ul li {
  font: 400 18px/24px "BrandonGrotesque", Arial, sans-serif;
  color: #707070;
  position: relative;
  padding-left: 12px;
}
.kids-program .tile ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #707070;
}
.kids-program .tile ul li:hover {
  color: #6699C2;
}
.kids-program .tile ul li:hover:before {
  background: #6699C2;
}

.loyalty-tiles-table {
  margin: 60px 0;
}
.loyalty-tiles-table .info-tiles-list {
  font-size: 0;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.loyalty-tiles-table .upper-wrapper {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.loyalty-tiles-table .upper-wrapper h3 {
  font: 500 24px/30px "BrandonGrotesque", Arial, sans-serif;
  color: #00407A;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-right: 122px;
  position: relative;
  align-self: flex-start;
}
.loyalty-tiles-table .upper-wrapper h3:after {
  content: "";
  display: block;
  width: 105px;
  height: 5px;
  background: #FFDF5D;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .loyalty-tiles-table .upper-wrapper h3 {
    font: 400 26px/30px "BrandonGrotesque", Arial, sans-serif;
    padding-bottom: 17px;
  }
  .loyalty-tiles-table .upper-wrapper h3:after {
    right: unset;
    left: 0;
    top: unset;
    bottom: 0;
    transform: translateY(0);
  }
}
.loyalty-tiles-table .upper-wrapper p {
  margin-top: 10px;
  font: 400 24px/30px "BrandonGrotesque", Arial, sans-serif;
  color: #00407A;
}
@media only screen and (max-width: 767px) {
  .loyalty-tiles-table .upper-wrapper p {
    margin-top: 14px;
    font: 400 20px/26px "BrandonGrotesque", Arial, sans-serif;
  }
}
.loyalty-tiles-table .tile {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .loyalty-tiles-table .tile {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .loyalty-tiles-table .tile {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .loyalty-tiles-table .tile .description {
    text-align: left;
  }
}
.loyalty-tiles-table .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.4864864865%;
}
.loyalty-tiles-table .info-lable {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  padding: 7px 13px 6px 12px;
  line-height: 14px;
  background-color: #FFDF5D;
}
.loyalty-tiles-table .info-lable span {
  color: #fff;
  font: 700 14px/1 "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 6px;
}
.loyalty-tiles-table .info-lable svg {
  fill: #fff;
  position: relative;
  top: 2px;
  width: 14px;
}
.loyalty-tiles-table .info-lable.bronze {
  background-color: #A97142;
}
.loyalty-tiles-table .info-lable.silver {
  background-color: #C0C0C0;
}
.loyalty-tiles-table .info-lable.gold {
  background-color: #ECBD1F;
}
.loyalty-tiles-table .info-lable.platinum {
  background-color: #6699C2;
}
.loyalty-tiles-table h4 {
  margin: 10px 0 4px;
  text-transform: none;
  color: #6699C2;
  font: 500 24px/28px "BrandonGrotesque", Arial, sans-serif;
}
.loyalty-tiles-table h4 a {
  color: #6699C2;
  text-decoration: none;
}
.loyalty-tiles-table h4 a:hover {
  color: #00407A;
}
.loyalty-tiles-table .description {
  font-size: 18px;
  line-height: 24px;
  color: #707070;
}
.loyalty-tiles-table .table-grid {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.loyalty-tiles-table .table-grid .table-row {
  display: table-row;
}
.loyalty-tiles-table .table-grid .table-row .table-cell {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #00407A;
  padding: 5px 15px;
  color: #707070;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .loyalty-tiles-table .table-grid .table-row .table-cell {
    font-size: 12px;
    line-height: 1.4;
    padding: 10px 5px;
  }
}
.loyalty-tiles-table .table-grid .table-row .table-cell.header {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  min-width: 143px;
  padding: 10px 15px;
}
@media only screen and (max-width: 1023px) {
  .loyalty-tiles-table .table-grid .table-row .table-cell.header {
    min-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .loyalty-tiles-table .table-grid .table-row .table-cell.header {
    padding: 10px 5px;
    font-size: 10px;
  }
}
.loyalty-tiles-table .table-grid .table-row .table-cell.header.type-none {
  background-color: #00407A;
  text-align: left;
}
.loyalty-tiles-table .table-grid .table-row .table-cell.first-child {
  text-align: left;
}
.loyalty-tiles-table .table-grid .table-row .table-cell.type-bronze {
  background-color: #A97142;
}
.loyalty-tiles-table .table-grid .table-row .table-cell.bronze svg {
  fill: #A97142;
  position: relative;
  top: 2px;
  width: 14px;
}
.loyalty-tiles-table .table-grid .table-row .table-cell.type-silver {
  background-color: #C0C0C0;
}
.loyalty-tiles-table .table-grid .table-row .table-cell.silver svg {
  fill: #C0C0C0;
  position: relative;
  top: 2px;
  width: 14px;
}
.loyalty-tiles-table .table-grid .table-row .table-cell.type-gold {
  background-color: #ECBD1F;
}
.loyalty-tiles-table .table-grid .table-row .table-cell.gold svg {
  fill: #ECBD1F;
  position: relative;
  top: 2px;
  width: 14px;
}
.loyalty-tiles-table .table-grid .table-row .table-cell.type-platinum {
  background-color: #6699C2;
}
.loyalty-tiles-table .table-grid .table-row .table-cell.platinum svg {
  fill: #6699C2;
  position: relative;
  top: 2px;
  width: 14px;
}
.loyalty-tiles-table .footer-editor {
  color: #707070;
  font-size: 15px;
  line-height: 1.5;
  background-color: #FBFAF8;
  padding: 30px;
}
.loyalty-tiles-table .footer-editor ol {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media only screen and (max-width: 767px) {
  .loyalty-tiles-table .footer-editor ol {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.virtual-tours {
  position: relative;
}
.virtual-tours .wrapper {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 20px;
  position: relative;
}
.virtual-tours .wrapper .content-block {
  display: flex;
  flex-direction: column;
}
.virtual-tours .wrapper .content-block .heading {
  position: relative;
  font: 400 32px/36px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1.5px;
  color: #6699C2;
  text-transform: uppercase;
  align-self: flex-start;
  padding-right: 122px;
}
.virtual-tours .wrapper .content-block .heading:after {
  background: #FFDF5D;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 105px;
}
.virtual-tours .wrapper .content-block .description {
  color: #707070;
  margin: 10px 0 30px;
}
.virtual-tours .wrapper .images-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .virtual-tours .wrapper .images-block {
    grid-template-columns: 1fr;
  }
}
.virtual-tours .wrapper .images-block .item {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
.virtual-tours .wrapper .images-block .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.virtual-tours .wrapper .images-block .item .overlay-block {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.virtual-tours .wrapper .images-block .item .overlay-block .tour-text {
  font: 500 16px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.virtual-tours .wrapper .images-block .item .overlay-block .button-3d-tour {
  position: relative;
  font: 500 16px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  height: auto;
  padding-left: 25px;
  margin-bottom: 10px;
}
.virtual-tours .wrapper .images-block .item .overlay-block .button-3d-tour:hover {
  opacity: 1;
}
.virtual-tours .wrapper .images-block .item .overlay-block .button-3d-tour svg {
  position: absolute;
  left: 0;
  fill: #fff;
  width: 20px;
  top: -3px;
}
.virtual-tours .wrapper .images-block .item .overlay-block .button-360-tour {
  position: relative;
  font: 500 16px/16px "BrandonGrotesque", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}
.virtual-tours .wrapper .images-block .item .overlay-block .button-360-tour:hover {
  opacity: 1;
}
.virtual-tours .wrapper .images-block .item .overlay-block .button-360-tour img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}

.two-column-cards {
  margin-top: 60px;
}
.two-column-cards .two-column-cards-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .two-column-cards .two-column-cards-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.two-column-cards .two-column-cards-item {
  background-color: #FBFAF8;
  text-align: left;
}
.two-column-cards .two-column-cards-item .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .two-column-cards .two-column-cards-item .row {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .two-column-cards .two-column-cards-item .row.row-reverse {
    flex-direction: row-reverse;
  }
}
.two-column-cards .two-column-cards-item .thumbnail {
  margin: 0;
  width: 100%;
  height: 230px;
}
@media only screen and (min-width: 768px) {
  .two-column-cards .two-column-cards-item .thumbnail {
    max-width: 254px;
    height: auto;
  }
}
.two-column-cards .two-column-cards-item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-column-cards .two-column-cards-content {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
}
@media only screen and (min-width: 1170px) {
  .two-column-cards .two-column-cards-content {
    padding: 20px 40px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .two-column-cards .two-column-cards-content {
    padding: 32px;
  }
}
.two-column-cards .two-column-cards-content .content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 0 0 100%;
}
.two-column-cards .two-column-cards-content .content .heading {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 27px;
  font-weight: 400;
  color: #00407A;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .two-column-cards .two-column-cards-content .content .heading {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px;
  }
}
.two-column-cards .two-column-cards-content .content p {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.two-column-cards .two-column-cards-content .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .two-column-cards .two-column-cards-content .nav {
    justify-content: center;
  }
}
.two-column-cards .two-column-cards-content .nav .button, .two-column-cards .two-column-cards-content .nav .text-button {
  margin-top: 16px;
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .two-column-cards .two-column-cards-content .nav .button, .two-column-cards .two-column-cards-content .nav .text-button {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.two-column-cards .two-column-cards-content .nav .button {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .two-column-cards .two-column-cards-content .nav .button {
    line-height: 40px;
  }
}
.two-column-cards .two-column-cards-content .nav .text-button {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
}

.three-column-cards {
  margin-top: 60px;
}
.three-column-cards .three-column-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .three-column-cards .three-column-cards-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.three-column-cards .three-column-cards-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.three-column-cards .three-column-cards-item .thumbnail {
  min-height: 350px;
  padding-bottom: 121%;
}
.three-column-cards .three-column-cards-item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.three-column-cards .three-column-cards-item:hover .thumbnail img {
  transform: scale(1.1);
}
.three-column-cards .three-column-cards-content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.28%, #000 100%);
}
@media only screen and (min-width: 1170px) {
  .three-column-cards .three-column-cards-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .three-column-cards .three-column-cards-content {
    padding: 20px;
  }
}
.three-column-cards .three-column-cards-content .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 0 0 100%;
}
.three-column-cards .three-column-cards-content .content .heading {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 27px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .three-column-cards .three-column-cards-content .content .heading {
    font-size: 26px;
    line-height: 30px;
  }
}
.three-column-cards .three-column-cards-content .content .price-details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 4px;
  color: #fff;
}
.three-column-cards .three-column-cards-content .content .price-details .text-small {
  display: inline-block;
  margin-top: 6px;
  margin-right: 8px;
  font-size: 17px;
  font-weight: 300;
  line-height: 17px;
}
.three-column-cards .three-column-cards-content .content .price-details .text-medium {
  display: inline-block;
  margin-top: 6px;
  margin-right: 4px;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}
.three-column-cards .three-column-cards-content .content .price-details .text-large {
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
}
.three-column-cards .three-column-cards-content .content p {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}
.three-column-cards .three-column-cards-content .content p .description {
  position: relative;
  padding: 0 6px;
}
.three-column-cards .three-column-cards-content .content p .description:not(:nth-child(1)):after {
  position: absolute;
  top: 8px;
  left: -1px;
  width: 1px;
  height: 8px;
  background-color: #fff;
  content: "";
}
.three-column-cards .three-column-cards-content .nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.three-column-cards .three-column-cards-content .nav .text-button {
  margin-bottom: 15px;
}
.three-column-cards .three-column-cards-content .nav .button {
  display: block;
  padding: 0 20px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  color: #00407A;
  letter-spacing: normal;
  background-color: #fff;
}
.three-column-cards .three-column-cards-content .nav .button:hover {
  background-color: #00407A;
  color: #fff;
}
.three-column-cards .three-column-cards-content .nav .text-button {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
}
.three-column-cards .three-column-cards-content .nav .text-button:hover {
  text-decoration: none;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }

  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }

  body > *:not(#content) {
    display: none;
  }

  #calendar-header, #calendar-year, #calendar-month {
    display: none;
  }

  @page {
    size: 960px 1358px;
  }
}
.video-cross-sell {
  position: relative;
  margin: 60px auto 40px;
}
.video-cross-sell .center-column {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}
.video-cross-sell .page-content h2.h1-like {
  font-size: 56px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 16px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: calc(54% + 30px);
}
.video-cross-sell .page-content h2.h1-like::after {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .video-cross-sell .page-content h2.h1-like {
    padding: 0;
    order: 1;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .video-cross-sell .page-content h2.h1-like {
    margin-bottom: 10px;
    font-size: 42px;
  }
}
.video-cross-sell .page-content h3 {
  color: #00407A;
  font: 500 24px/28px "BrandonGrotesque", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  padding-left: 67px;
  padding-right: calc(54% + 30px);
}
@media only screen and (max-width: 1023px) {
  .video-cross-sell .page-content h3 {
    padding: 0;
    order: 2;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .video-cross-sell .page-content h3 {
    color: #fff;
    font-size: 20px;
  }
}
.video-cross-sell .page-content .copy {
  padding-left: 90px;
  padding-right: calc(54% + 60px);
}
@media only screen and (max-width: 1023px) {
  .video-cross-sell .page-content .copy {
    padding: 0;
    order: 4;
  }
}
.video-cross-sell .page-content .button {
  margin: 5px auto 20px 0;
  padding: 0 33px;
}
.video-cross-sell .video-cross-sell-content-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .video-cross-sell .video-cross-sell-content-block {
    display: block;
  }
}
.video-cross-sell .left {
  width: 100%;
  color: #00407A;
}
@media only screen and (max-width: 1023px) {
  .video-cross-sell .left {
    display: flex;
    flex-flow: column;
  }
}
.video-cross-sell .left p {
  font-size: 18px;
  line-height: 24px;
}
.video-cross-sell .left .thumbnail {
  position: relative;
  width: 100%;
  height: 658px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .video-cross-sell .left .thumbnail {
    width: 100%;
    margin: 0 0 20px 0;
    height: 300px;
  }
}
.video-cross-sell .left .thumbnail .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;
}
.video-cross-sell .left .thumbnail .play-video:after {
  content: "";
  background: url("../images/play-button-filled.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}
.video-cross-sell .left .thumbnail .play-video:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .video-cross-sell .left .thumbnail .play-video {
    height: 40px;
    width: 40px;
  }
  .video-cross-sell .left .thumbnail .play-video:after {
    height: 40px;
    width: 40px;
  }
}

.container_nt {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}
.container_nt .responsive-iframe_nt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 718px;
  height: 100%;
  border: none;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .container_nt .responsive-iframe_nt {
    width: 100%;
  }
}

video {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-modal {
  display: block;
  transition-property: opacity, visibility, box-shadow, transform;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  position: fixed;
  z-index: 9999;
  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 > 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;
  }
}
