div#menu_overlay_close {
  color: #004978;
  top: 40px;
  left: 115px;
  font-family: 'FuturaTS-Regular';
  font-size: 15px;
  letter-spacing: 2.62px;
  line-height: 13.2px;
}

@media (max-width: 1200px) {
  .menu_overlay_buttery {
    text-align: left;
  }
}

@media (min-width: 621px) and (max-width: 769px) {
  div#main_nav_right {
    display: none;
  }

  div#main_nav_left {
    display: block;
    left: 0;
  }

  #white_nav #main_nav_left {
    display: flex;
    justify-content: flex-end;
    left: auto;
  }

  #white_nav #main_nav_left #search_button_white {
    margin: 0;
  }

  #white_nav #main_nav_left #menu_button {
    margin: 0px 23px 0px 0px;
  }
}

@media (min-width: 320px) and (max-width: 620px) {
  div#main_nav_right {
    display: none;
  }

  div#main_nav_left {
    display: flex;
  }

  div#main_nav_left .text_nav_button {
    margin: 0px 23px 0px 0px;
  }

  div#main_nav_left {
    justify-content: flex-end;
  }

  div#menu_overlay_close {
    z-index: 10;
    right: 25px;
    text-align: left;
    display: inline-table;
  }

  header.gazette-stories-issue #main_buttery_transparent {
    margin-left: auto;
    margin-right: auto;
  }
}

.open-close-fixed {
  position: fixed;
  bottom: 0;
  right: 25px;
  background-color: #b9b7b4;
  max-width: 230px;
  width: 100%;
  padding: 0 20px;
  z-index: 100;
}

.open-close-fixed .opener {
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
  font-family: 'futurats-regular';
}

.open-close-fixed .opener:before {
  position: absolute;
  content: "";
  right: 0;
  height: 1px;
  width: 15px;
  background-color: #fff;
  top: 50%;
  transform: translate(0, -50%);
}

.open-close-fixed .opener:after {
  position: absolute;
  content: "";
  right: 7px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #fff;
  height: 15px;
  width: 1px;
}

.open-close-fixed.active .opener:after {
  display: none;
}

.open-close-fixed .open-close-content {
  color: #6f7070;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: 'futurats-regular';
}

.open-close-fixed ul {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}

.merchant-coming-soon {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1b4773;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  font-family: 'futurats-regular';
  color: #fff;
}

section.nonscroll.section-featured-in,
.section-featured-in {
  background-color: #F7F7F6;
  margin-top: 0;

}

.section-featured-in .scrollable-container {
  display: flex;
  margin: 0 -25px;
}

.section-featured-in .scrollable-logos {
  display: inline-flex;
  margin: 85px 0 55px;
}

.section-featured-in .scrollable-wrapper {
  display: inline-flex;
  align-items: center;
  animation: logoScrollable 50s linear infinite;
  max-width: 100%;
  flex: 1 0 auto;
  width: auto;
  transform: translate3d(0, 0, 0);

}

.section-featured-in .scrollable-wrapper .img-holder {
  padding: 0 70px;
  flex-shrink: 0;
  height: 60px;
  display: flex;
  align-items: center;

}

.section-featured-in .scrollable-wrapper img {
  object-fit: inherit;
  max-height: 60px;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .open-close-fixed {
    max-width: 364px;
    right: 3.7%;
  }

  .open-close-fixed .opener {
    font-size: 15px;
    letter-spacing: 3.5px;
  }

  .open-close-fixed .open-close-content {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }

  .merchant-coming-soon {
    font-size: 15px;
    letter-spacing: 3px;
  }

  .section-featured-in .scrollable-wrapper .img-holder {
    padding: 0 100px;
    height: 100px;

  }

  .section-featured-in .scrollable-wrapper img {
    max-height: 100px;
  }
}

@media only screen and (min-width: 1440px) {
  .section-featured-in .scrollable-logos {
    margin: 175px 0;
  }

  .section-featured-in .scrollable-wrapper .img-holder {
    padding: 0 270px;
    height: 150px;

  }

  .section-featured-in .scrollable-wrapper img {
    max-height: 70px;
  }
}

.featured_vacations .vacation_images a {
  display: none !important;
}

.featured_vacations .vacation_images a.active {
  display: contents !important;
}


@keyframes logoScrollable {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

body.page-template-webcam .event_top {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none;
}

body.page-template-webcam .grey_small_title {
  margin-bottom: 50px;
}

body.page-template-webcam .content-live {
  max-width: 1150px;
  margin: 0 auto;
}

body.page-template-webcam #newslettersignup .widget_padding {
  border-top: none;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  body.page-template-webcam .large_text {
    margin-top: 155px;
  }

  body.page-template-webcam .grey_small_title {
    margin-bottom: 100px;
  }
}

.hero-home .signup_button {
  display: inline-block !important;
  color: rgb(77, 77, 77) !important;
  background: white;
}

.hero-home .signup_button:hover {
  background: #E1E0E1;
}

.button-info-holder {
  text-align: center;
}

.button-info {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 73, 120);
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 1;
  display: inline-block !important;
  padding: 20px 25px;
  text-decoration: none !important;
  position: relative;
}

.button-info:hover {
  background-color: rgb(0, 58, 96);
}


.weather-box {
  max-width: 360px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000001;
}

.weather-closer {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 10;
  color: #fff;
  transition: color 0.3s ease-in-out;
}

.weather-closer:hover {
  color: rgba(255, 255, 255, .7);
}

.weather-closer svg {
  display: block;
  width: 100%;
  height: auto;
}

.weather-opener {
  background: #ddd;
  color: rgb(0, 58, 96);
  padding: 12px 40px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-family: 'FuturaTS-Regular';
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  transition: 0.3s ease-in-out;
  transform-origin: visibility, background, opacity;

}

.weather-opener[aria-expanded="true"] {
  opacity: 0;
  visibility: hidden;
}

.weather-opener:hover {
  background: #b9b7b7
}

.weather-opener img {
  height: 48px;
  width: 48px;
  margin: -8px 24px -8px -10px;
}

.weather-drop {
  visibility: hidden;
  position: absolute;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(211, 211, 211, 0.7);
  transition: visibility 0s 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.weather-drop.visible {
  transform: translateY(0);
  visibility: visible;
  transition: visibility 0s ease-in-out, transform 0.3s ease-in-out;
}

.weather-top {
  padding-top: 20px;
}

.weather-media {
  position: relative;
  padding-top: 67%;
  z-index: 1;
  margin-bottom: 20px;
}

.weather-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.weather-media .btn {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background: none;
  border: 1px solid rgb(0, 58, 96);
  color: rgb(0, 58, 96);
  font-size: 12px;
  font-family: 'FuturaTS-Regular';
  letter-spacing: 2px;
  padding: 8px 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}

.weather-media .btn:hover {
  background: #fff;
}

.weather-logo {
  width: 200px;
  margin: 0 auto 20px;
}

.weather-logo img {
  width: 100%;
  height: auto;
}

.weather-drop .splw-lite-wrapper {
  background: none;
  color: #000;
}

#parallax_top .signup_button {
  border: 1px solid #A8A8A8;
  display: inline-block !important;
  padding: 10px 16px;
  position: relative;
  box-sizing: border-box;
  width: 300px;
  letter-spacing: 3px;
  color: #4d4d4d !important;
  background: #fff;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;

}

#parallax_top .signup_button:hover {
  /* background: none;
    color: #004978;
    border-color: #004978; */
  background: #E1E0E1;
}

.property_status_holder {
  margin: 0;
}

.property_status_holder.property_sidebar_content {
  margin-bottom: 100px;
  font-family: 'FuturaTS-Regular';
  letter-spacing: 2.2px;
  line-height: 14px;
}

div#page .property_sidebar_content a {
  text-decoration: underline !important;
  color: #004978 !important;
  display: inherit !important;
}

div#page .property_sidebar_content a:hover {
  text-decoration: none !important;
}

#cookie-law-info-bar {
  z-index: 1000002;
}

/*popup styles*/

.properties-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  display: flex;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease;
}

.properties-popup-opened .properties-popup {
  opacity: 1;
  visibility: visible;
}

.properties-popup__container {
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.properties-popup__bg-wrap {
  width: 100%;
  background: #ddd;
  color: #1C4875;
  text-align: center;
  padding: 35px 12px 12px;
  position: relative;
  margin-bottom: 40px;
}

.properties-popup__bg-wrap a[data-close] {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 12px;
  right: 12px;
  font-size: 0;
  line-height: 0;
  transition: transform 0.4s ease;
}

.properties-popup__bg-wrap a[data-close]::before,
.properties-popup__bg-wrap a[data-close]::after {
  content: '';
  background: #1C4875;
  height: 1px;
  position: absolute;
  transform: rotate(45deg);
  top: 9px;
  left: 0;
  right: 0;
}

.properties-popup__bg-wrap a[data-close]:hover {
  transform: scale(1.4);
}

.properties-popup__bg-wrap a[data-close]::before {
  transform: rotate(-45deg);
}

.properties-popup__heading {
  font-family: 'Bauer-Bodoni-Std-Roman';
  margin-bottom: 13px;
}

.properties-popup__heading h1 {
  font-size: 17px;
  line-height: 1.56;
  font-weight: 400;
  letter-spacing: 0.230em;
  margin: 0 0 4px;
}

.properties-popup__heading h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.36;
  font-weight: 400;
  letter-spacing: -0.012em;
}

.properties-popup__text {
  font-family: 'Chronicle-Display-Light';
  font-weight: 600;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0.065em;
  margin: 0 auto 25px;
}

.properties-popup__text p {
  margin: 0;
}

.properties-popup__text p+p {
  margin-top: 10px;
}

.properties-popup__row {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.properties-popup__col {
  flex: 1;
  width: 50%;
  padding: 0 6px;
}

.properties-popup__wrap {
  position: relative;
  overflow: hidden;
  height: 246px;
}

.properties-popup__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.properties-popup__title {
  font-family: 'FuturaTS-Regular';
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1C4875;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.225em;
  padding: 10px 5px;
  text-decoration: none;
  transition: background 0.35s ease;
}

a.properties-popup__title:hover {
  background: #10305D;
}

.weather-update-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 734px;
  font-size: 20px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 44px;
  transform: translate(-50%, -50%);
  color: #1C4875;
  font-family: 'FuturaTS-Regular';
  line-height: 1.35;
  z-index: 1001;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  letter-spacing: 0.46em;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}

.weather-update-popup.hidden {
  opacity: 0;
  visibility: hidden;
}

.weather-update-popup .title {
  font-size: 50px;
  line-height: 1.2;
  margin: 0 0 16px;
  font-family: 'Bauer-Bodoni-Std-Roman';
  color: #1C4875;
  font-weight: normal;
  letter-spacing: 0.09em;

}

.weather-update-popup .btn {
  border: 1px solid rgb(0, 58, 96);
  color: rgb(0, 58, 96);
  font-size: 12px;
  font-family: 'FuturaTS-Regular';
  letter-spacing: 0.18em;
  font-size: 13px;
  padding: 11px 28px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  display: inline-flex;
}

.weather-update-popup .btn:hover {
  background: #fff;
}

.weather-update-popup p {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .weather-update-popup {
    font-size: 18px;
    max-width: 90%;
  }

  .weather-update-popup .title {
    font-size: 40px;
  }
}

@media (max-width: 620px) {
  .properties-popup__heading h1 {
    font-size: 14px;
  }

  .properties-popup__heading h2 {
    font-size: 21px;
  }

  .properties-popup__text {
    font-size: 14px;
  }

  .properties-popup__wrap {
    height: 180px;
  }

  .properties-popup__title {
    font-size: 10px;
    letter-spacing: 0.119em;
    padding: 9px 2px;
  }

  .weather-update-popup {
    font-size: 14px;
    padding: 30px 20px;
  }

  .weather-update-popup .title {
    font-size: 26px;
  }

  .weather-update-popup .btn {
    padding: 8px 20px;
  }
}

/* merged CSS from Julia sources */

* {
  box-sizing: border-box;
}

.site-content {
  overflow: hidden;
}

section.text-section {
  margin: 0;
  padding: 80px 10% 40px;
  font-family: 'Bauer-Bodoni-Std-Roman';
}

section.text-section .text {
  font-size: 25px;
  max-width: 1070px;
  margin: 0 auto;
  text-align: center;
}


section.text-section .text.text-sm {
  font-size: 20px;
}

section.text-section .text p {
  margin: 0 0 20px;
}

.image-text-section {
  padding: 40px 0;
}

.image-text-section .text-block {
  padding: 20px;
}

.image-text-section .text-block .scroll_section_copy,
.image-text-section .text-block .scroll_section_title {
  float: none;
}

.image-text-section .scroll_section_title {
  font-size: 39px;
}

.image-text-section .scroll_section_copy {
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 0.028em;
}

.image-text-section .scroll_section_copy p {
  margin-top: 0;
}

.image-text-section .scroll_section_link {
  margin-top: 0;
}

.image-text-section .scroll_section_image {
  aspect-ratio: 1/0.91;
  margin-bottom: 41px !important;
}

.image-text-section .scroll_section_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-text-section .image-holder {
  display: flex;
}

.image-text-section .image-holder .image img {
  width: 100%;
  position: static;
  opacity: 1;
}

.image-text-section .image-holder .image {
  width: 50%;
  margin-right: 15px;
  aspect-ratio: 10/13;
}

.image-text-section .image-holder .image:last-child {
  margin: 0;
}

.image-text-section .image-holder .image:only-child {
  width: 100%;
  margin-right: 0;
}

.image-text-section .image-holder.large-width .image {
  aspect-ratio: 16/9.5;
}

.image-text-section .image-holder.image-short .image {
  aspect-ratio: 18/12;
}

.image-text-section .image-holder.image-tall .image {
  aspect-ratio: 11/14;
}

.image-text-section.with-card .image-holder.image-tall .image {
  aspect-ratio: 11/13.3;
}

.image-text-section.text-center .text-block {
  text-align: center;
  padding: 20px;
}

.image-text-section .image {
  width: 100%;
}

.image-text-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-text-section+.text-section {
  padding-top: 55px;
}

.image-text-section.with-card .text-block .scroll_section_image {
  max-width: 415px;
  margin: 0 auto;
}

.image-text-section.with-card .scroll_section_title {
  max-width: 250px;
  margin: 0 auto 44px;
}

.four-images-section {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 16px;
  overflow: hidden;
}

.four-images-section .image {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  aspect-ratio: 10/12;
}

.four-images-section .image img {
  width: 100%;
  height: 100%;
}

.image-text-section .container {
  padding: 0;
  max-width: 1440px !important;
  margin: 0 auto;
}

@media(min-width: 1024px) {
  section.text-section {
    padding: 118px 0 40px;
  }

  section.text-section .text {
    font-size: 36px;
  }

  section.text-section .text.text-sm {
    font-size: 28px;
    line-height: 1.5;
  }

  .image-text-section {
    padding: 60px 0;
  }

  .image-text-section.reverse .container {
    flex-direction: row-reverse;
    padding: 0 34px;
  }

  .image-text-section.reverse .text-block {
    margin: 0 auto 0 0;
    padding: 20px 0 20px 40px;
  }

  .image-text-section.alt-view .container {
    align-items: flex-start;
  }

  .image-text-section.alt-view .text-block {
    width: 51%;
    max-width: 605px;
  }

  .image-text-section.alt-view .image-holder {
    width: 49%;
  }

  .image-text-section .container {
    display: flex;
    align-items: center;
    padding: 0 34px 0 45px;
  }

  .image-text-section.no-indent .container {
    padding: 0;
  }

  .image-text-section .image-holder,
  .image-text-section .text-block {
    width: 50%;
  }

  .image-text-section .image-holder.large-width {
    width: 60%;
  }

  .image-text-section .text-block:has(+ .large-width) {
    width: 40%;
  }

  .image-text-section .text-block {
    padding: 20px 40px 20px 0;
    max-width: 680px;
    margin-left: auto;
  }

  .image-text-section.reverse .image-holder {
    padding-left: 0;
  }

  .image-text-section .image-holder {
    padding: 0 0 0 10px;
  }

  .image-text-section.with-card .image-holder {
    padding-left: 16px;
  }

  .image-text-section .scroll_section_link {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-top: 9px;
  }

  .four-images-section {
    padding: 51px 16px;
  }

  .four-images-section .image {
    width: 25%;
  }
}

@media(min-width: 1440px) {
  .image-text-section .text-block {
    padding: 20px 60px 20px 74px;
  }

  .image-text-section.reverse .text-block {
    padding: 20px 74px 20px 60px;
  }

  .image-text-section.text-center .text-block {
    padding: 20px 60px;
  }

  .image-text-section.with-card .text-block {
    padding-right: 97px;
    padding-top: 37px;
  }

  .image-text-section.text-center .text-block .scroll_section_copy {
    max-width: 475px;
    margin: 0 auto;
  }

  .image-text-section.alt-view .text-block {
    padding: 35px 0 20px 115px;
  }

  .image-text-section.with-card .scroll_section_title {
    margin: 0 auto 84px;
  }

  .image-text-section .scroll_section_image {
    margin-bottom: 81px !important;
  }

  .image-text-section .image-holder .image {
    margin-right: 35px;
  }

  .image-text-section .image-holder .image:only-child {
    margin-right: 0;
  }

  .four-images-section .image {
    padding: 0 17px;
  }
}