@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap");

@font-face {
    font-family: 'gotham_narrowultra';
    src: url('../fonts/gotham_narrow_ultra-webfont.woff2') format('woff2'),
         url('../fonts/gotham_narrow_ultra-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_narrowbook';
    src: url('../fonts/gotham_narrow_book-webfont.woff2') format('woff2'),
         url('../fonts/gotham_narrow_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_narrowblack';
    src: url('../fonts/gotham_narrow_black-webfont.woff2') format('woff2'),
         url('../fonts/gotham_narrow_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}

body {
  color: #0e4885;
  font-family: 'gotham_narrowbook';
    font-weight: 400;
    box-sizing: border-box;
}

#saleaway {
  background: url("../images/sand.jpg") center center fixed no-repeat;
  background-size: cover;
  padding: 0;
  overflow: auto;
}

#saleaway .container-fluid {
  min-height: 50px;
}

#saleaway .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 3%;
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  #saleaway .container {
    padding: 0 5%;
  }
}

#saleaway .blanket {
  position: relative;
}
@media screen and (min-width: 768px) {
  #saleaway .blanket {
    background: url("../images/towel.png") top center no-repeat;
    background-size: contain;
    min-height: 1000px;
  }
}
#saleaway .blanket.tall {
  padding-bottom: 300px;
}
@media screen and (min-width: 768px) {
  #saleaway .blanket .blanket {
    background: none !important;
  }
}

#saleaway .blanket.top {
  position: relative;
  background: url("../images/top.png") top center no-repeat;
  background-size: 100%;
  min-height: 115px;
}
@media screen and (min-width: 768px) {
  #saleaway .blanket.top {
    background-size: contain;
    max-width: 759px;
    min-height: 300px;
    margin-bottom: -30px;
    z-index: 999;
  }
}

#saleaway .blanket.middle {
  position: relative;
  background: url("../images/middle.png") top center repeat-y;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  #saleaway .blanket.middle {
    background-size: 89%;
    max-width: 759px;
    min-height: 750px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  #saleaway .blanket .blanket.middle {
    max-width: none;
    max-height: none;
    padding: 30px 0 0 0 !important;
  }
}

#saleaway .blanket.bottom {
  position: relative;
  background: url("../images/bottom.png") bottom center no-repeat;
  background-size: 100%;
  min-height: 135px;
}
@media screen and (max-width: 490px) {
  #saleaway .blanket.bottom {
    min-height: 125px;
  }
}
@media screen and (min-width: 768px) {
  #saleaway .blanket.bottom {
    background-size: contain;
    max-width: 759px;
    min-height: 292px;
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) {
  #saleaway .blanket .blanket.bottom {
    margin-top: 0 !important;
    min-height: 80px !important;
  }
}

#saleaway #content {
  color: #0e4885;
  width: 100%;
  float: none;
  margin: 0 auto;
    
}
#saleaway h1, #saleaway h2 {
  font-family: 'gotham_narrowultra';
  text-transform: uppercase;
  

}

#saleaway h1 {
  font-size: 44px;
  line-height: 40px;
  color: #fff;
  padding: 35px 0 35px;
}
@media screen and (max-width: 490px) {
  #saleaway h1 {
    font-size: 34px;
    line-height: 30px;
    padding: 20px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  #saleaway h1 {
    color: #fff;
    font-size: 72px;
    line-height: 64px;
    padding: 40px 0 0;
  }
}

#saleaway h2 {
  padding: 20px 0;
  font-size: 30px;
  line-height: 28px;
  margin: 0;
  color: #0e4885 !important;
}
@media screen and (min-width: 768px) {
  #saleaway h2 {
    font-size: 40px;
    line-height: 35px;
  }
}

#saleaway h3 {
  font-size: 20px;
  font-weight: 600;
}

#saleaway p {
  font-size: 20px;
  line-height: 21px;
  letter-spacing: -1px;
}
#saleaway p.point {
   font-family: 'gotham_narrowblack';
}
#saleaway p.mice {
  letter-spacing: normal;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  font-family: 'gotham_narrowbook';
	font-weight: 600;
 
}

#saleaway ul, #saleaway ol {
  line-height: 24px;
}
#saleaway ul li, #saleaway ol li {
  overflow-wrap: break-word;
  margin-bottom: 1rem;
}
#saleaway ul li p, #saleaway ol li p {
  overflow-wrap: break-word;
  line-height: 24px;
}

#saleaway a {
  color: #0e4885;
  text-decoration: underline;
}
#saleaway a:hover {
  text-decoration: none;
}

#saleaway strong {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  #saleaway header {
    min-height: 280px;
  }
}

#saleaway .btn-primary, #saleaway input.gform_button, #saleaway .button {
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  background: #0e4885 !important;
  color: #ffffff !important;
  padding: 8px 40px;
}
#saleaway .btn-primary:hover, #saleaway input.gform_button:hover, #saleaway .button:hover {
  
  background: #dc1c2e !important;
  color: #ffffff;
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  #saleaway .nav {
    width: 95%;
    padding: 20px 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  #saleaway .nav li {
    margin: 0;
  }
}

#saleaway .nav .btn-primary {
  margin: 0 !important;
  padding: 0 10px;
  background: transparent !important;
  color: #0e4885 !important;
  display: inline-block !important;
  font-family: sans-serif;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #saleaway .nav .btn-primary {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
#saleaway .nav .btn-primary:hover {
  color: #dc1c2e !important;
	padding: 0 10px;
	display: inline-block !important;
}

#saleaway #nav-toggle {
  display: none;
  border: none;
}
#saleaway .logo svg{
	max-width: 80px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1000;
}
@media screen and (max-width: 767px) {
	#saleaway .container-fluid{
		margin: 0 auto;
    width: 100%;
    vertical-align: center;
    display: flex;
    justify-content: right;
    padding-top: 30px;
	padding-bottom: 30px;
    padding-bottom: 13px;
	}
	#saleaway .logo svg {
    max-width: 60px;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1000;
}
#saleaway .nav {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    width: 100%;
    right: -100%;
    min-height: -webkit-fill-available;
    background: #fff;
    position: absolute;
    z-index: 1000;
    transition: 0.6s ease;
    top: 0;
    opacity: 0;
  }
  #saleaway .nav.active {
	display: flex;
    right: 0;
    opacity: 1;
  }
  #saleaway .nav li {
    text-align: center;
    list-style: none;
    width: 90%;
    margin: 0;
  }
  #saleaway #nav-toggle {
    display: block;
    border: none;
    
    width: 45px;
    height: 45px;
    background: #0e4885;
    border-radius: 10px;
    padding: 5px;
    z-index: 1001;
  }
  #saleaway #nav-toggle .edge {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #saleaway #nav-toggle span span {
    height: 2px;
    width: 100%;
    background: #fff;
    zoom: 1;
    transition: 0.35s ease-in-out;
    margin: 4px 0;
  }
  #saleaway #nav-toggle span span:nth-child(1) {
    top: 0;
  }
  #saleaway #nav-toggle span span:nth-child(2) {
    top: 8px;
  }
  #saleaway #nav-toggle span span:nth-child(3) {
    top: 16px;
  }
  #saleaway #nav-toggle.open span span:not {
    background: #fff;
  }
  #saleaway #nav-toggle.open span span:nth-child(1) {
    top: 9px;
    transform: translateY(10px) rotate(-135deg);
    zoom: 1;
  }
  #saleaway #nav-toggle.open span span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #saleaway #nav-toggle.open span span:nth-child(3) {
    top: 9px;
    transform: translateY(-10px) rotate(135deg);
    zoom: 1;
  }
}

#saleaway .legal {
  padding: 35px 0 0;
	opacity: 0.6;
}

#saleaway .hat {
  display: none;
  position: absolute;
}
#saleaway .hat.active {
  animation: inLeft 3.0s ease-in forwards;
}
@media screen and (min-width: 768px) {
  #saleaway .hat {
    opacity: 1;
    display: block;
    left: -175px;
    bottom: 250px;
  }
}

#saleaway .flipflops {
  opacity: 1;
  position: absolute;
  width: 115px;
  height: auto;
  bottom: -110px;
}

@media screen and (min-width: 768px) {
  #saleaway .flipflops {
    height: auto;
    width: auto;
    display: block;
    bottom: -65px;
    right: 180px;
  }
}

@media screen and (min-width: 768px) {
  #saleaway .blanket .blanket.bottom .flipflops {
    bottom: 25px;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0.75;
    transform: translate(-150%, -35%) rotate(-180deg);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes inLeft {
  0% {
    opacity: 1;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes inRight {
  0% {
    opacity: 1;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#saleaway input {
  background: none;
  border: none;
  border-bottom: 1px solid #485c77;
}

#saleaway label {
  color: #0e4885;
  width: 100%;
  text-align: left;
  font-weight: 300;
}

#saleaway .ginput_container_consent input[type=checkbox] {
  float: left !important;
  margin-right: 10px;
}
.ginput_container_consent label {
  display: block !important;
}

#saleaway .gform_wrapper.gravity-theme .gfield-choice-input {
  vertical-align: top !important;
  margin-top: 6px !important;
}

#saleaway .ginput_container {
  margin-bottom: 10px;
}
#saleaway .gform_heading{
	display:none
}

