/*
Theme Name: Tamarack Resort
Description: Template
Version: 1.0
Author: Sheppard Web Development Inc
*/
@import url(css/bootstrap.min.css);
:root {
  --transition-duration: 0.15s; }

body {
  overflow-x: hidden;
  color: #202020;
  font-family: 'Azo Sans';
  position: relative;
  right: 0; }
  body.home #section-id-1 {
    z-index: 0 !important; }
  body > .wrapper {
    overflow-x: hidden; }

body.slide-out-open {
  right: 60%; }

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition-duration) linear; }

a:hover {
  text-decoration: none;
  color: #BF8D2C; }

.clear {
  clear: both; }

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

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

.aligncenter {
  margin: 0 auto 20px;
  display: block; }

.v-align {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center; }

img {
  max-width: 100%; }

.img-fit {
  object-fit: cover; }

.ratio {
  width: 100%;
  position: relative; }

.ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""; }

.ratio > img, .ratio video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.row-s-gutter {
  margin-left: -12px;
  margin-right: -12px; }

.row-s-gutter div[class^='col-'],
.row-s-gutter div[class*=' col-'] {
  padding-left: 12px;
  padding-right: 12px; }

.amp-adjust {
  font-family: 'FreightBig Pro Book';
  font-weight: 100; }

h1, .h1 {
  font-family: 'FreightBig Pro';
  font-style: italic;
  font-weight: 600;
  font-size: 120px;
  line-height: .83;
  text-transform: uppercase; }

h3, .h3 {
  font-family: 'FreightBig Pro';
  font-size: 72px;
  font-style: italic;
  font-weight: 600;
  line-height: .83;
  text-transform: uppercase; }

h4, .h4 {
  font-family: 'FreightBig Pro';
  font-size: 64px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.06;
  text-transform: uppercase; }

h5, .h5 {
  font-family: 'FreightBig Pro';
  font-size: 56px;
  line-height: 1.05;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase; }

h6, .h6 {
  font-family: 'FreightBig Pro';
  font-size: 40px;
  line-height: 1.4;
  font-style: italic;
  text-transform: uppercase; }

h2 {
  margin-bottom: 30px;
  letter-spacing: 3px; }

h2 strong {
  font-weight: 600 !important; }

.subhead-1 {
  font-style: normal;
  font-family: Azo Sans;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600 !important;
  line-height: 1;
  letter-spacing: 4px;
  color: #212529; }

.subhead-3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 3.6px;
  text-transform: uppercase; }

.subhead-4 {
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 600 !important;
  font-size: 22px; }

.subhead-5 {
  font-family: Azo Sans;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 1.5;
  letter-spacing: 6.4px;
  margin-bottom: 28px;
  color: #BF8D2C;
  font-style: normal;
  text-transform: uppercase; }

.subhead-7 {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: 600; }

.subhead-8 {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  color: #202020;
  letter-spacing: normal; }

.text-ghost {
  letter-spacing: 2.8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase; }

.text-medium {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -.24px;
  font-weight: 600;
  color: #BF8D2C; }

wb {
  word-break: break-word; }

.red-tag {
  background: #fce5d8;
  color: #c95516;
  padding: 4px 8px;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block; }

p, ul, ol {
  font-size: 16px;
  line-height: 1.75;
  color: #585F5D;
  font-weight: 300; }

p {
  color: #585F5D;
  font-weight: 300; }

p strong,
p b {
  font-weight: 600; }

li span,
p span {
  font-weight: 300 !important; }

.fade-in-2 {
  transition: transform 3s cubic-bezier(0.4, 0, 0.1, 1), opacity 3s cubic-bezier(0.4, 0, 0.1, 1);
  transition-delay: 0.15s;
  transform: translateY(20px);
  opacity: 0; }

.fade-in-2.active {
  transform: translateY(0px);
  opacity: 1; }

.fade-in-3 {
  transition: transform 2s cubic-bezier(0.4, 0, 0.1, 1), opacity 2s cubic-bezier(0.4, 0, 0.1, 1);
  transition-delay: 0.2s;
  transform: translateY(20px);
  opacity: 0; }

.fade-in-3.active {
  transform: translateY(0px);
  opacity: 1; }

.fade-in-4 {
  transition: transform 2s cubic-bezier(0.4, 0, 0.1, 1), opacity 2s cubic-bezier(0.4, 0, 0.1, 1);
  transition-delay: 0.3s;
  transform: translateY(20px);
  opacity: 0; }

.fade-in-4.active {
  transform: translateY(0px);
  opacity: 1; }

.hover-underline a {
  display: inline-block;
  position: relative; }

.hover-underline a:after {
  content: '';
  width: 100%;
  top: calc(100% - 2px);
  left: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform var(--transition-duration) ease; }

.hover-underline a:hover:after {
  transform: scaleX(0);
  transform-origin: right center; }

.fw-bold {
  font-weight: 700; }

.fw-normal {
  font-weight: 400; }

.text-white * {
  color: inherit; }

.text-orange {
  color: #F2661A; }

.text-gold {
  color: #BF8D2C; }

.text-dark {
  color: #202020; }

.text-dark p {
  color: inherit; }

.text-opacity {
  opacity: .25; }

a.text-opacity:hover {
  color: inherit; }

.fs-16 {
  font-size: 16px !important; }

.spacer-xs {
  height: 5px; }

.spacer-sm {
  height: 10px; }

.spacer-md {
  height: 15px; }

.spacer-lg {
  height: 20px; }

.spacer-xl {
  height: 30px; }

.spacer-xxl {
  height: 45px; }

.spacer-xxxl {
  height: 60px; }

.container {
  position: relative; }

.zIndex-1 {
  z-index: 1; }

.zIndex-2 {
  z-index: 2; }

.flex-grow-1 {
  flex-grow: 1; }

.bg-dark {
  background-color: #202020 !important; }

.bg-gold {
  background-color: #BF8D2C !important; }

.bg-dark .btn-primary:hover {
  background-color: transparent;
  color: #FFF; }

.bg-dark .slick-arrow {
  filter: invert(100%); }

.bg-light {
  background-color: #FAF8F5 !important; }

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1.5rem; }
  .buttons > .btn {
    margin: 0 !important; }

.btn-white {
  background-color: #fff;
  color: #BF8D2C;
  border: 1px solid #fff !important; }

.btn-white:hover {
  color: #fff;
  background-color: #BF8D2C; }

.btn, .newsletter .gform_footer input[type="submit"] {
  min-width: 0;
  border-radius: 0;
  padding: 20px 20px;
  font-size: 14px;
  border: 0;
  font-weight: 600;
  line-height: 1.2;
  transition: color var(--transition-duration) linear, border-color var(--transition-duration) linear, background-color var(--transition-duration) linear; }

/*.btn-shrink { padding: 14px 24px; }*/
.btn-primary {
  background-color: #BF8D2C;
  color: #fff;
  border: 2px solid #BF8D2C; }

.btn-primary:hover {
  background-color: transparent;
  border: solid 2px #BF8D2C;
  color: #202020; }

.btn-secondary {
  background-color: #fff;
  color: #BF8D2C; }

.btn-secondary:hover {
  background-color: #BF8D2C;
  color: #fff; }

.btn-outline-dark {
  border: solid 2px #222; }

.btn-dark,
.newsletter .gform_footer input[type="submit"] {
  background-color: #202020; }

.btn-dark img {
  filter: brightness(0) invert(100%);
  margin-left: 20px;
  transition: filter var(--transition-duration) linear; }

.btn-dark:hover,
.newsletter .gform_footer input[type="submit"]:hover {
  background-color: #fff;
  color: #202020; }

.btn-dark:hover img {
  filter: none; }

.btn-dark.focus, .btn-dark:focus {
  box-shadow: none !important; }

.btn-dark.btn-hover-gold:hover {
  background-color: #BF8D2C;
  color: #fff; }

.btn-border {
  border: 2px solid #fff;
  background: transparent;
  color: #fff; }

.btn-border:hover {
  background-color: #fff;
  color: #BF8D2C; }

.btn:focus {
  box-shadow: none !important; }

.btn:active {
  background-color: #202020 !important; }

.btn-small {
  padding: 10px 0;
  min-width: 100px; }

.btn-auto {
  min-width: 1px; }

.btn-arrow {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.28;
  display: flex;
  align-items: center; }

.btn-arrow img {
  margin-left: 5px;
  transition: transform var(--transition-duration) linear; }

.btn-arrow:hover {
  color: #202020; }

.btn-arrow:hover img {
  transform: translateX(5px); }

[data-dismiss="modal"],
.video-container button[data-dismiss="modal"] {
  backdrop-filter: unset;
  position: fixed;
  left: unset;
  bottom: unset;
  z-index: 20;
  right: 20px;
  top: 20px; }

.slick-arrow {
  transition: transform var(--transition-duration) ease;
  background-image: url("img/icon-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 17px 13px !important;
  background-position: center center !important; }

.slick-arrow:before {
  content: none; }

.slick-arrow.slick-prev {
  transform: rotate(-180deg) translateY(50%); }

.slick-arrow.slick-prev:hover {
  transform: rotate(-180deg) translate(5px, 50%); }

.slick-arrow.slick-next:hover {
  transform: translate(5px, -50%); }

.slick-arrow.slick-disabled {
  opacity: .5;
  pointer-events: none; }

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 6;
  transition: top var(--transition-duration) ease;
  z-index: 999; }

header.affix {
  top: -37px; }

.header-top {
  padding: 9px 0;
  font-size: 12px;
  line-height: 1.6; }

.header-top ul {
  line-height: 1; }

.header-top li {
  font-size: 12px;
  margin-left: 32px; }

.header-top li a {
  display: inline-flex;
  align-items: center; }

.header-top li a:hover {
  color: #fff; }

.header-top li a:hover:after {
  transform: translateX(3px); }

.header-top li a:not([role="button"]) {
  position: relative; }

.header-top li a:not([role="button"]):after {
  content: '';
  margin-left: 3px;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("img/icon-chevron.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform var(--transition-duration) ease; }

.header-top li a[role="button"] svg {
  transition: transform var(--transition-duration) ease; }

.header-top li a[role="button"]:hover svg {
  transform: rotate(-10deg); }

.header-top li {
  position: relative; }

.header-top li .search-container {
  position: absolute;
  width: 300px;
  top: 100%;
  background: #202020;
  padding: 11px 10px 5px 5px;
  z-index: 10;
  right: -15px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-duration) ease; }

.header-top li .search-container #s {
  display: block;
  width: 100%;
  padding: 5px;
  height: 31px;
  outline: none;
  color: #000; }

.header-top li .search-container .btn {
  width: auto;
  padding: 5px;
  min-width: 0;
  width: calc(100% + 30px);
  margin-left: -25px; }

.header-top li.search-button {
  margin: 0;
  padding-left: 20px; }

.header-main {
  padding-top: 13px;
  padding-bottom: 17px;
  background: rgba(250, 248, 245, 0.75);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px); }

.header-main ul {
  list-style-type: none;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 2.8px;
  font-weight: 600; }

.header-main ul li {
  margin-right: 60px; }

.header-main ul li.active a {
  color: #bf8d2c; }

.header-main .header-temp-events-calendar {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 32px;
  letter-spacing: -1.92px;
  line-height: 1.3; }

.header-main .header-temp-events-calendar sup {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 60%; }

.header-main .header-temp-events-calendar img {
  margin-right: 6px; }

.header-main .header-camera {
  margin-left: 40px;
  display: inline-flex;
  align-items: center; }

.header-main .header-camera:hover path {
  stroke: #BF8D2C; }

.header-main .header-camera path {
  transition: stroke var(--transition-duration) linear; }

.header-main .menu-right {
  margin-left: 60px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.7px; }

.header-main .menu-item-has-children {
  position: relative; }

.header-main .menu-right li {
  margin-right: 0; }

.header-main .menu-item-has-children > a {
  padding-right: 16px;
  color: #F2661A; }

.header-main .menu-item-has-children > a:hover:after {
  transform: translateY(-50%) scale(-1); }

.header-main .menu-item-has-children > a:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("img/icon-chevron-orange.svg"); }

.header-main .menu-item-has-children ul {
  padding-left: 0;
  padding-top: 32px;
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0; }

.header-main .menu-item-has-children:hover ul {
  display: block; }

.header-main .menu-item-has-children li {
  padding: 5px;
  color: #F2661A;
  background: rgba(250, 248, 245, 0.75);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px); }

header .no-click {
  padding-right: 10px; }

header .no-click li {
  margin-right: 0;
  padding: 0 1px;
  margin: 0 10px; }

header .no-click li a {
  cursor: default;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 20px; }

.hamburger {
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  z-index: 99;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 10px;
  top: 23px;
  right: 15px; }

.hamburger:focus {
  outline: 0; }

.hamburger span {
  left: 50%;
  height: 2px;
  width: 100%;
  top: 50%;
  border-radius: 3px;
  background: #202020;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
  transition: transform var(--transition-duration) cubic-bezier(0.4, 0, 0.1, 1), background 0.15s cubic-bezier(0.4, 0, 0.1, 1); }

.hamburger span:first-of-type {
  transform: translate(-50%, -5px); }

.hamburger span:nth-of-type(2) {
  transform: translate(-50%, -50%); }

.hamburger span:last-of-type {
  transform: translate(-50%, 3px); }

.hamburger[aria-expanded="true"] span {
  background: #fff; }

.hamburger[aria-expanded="true"] span:first-of-type {
  transform: translate(-50%, -50%) rotate(135deg); }

.hamburger[aria-expanded="true"] span:nth-of-type(2) {
  transform: scaleX(0); }

.hamburger[aria-expanded="true"] span:last-of-type {
  transform: translate(-50%, -50%) rotate(-135deg); }

header .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #faf8f5;
  background: rgba(250, 248, 245, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(7px);
  border-top: 1px solid #BBB;
  padding: 60px 0;
  display: none; }

header .dropdown ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between; }

header .dropdown .menu > li {
  display: inline-block;
  margin-bottom: 0;
  min-width: 50px; }

header .dropdown .menu > li > a {
  font-size: 16px;
  color: #202020;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px; }

header .dropdown .menu > li > a:hover {
  color: #f2651a; }

header .dropdown .menu > li > a:after {
  content: '';
  background: url(img/chevron-right.svg) no-repeat center center;
  height: 16px;
  width: 16px;
  position: absolute;
  right: -17px;
  bottom: 2px; }

header .dropdown ul > li .sub-menu {
  display: block;
  padding-top: 30px; }

header .dropdown ul > li .sub-menu li {
  display: block;
  margin-bottom: 7px; }

header .dropdown ul > li .sub-menu li a {
  color: #5F4616;
  font-size: 14px; }

header .dropdown ul > li .sub-menu li a:hover {
  background: transparent;
  color: #f2651a; }

header .dropdown .menu-dine-container .menu {
  flex-wrap: wrap;
  justify-content: flex-start; }

/* NEW STYLES ADDED: START */

header .menu-book-now{
  padding: 0;
}
header .menu-book-now .type{
  padding: 0;
}
header .dropdown .option-list{
  gap: 32px;
  border-right: 1px solid #585F5D30;
  padding: 40px 40px 40px 0;
  height: 100%;
}
header .dropdown .option-list{
  gap: 24px;
  display: flex;
  flex-direction: row;
}
header .dropdown .option-list .input-checkbox{
  width: 100%;
}
header .dropdown .option-list label:before{
  padding-right: 8px;
}
header .dropdown .option-list label::after{
  content: "\f054"; /* chevron-right */
  margin-left: auto;
}
header .dropdown .option-list  input[type="radio"] {
  position: absolute;
  opacity: 0;
}

header .dropdown .option-list input[type="radio"] + label {
  color: #202020;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

header .dropdown .option-list input[type="radio"]:checked + label {
  color: #BF8D2C;
}

header .dropdown .booking-input{
  padding: 40px 0 40px 40px;
}

header .dropdown .booking-input .details{
  gap: 8px;
}

header .dropdown .booking-input .details .title{
  color: #202020;
  font-size: 16px;
  font-weight: 600;
}

header .dropdown .booking-input .title:before{
  padding-right: 8px;
  font-size: 16px;
}
header .dropdown .booking-input{
  gap: 24px;
}
header .dropdown .booking-input .description{
  font-size: 14px;
  font-weight: 400;
  color: #9F9F9F;
}

header .dropdown .booking-input .widget-dropdown > ul{
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap:24px;
}

.widget-dropdown > ul li {
  flex: 1;
}
.widget-dropdown > ul li:last-of-type {
  flex: 1;
}
header .dropdown .booking-input .widget-dropdown .btn-info{
  width: 100%;
}

@media (max-width: 991px)  {
  header .dropdown .option-list{
    border-right: none;

  }
  header .dropdown .booking-input{
    padding: 0;
  }

  header .dropdown .booking-input .widget-dropdown > ul{
    flex-direction: column;
    gap:16px;
  }
}
/*FONT AWSOME ICONS*/
/*.lodging label:before, .lodging .title:before{
  content: "\f236";
}

.tickets label:before, .tickets .title:before{
  content: "\f7c8";
}

.activities label:before, .activities .title:before{
  content: "\f70c";
}

.lessons label:before, .lessons .title:before{
  content: "\f19d";
}

.equipment label:before, .equipment .title:before{
  content: "\f7c9";
}

.event label:before, .event .title:before{
  content: "\f073";
}

.giftcard label:before, .giftcard .title:before{
  content: "\f06b";
}*/

/* NEW STYLES ADDED: END */

/* FONT AWESOME ICONS: START */

.fa-before::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-before.fa-solid-icons::before {
  font: var(--fa-font-solid);
}
.fa-before.bed-icon::before {
  content: "\f236";
}
.fa-before.hike-icon::before {
  content: "\f70c";
}
.fa-before.ski-nordic-icon::before {
  content: "\f7ca";
}
.fa-before.graduate-hat-icon::before {
  content: "\f19d";
}
.fa-before.ski-icon::before {
  content: "\f7c9";
}
.fa-before.calendar-icon::before {
  content: "\f073";
}
.fa-before.gift-box-icon::before {
  content: "\f06b";
}

.fa-after::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-after.fa-solid-icons::after {
  font: var(--fa-font-solid);
}

/* FONT AWESOME ICONS: END */


header .dropdown-back {
  position: absolute;
  right: 0.25rem;
  top: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center; }
  header .dropdown-back svg {
    width: 16.4px;
    height: auto; }

.hero {
  position: relative;
  background: #000; }

.hero:after {
  content: '';
  opacity: 0.3;
  background: linear-gradient(2deg, #000 2.87%, rgba(0, 0, 0, 0) 71.81%);
  mix-blend-mode: hard-light;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

body:not(.home) .hero {
  min-height: 70vh; }

.hero .img-container-wrapper {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.hero .img-container {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.1, 1);
  transition-delay: 0.15s;
  margin-top: 130px; }

.hero .img-container.active {
  opacity: 1; }

.hero .animateme img {
  object-fit: cover;
  object-position: center center;
  height: 45vw;
  min-height: 780px;
  max-height: 1200px;
  width: 100%; }

.hero.large {
  max-height: 900px; }

.hero.large .animateme img {
  height: 103vh;
  min-height: 990px; }

.hero-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
  z-index: 1;
  color: #fff; }

.hero-text h1 {
  font-family: 'FreightBig Pro';
  font-weight: 600;
  font-style: italic;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.1, 1), top 1s cubic-bezier(0.4, 0, 0.1, 1);
  top: 50px;
  position: relative; }

.hero-text h1.active {
  opacity: 1;
  top: 0; }

.hero-text h2 {
  line-height: 1.3;
  letter-spacing: 3.6px;
  font-weight: 600;
  font-size: 24px;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.1, 1), top 1s cubic-bezier(0.4, 0, 0.1, 1);
  transition-delay: 0.25s;
  top: 30px;
  position: relative; }

.hero-text h2.active {
  opacity: 1;
  top: 0; }

/*body:not(.home) .hero + section { position: relative; z-index: 4; transform: translateY(-147px); }*/
/*body:not(.home) .hero + section .container { background: #fff; }*/
/*body.page-template-page-skiing .hero + section .row > div { min-height: 147px; }*/
.hero-text-overlay .container {
  margin-top: -140px;
  min-height: 170px;
  background: #FFF; }

.hero-text-overlay .btn-dark {
  height: 140px; }

.hero .form > img {
  position: absolute;
  right: 0;
  top: 0; }

.hero .form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  /* padding: 24px 60px 40px; */
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.1, 1), bottom 1s cubic-bezier(0.4, 0, 0.1, 1);
  transition-delay: 0.25s; }

.hero .form:before {
  content: '';
  backdrop-filter: blur(2px);
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: #FAF8F5;
  position: absolute;
  z-index: -1; }

.hero .form input[type="radio"] + label {
  border-right: 0; }

.hero .form .input-checkbox:not(:first-child) label{
  border-left: 1px solid #FFFFFF;
}

.hero .form select,
.hero .form .ss-main {
  margin-top: auto; }

.hero .form .col-select {
  /* padding: 0 35px 20px 35px; */
  /* flex-grow: 1; */
  flex: 1;
  padding: 0;
 }

.hero .form input[type="submit"] {
  min-width: 246px; }

.hero .form.active {
  opacity: 1;
  bottom: 62px; }

.hero .form label,
.hero .form .label {
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px; }

.hero .form .booking-type{
  width: fit-content;
  background-color: #202020;
  margin-top: -35px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  padding: 24px 0;
}

.hero .form .booking-details{
  padding: 60px 32px 32px 32px;
  margin: 0;
}

.hero .form input[type="radio"] + label {
  letter-spacing: unset;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: background .3s ease, color .3s ease;
  /* white-space: nowrap; */
  padding: 0 32px;
  text-align: center;
  background: #202020;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  height: 20px;
  width: fit-content !important;
  /* border: 2px solid #202020;  */
}

.hero .form input[type="radio"] {
  position: absolute;
  left: 5px;
  top: 5px; }

.hero .form input[type="radio"]:checked + label {
  color: #BF8D2C;
  /* background: #202020;  */
}

/* fontawesome icons */
.hero .form input[type="radio"] + label:before {
  padding-right: 8px;
}
/*.hero .form .rentals label:before{
  content: "\f236";
}
.hero .form .activities label:before{
  content: "\f70c";
}
.hero .form .tickets label:before{
  content: "\f7c8";
}*/

@media (max-width: 768px)  {
  .hero .form .booking-type{
    margin-top: 0px;
    padding: 14px 0;
  }

  .hero .form .booking-details{
    padding: 60px 24px 24px 24px;
    margin: 0;
  }

  .hero .form input[type="radio"] + label {
    padding: 0 16px;
    font-size: 12px;
  }
}

@media (max-width: 425px) {
  .hero .form input[type="radio"] + label {
      font-size: 0; /* Hides text without affecting ::before */
  }

  .hero .form input[type="radio"]:checked + label {
    font-size: 12px;
  }

  .hero .form input[type="radio"] + label:before {
      font-size: 16px; /* Keeps icon visible */
  }

  .hero .form input[type="radio"]:checked + label:before {
    padding-right: 8px;
  }

}

.hero .form select,
.ss-main {
  border: none;
  border-radius: 0;
  background: #FAF8F5;
  border-bottom: 1.3px solid #202020;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 3.6px; }

.hero .form input[type="text"], .hero .form .dropdown-toggle {
  border: 1px solid #DFDFDF;
  color: #9F9F9F; }

.hero #arrivalDepartureDate {
  padding-left: 38px; }
  .hero #arrivalDepartureDate::placeholder {
    opacity: 1;
    color: #9F9F9F; }
  .hero #arrivalDepartureDate + svg {
    position: absolute;
    left: 10px;
    top: calc(50% - 9px); }

/* BOOK-NOW:START */
.menu-book-now #arrivalDepartureDate {
  padding-left: 38px; }
.menu-book-now #arrivalDepartureDate::placeholder {
  opacity: 1;
  color: #9F9F9F; }
.menu-book-now #arrivalDepartureDate + svg {
  position: absolute;
  left: 10px;
  top: calc(50% - 9px); }

.menu-book-now #startDate {
  padding-left: 38px; }
.menu-book-now #startDate::placeholder {
  opacity: 1;
  color: #9F9F9F; }
.menu-book-now #startDate + svg {
  position: absolute;
  left: 10px;
  top: calc(50% - 9px); }
/* BOOK-NOW:END */

.hero .form .dropdown-toggle {
  padding: 0 10px;
  width: 100%;
  height: 58px;
  display: inline-flex;
  align-items: center;
  text-align: left;
  background: #fff;
  position: relative;
  font-size: 16px;
  color: #9F9F9F; }
  .hero .form .dropdown-toggle:before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='14.8' height='16.5'%3E%3Cpath d='M14.1 15.8v-1.7c0-.9-.4-1.7-1-2.4-.6-.6-1.5-1-2.4-1H4c-.9 0-1.7.4-2.4 1s-1 1.5-1 2.4v1.7M10.8 4.1c0 1.8-1.5 3.3-3.3 3.3S4.2 5.9 4.2 4.1 5.6.8 7.4.8s3.3 1.5 3.3 3.3z' fill='none' stroke='%239f9f9f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") center no-repeat;
    width: 15px;
    height: 17px;
    display: block;
    margin-right: 0.75em; }
  .hero .form .dropdown-toggle:after {
    display: block;
    width: 12px;
    height: 7px;
    margin-left: auto;
    vertical-align: .255em;
    content: '';
    background: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='11.5' height='6.5'%3E%3Cpath d='M.8.8l5 5 5-5' fill='none' stroke='%239f9f9f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") center no-repeat;
    border: 0; }

/* BOOK-NOW NAVIGATION WIDGET: START */
header #book-now-menu label:after {
  content: "";
}
header .dropdown-toggle {
  padding: 0 10px;
  width: 100%;
  height: 58px;
  display: inline-flex;
  align-items: center;
  text-align: left;
  background: #fff;
  position: relative;
  font-size: 16px;
  color: #9F9F9F;
}
header .dropdown-toggle:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='14.8' height='16.5'%3E%3Cpath d='M14.1 15.8v-1.7c0-.9-.4-1.7-1-2.4-.6-.6-1.5-1-2.4-1H4c-.9 0-1.7.4-2.4 1s-1 1.5-1 2.4v1.7M10.8 4.1c0 1.8-1.5 3.3-3.3 3.3S4.2 5.9 4.2 4.1 5.6.8 7.4.8s3.3 1.5 3.3 3.3z' fill='none' stroke='%239f9f9f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") center no-repeat;
  width: 15px;
  height: 17px;
  display: block;
  margin-right: 0.75em; }
header .dropdown-toggle:after {
  display: block;
  width: 12px;
  height: 7px;
  margin-left: auto;
  vertical-align: .255em;
  content: '';
  background: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='11.5' height='6.5'%3E%3Cpath d='M.8.8l5 5 5-5' fill='none' stroke='%239f9f9f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") center no-repeat;
  border: 0; }
.position-relative {
  position: relative;
  display: block;
}
header #book-now-menu .submenu {
  display: none;
}
header #book-now-menu .submenu.active {
  display: block;
}
header #book-now-menu .inntopiaWidget.widget2 label  {
  /*cursor: pointer;*/
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px;
}
header #book-now-menu label {
  font-family: Azo Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.25px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
header #book-now-menu .inntopiaWidget label {
  font-family: Azo Sans;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1.2000000476837158px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

#book-now-menu .dropdown-menu {
  padding: 0;
  width: 100%;
  min-width: 250px;
  border-radius: 0; }

#book-now-menu .number-selector {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #DFDFDF;
  font-size: 14px; }
#book-now-menu .number-selector .label {
  font-size: 14px;
  font-weight: 500;
  margin-right: auto; }
#book-now-menu .number-selector .incrementor {
  display: flex; }
#book-now-menu .number-selector .minus, #book-now-menu .number-selector .plus {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #DFDFDF;
  user-select: none; }
#book-now-menu .number-selector .value {
  width: 40px;
  height: 28px !important;
  font-size: 14px;
  border: 0;
  text-align: center;
  appearance: textfield; }

#book-now-menu .mobile-only .number-selector, #book-now-menu .mobile-only .done {
  background: #ffffff;
}

#book-now-menu .done {
  padding: 16px 20px; }
#book-now-menu .done .btn {
  width: 100%; }

@media (min-width: 991px) {
  .mobile-only {
    display: none !important;
  }
}
header #book-now-menu .submenu.mobile-only {
  margin-top: 15px;
}

header #book-now-menu .submenu.mobile-only .details {
  display: none !important;
}

/* BOOK-NOW NAVIGATION WIDGET: END */

.hero .form .dropdown-menu {
  padding: 0;
  width: 100%;
  min-width: 250px;
  border-radius: 0; }

.hero .form .number-selector {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #DFDFDF;
  font-size: 14px; }
  .hero .form .number-selector .label {
    font-size: 14px;
    font-weight: 500;
    margin-right: auto; }
  .hero .form .number-selector .incrementor {
    display: flex; }
  .hero .form .number-selector .minus, .hero .form .number-selector .plus {
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #DFDFDF;
    user-select: none; }
  .hero .form .number-selector .value {
    width: 40px;
    height: 28px !important;
    font-size: 14px;
    border: 0;
    text-align: center;
    appearance: textfield; }

.hero .form .done {
  padding: 16px 20px; }
  .hero .form .done .btn {
    width: 100%; }

.ss-content {
  z-index: 5; }

.ss-main:focus {
  box-shadow: none; }

.ss-content .ss-list .ss-option {
  color: #202020; }

.ss-content.ss-open-below {
  border-radius: 0 !important;
  border: 1px solid #202020;
  border-top: 0; }

.ss-content.ss-open-above {
  border-radius: 0 !important; }

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: #FAF8F5;
  background: #BF8D2C; }

.ss-content .ss-list .ss-option:hover {
  background: #FAF8F5;
  color: #202020; }

.ss-main .ss-values .ss-single {
  margin-left: 0;
  color: #202020;
  letter-spacing: 3.6px; }

/*.intro { padding: 130px 0 130px; }*/
/*.intro h3 {font-size: 16px; font-weight: 600; line-height: 1.5; letter-spacing: 6.5px; margin-bottom: 28px; color: #BF8D2C; font-family: 'Azo Sans'; font-style: normal;}*/
.grid {
  padding: 84px 0;
  position: relative; }

.grid > img {
  position: absolute;
  right: 0;
  bottom: 84px;
  z-index: -1; }

.grid .row {
  margin-left: -7px;
  margin-right: -7px; }

.grid .grid-text {
  pointer-events: none;
  position: absolute;
  top: 52px;
  left: 7px;
  z-index: 2; }

.grid div[class^='col-'], .grid div[class*=' col-'] {
  padding-left: 7px;
  padding-right: 7px; }

.grid-decorative {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(30%, -47%);
  z-index: 2; }

.grid-decorative img {
  transform: translateX(100%) rotate(180deg) !important;
  transition: transform 0.5s !important; }
  .grid-decorative img.aos-animate {
    transform: translateX(0%) rotate(0deg) !important; }

/*.home .grid:before { content: ''; width: calc(100% - 280px); top: 0; left: 0; background: #FAF8F5; position: absolute; bottom: 0; }*/
.grid .grid-item-shrink {
  width: 85%;
  margin-bottom: 14px; }

.grid .grid-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: 1;
  background: linear-gradient(22deg, #000 -2.65%, rgba(0, 0, 0, 0) 32.91%);
  mix-blend-mode: multiply;
  transform-origin: center center;
  transition: .3s ease transform; }

.grid .grid-item-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 40px;
  z-index: 100;
  line-height: 1.3; }

.grid .grid-item:hover {
  color: #fff; }

.grid .grid-item:hover:before {
  transform: scale(1.1); }

.grid .grid-item {
  color: #fff;
  overflow: hidden;
  display: block;
  position: relative;
  left: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.1, 1), left 0.5s cubic-bezier(0.4, 0, 0.1, 1); }

.grid-item:hover {
  transform: scale(1.1); }

.grid-item.grid-d.transforming-c {
  left: 40px; }

.grid-item.grid-a {
  transform-origin: right center; }

.grid-item.grid-b {
  transform-origin: bottom left; }

.grid-item.grid-c {
  transform-origin: top left; }

.grid-item.grid-d {
  transform-origin: top left; }

.events {
  overflow: hidden;
  padding: 40px 0 60px; }

.events .slick-list {
  padding-bottom: 0px; }

.events .slick-arrow {
  position: absolute;
  top: 108%;
  left: 15px; }

.events .slick-next {
  left: 80px; }

.events .btn {
  min-width: 1px; }

.quote {
  padding-top: 150px;
  padding-bottom: 0;
  position: relative; }

.quote.pb-medium {
  padding-bottom: 180px; }

.quote > img {
  position: absolute;
  bottom: 0;
  max-width: 1180px; }

.quote > img.left {
  left: 0;
  bottom: -60px; }

.quote > img.right {
  right: 0;
  width: 45%;
  max-height: 680px;
  object-fit: cover;
  top: -120px; }

.slick-quote {
  padding-bottom: 60px; }

.quote .slick-arrow {
  top: calc(100% - 14px); }

.quote .slick-prev {
  left: 0; }

.quote .slick-next {
  left: 80px; }

.quote .container {
  position: relative;
  z-index: 3; }

/*.quote .slick-slide {overflow: visible imp;}*/
.deals {
  padding: 30px 0 60px;
  color: #fff; }

.deals p {
  max-width: 510px;
  margin: 24px auto 0;
  color: #fff;
  font-weight: 300; }

.slick-deals-nav .slick-list {
  margin: 0 auto 30px;
  max-width: 100%; }

.deals .slick-arrow {
  top: 40%;
  margin-top: -6px; }

.deals .slick-next {
  right: 0;
  left: unset; }

.slick-deals-slide {
  width: 100%; }

.slick-deals .slick-slide > div {
  width: 100%;
  padding: 0 30px; }

.slick-deals .slick-arrow {
  visibility: hidden;
  pointer-events: none; }

.offer {
  padding: 150px 0;
  height: 950px; }

.offer h2 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.16;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.4s ease; }

.offer p {
  font-size: 14px;
  line-height: 1.7;
  white-space: normal;
  font-weight: 300;
  transition: all 0.4s ease; }

.offer .offer-item {
  transition: all 0.4s ease;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px; }

.offer .offer-item.active {
  width: 44%; }

.offer .offer-item.active h2 {
  font-size: 22px; }

.offer .offer-item.active p {
  font-size: 15.9px;
  padding-right: 30px; }

.offer .offer-item:first-child {
  width: 29%; }

.offer .offer-item:first-child.active {
  width: 35%; }

.offer .offer-item:nth-child(2) {
  max-width: 29%; }

.offer .offer-item:nth-child(2).active {
  max-width: 35%; }

.offer .offer-item:last-child {
  width: 29%; }

.offer .offer-item:last-child.active {
  width: 35%; }

.two-column {
  padding: 0;
  position: relative; }

.two-column-ratio {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  z-index: 2;
  pointer-events: none; }

.two-column-ratio .ratio {
  margin-left: 10px;
  width: calc(100% + (100vw - 1230px) / 2); }

.two-column .background-highlight {
  background: #faf8f6;
  padding: 30px 40px 30px 40px; }

.large-image {
  position: relative;
  max-height: 1200px; }

.large-image.has-light-bg .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.large-image .gradient {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000 -12.4%, rgba(0, 0, 0, 0) 62.5%);
  mix-blend-mode: multiply; }

.large-image h4 {
  margin-bottom: 24px; }

.large-image h5 {
  max-width: 1010px; }

.large-image p {
  max-width: 600px; }

.large-image-short-text p {
  max-width: 310px; }

.large-image + .events {
  padding-top: 180px; }

.large-image .floating-image {
  position: absolute;
  width: 60%;
  right: 0;
  top: -450px;
  pointer-events: none;
  z-index: 1; }

.large-image.has-floating-image .bg-image {
  background: center / cover no-repeat;
  padding-block: 100px 125px;
  position: relative; }

.large-image.has-floating-image .gradient + .bg-image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000 -12.4%, rgba(0, 0, 0, 0) 62.5%);
  mix-blend-mode: multiply; }

.large-image.has-floating-image .container {
  z-index: 1;
  text-shadow: 0 0 36px #000; }

.large-image.has-floating-image .gradient {
  display: none; }

.large-image:not(.has-floating-image) .bg-image {
  background: center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 90px; }

.large-image:not(.has-floating-image) .w-100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.large-image:not(.has-floating-image) .container {
  position: relative;
  z-index: 10; }

.three-images {
  padding: 90px 0; }

.three-images .decorative {
  position: absolute;
  right: 19%;
  bottom: -80px;
  width: 170px; }

.three-images img {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.1, 1); }

.three-images img:hover {
  transform: scale(1.03); }

.newsletter {
  background: #BF8D2C;
  color: #fff;
  padding: 110px 0;
  position: relative; }

.newsletter > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  top: 0;
  object-fit: cover;
  width: 35%; }

.newsletter-buttons {
  margin-left: -12px;
  margin-right: -12px; }

.newsletter-buttons .btn {
  margin-right: 12px;
  margin-left: 12px;
  min-width: 204px; }

.newsletter .subhead-1 {
  min-width: 204px;
  color: #FFF; }

.newsletter p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 300px; }

.newsletter form {
  display: flex;
  align-items: flex-end; }

.newsletter .gform-body {
  flex-grow: 1; }

.newsletter .gform_footer {
  position: relative; }

.newsletter .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 15px;
  grid-row-gap: 24px; }

.newsletter .gform_wrapper input:not([type="submit"]) {
  border-radius: 0;
  transition: border-color .15s ease;
  outline-width: 0;
  padding: 0 0 10px !important;
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid currentColor; }

.newsletter .gform_wrapper input:not([type="submit"]):focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.newsletter .gform_wrapper input[type="submit"] {
  min-width: 186px;
  margin-bottom: 0 !important;
  color: #fff; }

.newsletter .gform_wrapper .gform_footer {
  margin: 0 !important;
  margin-left: 15px !important;
  padding: 0 !important; }

.newsletter input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px; }

.newsletter input::-moz-placeholder {
  color: #fff;
  font-size: 16px; }

.newsletter input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px; }

.newsletter input::placeholder {
  color: #fff;
  font-size: 16px; }

.newsletter .gform_required_legend {
  display: none; }

.events .slick-list {
  overflow: visible;
  margin-left: -12px;
  margin-right: -12px; }

.events .slick-slide > div {
  margin-left: 12px;
  margin-right: 12px; }

.events .event-item-inner {
  background: #FAF8F5;
  padding: 30px 30px 30px;
  min-height: 280px; }

.events .event-item h2 {
  font-size: 22px;
  letter-spacing: -0.24px;
  line-height: 1.16;
  margin-bottom: 20px; }

.events .event-item p {
  color: #585F5D;
  margin-bottom: 20px;
  line-height: 1.75; }

.events .event-item .time {
  color: #737978;
  opacity: .6;
  font-size: 14px;
  line-height: 1.7; }

.events .event-item .inner {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.1, 1);
  cursor: pointer;
  margin: 0;
  transform-origin: center bottom; }

.events .event-item .inner:hover {
  transform: scale(1.03); }

.events .event-item-document .inner {
  display: flex;
  flex-direction: column; }

.events .event-item-document .event-item-inner {
  order: 2;
  height: auto;
  padding: 30px; }

.events .event-item-document h2 {
  height: 60px; }

.events .event-item-document .ratio {
  order: 1; }

.has-mask .events .event-item-document .event-item-inner {
  background: #FFF; }

.info .scrollme .row {
  transform: translateY(50px); }

.info .slick-info .slick-list {
  background: #000; }

.info .slick-info .slick-slide img {
  opacity: .85;
  height: 450px;
  object-fit: cover; }

.info .slick-info-nav .slick-slide {
  padding: 27px 0 50px; }

.info .slick-info-nav .subhead-3 {
  line-height: 1.3; }

.info .slick-arrow {
  top: unset;
  transform: translateY(0);
  bottom: 20px;
  z-index: 5; }

.info .slick-arrow:not(.slick-disabled) {
  filter: brightness(0) invert(100%); }

.info .slick-disabled {
  opacity: 1; }

.info .slick-next {
  right: 45px; }

.info .slick-next:hover {
  transform: translate(5px, 0); }

.info .slick-prev {
  left: unset;
  right: 100px;
  transform: rotate(-180deg) translateY(0); }

.info .slick-prev:hover {
  transform: rotate(-180deg) translate(5px, 0); }

.info .lower {
  margin-top: -50px; }

/*.has-overlay { /*overflow: hidden; position: relative; background: #FAF8F5; }*/
/*.has-overlay .container:before { content: ''; width: calc((100vw - 1230px)/2 + 7.5px); top: -300px; left: calc(100% - 15px); background: #fff; position: absolute; bottom: -300px; }*/
.has-overlay .row {
  position: relative;
  z-index: 3; }

.left-right {
  position: relative;
  z-index: 2; }

.left-right-decor {
  padding-bottom: 160px; }

.left-right-decor > img {
  position: absolute;
  bottom: 0;
  max-width: 1180px;
  left: 0; }

.left-right .row img {
  height: 100%;
  object-fit: cover;
  max-width: unset;
  width: calc(50vw - 22px); }

.left-right-text {
  padding-top: 30px;
  padding-bottom: 30px; }

.left-right-reorder p {
  max-width: 380px; }

.left-right-reorder.has-overlay .container:before,
.has-overlay.reorder .container:before {
  left: unset;
  right: calc(100% - 15px); }

.logos {
  padding-bottom: 100px;
  padding-top: 44px; }

.logos-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 20px 40px;
  border: 1px solid #DFDFDF;
  transition: background-color .35s linear; }

.logos-item img {
  max-width: 120px;
  margin: auto;
  max-height: 80px;
  mix-blend-mode: multiply; }

.logos-item:hover {
  background-color: #DFDFDF; }

.cards {
  overflow: hidden;
  margin-top: -40px; }
  .cards .btn {
    padding-top: 13px;
    padding-bottom: 13px; }
  .cards .card-item {
    display: flex;
    flex-direction: column; }
    .cards .card-item > div:not(.ratio) {
      padding: 28px 24px;
      background: #FAF8F5;
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
    .cards .card-item p:last-of-type {
      margin-bottom: 24px; }
  .cards .card-item-cta {
    padding: 0 24px; }
  .cards .text-medium {
    margin-bottom: 12px;
    line-height: 1.2; }
  .cards .row {
    margin-bottom: -24px; }
  .cards .vs-1 {
    height: 1px; }
  .cards .truncate[data-rkt-truncate="1"] {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .cards .vs-2 {
    height: 2px; }
  .cards .truncate[data-rkt-truncate="2"] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .cards .vs-3 {
    height: 3px; }
  .cards .truncate[data-rkt-truncate="3"] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .cards .vs-4 {
    height: 4px; }
  .cards .truncate[data-rkt-truncate="4"] {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .cards .vs-5 {
    height: 5px; }
  .cards .truncate[data-rkt-truncate="5"] {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .cards .vs-6 {
    height: 6px; }
  .cards .truncate[data-rkt-truncate="6"] {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .cards .vs-7 {
    height: 7px; }
  .cards .truncate[data-rkt-truncate="7"] {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.info-boxes .box {
  background: #faf8f5;
  padding: 30px 15px 30px 70px;
  position: relative; }

.info-boxes .box p {
  margin-bottom: 0; }

.info-boxes .box img {
  width: 30px;
  position: absolute;
  left: 20px; }

.stats {
  text-align: center;
  color: #202020;
  max-width: 900px;
  margin: 0 auto; }

.stats .stat {
  font-size: 35px;
  letter-spacing: 2px;
  color: #bf8d2c;
  text-transform: uppercase; }

.stats .description {
  font-weight: 700; }

.html iframe {
  border: none; }

.html #frame {
  height: 650px; }

.link-group img {
  min-height: 80px;
  object-fit: cover; }

.link-group {
  text-align: center;
  padding-bottom: 30px; }

.link-group .has-text img {
  width: 80px;
  height: 80px; }

.link-group .text {
  max-width: 340px;
  vertical-align: middle;
  text-align: left; }

.btn-img {
  padding: 15px;
  display: inline-block;
  align-items: center;
  border: 1px solid #DFDFDF;
  margin: 0 15px 30px;
  max-width: 45%;
  text-align: center;
  transition: transform 0.3s ease; }

.btn-img span {
  display: inline-block; }

.btn-img .ratio {
  flex-shrink: 0;
  margin-right: 32px;
  width: 100px; }

.btn-img.btn-img-big .ratio {
  width: 170px; }

.btn-img:hover {
  transform: scale(1.07); }

.link-group.v2 .group {
  white-space: nowrap; }

.link-group.v2 .btn-img {
  max-width: calc(25% - 30px);
  white-space: normal;
  text-align: left;
  vertical-align: top; }

.link-group.v2 .text {
  padding-left: 0;
  margin-left: 0 !important;
  text-transform: none;
  letter-spacing: 0;
  font-size: 17px;
  color: #3A3F3E;
  padding-top: 30px;
  max-width: 80%; }

.page-template-page-webcams .wrapper {
  padding-top: 123px; }

.video-container button {
  cursor: pointer;
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2; }

.video-container button img {
  position: static;
  backdrop-filter: blur(2px);
  object-fit: unset;
  transition: transform .35s linear;
  width: 96px;
  height: 96px; }

.video-container button:hover img {
  transform: scale(1.1); }

.video-container button:focus {
  outline-width: 0; }

.video-container:after {
  opacity: 0.2;
  background: linear-gradient(2deg, #000 2.87%, rgba(0, 0, 0, 0.05) 71.81%);
  mix-blend-mode: hard-light;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.video {
  margin-bottom: 40px; }

.video .modal-dialog {
  max-width: 50%; }

a.video {
  transform-origin: center bottom;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.1, 1); }

a.video:hover {
  transform: scale(1.03); }

.video span {
  display: block; }

.video.col-md-4 button img {
  width: 56px;
  height: 56px; }

.video .video-overlay.is-active {
  opacity: 0; }

.video .video-overlay {
  transition: opacity .4s linear;
  position: absolute;
  left: 88px;
  width: 180px;
  top: 40px;
  background: #FAF8F5;
  z-index: 2;
  color: #7F5E1D;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -1.92px; }

.video .video-overlay .subhead-8 {
  width: 100%;
  margin-top: 8px; }

.video .video-overlay sup {
  margin-left: 8px;
  letter-spacing: normal;
  font-size: 10px;
  line-height: 1.2; }

.video .video-overlay .box {
  padding: 32px 24px;
  position: relative; }

.video .video-overlay .box.is-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #F4ECDB; }

.video .video-overlay .box.is-active img {
  margin: 0; }

.video .video-overlay .box.is-active .subhead-8 {
  color: #7F5E1D; }

.video .video-overlay .box:not(:last-of-type):not(:first-of-type):before {
  content: '';
  background: #E3E4E4;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 24px;
  right: 24px; }

.video .video-overlay img {
  display: block;
  margin: auto; }

.video .time {
  font-size: 12px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #737978; }

.video .text-medium {
  padding-right: 20px;
  color: #202020; }

.video .cta-box > div {
  padding: 70px 60px 50px 70px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.video .cta-box:after {
  content: '';
  width: 180px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/webcam-decorative.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute; }

.webcams.slick .slick-list {
  overflow: visible;
  margin: 0 -12px; }

.webcams.slick .slick-slide {
  margin: 0 12px; }

.webcams.slick .slick-prev {
  left: 0;
  top: 100%;
  z-index: 4; }

.webcams.slick .slick-next {
  left: 56px;
  right: unset;
  top: 100%;
  z-index: 4; }

section.menu ul {
  height: 48px;
  margin: 40px 0;
  background: white;
  z-index: 3;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px); }

section.menu ul li {
  margin: 0 4px; }

section.menu ul a {
  color: #5F5F5F;
  line-height: 1.75;
  font-weight: 500;
  padding: 10px 24px;
  display: inline-block; }

.menu ul a.is-active,
.menu ul a:hover {
  background: #FAF8F5;
  color: #BF8D2C; }

.menu hr {
  height: 2px;
  color: #BF8D2C;
  border-top: 1px solid #BF8D2C;
  margin: 30px 0 30px; }

.menu-row {
  padding-bottom: 44px; }

.menu .menu-item {
  margin-bottom: 52px; }

.menu .menu-item-border {
  margin-bottom: 30px; }

.menu .menu-item-border > div {
  padding: 40px;
  border: 1px solid #DFDFDF; }

.menu .menu-item p {
  margin-bottom: 12px; }

.menu .menu-item .text-medium {
  color: #202020; }

.menu-item .ratio {
  flex-shrink: 0;
  width: 80px;
  height: 80px; }

.menu-item .ratio:after {
  content: '';
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .1; }

.menu .left-right-img {
  max-width: calc(100% + calc(100vw - 1230px / 2)); }

.menu-widget {
  position: fixed;
  top: 200px;
  z-index: 9;
  left: 0;
  right: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.1, 1); }

.menu-widget.is-hidden {
  opacity: 0; }

.menu-widget .pointer-all {
  pointer-events: all; }

.page-template-page-reserve .left-right .btn {
  min-width: 185px; }

.menu .price-label {
  text-transform: uppercase;
  font-size: 14px; }

.options .subhead-7 {
  margin-bottom: 17px;
  text-transform: uppercase; }

.options-box {
  position: relative;
  color: #ABAFAE;
  display: flex;
  border: 1px solid #DFDFDF;
  height: 84px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.1, 1); }

.options-box span {
  display: block; }

.options-box .subhead-7 {
  letter-spacing: unset; }

.options-box .active {
  color: #BF8D2C;
  position: relative; }

.options-box .active + .active:before {
  left: -6px; }

.options-box .active + .active:after {
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  background: #DFDFDF; }

.options-box .active:before {
  content: '';
  background-color: #FAF8F5;
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px; }

.options-box > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.options-box .label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 1px solid #DFDFDF;
  margin: 0;
  text-transform: uppercase;
  background: #fff;
  border-radius: 3px;
  width: 52px;
  text-align: center; }

.options-box .label svg {
  margin-right: 3px; }

.options-box .label.active {
  color: #202020; }

.options-box .label.active:before {
  content: none; }

.options-box svg, .options-box .subhead-7 {
  z-index: 1; }

.options-box:hover {
  transform: scale(1.03); }

header .dropdown:hover > .dropdown-menu {
  display: block; }

header .dropdown-menu {
  background: #FFF;
  visibility: visible;
  top: 95%;
  padding: 0;
  margin: 0; }

header .dropdown-menu li {
  padding: 0 !important;
  margin: 0 !important; }

header .dropdown-menu li:hover a {
  background: #CCC; }

header .dropdown-menu li a {
  padding: 10px 20px;
  display: block;
  margin: 0; }

header .dropdown-menu li a span {
  color: #222 !important;
  font-size: 14px; }

.socials li {
  margin-right: 26px;
  margin-bottom: 0; }

.socials svg {
  transition: fill .3s ease; }

.socials a:hover svg {
  fill: #BF8D2C; }

footer {
  position: relative;
  z-index: 1;
  color: #fff; }

footer > .container {
  padding-top: 74px;
  padding-bottom: 85px;
  position: relative; }

footer > img {
  position: absolute;
  left: 0;
  bottom: 0; }

footer p {
  color: #CDD8DE;
  line-height: 1.875; }

footer .hover-underline a {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
  line-height: 1.3; }

footer ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 14px;
  color: #FFF; }

footer ul li {
  line-height: 1.7;
  margin-bottom: 16px !important; }

footer h4 {
  font-family: 'Azo Sans';
  font-style: normal;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 2.4px;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 10px;
  text-transform: uppercase; }

footer a {
  display: inline-block; }

.footer-copy {
  color: #FAF8F5;
  padding: 12px 0 10px;
  font-size: 12px;
  line-height: 1.6; }

.footer-copy a:hover {
  color: #202020; }

.footer-copy .line {
  display: inline-block;
  height: 7px;
  width: 1px;
  background-color: #FAF8F5; }

footer .footer-logo {
  max-width: 200px; }

/* gravity form general styling */
.gform_ajax_spinner {
  position: absolute;
  left: calc(100% + 14px);
  top: 50%;
  margin: -7px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-left: 2px solid #fff;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 14px;
  height: 14px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0;
  box-shadow: none;
  background: transparent;
  border: none; }

body .gform_wrapper.gravity-theme .gform_validation_errors ol {
  display: none; }

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-left: 0;
  border-right: 0;
  border-top: 0; }

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::placeholder {
  color: #c02b0a; }

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::-webkit-input-placeholder {
  color: #c02b0a; }

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::-moz-input-placeholder {
  color: #c02b0a; }

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::-ms-input-placeholder {
  color: #c02b0a; }

body .gform_wrapper.gravity-theme .gfield {
  position: relative; }

body .gform_wrapper.gravity-theme .gfield .gfield_validation_message,
body .gform_wrapper.gravity-theme .gfield .validation_message {
  background: transparent;
  font-size: 12px;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0; }

body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1 !important; }

/* gravity form general styling */
/*.blog-module {margin-bottom: 30px; background: #EFEFEF;}
.blog-module h2 {padding: 0 15px; background: #2c3692; color: #FFF; text-align: left; line-height: 35px; font-size: 18px; margin: 0}
.blog-module .inside {padding: 15px;}
.blog-module .inside a {color: #2c3692; text-transform: capitalize; font-size: 13px; line-height: 18px;}
.blog-module li {display: block;}*/
section {
  position: relative; }

section .mask {
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  background: #FAF8F5;
  position: absolute;
  bottom: 0;
  z-index: 0; }

section .mask.full {
  width: 100%; }

section .topography-mask {
  position: absolute;
  right: 0;
  top: -50px;
  height: 700px;
  object-fit: cover;
  width: 45%;
  z-index: -1; }

section .topography-mask-2 {
  right: auto;
  left: 0;
  top: 0;
  width: 60%;
  z-index: 0;
  height: 580px;
  object-fit: cover;
  max-height: 100%; }

section .topography-mask-3 {
  right: auto;
  left: 0;
  bottom: 0;
  width: 60%;
  z-index: 0;
  height: 580px;
  object-fit: cover;
  top: auto; }

section#section-id-0 {
  padding-top: 0; }

section.spacing-top-none {
  padding-top: 0; }

section.spacing-top-small {
  padding-top: 15px; }

section.spacing-top-medium {
  padding-top: 30px; }

section.spacing-top-large {
  padding-top: 60px; }

section.spacing-top-extra-large {
  padding-top: 100px; }

section.spacing-bottom-none {
  padding-bottom: 0; }

section.spacing-bottom-small {
  padding-bottom: 15px; }

section.spacing-bottom-medium {
  padding-bottom: 30px; }

section.spacing-bottom-large {
  padding-bottom: 60px; }

section.spacing-bottom-extra-large {
  padding-bottom: 100px; }

.blocks .highlight {
  background: #FFF;
  padding: 15px 15px 1px;
  border-left: 3px solid #bf8d2c;
  margin-bottom: 15px; }

.blocks .highlight p {
  font-size: 15px;
  width: 100%;
  padding: 0;
  max-width: none; }

.blocks .table {
  background: transparent;
  color: #585f5d;
  display: table;
  margin: 15px 0 30px; }

.blocks .table tr th {
  border-top: none;
  text-transform: uppercase;
  color: #000; }

.blocks .table tr:first-child td {
  border-top: none; }

.blocks .table.highlight {
  padding-top: 0;
  padding-bottom: 0; }

.blocks .table td,
.blocks .table th {
  padding-left: 15px;
  padding-right: 15px; }

.blocks .table.first-column-bold td:first-child {
  font-weight: 600;
  text-transform: uppercase; }

.real-estate-contact {
  background: #faf8f5;
  padding: 120px 0;
  position: relative;
  z-index: 10; }

.real-estate-contact .topography-mask {
  left: auto;
  right: 0;
  width: 45%;
  top: 0; }

.real-estate-contact .btn {
  background: #bf8d2c;
  border-color: #bf8d2c;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 1px;
  width: 230px; }

.real-estate-contact .ginput_container_phone input,
.real-estate-contact .ginput_container_email input,
.real-estate-contact .ginput_container_text input {
  border: 1px solid #CCC;
  padding: 14px 15px !important; }

#accordion .accordion-item {
  padding: 15px 0 0;
  border-bottom: 1px solid #CCC; }

#accordion .accordion-header {
  text-transform: capitalize;
  font-size: 700;
  font-size: 20px;
  display: block;
  padding-bottom: 15px;
  position: relative; }

#accordion .accordion-body {
  padding: 30px 45px; }

#accordion .chevron {
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  width: 24px; }

#accordion .accordion-header:not(.collapsed) .chevron {
  transform: rotate(-90deg); }

.broker-portal-access {
  padding: 300px 0 100px; }

.property-list {
  background: #fbfaf8;
  padding: 50px 0 0; }

.property-list #list {
  padding-bottom: 100px; }

.property-card {
  background: #FFF;
  margin-bottom: 30px;
  position: relative; }

.property-card .status {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px; }

.property-card .status.status-Active {
  color: green; }

.property-card .status.status-Pending {
  color: #ffa200; }

.property-card img {
  height: 200px;
  object-fit: cover; }

.property-card .lower {
  padding: 15px; }

.property-card .lower .btn {
  padding: 10px 15px;
  margin-top: 30px; }

.property-card .lower .price {
  letter-spacing: 2px;
  margin: 0 0 10px; }

.property-card .slick-next {
  right: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  opacity: 0;
  padding: 5px;
  cursor: pointer; }

.property-card .slick-prev {
  left: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  opacity: 0;
  padding: 5px;
  cursor: pointer;
  z-index: 10; }

.property-card:hover .slick-next {
  opacity: 1; }

.property-card:hover .slick-prev {
  opacity: 1; }

.property-hero {
  position: relative;
  z-index: 20;
  height: 780px; }

.property-hero.hero .form input[type="submit"] {
  width: 100%;
  min-width: 0; }

.property-hero .property-filter {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 10; }
  .property-hero .property-filter .container {
    background: #fbfaf8;
    padding: 15px; }
  .property-hero .property-filter .row {
    row-gap: 12px; }
  .property-hero .property-filter label {
    font-family: 'Azo Sans';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: var(--ss-font-placeholder-color);
    position: absolute;
    left: 18px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s; }
    .property-hero .property-filter label.show {
      opacity: 1;
      visibility: visible; }
  .property-hero .property-filter .form select, .property-hero .property-filter .ss-main {
    line-height: 1.0; }
  .property-hero .property-filter .ss-main .ss-values .ss-placeholder {
    padding: 0; }
  .property-hero .property-filter input[type="submit"].btn.btn-primary {
    min-width: 0; }

.property-hero .ss-main {
  padding-bottom: 12px;
  margin-top: 15px; }

.property-hero {
  overflow: visible; }

.property-hero:after {
  height: 100%;
  top: auto;
  bottom: 0; }

.property-hero .img-container img {
  height: 100%; }

.property-hero .img-container {
  overflow: hidden;
  top: 0;
  margin: 0;
  height: 100%; }

.property-hero #anchor {
  position: relative;
  top: -150px;
  position: absolute; }

.ss-content {
  z-index: 30;
  border: none; }

.ss-content .ss-list {
  border: none; }

.ss-content.ss-open-below {
  border: none;
  -webkit-box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.1); }

.property-hero .ss-main .ss-values .ss-single,
.property-hero .ss-main .ss-values .ss-placeholder {
  font-size: 12px;
  letter-spacing: 2px; }

.property-description #gallery .main-slider img {
  height: 625px;
  width: 100%;
  object-fit: cover; }

.property-description #gallery .slick-vertical .slick-slide {
  margin-bottom: 10px;
  cursor: pointer; }

.property-description #gallery .slick-vertical .slick-current {
  border: 3px solid #bf8d2c; }

.property-description #gallery .slick-vertical img {
  height: 160px;
  object-fit: cover; }

.property-description .btn img {
  width: 20px;
  display: inline-block;
  position: absolute;
  left: 25px; }

.property-description .btn.has-img {
  padding-left: 60px;
  position: relative; }

.property-description #map {
  height: 350px;
  width: 100%; }

.property-list #map {
  height: 80vh;
  width: 100%;
  display: none; }

.property-list #map .gm-ui-hover-effect {
  outline: none; }

.property-list #map .subhead-4 {
  text-transform: uppercase;
  font-size: 16px;
  width: 50%; }

.property-list #map .subhead-5 {
  letter-spacing: 0.5px;
  font-size: 14px;
  width: 50%;
  margin-bottom: 0; }

.property-list #map .btn {
  float: right;
  width: 40%;
  padding: 10px 0;
  min-width: 0; }

.property-list .info-window .img-container img {
  width: 280px;
  height: 180px;
  object-fit: cover;
  margin-bottom: 10px; }

.open-snow .powered-by img {
  height: 30px; }

.open-snow {
  width: 800px;
  margin: 0 auto; }

.open-snow .table {
  border-left: 3px solid #bf8d2c;
  padding-left: 20px;
  margin: 0 auto; }

.open-snow .table th {
  padding: 10px 30px;
  text-align: left; }

.open-snow .table td {
  padding: 10px 30px; }

.open-snow .table td img {
  width: 25px; }

.open-snow .ampm {
  font-size: 12px;
  line-height: 25px;
  opacity: 0.5; }

.search-result {
  background: #faf8f5;
  margin-bottom: 30px;
  padding: 15px; }

.search-container {
  background: rgba(0, 0, 0, 0.1); }

form.blog-search-form {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem; }
  form.blog-search-form input[type="text"] {
    height: 38px;
    width: 100%;
    border: 0;
    padding-inline: 10px; }
    form.blog-search-form input[type="text"]:placeholder-shown + a {
      display: none; }
  form.blog-search-form select {
    height: 40px;
    border-radius: 0;
    border: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    background-color: #fff;
    appearance: none;
    padding-right: 27px; }
  form.blog-search-form .control {
    position: relative;
    width: 100%; }
    form.blog-search-form .control.select-control {
      width: auto;
      flex: 1 0 0; }
  form.blog-search-form a.clear {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    opacity: 0.2; }
    form.blog-search-form a.clear:hover {
      opacity: 0.8; }
  form.blog-search-form .btn.btn-primary.btn-small {
    padding: 0 10px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0; }

/*Post Styline*/
.single-post h3 {
  font-size: 40px;
  margin-bottom: 20px; }

.single-post h4 {
  font-size: 35px;
  margin-bottom: 20px; }

.single-post h5 {
  font-size: 30px;
  margin-bottom: 20px; }

.single-post .intro a,
.single-post .simple-text a {
  color: #f2671a; }

.single-post .simple-text h2 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 10px; }

.single-post .hero-text {
  transform: translate(-50%, -50%); }

.single-post .hero h2 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 0 10px; }

.single-post .hero {
  max-height: 550px;
  position: relative; }

.single-post .hero:after {
  background: linear-gradient(2deg, #000, 20.87%, rgba(0, 0, 0, 0) 70.81%); }

.single-post .color-beige {
  background: #faf8f5; }

.single-post .social {
  width: 100%; }
  .single-post .social .a2a_kit {
    display: flex;
    justify-content: center; }
  .single-post .social path {
    fill: #BF8D2C; }

.single-post .alignleft {
  margin: 0 40px 20px 0; }

.single-post .alignright {
  margin: 0 0 20px 40px; }

.table-of-contents {
  background: #faf8f5;
  padding: 30px; }

.table-of-contents .inside {
  background: #FFF;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #CCC; }

.table-of-contents ol {
  padding: 15px 0 0 30px; }

.table-of-contents ol a {
  color: #f2671a; }

/*Overwrites*/
.blocks .table {
  padding: 0 0 0 15px;
  margin: 0; }

.blog .hero {
  height: 400px; }

.blog .hero .hero-text {
  top: 70%; }

.post-list {
  background: #faf8f5; }
  .post-list .col-md-4, .post-list .col-md-8 {
    margin-bottom: 30px; }
  .post-list a.hentry {
    display: flex;
    flex-direction: column;
    background: #FFF;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .post-list a.hentry:hover .image {
      height: calc(100% - 40px); }
    .post-list a.hentry:hover .footer {
      bottom: 0px; }
    .post-list a.hentry:hover .subhead-3, .post-list a.hentry:hover .subhead-5 {
      transform: translateY(-40px); }
  .post-list .thumb {
    padding-top: 60%;
    position: relative; }
  .post-list .image {
    background: center / cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: height 0.3s; }
  .post-list .post-content {
    padding: 15px 15px 0 15px; }
  .post-list .subhead-3 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative; }
  .post-list .subhead-5 {
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
    position: relative; }
  .post-list .subhead-3, .post-list .subhead-5 {
    transition: transform 0.3s; }
  .post-list .footer {
    color: #F2661A;
    position: absolute;
    left: 0;
    bottom: -40px;
    padding: 0 15px 15px;
    width: 100%;
    transition: bottom 0.3s; }

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px; }

.pagination .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #DDD;
  margin: 0 5px;
  font-weight: bold;
  color: #333;
  text-decoration: none; }

.pagination .page-numbers.current {
  background-color: #333;
  color: #fff; }

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  padding-left: 10px;
  padding-right: 10px;
  width: auto; }

.inntopiaWidget input[type="number"],
.inntopiaWidget input[type="text"] {
  background: 1px solid #000;
  border-radius: 0;
  height: 58px;
  width: 100%;
  padding: 0 10px; }
.inntopiaWidget .btn-info {
  background: #bf8d2c;
  width: 100%;
}
.inntopiaWidget .btn-promo {
  background: #F2661A;
  width: 100%;
}
.inntopiaWidget .btn-info:hover {
  background: #000; }

.inntopiaWidget .btn-orange {
  background-color: #F2661A;
}

.inntopiaWidget .btn-orange:hover {
  background-color: #a34411;
}

/* #inntopiaWidget.inntopiaWidget > ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
align-items: end;
gap: 1rem; }
#inntopiaWidget.inntopiaWidget > ul label {
  margin-bottom: 1rem; } */

/* #inntopiaWidget2 */
.inntopiaWidget > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 16px; }
/* #inntopiaWidget2 */
.inntopiaWidget > ul li {
  width: 100%;
  display: inline-block;
  vertical-align: bottom; }
/* #inntopiaWidget2 */
/* .inntopiaWidget > ul label {
  margin-bottom: 0; } */
#inntopiaWidget2.inntopiaWidget > ul input[type="number"], #inntopiaWidget2.inntopiaWidget > ul input[type="text"] {
    height: 58px; }

.trail-report svg {
  width: 1rem;
  height: auto; }

.tamarack-carousel h3 {
  font-size: 30px; }

.tamarack-carousel p {
  font-size: 14px; }

[data-aos="rotate-on-scroll"].aos-animate {
  transform: rotate(180deg);
  /* Rotate the image by 180 degrees */
  transform-origin: center center !important;
  display: block;
  width: 220px;
  height: 220px; }

#rkt-search-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  transition: visibility var(--transition-duration), opacity 0.3s; }
  #rkt-search-overlay.show {
    visibility: visible;
    opacity: 1; }
  #rkt-search-overlay .rkt-search-content {
    padding: 5vw; }
  #rkt-search-overlay h2 {
    font-family: 'FreightBig Pro';
    font-weight: 600;
    font-style: italic;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #fff; }
  #rkt-search-overlay .btn.btn-primary:hover {
    color: #fff; }
  #rkt-search-overlay .rkt-search-close {
    position: absolute;
    width: 44px;
    height: 44px;
    cursor: pointer;
    right: 1rem;
    top: 1rem; }
    #rkt-search-overlay .rkt-search-close:after, #rkt-search-overlay .rkt-search-close:before {
      content: '';
      display: block;
      width: 66.666%;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 16.666%;
      top: calc(50% - 1px); }
    #rkt-search-overlay .rkt-search-close:after {
      transform: rotate(45deg); }
    #rkt-search-overlay .rkt-search-close:before {
      transform: rotate(-45deg); }

@media (min-width: 481px) {
  section .mask {
    width: calc(100% - 280px); }
  section.spacing-top-small {
    padding-top: 50px; }
  section.spacing-top-medium {
    padding-top: 100px; }
  section.spacing-top-large {
    padding-top: 250px; }
  section.spacing-top-extra-large {
    padding-top: 225px; }
  section.spacing-bottom-small {
    padding-bottom: 50px; }
  section.spacing-bottom-medium {
    padding-bottom: 125px; }
  section.spacing-bottom-large {
    padding-bottom: 250px; }
  section.spacing-bottom-extra-large {
    padding-bottom: 400px; }
  .hero {
    height: 130vh;
    max-height: 700px;
    min-height: 630px; }
  .hero-text h1 {
    font-size: 62px; } }
@media (min-width: 768px) {
  .spacer-xs {
    height: 5px; }
  .spacer-sm {
    height: 15px; }
  .spacer-md {
    height: 30px; }
  .spacer-lg {
    height: 45px; }
  .spacer-xl {
    height: 60px; }
  .spacer-xxl {
    height: 90px; }
  .spacer-xxxl {
    height: 120px; }
  header .dropdown .menu-dine-container .menu > li {
    min-width: 25%;
    max-width: 25%;
    margin-bottom: 20px; }
  .hero-text {
    transform: translate(-50%, -50%); }
  .hero .form .col-select {
    padding: 0; }
  body:not(.home) .hero + section {
    margin-bottom: 40px; }
  .deals {
    padding: 150px 0 100px; }
  .slick-deals {
    width: 133.333%;
    left: -16.666%; }
  .slick-deals .slick-list {
    padding: 0 !important; }
  .slick-deals-slide {
    width: 33.333%; }
  section .mask.right {
    left: auto;
    right: 0;
    width: 93vw; }
  .btn:not(.btn-small), .newsletter .gform_footer input[type="submit"] {
    min-width: 160px;
    padding: 20px 24px; }
  .left-right-text {
    padding-top: 30px;
    padding-bottom: 95px; }
  .left-right .btn {
    min-width: 184px; }
  .large-image:not(.has-floating-image) .bg-image {
    padding-block: 200px; }
  form.blog-search-form {
    gap: 1rem; }
    form.blog-search-form input[type="text"] {
      width: 200px; }
    form.blog-search-form .btn.btn-primary.btn-small {
      min-width: 100px; }
    form.blog-search-form .control {
      width: auto; }
      form.blog-search-form .control.select-control {
        width: auto;
        flex: none; }
  .post-list a.hentry.hentry-first:hover .image {
    height: 100%;
    transform: scale(1.1); }
  .post-list a.hentry.hentry-first:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.666) 100%); }
  .post-list a.hentry.hentry-first .image {
    transition: transform 0.3s; }
  .post-list a.hentry.hentry-first .post-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1; }
  .single-post .social {
    padding-left: 30px;
    width: auto; }
    .single-post .social path {
      fill: #BF8D2C; }
  .inntopiaWidget > ul {
    gap: 24px; }
  /* #inntopiaWidget2 */
  .inntopiaWidget > ul li {
    flex: 1;
    /*
    width: auto;
    flex: 1 0 0%;
    padding-inline: 15px;  */
  }
  /* #inntopiaWidget2 */
  .inntopiaWidget > ul li:last-of-type {
      flex: 1;
      /* flex: 0 0 auto;  */
    }
  #inntopiaWidget2.inntopiaWidget > ul label {
    margin-bottom: 1rem; }
  #inntopiaWidget2.inntopiaWidget > ul input[type="number"], #inntopiaWidget2.inntopiaWidget > ul input[type="text"] {
    height: 58px; }
  .tamarack-carousel h3 {
    font-size: 54px; }
  .tamarack-carousel p {
    font-size: 16px; } }

@media (min-width: 992px) {
  header .dropdown-back {
    display: none; }
  .hero-text h1 {
    font-size: 90px; }
  .single-post .hero-text {
    transform: translate(-50%, -100%); }
  .single-post .hero-text h1 {
    padding-top: 320px; }
  .large-image.has-floating-image .bg-image {
    padding-block: 300px 125px; }
  .info .slick-info .slick-slide img {
    height: 660px; }
  .info .slick-info-nav .slick-slide {
    padding: 96px 0 100px; }
  .info .slick-arrow {
    bottom: 50px; }
  .info .lower {
    margin-top: -200px; } }

@media (min-width: 1200px) {
  .container, nav.post-navigation .nav-links {
    max-width: 1230px; }
  .left-right-reorder .row img {
    margin-left: calc( -1* (101vw - 1230px)/2 - 7.5px); }
  #inntopiaWidget2.inntopiaWidget > ul {
    flex-wrap: nowrap; } }

@media (min-width: 1340px) {
  .video .video-overlay {
    top: 105px; } }

@media (min-width: 1700px) {
  section .mask.right {
    width: calc(100% - 150px); } }

@media (max-width: 1280px) {
  .spacer-xxxl {
    height: 90px; }
  .header-main ul {
    font-size: 12px; }
  .header-main ul li {
    margin-right: 20px; }
  .header-main .header-camera,
  .header-main .menu-right {
    margin-left: 30px; }
  .header-main .header-temp-events-calendar {
    margin-left: 10px; }
  .video .video-overlay {
    position: static;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    width: 100%; }
  .video .video-overlay .box {
    width: 25%; }
  .video .video-overlay .box:not(:last-of-type):not(:first-of-type):before {
    width: 1px;
    height: calc(100% - 48px);
    top: 24px;
    bottom: 24px;
    left: unset;
    right: 0; } }

@media (max-width: 1199px) {
  .hero, .hero > img {
    min-height: 960px; }
  .quote {
    overflow: hidden; }
  .quote > img {
    transform: translateX(70%); }
  .left-right {
    overflow: hidden; }
  .life-ratio .ratio {
    margin-left: 10px;
    width: calc(100% + (100vw - 960px) / 2); }
  form select, .ss-main {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.2; }
  .hero .col-btn {
    margin-top: 20px; }
  .offer {
    height: 800px; }
  .offer h2 {
    font-size: 16px; } }

@media (max-width: 991px) {
  .header-main .header-temp-events-calendar {
    font-size: 24px;
    margin-right: 40px; }
  .header-main .header-temp-events-calendar img {
    width: 19px;
    height: 19px;
    margin-right: 4px; }
  .header-main .header-camera {
    margin-left: 0;
    position: absolute;
    left: 50%;
    bottom: 64px;
    transform: translateX(-50%); }
  .header-main .header-camera path {
    stroke: #F2661A; }
  .header-main .menu-right {
    margin-left: 8px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%); }
  .header-main .menu-item-has-children > a {
    font-size: 18px; }
  .header-main .menu-item-has-children ul {
    text-align: center;
    padding-top: 10px; }
  .header-main .menu-item-has-children li {
    background: transparent;
    backdrop-filter: unset; }
  .header-main .menu-item-has-children li a {
    font-size: inherit; }
  .nav-open {
    overflow: hidden;
    position: fixed; }
  .nav {
    height: calc(100vh - 42px);
    display: none;
    position: fixed;
    background: #292929;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0 0 60px 0; }
    .nav[style*="display: block"] {
      display: flex !important; }
    .nav ul.no-click {
      order: 2;
      margin: 0;
      padding: 0;
      top: auto;
      left: auto;
      transform: none;
      height: auto; }
      .nav ul.no-click li {
        padding: 0;
        margin: 0; }
        .nav ul.no-click li a {
          padding: 5px 0; }
    .nav ul.list-unstyled.menu-right {
      order: 1;
      position: relative;
      margin: 0;
      padding: 0;
      top: auto;
      left: auto;
      transform: none; }
    .nav a.header-camera {
      position: relative;
      order: 3;
      padding: 0;
      margin: 0;
      top: auto;
      left: auto;
      transform: none;
      bottom: 0; }
  .nav ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .nav ul a {
    padding: 0 10px;
    font-size: 24px;
    margin: 0; }
  header .dropdown {
    padding: 1rem 0 120px 0; }
    header .dropdown.open {
      display: block;
      position: fixed;
      width: 100%;
      height: calc(100vh - 110px);
      left: 0;
      top: 110px;
      overflow-y: scroll; }
    header .dropdown .menu {
      display: flex;
      flex-wrap: wrap;
      row-gap: 1rem; }
      header .dropdown .menu:after {
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid #000;
        transform: rotate(45deg);
        position: absolute;
        right: 1rem;
        top: 1rem; }
      header .dropdown .menu > li {
        width: 100%; }
        header .dropdown .menu > li > a {
          margin-bottom: 0.5rem; }
        header .dropdown .menu > li .sub-menu {
          padding-top: 0; }
  .btn-img .ratio {
    margin-right: 20px;
    width: 80px; }
  .btn-img.btn-img-big .ratio {
    width: 80px; }
  .subhead-1 {
    font-size: 24px;
    letter-spacing: 3.6px;
    line-height: 1.3; }
  .subhead-3 {
    font-size: 18px;
    line-height: 1; }
  .subhead-4 {
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 1.6; }
  .subhead-5 {
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 1.6; }
  .life {
    background-color: #FAF8F5;
    padding-bottom: 20px; }
  .life:before,
  .grid:before {
    content: none; }
  .grid {
    background-color: #FAF8F5; }
  .grid-decorative {
    height: 150px; }
  .grid {
    overflow: hidden; }
  .life-ratio {
    margin-top: 56px;
    position: static;
    transform: translateY(0); }
  .life-ratio .ratio {
    width: 100%;
    margin-left: 0; }
  .directions > img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%; }
  .directions:after {
    background: rgba(0, 0, 0, 0.2); }
  .directions .container {
    bottom: 0;
    padding: 140px 20px 170px;
    position: relative;
    z-index: 1; }
  .grid .grid-text {
    position: static;
    margin-bottom: 45px; }
  .grid .grid-item-shrink {
    width: 100%; }
  .video .video-overlay .box {
    padding: 32px 10px;
    font-size: 20px; }
  .video .video-overlay .box img {
    height: 18px;
    width: auto; }
  .menu-widget {
    position: static;
    opacity: 1 !important; }
  section.menu ul {
    margin-top: 0;
    margin-bottom: 48px; }
  .large-image.has-floating-image {
    max-height: auto; }
    .large-image.has-floating-image .floating-image {
      position: relative;
      width: 100%;
      top: auto;
      left: auto; }
    .large-image.has-floating-image .container {
      position: relative;
      left: auto;
      top: auto;
      bottom: 0;
      padding-block: 100px; }
    .large-image.has-floating-image .animateme {
      transform: none !important; } }

@media (max-width: 991px) and (orientation: landscape) {
  .nav {
    flex-direction: row;
    justify-content: space-around; } }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 64px;
    line-height: .81; }
  h3, .h3 {
    font-size: 52px;
    line-height: 1; }
  h4, .h4 {
    font-size: 40px;
    line-height: 1.1; }
  h5, .h5 {
    line-height: 1.1;
    font-size: 42px; }
  header.affix {
    top: -40px; }
  header .logo img {
    height: 38px;
    width: 123px; }
  .header-top {
    font-size: 14px;
    text-align: center; }
  .hamburger {
    top: 15px; }
  .hero, .hero > img {
    min-height: 50vh;
    height: 100vh;
    max-height: -webkit-fill-available; }
  body:not(.home) .hero-text {
    margin-top: 54px; }
  .hero-text h2 {
    font-size: 12px;
    letter-spacing: 1.8px; }
  .hero .form {
    padding: 0 20px 0;
    bottom: 20px; }
  .hero .form.active {
    bottom: 20px; }
  .hero .form:before {
    left: 20px;
    right: 20px; }
  /* .hero .form .input-checkbox {
    flex: 0 0 50%;
    margin-bottom: 20px; } */
  /* .hero .form .input-checkbox:last-of-type label {
    border-right: 0; } */
  .hero .img-container {
    margin-top: 0;
    height: 100%; }
  .hero .img-container img {
    height: 100%; }
  body:not(.home) .hero + section {
    transform: translateY(0); }
  body:not(.home) .hero .animateme {
    transform: translateY(0) !important; }
  form input[type="radio"] + label {
    color: #7F7F7F;
    border: none;
    border-bottom: 1px solid #7F7F7F; }
  form input[type="radio"] + label:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #202020;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform .3s ease; }
  form input[type="radio"]:checked + label {
    color: #202020;
    background: #fff; }
  form input[type="radio"]:checked + label:after {
    transform: scaleX(1); }
  form label, form .label {
    font-size: 12px;
    letter-spacing: 2.4px; }
  form select, .ss-main {
    padding-bottom: 7px;
    border-bottom: none; }
  .intro .subhead-5 {
    margin-bottom: 32px; }
  .offer {
    height: auto; }
  .events {
    padding: 80px 0 60px; }
  .events .slick-list {
    padding-bottom: 32px; }
  .events .event-item h2 {
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 1.5; }
  .events .event-item-inner {
    padding: 50px 24px 40px; }
  .quote {
    padding-top: 60px;
    padding-bottom: 95px; }
  .quote.pb-medium {
    padding-bottom: 95px; }
  .slick-deals-nav .slick-arrow {
    visibility: hidden;
    pointer-events: none; }
  .slick-deals .slick-arrow {
    top: calc(100% + 50px);
    left: calc(50% - 10px);
    visibility: visible;
    pointer-events: all; }
  .slick-deals .slick-prev {
    margin-left: -20px; }
  .slick-deals .slick-next {
    margin-left: 20px; }
  .offer {
    padding: 40px 0; }
  .offer-item {
    margin-bottom: 40px; }
  .offer .offer-item {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    margin: 0 0 30px; }
  .offer h2 {
    line-height: 1.3; }
  .life {
    padding-top: 60px; }
  .life-ratio .ratio:before {
    padding-top: 91%; }
  .grid {
    padding-bottom: 20px; }
  .grid .grid-item-inner {
    padding: 20px 16px; }
  .grid .grid-item.active {
    transform: scale(1); }
  .grid .grid-item-shrink {
    margin-top: 14px; }
  .grid .grid-item .ratio:before {
    padding-top: 90%; }
  .grid .row .row .ratio:before {
    padding-top: 200%; }
  .newsletter .newsletter-buttons .btn {
    min-width: calc(50% - 24px); }
  .newsletter {
    padding: 80px 0; }
  .newsletter .subhead-1 br {
    display: none; }
  .newsletter .gform_body {
    width: 100%; }
  .newsletter form {
    flex-direction: column;
    align-items: flex-start; }
  .newsletter .gform_wrapper .gform_footer {
    margin-top: 24px !important;
    margin-left: 0 !important;
    width: 100%; }
  .newsletter .gform_wrapper input[type="submit"] {
    width: 100%; }
  .slick-info {
    padding: 0; }
  .left-right .row img {
    height: auto;
    max-width: 100%;
    width: 100%; }
  .left-right-decor {
    padding-bottom: 0; }
  .left-right-reorder .row img {
    transform: translate(0, 0); }
  .directions + .events {
    padding-top: 80px; }
  .video .cta-box:before {
    padding-top: 0; }
  .video .cta-box > div {
    position: static;
    padding: 40px 20px; }
  .video .modal-dialog {
    max-width: 96%; }
  .menu .left-right-img {
    max-width: calc(100% + 30px);
    margin-left: -15px; }
  section.menu ul {
    position: static;
    height: auto; }
  .socials svg {
    height: 21px;
    width: auto; }
  footer h4 {
    margin-bottom: 20px; }
  footer > .container {
    padding-bottom: 64px; }
  .footer-copy {
    font-size: 14px; }
  header .dropdown:hover > .dropdown-menu {
    display: block; }
  header .dropdown-menu {
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    top: 95%;
    padding: 0;
    margin: 0; }
  header .dropdown-menu li {
    padding: 0 !important;
    margin: 0 !important; }
  header .dropdown-menu li:hover a {
    background: transparent; }
  header .dropdown-menu li:hover a span {
    opacity: 1; }
  header .dropdown-menu li a {
    padding: 5px 15px;
    display: block;
    margin: 0; }
  header .dropdown-menu li a span {
    color: #FFF !important;
    opacity: 0.8;
    font-size: 12px; }
  .blocks .highlight.table {
    border-left: 0;
    padding-left: 0; }
    .blocks .highlight.table td {
      padding-inline: 10px; }
      .blocks .highlight.table td:first-of-type {
        padding-left: 0; }
      .blocks .highlight.table td:last-of-type {
        padding-right: 0; } }

@media (max-width: 480px) {
  .video .video-overlay .box {
    width: 50%; }
  .video .video-overlay .box:nth-of-type(2n):before {
    opacity: 0; }
  .blocks .highlight.table td {
    padding-inline: 5px; }
  .slick-deals.row {
    margin-inline: -5px; }
    .slick-deals.row > .col {
      padding-inline: 5px; }
  .info .btn {
    padding-block: 10px 5px; } }
