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

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 700;
  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: 4px;
  width: 18px;
  height: 18px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  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;
  transform: scaleX(-1);
}
.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 300px;
  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: 36px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #000;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}
.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: #427AA1;
  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: #e4dacc;
  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;
}

.lightbox {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: -9999px;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: -9999px;
  padding: 24px;
  transition: visibility 0.35s, opacity 0.35s, top 0ms 0.35s, left 0ms 0.35s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.lightbox.visible {
  left: 0;
  opacity: 1;
  top: 0;
  transition: visibility 0ms, opacity 0.35s, top 0ms, left 0ms;
  visibility: visible;
}
.lightbox .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.lightbox .close-button svg {
  fill: #000;
}
.lightbox .thin-box {
  position: relative;
  z-index: 99;
  margin: 48px auto 0;
  padding: 24px;
  width: 100%;
  max-width: 522px;
  background-color: #fff;
  border-radius: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lightbox .thin-box {
    padding: 56px;
  }
}
.lightbox .thin-box .h3 {
  margin-bottom: 20px;
}
.lightbox .thin-box p {
  margin-bottom: 0;
  font-size: 13px;
  color: #000;
  letter-spacing: 1.2px;
  line-height: 26px;
  font-weight: 300;
}
.lightbox .thin-box__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.lightbox .thin-box__close svg {
  fill: #000;
}
.lightbox .thin-box .contact-wrap {
  margin-top: 28px;
}
.lightbox .thin-box .contact-wrap h2, .lightbox .thin-box .contact-wrap h3 {
  display: none;
}
.lightbox .thin-box [id*=form_form_] .form-builder-group {
  margin-top: 0;
}
.lightbox .thin-box [id*=form_form_] .form-builder-group.columns-2 {
  margin: 0 -12px;
}
.lightbox .thin-box [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  padding: 0 12px;
  width: 50%;
}
.lightbox .thin-box [id*=form_form_] .form-builder-group .form-builder-field {
  margin: 0 0 24px;
}
.lightbox .thin-box [id*=form_form_] .form-builder-group .form-builder-field label {
  display: none;
}
.lightbox .thin-box [id*=form_form_] .form-builder-group .form-builder-field [id*=inputtext_] {
  width: 100%;
  padding: 8px 0;
  font-family: "aktiv-grotesk";
  font-size: 13px;
  letter-spacing: 1.2px;
  font-weight: 300;
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.lightbox .thin-box [id*=form_form_] .form-builder-group .form-builder-field [id*=textarea_] {
  width: 100%;
  height: 140px;
  padding: 8px 12px;
  font-family: "aktiv-grotesk";
  font-size: 13px;
  letter-spacing: 1.2px;
  font-weight: 300;
  resize: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.lightbox .thin-box [id*=form_form_] .form-builder-group .form-builder-field[class*=textarea_] label {
  width: auto;
  margin-bottom: 12px;
  font-family: "aktiv-grotesk";
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.2px;
  color: #000;
  font-weight: 300;
  display: block;
}
.lightbox .thin-box [id*=form_form_] .form-builder-group .form-builder-field[class*=inputsubmit_] {
  width: 100%;
  margin: 0;
  padding: 0;
}
.lightbox .thin-box [id*=form_form_] .form-builder-group .form-builder-field .button {
  width: 100%;
  border: 0;
}
.lightbox .thin-box [id*=form_form_] #form_module_container_success {
  margin-top: 0;
  margin-bottom: 24px;
  background-color: #f6f9fb;
}

.black-tall-line:before {
  position: fixed;
  width: 1px;
  left: 27px;
  top: 38px;
  bottom: 0;
  background-color: #000;
  content: "";
  z-index: 11;
}
@media only screen and (min-width: 1440px) {
  .black-tall-line:before {
    left: 47px;
  }
}
@media only screen and (max-width: 1023px) {
  .black-tall-line:before {
    display: none;
  }
}

.white-line {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
}
.white-line:before {
  position: absolute;
  width: 1px;
  left: 27px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  content: "";
  z-index: 12;
}
@media only screen and (min-width: 1440px) {
  .white-line:before {
    left: 47px;
  }
}
@media only screen and (max-width: 1023px) {
  .white-line:before {
    display: none;
  }
}

#photos {
  position: relative;
  height: 720px;
  margin-top: 0;
  padding-top: 0;
  z-index: 11;
}
@media only screen and (max-width: 1023px) {
  #photos {
    height: 80vh;
  }
}
#photos .white-line:before {
  top: 110px;
}
#photos .slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
#photos .slideshow .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  font-family: "aktiv-grotesk";
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 15px;
  color: #fff;
  text-align: center;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  #photos .slideshow .caption {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 6px;
  }
}

.home #photos {
  height: 720px;
}
@media only screen and (max-width: 1023px) {
  .home #photos {
    height: 80vh;
  }
}
.home #photos video {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.home #photos .video-background {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.home #photos .video-foreground,
.home #photos .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .home #photos .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .home #photos .video-foreground {
    width: 300%;
    left: -100%;
  }
}

.center-column {
  width: 100%;
  max-width: 1088px;
  padding: 0 24px;
  margin: 0 auto;
}

.image-content {
  position: relative;
  padding-top: 56px;
}
@media only screen and (min-width: 768px) {
  .image-content {
    padding-top: 140px;
  }
}
.image-content__row {
  display: flex;
  flex-wrap: wrap;
}
.image-content__image {
  width: 100%;
  border-radius: 24px;
  min-height: 425px;
}
@media only screen and (min-width: 768px) {
  .image-content__image {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 680px;
  }
}
.image-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 0.3s;
}
.image-content__image__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.image-content__image .play-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  transition: all 0.2s;
}
.image-content__image .play-button:hover {
  opacity: 0.7;
}
.image-content__image .play-button img {
  width: 100%;
}
.image-content__text {
  max-width: 100%;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .image-content__text {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
    padding-right: 2%;
    padding-left: 6%;
  }
}
@media only screen and (min-width: 1280px) {
  .image-content__text {
    padding-right: 2%;
    padding-left: 10.385%;
  }
}
.image-content__text .h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .image-content__text .h2 {
    margin-bottom: 24px;
  }
}
.image-content__text p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .image-content__text p {
    margin-bottom: 32px;
  }
}
.image-content__text .sub-heading {
  margin-bottom: 12px;
  font-family: "aktiv-grotesk";
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
}
.image-content__text .hours {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .image-content.reverse .image-content__row {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .image-content.reverse .image-content__text {
    padding-right: 6%;
    padding-left: 2%;
  }
}
@media only screen and (min-width: 1280px) {
  .image-content.reverse .image-content__text {
    padding-right: 10.385%;
    padding-left: 2%;
  }
}

.intro-with-slider {
  margin-top: 140px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f6f9fb;
  z-index: unset;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .intro-with-slider {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: 54px;
  }
}
.intro-with-slider__intro {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .intro-with-slider__intro {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .intro-with-slider__intro .left {
    max-width: 35%;
  }
}
.intro-with-slider__intro .left .h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .intro-with-slider__intro .right {
    max-width: 50%;
  }
}
.intro-with-slider__intro .right-content {
  margin-bottom: 24px;
}
.intro-with-slider .popup-block {
  display: none;
}
.intro-with-slider .slideshow {
  margin-top: 80px;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .intro-with-slider .slideshow {
    margin-top: 48px;
  }
}
.intro-with-slider .slideshow .tile {
  position: relative;
  border-radius: 24px;
}
.intro-with-slider .slideshow .tile:hover .image img {
  scale: 1.05;
}
.intro-with-slider .slideshow .tile:hover .content {
  transition: all 0.2s;
}
.intro-with-slider .slideshow .tile:hover .content .button-link {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  transition: all 0.2s;
}
.intro-with-slider .slideshow .tile .image {
  position: relative;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
}
.intro-with-slider .slideshow .tile .image:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  opacity: 1;
  background-size: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .intro-with-slider .slideshow .tile .image {
    height: 420px;
  }
}
.intro-with-slider .slideshow .tile .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 0.2s;
}
.intro-with-slider .slideshow .tile .content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px 48px;
  text-align: center;
  transition: all 0.2s;
}
.intro-with-slider .slideshow .tile .content .h3 {
  margin-bottom: 20px;
  color: #fff;
  transition: all 0.2s;
}
.intro-with-slider .slideshow .tile .content .button-link {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 1023px) {
  .intro-with-slider .slideshow .tile .content .button-link {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    max-height: none;
  }
}
.intro-with-slider .slideshow .slick-dots {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  margin-top: 40px;
  padding: 0 24px;
}
.intro-with-slider .slideshow .slick-dots li {
  flex-grow: 1;
  line-height: 0;
}
.intro-with-slider .slideshow .slick-dots li.slick-active button {
  background-color: black;
}
.intro-with-slider .slideshow .slick-dots button {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 0;
}

.modal-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
}
.modal-popup .slider-block {
  display: none;
}
.modal-popup .popup-block {
  display: block;
}
.modal-popup .close {
  display: none;
  width: 80px;
  height: 80px;
  z-index: 1;
  background: #427AA1;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "aktiv-grotesk";
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  transition: background 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .modal-popup .close {
    left: 0;
    width: 40px;
    height: 40px;
  }
}
.modal-popup .close span {
  color: #fff;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.5px;
  transition: color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .modal-popup .close span {
    display: none;
  }
}
.modal-popup .close:before, .modal-popup .close:after {
  position: absolute;
  content: "";
  height: 36px;
  width: 2px;
  background-color: #ffffff;
  top: calc(50% - 13px);
  left: calc(50% - 2px);
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .modal-popup .close:before, .modal-popup .close:after {
    height: 26px;
  }
}
.modal-popup .close:before {
  transform: rotate(-45deg);
}
.modal-popup .close:after {
  transform: rotate(45deg);
}
.modal-popup .close:hover {
  background: #fff;
}
.modal-popup .close:hover span {
  color: #427AA1;
}
.modal-popup .close:hover:before, .modal-popup .close:hover:after {
  background-color: #427AA1;
}
.modal-popup .modal-popup-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 24px;
  height: 100vh;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: auto;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.popup-twocol {
  height: 100%;
  overflow-y: auto;
}
.popup-twocol__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 792px;
  background-color: #fff;
  border-radius: 24px;
  text-align: center;
  overflow: hidden;
}
.popup-twocol__container .h3 {
  margin-bottom: 20px;
}
.popup-twocol__row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .popup-twocol__row {
    min-height: 460px;
  }
}
.popup-twocol__left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .popup-twocol__left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.popup-twocol__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-twocol__right {
  width: 100%;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .popup-twocol__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto;
    padding: 48px;
  }
}
.popup-twocol__right .button {
  margin-top: 24px;
}
.popup-twocol .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
}

.jumbo-slider-top-gate {
  position: relative;
  overflow: hidden;
}
.jumbo-slider-top-gate .slideshow-wrapper {
  align-items: center;
}
.jumbo-slider-top-gate .swiper-slide {
  position: relative;
  height: 600px;
}
@media only screen and (min-width: 768px) {
  .jumbo-slider-top-gate .swiper-slide {
    height: 640px;
  }
}
.jumbo-slider-top-gate .swiper-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.jumbo-slider-top-gate .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jumbo-slider-top-gate .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .jumbo-slider-top-gate .swiper-slide .text {
    bottom: 32px;
  }
}
.jumbo-slider-top-gate .swiper-slide .text .center-column {
  max-width: 715px;
}
.jumbo-slider-top-gate .swiper-slide .text .overline {
  margin-bottom: 30px;
}
.jumbo-slider-top-gate .swiper-slide .text .description {
  margin-bottom: 30px;
}
.jumbo-slider-top-gate .swiper-slide .text .description p {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  letter-spacing: 3px;
}
.jumbo-slider-top-gate .swiper-slide .video-wrapper {
  overflow: hidden;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.jumbo-slider-top-gate .swiper-slide .video-wrapper iframe {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 167.77777778%;
  min-width: 100.77777778%;
}
.jumbo-slider-top-gate .swiper-slide .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.jumbo-slider-top-gate .swiper-slide .video-wrapper .video-thumb:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: background 0.2s;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .jumbo-slider-top-gate .swiper-slide .video-wrapper .video-thumb {
    width: 100%;
    position: relative;
  }
}
.jumbo-slider-top-gate .swiper-slide .video-wrapper .video-thumb .play-button,
.jumbo-slider-top-gate .swiper-slide .video-wrapper .video-thumb .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 142px;
  width: 142px;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .jumbo-slider-top-gate .swiper-slide .video-wrapper .video-thumb .play-button,
.jumbo-slider-top-gate .swiper-slide .video-wrapper .video-thumb .play-video {
    height: 80px;
    width: 80px;
  }
}
.jumbo-slider-top-gate .swiper-slide .video-wrapper .video-thumb .play-button img,
.jumbo-slider-top-gate .swiper-slide .video-wrapper .video-thumb .play-video img {
  width: 100%;
  height: 100%;
}
.jumbo-slider-top-gate .swiper-slide .video-wrapper .video-thumb .play-button:hover,
.jumbo-slider-top-gate .swiper-slide .video-wrapper .video-thumb .play-video:hover {
  opacity: 0.8;
}
.jumbo-slider-top-gate .swiper-slide .video-wrapper .video-thumb:hover .play-button {
  opacity: 0.8;
}

.stay-connected {
  background-color: #f6f9fb;
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  .stay-connected {
    padding: 64px 0;
  }
}
.stay-connected .center-column {
  max-width: 600px;
}
.stay-connected__header {
  text-align: center;
}
.stay-connected__header .h2 {
  margin-bottom: 12px;
}
.stay-connected__newsletter {
  max-width: 410px;
  margin: 38px auto 0;
}
.stay-connected__newsletter h3 {
  display: none;
}
.stay-connected__newsletter .form-builder-group {
  position: relative;
}
.stay-connected__newsletter .form-builder-group .form-builder-field {
  position: relative;
}
.stay-connected__newsletter .form-builder-group .form-builder-field label {
  display: none;
}
.stay-connected__newsletter .form-builder-group .form-builder-field [id*=inputtext_] {
  width: 100%;
  height: 40px;
  padding: 0;
  font-family: "aktiv-grotesk";
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #000;
  letter-spacing: 1.2px;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.stay-connected__newsletter .form-builder-group .form-builder-field .button[type*=submit] {
  background-color: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  border-radius: 0;
  background-position: center right;
}
.stay-connected__newsletter .form-builder-group .form-builder-field[class*=inputsubmit_] {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  margin: 0;
  padding: 0;
}
.stay-connected__newsletter #form_module_container_success {
  background-color: transparent;
  font-family: "aktiv-grotesk";
  font-size: 13px;
  letter-spacing: 1.2px;
  line-height: 26px;
  text-align: center;
  font-weight: 300;
  color: #427AA1;
}
.stay-connected__newsletter .form-group {
  position: relative;
}
.stay-connected__newsletter .form-group .form-control {
  width: 100%;
  height: 40px;
  padding: 0;
  font-family: "aktiv-grotesk";
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #000;
  letter-spacing: 1.2px;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.stay-connected__newsletter .submit-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: right;
}

.our-location {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .our-location {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
.our-location__row {
  display: flex;
  flex-wrap: wrap;
}
.our-location__image {
  width: 100%;
  border-radius: 24px;
  min-height: 425px;
}
@media only screen and (min-width: 768px) {
  .our-location__image {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 680px;
  }
}
.our-location__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 0.3s;
}
.our-location__image img:hover {
  transform: scale(1.04);
}
.our-location__image__inner {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.our-location__image__inner #map {
  width: 100%;
  height: 100%;
}
.our-location__image__inner #map .property-location-leaflet-map {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.our-location__image__inner #map .leaflet-container a.leaflet-popup-close-button {
  top: 2px;
  right: 6px;
  font-size: 20px;
  color: black;
}
.our-location__image__inner #map .leaflet-popup {
  bottom: 30px !important;
}
.our-location__image__inner #map .leaflet-popup-content {
  margin: 0;
  width: 100% !important;
}
.our-location__image__inner #map .leaflet-popup-content-wrapper {
  width: 326px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .our-location__image__inner #map .leaflet-popup-content-wrapper {
    width: 290px;
  }
}
.our-location__image__inner #map .leaflet-popup-tip-container {
  display: none;
}
.our-location__image__inner #map .map-content, .our-location__image__inner #map .map-content-popup {
  padding: 24px;
  text-align: center;
  overflow: hidden;
}
.our-location__image__inner #map .map-content h3, .our-location__image__inner #map .map-content-popup h3 {
  padding: 0;
  font-family: "aktiv-grotesk";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.our-location__image__inner #map .map-content p, .our-location__image__inner #map .map-content-popup p {
  margin-top: 10px;
  padding-bottom: 0;
  font-family: "aktiv-grotesk";
  font-size: 13px;
  color: #000;
  letter-spacing: 1.2px;
  line-height: 26px;
  font-weight: 300;
}
.our-location__image__inner #map .map-content .button, .our-location__image__inner #map .map-content-popup .button {
  position: relative;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 0 43px;
  overflow: visible;
  border-radius: 100px;
  background: #427AA1;
  font: 500 10px/44px "aktiv-grotesk";
  letter-spacing: 3px;
  text-transform: uppercase;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .our-location__image__inner #map .map-content .button, .our-location__image__inner #map .map-content-popup .button {
    height: 40px;
    padding: 0 25px;
    letter-spacing: 2.7px;
  }
}
.our-location__image__inner #map .map-content .button:hover, .our-location__image__inner #map .map-content-popup .button:hover {
  text-decoration: none;
  background-color: rgba(66, 122, 161, 0.8);
}
.our-location__image .hotel-location-map, .our-location__image .leaflet-map {
  width: 100% !important;
  height: 100%;
  margin: 0;
  border-radius: 25px;
}
.our-location__text {
  max-width: 100%;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .our-location__text {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
    padding-right: 2%;
    padding-left: 6%;
  }
}
@media only screen and (min-width: 1280px) {
  .our-location__text {
    padding-right: 2%;
    padding-left: 10.385%;
  }
}
.our-location__text .h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .our-location__text .h2 {
    margin-bottom: 24px;
  }
}
.our-location__text p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .our-location__text p {
    margin-bottom: 32px;
  }
}
.our-location__text .property-address {
  margin-bottom: 18px;
  font-weight: 300;
}
.our-location__text .property-address span {
  font-weight: 300;
  display: inline-block;
  margin-right: 8px;
}
.our-location__text .property-address a {
  font-weight: 300;
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
}
.our-location__text .property-address a:hover {
  color: #427AA1;
}

.feeds-widget {
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .feeds-widget {
    margin-top: 120px;
  }
}

.feed-content {
  overflow: hidden;
}
.feed-content .slideshow {
  padding: 0 50px;
}
@media screen and (min-width: 600px) {
  .feed-content .slideshow {
    padding: 0 70px;
  }
}
.feed-content .slideshow .slideshow-wrapper {
  display: flex;
  align-items: center;
}
.feed-content .slideshow .feed-item {
  position: relative;
}
.feed-content .slideshow .feed-item:before {
  content: "";
  display: block;
  padding-top: 100%;
  transition: padding 0.2s;
}
@media only screen and (min-width: 768px) {
  .feed-content .slideshow .feed-item:before {
    padding-top: 136%;
  }
}
@media only screen and (min-width: 768px) {
  .feed-content .slideshow .feed-item:nth-child(even):before {
    padding-top: 100%;
  }
}
@media screen and (max-width: 600px) {
  .feed-content .slideshow .feed-item.swiper-slide-active:before {
    padding-top: 130%;
  }
}
.feed-content .slideshow .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: 24px;
}
.feed-content .slideshow .feed-thumb div {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 24px;
}
.feed-content .slideshow .feed-thumb:before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  content: "";
  border-radius: 24px;
  opacity: 1;
  background-size: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}
.feed-content .slideshow .feed-descr {
  display: none;
}
.feed-content .slideshow .feed-link {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.feed-content .slideshow .feed-link .feed-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.feed-content .slideshow .feed-link .feed-icon svg {
  fill: #fff;
}

#openTable .form {
  margin: 0 auto;
  padding: 40px 0;
}
#openTable .form .op-title {
  margin-bottom: 16px;
  font-family: "aktiv-grotesk";
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
}
#openTable .form label {
  font-family: "aktiv-grotesk";
  color: #000;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: normal;
  width: 100%;
  text-align: left;
  margin: 0 0 8px 0;
}
#openTable .form p {
  margin-right: 20px;
  margin-bottom: 24px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
}
#openTable .form input {
  width: 100px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font: 13px/13px "aktiv-grotesk";
  font-weight: 300;
  letter-spacing: 1.2px;
  height: 40px;
  padding: 0;
  background: transparent;
}
#openTable .form select {
  height: 40px;
  padding: 0;
  font: 13px/13px "aktiv-grotesk";
  font-weight: 300;
  letter-spacing: 1.2px;
  resize: none;
  width: 100px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 40px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-position: 94% 16px;
  background-size: 20px;
}
#openTable .form .peopleselect select {
  width: 122px;
}
#openTable .form input[type=submit] {
  width: 140px;
  margin-top: 46px;
  border-radius: 0;
  font-weight: 700;
}
#openTable .form input, #openTable .form select, #openTable .form select#people {
  width: 100%;
  margin-left: 0;
}
#openTable .form .button {
  height: 48px;
  margin: 16px 0 0 0;
  width: 100%;
  font-size: 11px;
  line-height: 48px;
}
#openTable .form .select {
  position: relative;
}
#openTable .form .select .arrow-down {
  position: absolute;
  top: 40px;
  right: 0;
  line-height: 0;
  z-index: -1;
}
#openTable .form .select .arrow-down svg {
  stroke: #000;
}
#openTable .form .controls {
  margin: 0;
}
#openTable .form p.opentable img {
  width: 200px;
  margin-right: 0;
  height: auto;
  margin-top: 53px;
}
#openTable .form .opentable {
  text-align: center;
}
#openTable .form .dateslect {
  position: relative;
}
#openTable .form .dateslect .calendar-icon {
  position: absolute;
  top: 32px;
  right: 0;
  z-index: -1;
  line-height: 0;
}
#openTable .form .dateslect .calendar-icon svg {
  stroke: #000;
  fill: transparent;
}
#openTable .form .datepicker-input-wrapper {
  width: 100%;
}
#openTable .form .input-overlay {
  width: 100%;
}
#openTable .ui-datepicker-trigger {
  display: none;
  position: absolute;
  color: #000;
}

@media (max-width: 960px) {
  #ui-datepicker-div {
    display: none;
  }
}
.ui-datepicker-calendar {
  width: 100%;
}

#ui-datepicker-div {
  max-width: 290px;
  background-color: #fff;
  font-family: "aktiv-grotesk";
  font-size: 16px;
  border: none;
  padding: 10px;
  display: none;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 0 8px;
  border: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-family: "aktiv-grotesk";
  font-size: 12px;
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  overflow: hidden;
  text-indent: -10000px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-disabled:hover {
  border-color: #000;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  border-color: #427AA1;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 10px;
  transform: translateY(-50%) rotate(-135deg);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
#ui-datepicker-div .ui-datepicker-unselectable .ui-state-default {
  color: rgba(0, 0, 0, 0.4);
}
#ui-datepicker-div th {
  font-weight: bold;
}
#ui-datepicker-div th, #ui-datepicker-div td {
  padding: 0 8px;
  font-size: 12px;
  text-align: center;
}
#ui-datepicker-div td {
  border: none;
  padding: 0 1px;
}
#ui-datepicker-div td a,
#ui-datepicker-div td .ui-state-default {
  display: block;
  text-decoration: none;
  padding: 12px 5px;
  color: #000;
  line-height: normal;
}
#ui-datepicker-div td a {
  color: #427AA1;
}
#ui-datepicker-div td a:hover {
  background: #427AA1;
  color: #fff;
}
#ui-datepicker-div td a.ui-state-active {
  color: #fff;
  background: #427AA1;
}
#ui-datepicker-div td a.ui-state-active:hover {
  color: #fff;
  background: #427AA1;
}
#ui-datepicker-div .ui-datepicker-today .ui-state-default, #ui-datepicker-div .ui-datepicker-today .ui-state-highlight {
  color: #000;
  background-color: rgba(66, 122, 161, 0.3);
}

.footer {
  z-index: 11;
}
