@charset "UTF-8";
@font-face {
  font-family: "viner";
  src: url("../fonts/VINERITC.TTF") format("truetype");
}
@font-face {
  font-family: "footlight";
  src: url("../fonts/FootlightMTProRegular.otf") format("opentype");
}
@font-face {
  font-family: "footlightBold";
  src: url("../fonts/FootlightMTProBold.otf") format("opentype");
}
@font-face {
  font-family: "footlightLt";
  src: url("../fonts/FootlightMTProLight.otf") format("opentype");
}
/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-tablet-landscape-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 24px;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.button {
  background-color: #33658A;
  padding: 8px 20px;
  color: #fff !important;
  transition: all 0.3s ease;
  border: 1.5px solid #33658A;
}
.button:hover {
  background-color: #fff;
  color: #0F2C42 !important;
  transition: all 0.3s ease;
  text-decoration: none;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "footlight", serif;
  display: block !important;
  padding: 10px !important;
  width: 100% !important;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  margin-top: 0px !important;
}
.gform_wrapper textarea:active, .gform_wrapper textarea:focus,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]):active,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
  outline: none;
  border: none;
  padding: 14px !important;
  border: 1px solid #0F2C42;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  color: #fff;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer.top_label {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 32px !important;
  text-decoration: none;
  display: inline-block;
  padding: 16px 32px !important;
  background: #0F2C42;
  color: #fff;
  font-weight: 700;
  font-family: "footlight", serif;
  border: none !important;
  width: 100%;
  -webkit-appearance: none !important;
}
.gform_wrapper .button:hover {
  background: #fff;
  color: #111;
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_description {
  font-size: 32px;
  font-family: "Viner", serif;
  margin-bottom: 1.5rem;
  display: block;
}

.gform_confirmation_wrapper {
  height: 100%;
}

.gform_confirmation_message {
  font: 400 20px/1.5 "footlight", serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .gform_wrapper textarea,
  .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    padding: 7px !important;
    margin-top: 0px !important;
  }
  .gform_footer.top_label {
    padding-bottom: 0 !important;
  }
  .gform_description {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.site-container {
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .site-container {
    padding-inline: 20px;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}

.site-section {
  padding: 75px 0;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 40px;
}
.site-section.light-bottom-padding {
  padding-bottom: 40px;
}
.site-section.extra-top-padding {
  padding-top: 100px;
}
.site-section.extra-bottom-padding {
  padding-bottom: 100px;
}

.header {
  padding: 18px 30px;
  background-color: #0F2C42;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease;
}
.header--home {
  background-color: transparent;
}
.header.narrow {
  background-color: #0F2C42;
  transition: all 0.3s ease;
  padding: 10px 30px;
}
.header.narrow .header__logo {
  max-width: 42.5px;
  transition: all 0.3s ease;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  max-width: 55px;
  transition: all 0.3s ease;
}
.header__nav {
  width: 100%;
}
.header__nav .menu {
  display: flex;
  justify-content: flex-end;
  column-gap: 25px;
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.header__nav .menu li.nav-button {
  cursor: pointer;
}
.header__nav .menu li.nav-button a {
  background-color: #33658A;
  padding: 8px 20px;
  color: #fff;
  transition: all 0.3s ease;
}
.header__nav .menu li.nav-button a:hover {
  background-color: #fff;
  color: #0F2C42;
  transition: all 0.3s ease;
}
.header__nav .menu li a {
  color: #fff;
  transition: all 0.4s ease;
}
.header__nav .menu li .caret-wrapper {
  border: 1px solid #fff;
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
}
.header__nav .menu li .caret-wrapper svg {
  transition: all 0.4s ease;
}
.header__nav .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #fff;
  padding: 20px;
  min-width: 225px;
  list-style: none;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.35);
}
.header__nav .menu li .sub-menu li {
  padding-bottom: 12.5px;
}
.header__nav .menu li .sub-menu li:last-of-type {
  padding-bottom: 0;
}
.header__nav .menu li .sub-menu li a {
  color: #111;
  line-height: 1;
}
.header__nav .menu li .sub-menu li a:hover {
  color: #33658A;
}
.header__nav .menu li:hover a {
  text-decoration: none;
  color: #D9D9D9;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover .caret-wrapper {
  background-color: red;
  border: 1px solid red;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover .caret-wrapper svg path {
  fill: #fff;
  transition: all 0.4s ease;
}
.header__nav .menu li.menu-item-has-children:hover > a {
  color: #fff;
  pointer-events: none;
}
.header__nav .menu li.active .caret-wrapper {
  background-color: red;
  border: 1px solid red;
  transition: all 0.4s ease;
}
.header__nav .menu li.active .caret-wrapper svg path {
  fill: #fff;
  transition: all 0.4s ease;
}
.header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.25rem;
}
.header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 15px;
  margin: 5px 0;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .header {
    overflow: hidden;
  }
  .header__toggle {
    display: block;
    position: relative;
  }
  .header__toggle.nav-open span {
    transition: all 0.2s ease;
    position: relative;
    right: 0;
  }
  .header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: #0F2C42;
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
  }
  .header__nav .menu {
    padding: 120px 0;
    display: block;
  }
  .header__nav .menu li {
    padding-bottom: 20px;
    display: block;
  }
  .header__nav .menu li.nav-button {
    margin-left: 24px;
  }
  .header__nav .menu li a {
    min-width: 125px;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 8px;
  }
  .header__nav .menu li a:hover {
    color: #33658A;
  }
  .header__nav .menu li svg {
    cursor: pointer;
  }
  .header__nav .menu li .sub-menu {
    position: relative;
    display: none;
    top: 0;
    padding: 12px 0 12px 25px;
  }
  .header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .header__nav .menu li .sub-menu li a {
    padding-left: 0;
    font-size: 17px;
    margin: 0;
  }
  .header__nav .menu li:hover .sub-menu {
    display: none;
  }
  .header__nav .menu li:hover svg {
    transform: none;
  }
  .header.nav-open .header__logo {
    z-index: 3;
    position: relative;
  }
  .header.nav-open .header__nav {
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
}

.footer {
  padding: 2rem 0;
  background-color: #0F2C42;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 768px) {
  .footer {
    padding: 1.5rem 0;
  }
}
.footer__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__container .social {
  display: flex;
  gap: 1rem;
}
.footer__container .copy {
  flex-grow: 1;
}
@media (max-width: 480px) {
  .footer__container {
    flex-direction: column;
    row-gap: 1rem;
  }
}

.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid #eee;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
.home {
  overflow-x: hidden;
  overflow-y: hidden;
}
.home section {
  overflow: hidden;
}
.home__hero {
  position: relative;
  height: 100vh;
}
.home__hero .site-container {
  height: 100%;
}
.home__hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
}
.home__hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(225deg, rgba(0, 0, 0, 0.520067402) 0%, rgba(0, 0, 0, 0.8477984944) 100%);
  background: -webkit-linear-gradient(225deg, rgba(0, 0, 0, 0.520067402) 0%, rgba(0, 0, 0, 0.8477984944) 100%);
  background: linear-gradient(225deg, rgba(0, 0, 0, 0.520067402) 0%, rgba(0, 0, 0, 0.8477984944) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.home__hero__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3rem;
}
.home__hero__heading h1 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 96px;
  line-height: 1;
}
.home__hero__subheading {
  color: #fff;
  margin-bottom: 2.5rem;
  font-size: 32px;
}
.home__callout {
  padding: 96px 0 77px;
  position: relative;
}
.home__callout .site-container {
  position: relative;
}
.home__callout__image {
  max-width: 70%;
  margin: 0 0 0 auto;
}
@media (max-width: 1250px) {
  .home__callout__image {
    max-width: 85%;
  }
}
.home__callout__wrapper {
  position: absolute;
  padding: 5rem 5rem 6rem 5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0F2C42;
  color: #fff;
  left: 0;
  max-width: 715px;
  overflow: hidden;
}
@media (max-width: 1345px) {
  .home__callout__wrapper {
    left: 25px;
  }
}
.home__callout__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../../assets/img/trees.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  transform: translateY(0px);
}
.home__callout__wrapper h2 {
  margin-bottom: 2rem;
  color: #fff;
}
.home__callout__wrapper h4 {
  margin-bottom: 1.5rem;
  font-family: "footlight", serif;
  color: #fff;
}
.home__callout__wrapper ul {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.home__callout__wrapper ul li {
  padding-left: 0.5rem;
}
.home__about {
  padding: 77pxpx 0;
}
.home__about__wrapper {
  background-color: #D9D9D9;
  padding: 7rem;
  display: flex;
  column-gap: 7rem;
  align-items: center;
}
.home__about__wrapper .content {
  width: 50%;
}
.home__about__wrapper .content__heading {
  margin-bottom: 2rem;
}
.home__about__wrapper .image {
  width: 50%;
}
.home__about__wrapper .image img {
  max-height: 465px;
  width: 100%;
  object-fit: cover;
}
.home__features {
  padding: 96px 0;
}
.home__features__heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
.home__features__nav {
  display: flex;
  column-gap: 1rem;
  justify-content: space-between;
  max-width: 75%;
  margin: 0 auto;
}
.home__features__nav .feature-label {
  padding: 0.75rem 3.5rem;
  color: #fff;
  background-color: #0F2C42;
  position: relative;
  cursor: pointer;
  border: 2px solid #0F2C42;
}
.home__features__nav .feature-label::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0F2C42;
}
.home__features__nav .feature-label.active {
  background-color: #fff;
  color: #0F2C42;
  font-family: "footlightBold", serif;
}
.home__features__nav .feature-label.active::after {
  transition: all 0.2s ease;
  transform: translateX(-50%) scaleY(1);
}
.home__features__container {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 5rem;
}
.home__features__container .feature-wrapper {
  column-gap: 5rem;
  opacity: 0;
  position: absolute;
  z-index: -10;
  transform: translateY(-10px);
}
.home__features__container .feature-wrapper.show {
  display: flex;
  justify-content: space-between;
  position: relative;
  opacity: 1;
  transform: translateY(0px);
  z-index: 1;
  transition: all 0.4s ease;
}
.home__features__container .feature-wrapper__content {
  width: 40%;
}
.home__features__container .feature-wrapper__content b {
  font-family: "footlightBold", serif;
}
.home__features__container .feature-wrapper__images {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1rem;
  column-gap: 1rem;
}
.home__features__container .feature-wrapper__images img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.home__amenities {
  padding: 96px 0;
  background-color: #eee;
}
.home__amenities__heading {
  text-align: center;
}
.home__amenities__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.home__amenities__grid .amenity-item__content {
  color: #0F2C42;
}
.home__amenities__grid .amenity-item__content strong {
  font-family: "footlightBold", serif;
}
.home__amenities__grid .amenity-item__icon svg {
  max-width: 50px;
  max-height: 35px;
  fill: #0F2C42;
}
.home__location {
  position: relative;
  overflow: hidden;
}
.home__location__main-content {
  padding: 96px 0;
  position: relative;
  color: #fff;
}
.home__location__main-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
}
.home__location__main-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background: rgb(51, 101, 138);
  background: -moz-linear-gradient(127deg, rgb(51, 101, 138) 9%, rgba(51, 101, 138, 0.8477984944) 100%);
  background: -webkit-linear-gradient(127deg, rgb(51, 101, 138) 9%, rgba(51, 101, 138, 0.8477984944) 100%);
  background: linear-gradient(127deg, rgb(51, 101, 138) 9%, rgba(51, 101, 138, 0.8477984944) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33658a", endColorstr="#33658a", GradientType=1);
}
.home__location__heading {
  max-width: 485px;
  margin-bottom: 2.5rem;
}
.home__location__heading h2 {
  color: #fff;
}
.home__location__content {
  max-width: 485px;
}
.home__location__content ul {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.home__location__content ul li {
  padding-left: 0.5rem;
}
.home__location__map {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.home__location__map iframe {
  height: 100%;
}
.home__rates {
  padding: 96px;
  position: relative;
}
.home__rates__container {
  display: flex;
}
.home__rates__container .content {
  width: 50%;
}
.home__rates__container .content__content {
  max-width: 485px;
}
.home__rates__container .form {
  width: 50%;
  position: relative;
  padding: 2rem 0;
  color: #fff;
}
.home__rates__container .form::after {
  content: "";
  position: absolute;
  background-color: #33658A;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}
.home__rates__container .form .gform_wrapper {
  max-width: 75%;
  margin: 0 auto !important;
}
@media (max-width: 1366px) {
  .home__callout__wrapper {
    max-width: 625px;
  }
  .home__about__wrapper {
    padding: 4rem;
  }
  .home__features__nav {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .home__hero {
    height: 80vh;
  }
  .home__hero__heading h1 {
    font-size: 64px;
  }
  .home__hero__subheading {
    font-size: 24px;
  }
  .home__callout {
    padding: 48px 0;
  }
  .home__callout__wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: 100%;
    padding: 3rem 3rem 6rem 3rem;
    margin-bottom: 2rem;
  }
  .home__callout__wrapper::after {
    background-position: 0% 103%;
    background-size: 100%;
    transform: translateY(16px);
  }
  .home__callout__image {
    max-width: 100%;
    margin: 0;
  }
  .home__about {
    padding: 48px 0;
  }
  .home__about__wrapper {
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
  .home__about__wrapper .content,
  .home__about__wrapper .image {
    width: 100%;
  }
  .home__features {
    padding: 48px 0;
  }
  .home__features__nav {
    max-width: 100%;
    flex-direction: column;
    row-gap: 1rem;
  }
  .home__features__nav .feature-label {
    text-align: center;
  }
  .home__features__nav .feature-label::after {
    display: none;
  }
  .home__features__container {
    padding-top: 3rem;
  }
  .home__features__container .feature-wrapper {
    flex-direction: column;
    row-gap: 2rem;
  }
  .home__features__container .feature-wrapper__content {
    width: 100%;
  }
  .home__features__container .feature-wrapper__images {
    width: 100%;
  }
  .home__amenities {
    padding: 48px 0;
  }
  .home__amenities__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .home__location__main-content {
    padding: 48px 0;
  }
  .home__location__map {
    width: 100%;
    position: relative;
  }
  .home__location__map iframe {
    height: 450px;
  }
  .home__rates {
    padding: 48px 0;
  }
  .home__rates__container {
    flex-direction: column;
    row-gap: 2rem;
  }
  .home__rates__container .content,
  .home__rates__container .form {
    width: 100%;
  }
  .home__rates__container .form .gform_wrapper {
    max-width: 92.5%;
  }
}
@media (max-width: 768px) {
  .home__hero {
    height: 60vh;
  }
  .home__hero__heading h1 {
    font-size: 52px;
  }
  .home__hero__subheading {
    font-size: 20px;
    margin-bottom: 0;
  }
  .home__hero__content {
    padding-bottom: 1rem;
  }
  .home__callout__wrapper::after {
    transform: translateY(0px);
    background-position: 0% 100%;
  }
  .home__amenities__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
  }
  .home__amenities__grid .amenity-item {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .home__hero__heading h1 {
    font-size: 40px;
  }
  .home__hero__subheading {
    max-width: 230px;
  }
  .home__callout {
    padding: 24px 0;
  }
  .home__callout__wrapper {
    padding: 2rem 2rem 4rem 2rem;
    margin-bottom: 1rem;
  }
  .home__about {
    padding: 24px 0;
  }
  .home__about__wrapper {
    padding: 2rem 2rem 2.5rem 2rem;
    row-gap: 1rem;
  }
  .home__about__wrapper .content__heading {
    margin-bottom: 1rem;
  }
  .home__features {
    padding: 32px 0;
  }
  .home__features__heading {
    margin-bottom: 1.5rem;
  }
  .home__features__container {
    padding-top: 2rem;
  }
  .home__features__container .feature-wrapper__images {
    grid-template-columns: repeat(1, 1fr);
  }
  .home__amenities {
    padding: 32px 0;
  }
  .home__amenities__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.5rem;
    row-gap: 1rem;
  }
  .home__location__main-content {
    padding: 32px 0;
  }
  .home__location__heading {
    margin-bottom: 1.5rem;
  }
  .home__location__map iframe {
    height: 350px;
  }
  .home__rates {
    padding: 24px 0;
  }
  .home__rates__container {
    row-gap: 1rem;
  }
  .home__rates .content {
    text-align: center;
  }
  .home__rates .content__heading {
    margin-bottom: 1.5rem;
  }
}

.image-gallery {
  padding: 136px 0 48px;
}
.image-gallery__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
}
.image-gallery__grid img {
  height: 225px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .image-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .image-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 758px) {
  .image-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 501px) {
  .image-gallery__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.booking-form {
  min-height: 100vh;
  padding-top: 96px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "footlightLT", serif;
  font-size: 18px;
  line-height: 1.5;
  color: #111;
}
body.screen-lock {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.intro {
  position: fixed;
  z-index: 99;
  background-color: #0F2C42;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: all 0.3s ease;
}
.intro__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
}
.intro__inner h1 {
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.intro__inner h1 > div {
  transform-style: preserve-3d;
  transform: rotate3d(0, 1, 0, -90deg) rotateZ(0deg);
}

.booking-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #eee;
  z-index: 20;
  padding-top: 96px;
  overflow: auto;
  display: none;
}
.booking-modal.active {
  display: block;
}
.booking-modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 21;
}
.booking-modal__inner {
  max-width: 75%;
  margin: 0 auto;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
  font-family: "Viner", serif;
  font-weight: 500;
  color: #0F2C42;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}
h2.cute {
  position: relative;
  display: inline-block;
}
h2.cute::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='25' height='25' x='0' y='0' viewBox='0 0 60 60' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M58.808 15.743C52.6 23.5 58.2 32.607 46.677 41.917a12.813 12.813 0 0 1-14.153 1.707.991.991 0 0 1-.435-1.2 59.748 59.748 0 0 1 8.536-15.06.9.9 0 0 0-1.3-1.241c-5.1 4.238-8.768 10.764-10.054 13.266a.673.673 0 0 1-1.179.039 1.8 1.8 0 0 1-.145-.262 13.212 13.212 0 0 1-1.817-6.914v-.01a15.363 15.363 0 0 1 5.674-11.657c10.025-8.059 22.669-6.74 26.642-6.061a.737.737 0 0 1 .362 1.219zM26.028 39.212a7.98 7.98 0 0 1-.657 2.181.683.683 0 0 1-1.122.165 34.946 34.946 0 0 0-9.386-7.447.837.837 0 0 0-.947 1.367 60.5 60.5 0 0 1 8.129 8.553.707.707 0 0 1-.241 1.048 8.963 8.963 0 0 1-7.154.339C5.3 42.033 6.888 35.061 1.272 31.5a.5.5 0 0 1-.049-.863c2.378-1.29 10.131-4.868 18.241-1.94a10.23 10.23 0 0 1 4.737 3.54v.01a13.222 13.222 0 0 0 1.818 6.914z' fill='%230f2c42' opacity='1' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  transform: translateX(-37.5px);
}
h2.cute::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='25' height='25' x='0' y='0' viewBox='0 0 60 60' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M58.808 15.743C52.6 23.5 58.2 32.607 46.677 41.917a12.813 12.813 0 0 1-14.153 1.707.991.991 0 0 1-.435-1.2 59.748 59.748 0 0 1 8.536-15.06.9.9 0 0 0-1.3-1.241c-5.1 4.238-8.768 10.764-10.054 13.266a.673.673 0 0 1-1.179.039 1.8 1.8 0 0 1-.145-.262 13.212 13.212 0 0 1-1.817-6.914v-.01a15.363 15.363 0 0 1 5.674-11.657c10.025-8.059 22.669-6.74 26.642-6.061a.737.737 0 0 1 .362 1.219zM26.028 39.212a7.98 7.98 0 0 1-.657 2.181.683.683 0 0 1-1.122.165 34.946 34.946 0 0 0-9.386-7.447.837.837 0 0 0-.947 1.367 60.5 60.5 0 0 1 8.129 8.553.707.707 0 0 1-.241 1.048 8.963 8.963 0 0 1-7.154.339C5.3 42.033 6.888 35.061 1.272 31.5a.5.5 0 0 1-.049-.863c2.378-1.29 10.131-4.868 18.241-1.94a10.23 10.23 0 0 1 4.737 3.54v.01a13.222 13.222 0 0 0 1.818 6.914z' fill='%230f2c42' opacity='1' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  transform: translateX(35px);
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

p {
  margin-bottom: 15px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  .booking-modal__inner {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  html {
    scroll-padding-top: 55px;
  }
}
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: none !important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: transparent !important;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 25%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #aaa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}