/* CSS Document */
body, html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  height: 100vh;
  height: 100svh;
  width: 100%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 200;
  font-stretch: expanded;
  background-color: #000;
}
header {
  z-index: 10002;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60%;
  max-width: 260px;
}
#mobile-nav-opener {
  display: block;
  position: absolute;
  top: 36px;
  right: 7%;
  width: 29px;
  height: 24px;
  cursor: pointer;
  z-index: 10002
}
#mobile-nav-opener .bar {
  height: 3px;
  width: 100%;
  position: absolute;
  background: #ffffffbb;
  transition: all .3s;
  transform-origin: center;
}
#mobile-nav-opener .bar.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#mobile-nav-opener .bar.middle {
  top: 50%;
  transform: translateY(-50%);
}
#mobile-nav-opener .bar.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#mobile-nav-opener.open .bar.top {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#mobile-nav-opener.open .bar.middle {
  height: 0;
  opacity: 0;
}
#mobile-nav-opener.open .bar.bottom {
  bottom: 50%;
  transform: translateX(-50%) translateY(50%) rotate(-45deg);
}
#main-nav, .desktop {
  display: none;
}
#mobile-nav {
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}
#mobile-nav.open {
  opacity: 1;
  pointer-events: all;
}
nav {
  position: absolute;
  right: 0;
  top: 120px;
  max-height: 0;
  transition: max-height 1s;
  width: 100%;
  text-align: center;
}
nav a {
  display: block;
  padding: 6px 20px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: .5px;
  background: #00000077;
}
h1 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
a {
  color: #fff;
  transition: all .3s;
  text-decoration: none;
  font-weight: 500;
}
.skipper {
  position: fixed;
  top: -100px;
  left: 10px;
  background: #000;
  padding: 3px 10px;
  color: #fff !important;
  z-index: 10000;
}
.skipper:active, .skipper:focus {
  top: 10px;
}
.skipper.accessibility {
  left: 140px;
}
#background {
  display: none;
}
#background-mobile {
  position: relative;
  height: 100vh;
  height: 100svh;
}
#background-mobile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40vh;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  mix-blend-mode: multiply;
  z-index: 9999;
  transition: background 1s;
}
.cycle-slideshow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding-bottom: 0px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
.slide-wrapper {
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100vh;
  height: 100svh;
  box-sizing: border-box;
  transition: height 1s;
}
#container {
  position: relative;
  height: 100%;
}
#content a {
  font-weight: 500;
}
/* FORM STYLES */
ul {
  list-style: none;
  line-height: 140%;
  margin: 25px 0 0 0;
  padding: 0;
  transition: padding 1s;
}
label {
  display: inline-block;
  width: 170px;
  margin-top: 5px;
  transition: margin 1s, padding 1s;
}
#interests label, #howHearDiv label {
  display: block;
  position: relative;
  padding: 0 0 0 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
ul input[type="text"] {
  margin: 3px 0 0 22px;
  width: 70%;
}
#interests label input, #howHearDiv label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formFlex {
  display: block;
}
input {
  color: #ffffff;
  background-color: #000000;
  outline: none;
  display: inline-block;
  border: 1px solid #ffffff3f;
  font-family: "Montserrat", sans-serif;
  padding: 1px 4px;
}
button {
  background-color: transparent;
  outline: none;
  border: none;
  font-weight: 700;
  color: #ffffff;
  padding: 8px 0;
  margin: 5px 0 0 0;
  cursor: pointer;
  transition: color .3s;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
button:hover {
  color: #aaaaaa;
}
#frmContact {
  margin-bottom: 20px;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #000000;
  border: 1px solid #ffffff3f;
  transition: background-color .3s;
}
/* On mouse-over, add a grey background color */
#interests label:hover input ~ .checkmark, #howHearDiv label:hover input ~ .checkmark {
  background-color: #fff;
  transition: background-color .3s;
}
/* When the checkbox is checked, add a blue background */
#interests label input:checked ~ .checkmark, #howHearDiv label input:checked ~ .checkmark {
  background-color: #000000;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
#interests label input:checked ~ .checkmark:after, #howHearDiv label input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
#interests label .checkmark:after, #howHearDiv label .checkmark:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.screen {
  padding: 30px 7%;
  transition: none;
}
.screen-slider{display:none;}
#smallSlider, #smallSliderHolder{position: relative;display:block;aspect-ratio:16/9 !important;height:56.25vw;}
#smallSlider .slide-wrapper{height:56.25vw;}
#about-panel a {
  color: #938e5b;
}
#about-panel a:hover {
  color: #fff;
}
footer {
  padding: 16px 7% 30px 7%;
  background: #000;
  font-size: 12px;
  text-align: center;
}
footer a {
  color: #ffffff99;
  text-decoration: none;
  margin-left: 15px;
  font-weight: 300;
}
footer a:hover {
  color: #ffffff;
}
#copyright {
  font-weight: 500;
  margin-bottom: 10px;
}
#copyright span, #credit {
  white-space: nowrap;
}
@media screen and (min-width:800px) {
  html, body {
    overflow: hidden;
  }
  .logo {
    position: absolute;
    top: 66px;
    left: 7%;
    width: 260px;
  }
  #main-nav, .desktop {
    display: block;
  }
  #mobile-nav-opener {
    display: none;
  }
  #mobile-nav, .mobile {
    display: none;
  }
  nav {
    position: absolute;
    right: 7%;
    top: 66px;
    font-size: 0;
    max-height: inherit;
    text-align: right;
  }
  nav a {
    display: inline-block;
    line-height: 1;
    background-color: transparent;
  }
  nav a:first-of-type {
    border-right: 1px solid #8a9297;
  }
  #background {
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    height: 100svh;
  }
  #background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40vh;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000aa 100%);
    mix-blend-mode: multiply;
    z-index: 9999;
    transition: background 1s;
  }
  #background-mobile {
    display: none;
  }
  .screen-slider {
    height: 100vh;
    height: 100svh;
    position: absolute;
    top: 0;
    right: 0 !important;
    width: 40%;
    transition: none;
    left: auto;
     display:block;
  }
  .screen-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40vh;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000aa 100%);
    mix-blend-mode: multiply;
    z-index: 9999;
    transition: background 1s;
  }
   #smallSliderHolder, #smallSlider{display:none;}
  .screen {
    width: 100%;
    height: 100%;
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: right;
    padding: 180px 7% 30px 7%;
    color: #ffffffaa;
    transition: width 1s, left 1s, padding 1s, transform 2s, background 1s;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(-100%);
  }
  .screen a {
    text-decoration: none;
    color: #ffffffbb;
    transition: color .3s;
    font-weight: 500;
  }
  .screen a:hover {
    color: #ffffff;
  }
  body.inquire #inquire-panel {
    transform: translateX(0%) !important;
    z-index: 10001;
  }
  body.inquire #about-panel {
    transform: translateX(-200%);
  }
  body.about #about-panel {
    transform: translateX(0%) !important;
    z-index: 10001;
  }
  body.about #inquire-panel {
    transform: translateX(-200%);
  }
  #about-panel h1, #about-panel p {
    width: 47%;
    max-width: 580px;
  }
  footer {
    text-align: left;
    padding-bottom: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  #copyright {
    display: inline-block;
    margin-bottom: 0;
  }
}