@import url("https://fonts.cdnfonts.com/css/amalfi-coast");
/* Variables
 ================================================== */
/* Reset
 ================================================== */
* {
  margin: 0;
  padding: 0;
}

/* set stuff */
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #003E3F;
  margin-top: -25px;
}

html {
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom styles
 ================================================== */
/* Compressed Nav
 ================================================== */
.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 3010;
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  padding: 10px;
  background: transparent;
  color: #003E3F;
  transition: all 0.6s ease;
}
.navbar .hide {
  display: none;
}
.navbar .row {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .navbar .inspect {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 0 0;
    background: transparent;
  }
}

.navbar a {
  color: #fff !important;
}

.navbar button {
  color: inherit !important;
}

.navbar.compressed {
  background: #003E3F;
  padding: 10px 0;
  width: 100% !important;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .navbar.compressed {
    padding: 10px 0;
  }
}

.project-logo-standard {
  width: 100%;
  height: 0;
  margin: 20px 0 0;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    margin: 0 0;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    margin: 0 0;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    margin: 10px 0;
    height: 0;
  }
}

.project-logo-compressed {
  width: 300px;
  height: 40px;
  margin: 0 0;
  display: inline-block;
  background: url(../images/project-logo-icon-lime.svg) left center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-compressed {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-compressed {
    background-position: left center;
    width: 180px;
    height: 30px;
  }
}
@media screen and (max-width: 415px) {
  .project-logo-compressed {
    background-position: left center;
    width: 160px;
    height: 30px;
  }
}
@media screen and (max-width: 320px) {
  .project-logo-compressed {
    background-position: left center;
    width: 110px;
    height: 25px;
  }
}

#hidden-button {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 60px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #F16727;
  border-radius: 100px;
  border: 2px solid white;
  width: auto;
  float: right;
  margin: 0 -30px 0 0;
  background: #F16727;
  color: white;
}
#hidden-button:hover {
  background: #B3D240;
  color: white;
}
@media screen and (max-width: 1024px) {
  #hidden-button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #hidden-button {
    padding: 1rem 40px;
  }
}
@media screen and (max-width: 767px) {
  #hidden-button {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #hidden-button {
    width: auto;
    font-size: 12px;
    padding: 14px 20px;
    float: right;
    margin: 0 -30px 0 0;
  }
}
@media screen and (max-width: 320px) {
  #hidden-button {
    width: auto;
    font-size: 12px;
    padding: 14px 14px;
    float: right;
  }
}

.navbar a {
  color: #fff !important;
}

.navbar .button {
  color: inherit !important;
}

.logo-link {
  position: relative;
}

.logo-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  background-color: #FFF;
  opacity: 0;
  filter: alpha(opacity=1);
}

h1, h2, h3, h4 {
  line-height: 1.2;
  display: block;
  font-weight: normal;
  margin: 0 0;
}

.modal-dialog {
  max-width: 60%;
  margin: 110px auto 0;
}
@media screen and (max-width: 992px) {
  .modal-dialog {
    max-width: 90%;
    margin: 150px auto 0;
  }
}
@media screen and (max-width: 992px) {
  .modal-dialog {
    max-width: 100%;
    margin: 150px auto 0;
  }
}

/* Header Section
 ================================================== */
#header {
  width: 100%;
  margin: 25px 0 0 0;
  padding: 17vh 0 22vh;
  background: url(../images/hero-image-desktop-3.jpg) center center no-repeat, url(../images/hero-image-desktop-lowres.jpg) center center no-repeat;
  background-size: cover, cover;
  color: white;
  position: relative;
  text-align: center;
}
#header #limited-release {
  width: 240px;
  height: 240px;
  background: url(../images/dinkus-3.svg) top left no-repeat;
  position: absolute;
  z-index: 3000;
  top: 0;
  left: 0;
}
#header #limited-release-compressed {
  width: 160px;
  height: 160px;
  background: url(../images/dinkus-3.svg) top left no-repeat;
  position: fixed;
  left: 0;
  z-index: 3000;
  top: -100px; /* Start off-screen */
  animation: slideFromTop 0.25s ease forwards; /* Adjust the duration and easing as needed */
  transition: all 0.6s ease;
}
@keyframes slideFromTop {
  from {
    top: -100px;
  }
  to {
    top: 72px; /* or whatever value you want to fix it at */
  }
}
#header .display-none {
  display: none;
}
#header .section-header {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  display: block;
  padding: 0 0;
  margin: 0 0 2rem 0;
  font-size: 5rem;
  margin: 0 0 2rem;
  padding: 240px 0 0;
  background: url(../images/project-logo.png) center top no-repeat;
  background-size: auto 250px;
  text-shadow: 0 0 20px black;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #header .section-header {
    font-size: 2rem;
    margin: 0 0 1.25rem 0;
  }
}
@media screen and (max-width: 992px) {
  #header .section-header {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #header .section-header {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 0 0;
  }
}
#header .section-header span {
  font-family: "aglet-slab", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  background: #F16727;
  padding: 0.5rem 1rem;
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 2px;
  letter-spacing: 1px;
}
#header .pricepoint {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  display: block;
  padding: 0 0;
  margin: 0 0 2rem 0;
  margin: 0 0;
  padding: 0 70px 0 0;
  font-size: 3.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #header .pricepoint {
    font-size: 2rem;
    margin: 0 0 1.25rem 0;
  }
}
@media screen and (max-width: 992px) {
  #header .pricepoint {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #header .pricepoint {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 0 0;
  }
}
#header .pricepoint span {
  font-size: 5rem;
}
#header .button {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 60px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #F16727;
  border-radius: 100px;
  border: 2px solid white;
  margin: 0 0 0 0;
  width: 100%;
  width: auto;
  display: inline-block;
}
#header .button:hover {
  background: #B3D240;
  color: white;
}
@media screen and (max-width: 1024px) {
  #header .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #header .button {
    padding: 1rem 40px;
  }
}
@media screen and (max-width: 767px) {
  #header .button {
    margin: 18px auto 0 auto;
  }
}
#header #artist-impression {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
#header #artist-impression p {
  font-family: "aglet-slab", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  margin: 0 0;
  text-align: left;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #header {
    padding: 12vh 0 24vh;
  }
  #header .section-header {
    font-size: 5rem;
    margin: 0 0 2rem;
    padding: 240px 0 0;
    background-size: auto 250px;
  }
  #header .section-header span {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
  #header .pricepoint {
    margin: 0 0;
    padding: 0 70px 0 0;
    font-size: 3.5rem;
  }
  #header .pricepoint span {
    font-size: 5rem;
  }
  #header #artist-impression {
    right: 20px;
    bottom: 20px;
  }
  #header #artist-impression p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 100px 0;
    background: url(../images/hero-image-ipad-landscape.jpg) right center no-repeat, url(../images/hero-image-desktop-lowres.jpg) right center no-repeat;
    background-size: cover, cover;
  }
  #header #limited-release {
    width: 200px;
    height: 200px;
  }
  #header #limited-release-compressed {
    width: 140px;
    height: 140px;
  }
  #header .section-header {
    font-size: 4rem;
    margin: 0 0 2rem;
    padding: 200px 20px 0;
    background-size: auto 200px;
  }
  #header .section-header span {
    font-size: 1.25rem;
    padding: 0.5rem 0.5rem;
  }
  #header #artist-impression {
    left: 50px;
    bottom: 20px;
  }
  #header #artist-impression p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #header {
    padding: 100px 0;
    background: url(../images/hero-image-ipad-portrait.jpg) center center no-repeat, url(../images/hero-image-desktop-lowres.jpg) right center no-repeat;
    background-size: cover, cover;
  }
  #header #limited-release {
    width: 180px;
    height: 180px;
  }
  #header #limited-release-compressed {
    width: 140px;
    height: 140px;
  }
  @keyframes slideFromTop {
    from {
      top: -100px;
    }
    to {
      top: 70px; /* or whatever value you want to fix it at */
    }
  }
  #header .section-header {
    font-size: 3.5rem;
    margin: 0 0 2rem;
    padding: 200px 30px 0;
    background-size: auto 200px;
  }
  #header .section-header span {
    font-size: 1.125rem;
    padding: 0.5rem 0.5rem;
  }
  #header .pricepoint {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0;
    padding: 0 30px 0 0;
    font-size: 2.5rem;
  }
  #header .pricepoint span {
    font-size: 3.25rem;
  }
  #header #artist-impression {
    left: 35px;
    bottom: 20px;
  }
  #header #artist-impression p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 430px) {
  #header {
    margin: 20px 0 0 0;
    padding: 310px 0 30px;
    background: #003E3F url(../images/hero-image-mob.jpg) center top no-repeat;
    background-size: contain;
    text-align: center;
  }
  #header #limited-release {
    width: 130px;
    height: 130px;
    top: 5px;
  }
  #header #limited-release-compressed {
    width: 110px;
    height: 110px;
  }
  @keyframes slideFromTop {
    from {
      top: -100px;
    }
    to {
      top: 64px; /* or whatever value you want to fix it at */
    }
  }
  #header .section-header {
    font-size: 2.5rem;
    margin: 0 0;
    padding: 170px 30px 0;
    background-size: auto 170px;
    text-shadow: none;
  }
  #header .section-header span {
    font-size: 0.75rem;
    padding: 0 0;
    margin: 0 0;
    background: none;
  }
  #header br {
    content: "";
    margin: 0.25rem;
    display: block;
    font-size: 24%;
  }
  #header #artist-impression {
    right: 15px;
    top: 250px;
  }
  #header #artist-impression p {
    font-size: 0.65rem;
    margin: 0 0;
    text-align: right;
  }
  #header .button {
    display: none;
  }
}
@media screen and (max-width: 415px) {
  #header {
    padding: 300px 0 30px;
  }
  #header .section-header {
    font-size: 2.25rem;
    padding: 170px 40px 0;
    background-size: auto 170px;
  }
  #header .section-header span {
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
  }
  #header #artist-impression {
    top: 243px;
  }
}
@media screen and (max-width: 390px) {
  #header {
    padding: 280px 0 30px;
  }
  #header .section-header {
    font-size: 2.25rem;
    padding: 170px 40px 0;
    background-size: auto 170px;
  }
  #header .section-header span {
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
  }
  #header #artist-impression {
    top: 225px;
  }
}
@media screen and (max-width: 375px) {
  #header {
    padding: 270px 0 30px;
  }
  #header .section-header {
    font-size: 2.125rem;
    padding: 170px 40px 0;
    background-size: auto 170px;
  }
  #header .section-header span {
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
  }
  #header #artist-impression {
    top: 217px;
  }
}
@media screen and (max-width: 360px) {
  #header {
    padding: 260px 0 30px;
  }
  #header .section-header {
    font-size: 2rem;
    padding: 170px 40px 0;
    background-size: auto 170px;
  }
  #header .section-header span {
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
  }
  #header #artist-impression {
    top: 208px;
  }
}
@media screen and (max-width: 320px) {
  #header {
    padding: 220px 0 30px;
  }
  #header .section-header {
    font-size: 1.75rem;
    padding: 150px 40px 0;
    background-size: auto 150px;
  }
  #header .section-header span {
    font-size: 0.65rem;
    padding: 0.5rem 0.25rem;
  }
  #header #artist-impression {
    top: 185px;
  }
}

/* Section 1
 ================================================== */
#section-1 {
  width: 100%;
  padding: 50px 0;
  background: #003E3F;
  color: white;
  /* form stuff */
  /* infield label */
  /* Privacy Policy */
  /* Fancy drop down select styling :*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
  /*the container must be positioned relative:*/
}
#section-1 #formcontent {
  background: #F16727;
  width: 100%;
  padding: 25px 0 30px;
  margin: 0 0 0 0;
  z-index: 100;
  -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease;
  min-height: 330px;
  color: white;
  border-radius: 5px;
  border: 2px solid white;
}
#section-1 #formcontent h3 {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  display: block;
  padding: 0 0;
  margin: 0 0 2rem 0;
  margin: 0 0;
  padding: 0 0 0.5rem;
  color: white;
}
@media screen and (max-width: 1024px) {
  #section-1 #formcontent h3 {
    font-size: 2rem;
    margin: 0 0 1.25rem 0;
  }
}
@media screen and (max-width: 992px) {
  #section-1 #formcontent h3 {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 #formcontent h3 {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 0 0;
  }
}
#section-1 #formcontent .subtitle {
  font-family: "aglet-slab", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-align: center;
  margin: 0 0;
  padding: 0 1rem;
}
#section-1 #formcontent:hover {
  -webkit-box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.2);
}
#section-1 #formcontent .download-button {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 60px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #F16727;
  border-radius: 100px;
  border: 2px solid white;
  background: #eaeeec;
  color: #692829;
  margin: 1rem 1rem;
  display: inline-block;
  width: auto;
  padding: 1rem 20px;
}
#section-1 #formcontent .download-button:hover {
  background: #B3D240;
  color: white;
}
@media screen and (max-width: 1024px) {
  #section-1 #formcontent .download-button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 #formcontent .download-button {
    padding: 1rem 40px;
  }
}
@media screen and (max-width: 767px) {
  #section-1 #formcontent .download-button {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #section-1 #formcontent {
    margin: 0 0 0 0;
  }
  #section-1 #formcontent h3 {
    font-size: 2.25rem;
    margin: 0 0;
    padding: 0 1rem 0.25rem;
  }
  #section-1 #formcontent .subtitle {
    font-size: 0.875rem;
  }
  #section-1 #formcontent .download-button {
    padding: 1rem 15px;
  }
}
@media screen and (max-width: 992px) {
  #section-1 #formcontent {
    margin: 0 0 0 0;
  }
  #section-1 #formcontent h3 {
    font-size: 1.875rem;
    margin: 0 0;
    padding: 0 0 0.25rem;
  }
  #section-1 #formcontent .subtitle {
    font-size: 0.875rem;
  }
  #section-1 #formcontent .download-button {
    padding: 1rem 9px;
  }
}
@media screen and (max-width: 767px) {
  #section-1 #formcontent {
    margin: 0px 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 260px;
    padding: 20px 0;
  }
  #section-1 #formcontent h3 {
    font-size: 2rem;
    padding: 5px 20px;
  }
  #section-1 #formcontent .subtitle {
    font-size: 1rem;
    padding: 0 1.25rem;
  }
  #section-1 #formcontent .download-button {
    padding: 14px 20px;
  }
}
#section-1 .name-wrapper {
  height: 60px;
}
#section-1 .name-wrapper .first-name, #section-1 .name-wrapper .last-name {
  width: 47%;
}
#section-1 .name-wrapper .first-name {
  float: left;
}
#section-1 .name-wrapper .last-name {
  float: right;
}
@media screen and (max-width: 992px) {
  #section-1 .name-wrapper {
    height: 50px;
  }
}
#section-1 .clearfix {
  *zoom: 1;
}
#section-1 .clearfix:before,
#section-1 .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
#section-1 .clearfix:after {
  clear: both;
}
#section-1 label {
  width: auto;
}
#section-1 #thankyou1,
#section-1 #sorry1 {
  display: none;
  color: #000000;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
  height: 100px;
}
#section-1 #jpform {
  height: auto;
}
#section-1 form,
#section-1 fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
#section-1 fieldset {
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  #section-1 fieldset {
    padding: 0 20px;
  }
}
#section-1 input,
#section-1 label,
#section-1 a.selectbox-link span.selectbox-link-text {
  font-size: 0.875rem;
  color: #eaeeec;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#section-1 a.selectbox-link {
  width: 100%;
  height: 47px;
  margin: 5px 0 0px 0;
  background-color: #eaeeec;
  position: relative;
  z-index: 10;
  border-radius: 0;
  padding: 9px 0 0 13px;
  text-align: left;
}
#section-1 a.selectbox-link span.selectbox-link-icon,
#section-1 span.selectbox-disabled span.selectbox-link-icon {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  background-image: #000;
  border-left: 0 solid #A8873E;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
  text-transform: uppercase;
}
#section-1 a.selectbox-link span.selectbox-link-icon span,
#section-1 span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/custom-dropdown.png) no-repeat -31px -37px;
  display: block;
  width: 100%;
  height: 100%;
}
#section-1 input {
  width: 100%;
  height: 47px;
  border: none;
  border-bottom: 1px solid white;
  margin: 0px 0 15px 0px;
  padding: 0 0 0 0.75rem;
  background: none;
  box-shadow: none;
  border-radius: 0px;
  color: white;
}
#section-1 input:hover, #section-1 input:focus {
  outline: none !important;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  #section-1 input {
    margin: 0px 0 10px 0px;
    height: 40px;
  }
}
#section-1 form p {
  position: relative;
  margin: 1px 0;
}
#section-1 form p label {
  position: absolute;
  top: 8px;
  left: 12px;
}
@media screen and (max-width: 992px) {
  #section-1 form p label {
    top: 6px;
  }
}
#section-1 form p br {
  display: none;
}
#section-1 form fieldset p label {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  text-align: left;
  color: white;
}
#section-1 label.infield {
  margin: 5px 0 0 0;
  color: grey;
}
#section-1 label.error {
  margin: 6px 0 0 0;
  padding: 0 0 0 4px;
  background-color: #692829;
}
#section-1 .button-link {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 60px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #F16727;
  border-radius: 100px;
  border: 2px solid white;
  width: 100%;
  height: 60px;
  margin: 10px 0 25px 0;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.6s ease;
  text-align: center;
  background: white;
  color: #003E3F;
}
#section-1 .button-link:hover {
  background: #B3D240;
  color: white;
}
@media screen and (max-width: 1024px) {
  #section-1 .button-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .button-link {
    padding: 1rem 40px;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .button-link {
    margin: 18px auto 0 auto;
  }
}
#section-1 .button-link:hover, #section-1 .button-link:focus {
  background: #003E3F;
  color: white;
}
@media screen and (max-width: 992px) {
  #section-1 .button-link {
    height: 50px;
    margin: 10px 0 1rem 0;
  }
}
#section-1 .button-link span.msg,
#section-1 .button-link span#msg {
  text-align: left;
  padding: 3px;
  font-size: 1.25rem;
}
@media screen and (max-width: 992px) {
  #section-1 .button-link span.msg,
  #section-1 .button-link span#msg {
    font-size: 1.25rem;
    margin: 0 0;
  }
}
#section-1 #loadingbtn,
#section-1 #thankyou {
  display: none;
}
#section-1 .privacy-policy,
#section-1 p.privacy-policy,
#section-1 a.policy-link,
#section-1 a:hover.policy-link,
#section-1 #privacy-policy,
#section-1 #privacy-policy-2 {
  color: white;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#section-1 .privacy-policy {
  font-size: 0.75rem;
  color: #003E3F;
}
#section-1 p.privacy-policy {
  font-size: 8px !important;
  margin: 0px 0 0px;
  line-height: 12px;
  background: url(../images/lock.svg) top left no-repeat;
  background-size: 10px;
  padding-left: 15px;
  color: white;
}
#section-1 a.policy-link {
  text-decoration: underline;
  color: #eaeeec;
  color: white;
}
#section-1 a:hover.policy-link {
  text-decoration: none;
  color: #eaeeec;
}
#section-1 #privacy-policy,
#section-1 #privacy-policy-2 {
  display: none;
  font-size: 9px;
}
#section-1 input,
#section-1 textarea,
#section-1 select,
#section-1 .uneditable-input {
  border-radius: 0px !important;
}
#section-1 a.selectbox-link {
  width: 100%;
  float: left;
  height: 47px;
  border: 0;
  border-bottom: 1px solid #eaeeec;
  background-image: none;
  border-radius: 0px !important;
  margin: 10px 0 5px 0;
  background-color: white !important;
  position: relative;
  z-index: 100;
}
#section-1 select {
  border: none;
  border-radius: 0px !important;
  border-bottom: 1px solid #eaeeec;
  width: 100%;
  font-weight: 500;
  height: 47px;
  color: #eaeeec;
  font-size: 1rem;
  background: #eaeeec;
}
#section-1 option {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: #eaeeec;
  font-size: 0.75rem;
}
#section-1 .select-selected {
  background-color: #692829;
  transition: all 0.6s ease;
  border-top: none !important;
  border-radius: 0;
  color: white !important;
  border-bottom: 1px solid white !important;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
}
#section-1 .select-selected:hover {
  border-bottom: 1px solid #eaeeec;
}
#section-1 .select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border-radius: 0px !important;
  border: 6px solid transparent;
  border-color: white transparent transparent transparent;
}
#section-1 .select-selected.select-arrow-active:after {
  border-color: transparent transparent white transparent;
  top: 12px;
}
#section-1 .select-items div,
#section-1 .select-selected {
  padding: 12px 12px 12px 0.75rem;
  border: none;
  border-bottom: 1px solid #003E3F;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.875rem;
}
#section-1 .select-selected {
  border-top: none !important;
  color: #003E3F;
}
#section-1 .select-items {
  position: absolute;
  background-color: white;
  top: 112%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  border-top: none;
  border-top: 0px;
}
#section-1 .select-hide {
  display: none;
}
#section-1 .select-items div:hover,
#section-1 .same-as-selected {
  background-color: rgba(234, 238, 236, 0.1);
}
#section-1 a.selectbox-link {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  float: left;
  height: 47px;
  background-image: none;
  border-radius: 0px !important;
  margin: 0px 0 5px 0px;
  position: relative;
  z-index: 100;
  border: none;
  border-bottom: 1px solid #eaeeec;
}
#section-1 a.selectbox-link:hover {
  border: 0px;
  border-bottom: 1px solid #eaeeec;
  box-shadow: none;
}
#section-1 a.selectbox-link span.selectbox-link-icon span, #section-1 span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/dropdown.png) 3px 12px no-repeat;
  background: url(../images/dropdown.svg) 3px 12px no-repeat;
}
#section-1 a.selectbox-link span.selectbox-link-text, #section-1 span.selectbox-disabled span.selectbox-link-text {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  border-radius: 0px !important;
}
#section-1 input.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}
#section-1 input#Select_Something {
  left: -210px;
  border-radius: 0px !important;
}
#section-1 #Select_Something .validate[required] {
  border-radius: 0px;
}
#section-1 #Select_Something {
  border-radius: 0px !important;
}
#section-1 .selectbox-container ul li {
  display: block;
  line-height: 1.2em;
  padding: 13px 0px 13px 20px;
  /* margin: 8px; */
  border-bottom: 1px solid grey;
  list-style: none;
  color: black;
  font-size: 0.75rem;
  cursor: pointer;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#section-1 .selectbox-container {
  padding: 0px;
  margin-top: 47px;
  border-radius: 0px !important;
}
#section-1 .selectbox-container ul li.selectbox-current {
  background-color: #dfe3e7;
  color: #eaeeec;
  border-radius: 0px !important;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#section-1 .custom-select {
  position: relative;
  padding: 0 0;
  background: #dfe3e7;
  margin-bottom: 30px;
}
#section-1 .custom-select select {
  display: none !important; /*hide original SELECT element:*/
}
#section-1 .selectbox-container ul li:first-child {
  display: none !important; /*hide original SELECT element:*/
}
#section-1 .selectbox-container ul li.selectbox-selected {
  background-color: #eaeeec;
  color: #fff;
}
#section-1 a.selectbox-link.selectbox-link-focus {
  box-shadow: none;
}
#section-1 .section-header {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  display: block;
  padding: 0 0;
  margin: 0 0 2rem 0;
  color: #B3D240;
  padding: 0 0rem 0 0;
}
@media screen and (max-width: 1024px) {
  #section-1 .section-header {
    font-size: 2rem;
    margin: 0 0 1.25rem 0;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .section-header {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .section-header {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 0 0;
  }
}
#section-1 .section-intro {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  #section-1 .section-intro {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
}
#section-1 .section-intro .connect, #section-1 .section-intro .grow, #section-1 .section-intro .shine {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #B3D240;
  background-image: linear-gradient(to right, #B3D240, #F16727, #B3D240);
  -webkit-background-clip: text;
  color: transparent;
  background-size: 300% 100%;
}
#section-1 .section-intro .connect {
  animation: swipe 36s infinite linear;
}
#section-1 .section-intro .grow {
  animation: swipe 30s infinite linear;
}
#section-1 .section-intro .shine {
  animation: swipe 28s infinite linear;
}
@keyframes swipe {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
#section-1 .section-intro .connect {
  animation: swipe 12s infinite linear;
}
@keyframes swipe {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
#section-1 .amalfi {
  font-family: "Amalfi Coast", sans-serif;
  color: #B3D240;
  font-size: 2.5rem;
  margin: 0;
  padding: 2rem 0 1rem;
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 40px 0;
  }
  #section-1 .section-header {
    padding: 0 0rem 0 0;
  }
  #section-1 .section-intro {
    padding: 0 30px 0 0;
  }
  #section-1 .amalfi {
    font-size: 2rem;
    padding: 1.5rem 0 0.75rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .section-header {
    padding: 0 0rem 0 0;
  }
  #section-1 .section-intro {
    padding: 0 0px 0 0;
  }
  #section-1 .amalfi {
    font-size: 1.75rem;
    padding: 1.5rem 0 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 0 0 20px;
  }
  #section-1 .section-header {
    padding: 30px 1rem 0;
    text-align: center;
  }
  #section-1 .section-intro {
    padding: 0 1rem;
    color: white;
  }
  #section-1 .amalfi {
    text-align: center;
    font-size: 1.5rem;
    padding: 1rem 0 1rem;
  }
}

/* Section 2
 ================================================== */
#section-2 {
  padding: 0 0 50px 0;
  background: #003E3F;
}
#section-2 .section-header {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  display: block;
  padding: 0 0;
  margin: 0 0 2rem 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #section-2 .section-header {
    font-size: 2rem;
    margin: 0 0 1.25rem 0;
  }
}
@media screen and (max-width: 992px) {
  #section-2 .section-header {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #section-2 .section-header {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 0 0;
  }
}
#section-2 .section-intro {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #section-2 .section-intro {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
}
#section-2 .section-intro:last-child {
  margin: 0 0;
}
#section-2 .border-bottom {
  border-bottom: 1px solid #eaeeec;
}
#section-2 .border-right {
  border-right: 1px solid #eaeeec;
}
#section-2 .button {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 60px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #F16727;
  border-radius: 100px;
  border: 2px solid white;
  width: auto;
  margin: 2rem auto 0;
}
#section-2 .button:hover {
  background: #B3D240;
  color: white;
}
@media screen and (max-width: 1024px) {
  #section-2 .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #section-2 .button {
    padding: 1rem 40px;
  }
}
@media screen and (max-width: 767px) {
  #section-2 .button {
    margin: 18px auto 0 auto;
  }
}
#section-2 img {
  border-radius: 15px;
}
#section-2 .scroll-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #section-2 .scroll-container {
    justify-content: left;
  }
}
#section-2 #pricebox-holder {
  display: flex; /* Ensure it's a flex container */
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 0;
  margin-left: 0px;
  -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS */
}
@media screen and (max-width: 992px) {
  #section-2 #pricebox-holder {
    padding: 0 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-2 #pricebox-holder {
    padding: 0 0 1rem;
  }
}
#section-2 #pricebox-holder::-webkit-scrollbar {
  background-color: #eaeeec;
  height: 8px !important;
  width: 8px;
  border-radius: 4px;
}
#section-2 #pricebox-holder::-webkit-scrollbar-thumb {
  border-radius: 8px;
  height: 8px !important;
  background-color: #003E3F !important;
}
#section-2 .scroll-btn {
  background-color: #003E3F;
  color: #003E3F;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
}
#section-2 .scroll-left {
  left: -20px;
  background: url(../images/arrow-prev.svg) center;
  background-size: contain;
  display: none;
}
#section-2 .scroll-right {
  right: -20px;
  background: url(../images/arrow-next.svg) center;
  background-size: contain;
  display: none;
}
@media screen and (max-width: 992px) {
  #section-2 .scroll-btn {
    width: 30px;
    height: 30px;
  }
  #section-2 .scroll-left {
    left: -20px;
  }
  #section-2 .scroll-right {
    right: -20px;
  }
  #section-2 .scroll-left, #section-2 .scroll-right {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  #section-2 #pricebox-holder {
    padding: 10px 15px 20px;
    margin-left: 0;
  }
  #section-2 .scroll-btn {
    top: 45%;
  }
  #section-2 #pricebox-holder::-webkit-scrollbar-thumb {
    background-color: #003E3F !important;
  }
  #section-2 .scroll-left {
    left: 30px;
  }
  #section-2 .scroll-right {
    right: 30px;
  }
}
@media screen and (max-width: 390px) {
  #section-2 #pricebox-holder {
    padding: 10px 15px 20px;
  }
  #section-2 .scroll-btn {
    top: 45%;
  }
  #section-2 #pricebox-holder::-webkit-scrollbar-thumb {
    background-color: #003E3F !important;
  }
  #section-2 .scroll-left {
    left: 45px;
  }
  #section-2 .scroll-right {
    right: 45px;
  }
}
#section-2 .pricebox {
  padding: 0 0 1.5rem 0px;
  transition: all 0.6s ease;
}
#section-2 .pricebox:hover {
  background: #F1EDE1;
}
#section-2 .pricebox img {
  margin: 0 auto 1.5rem;
}
#section-2 .pricebox .product-type {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 0 0.25rem;
  letter-spacing: 2px;
}
#section-2 .pricebox .price, #section-2 .pricebox .size {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  padding: 0 1.5rem;
  margin: 0 0;
}
#section-2 .pricebox ul {
  padding: 0 0;
  margin: 0.5rem 0;
}
#section-2 .pricebox ul li {
  display: inline-block;
  font-size: 1rem;
  width: auto;
  margin: 0 1rem 0 0;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#section-2 .pricebox ul li:last-child {
  margin: 0 0 0 0;
}
#section-2 .pricebox ul .bed {
  background: url(../images/icon-bed-navy.svg) left 7px no-repeat;
  background-size: 33px 22px;
  padding: 5px 0 0 33px;
}
#section-2 .pricebox ul .bath {
  background: url(../images/icon-bath-navy.svg) left center no-repeat;
  background-size: 23px 23px;
  padding: 5px 0 0 30px;
}
#section-2 .pricebox ul .size {
  background: url(../images/icon-size-navy.svg) left center no-repeat;
  background-size: 23px 25px;
  padding: 5px 0 0 30px;
}
#section-2 .pricebox ul .car {
  background: url(../images/icon-car-navy.svg) left center no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
#section-2 .pricebox ul .study {
  background: url(../images/icon-study-grey.svg) left center no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
@media screen and (max-width: 1024px) {
  #section-2 .pricebox {
    padding: 0 0 1rem 0px;
  }
  #section-2 .pricebox img {
    margin: 0 auto 1rem;
  }
  #section-2 .pricebox .product-type {
    padding-top: 5px;
    font-size: 1.275rem;
    margin: 0 0 0.25rem;
  }
  #section-2 .pricebox .price {
    font-size: 1rem;
    padding: 0 1.5rem;
    margin: 0 0;
  }
  #section-2 .pricebox ul {
    padding: 0 0;
    margin: 0.5rem 0;
  }
  #section-2 .pricebox ul li {
    margin: 0 1rem 0 0;
  }
  #section-2 .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  #section-2 .pricebox ul .bed {
    background-size: 33px 22px;
    padding: 5px 0 0 33px;
  }
  #section-2 .pricebox ul .bath {
    background-size: 23px 23px;
    padding: 5px 0 0 30px;
  }
  #section-2 .pricebox ul .size {
    background-size: 23px 25px;
    padding: 5px 0 0 30px;
  }
  #section-2 .pricebox ul .car {
    background-size: 22px 22px;
    padding: 5px 0 0 30px;
  }
  #section-2 .pricebox ul .study {
    background-size: 22px 22px;
    padding: 5px 0 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  #section-2 .pricebox {
    padding: 0 0 0 0px;
  }
  #section-2 .pricebox img {
    margin: 0 auto 0.5rem;
  }
  #section-2 .pricebox .product-type {
    padding-top: 5px;
    font-size: 1.125rem;
    margin: 0 0 0.25rem;
    letter-spacing: 1px;
  }
  #section-2 .pricebox .price {
    font-size: 1rem;
    padding: 0 0rem;
    margin: 0 0;
  }
  #section-2 .pricebox ul {
    padding: 0 0;
    margin: 0.5rem 0;
  }
  #section-2 .pricebox ul li {
    margin: 0 0.5rem 0 0;
  }
  #section-2 .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  #section-2 .pricebox ul .bed {
    background-size: 30px 20px;
    padding: 5px 0 0 30px;
  }
  #section-2 .pricebox ul .bath {
    background-size: 20px 20px;
    padding: 5px 0 0 27px;
  }
  #section-2 .pricebox ul .size {
    background-size: 23px 25px;
    padding: 5px 0 0 30px;
  }
  #section-2 .pricebox ul .car {
    background-size: 20px 20px;
    padding: 5px 0 0 27px;
  }
  #section-2 .pricebox ul .study {
    background-size: 22px 22px;
    padding: 5px 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #section-2 .pricebox {
    padding: 0 0 0 0px;
  }
  #section-2 .pricebox img {
    margin: 0 auto 0.5rem;
  }
  #section-2 .pricebox .product-type {
    padding-top: 5px;
    font-size: 1.125rem;
    margin: 0 0 0.25rem;
    letter-spacing: 1px;
  }
  #section-2 .pricebox .price {
    font-size: 1rem;
    padding: 0 0rem;
    margin: 0 0;
  }
  #section-2 .pricebox .size {
    padding: 0 0;
  }
  #section-2 .pricebox ul {
    padding: 0 0;
    margin: 0.5rem 0;
  }
  #section-2 .pricebox ul li {
    margin: 0 0.5rem 0 0;
  }
  #section-2 .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  #section-2 .pricebox ul .bed {
    background-size: 30px 20px;
    padding: 5px 0 0 30px;
  }
  #section-2 .pricebox ul .bath {
    background-size: 20px 20px;
    padding: 5px 0 0 27px;
  }
  #section-2 .pricebox ul .size {
    background-size: 23px 25px;
    padding: 5px 0 0 30px;
  }
  #section-2 .pricebox ul .car {
    background-size: 20px 20px;
    padding: 5px 0 0 27px;
  }
  #section-2 .pricebox ul .study {
    background-size: 22px 22px;
    padding: 5px 0 0 30px;
  }
}
#section-2 .pricebox-noborder {
  border: none;
}
@media screen and (max-width: 1024px) {
  #section-2 {
    padding: 0 0 40px 0;
  }
  #section-2 .section-intro {
    padding: 0 0rem;
  }
  #section-2 .button {
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 992px) {
  #section-2 {
    padding: 0 0 30px 0;
  }
  #section-2 .section-intro {
    margin: 0 0;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-2 {
    padding: 0 0 30px 0;
  }
  #section-2 .section-intro {
    text-align: left;
  }
  #section-2 .col-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* Carousel  
 ================================================== */
#carousel {
  padding: 0 0 30px;
  background: transparent;
  border-radius: 15px;
}

#carousel .slick-slide img {
  display: block;
  padding: 0px 5px;
  height: 600px;
}

#carousel .slick-dots {
  background: transparent;
  padding: 20px;
}

#carousel .slick-dots li button:before {
  color: #B3D240;
}

#carousel .slick-dots {
  bottom: -31px;
}

.slider-caption {
  z-index: 3000;
  margin: -30px 30px 10px 60px;
}
.slider-caption p {
  font-family: "aglet-slab", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  color: white;
  margin: 0 0;
  text-align: right;
  text-shadow: 0 0 2px rgba(234, 238, 236, 0.3);
}

.slick-next {
  background: #B3D240 url(../images/arrow-next.svg) center !important;
  border-radius: 100px;
  border: 1px solid white !important;
}

.slick-prev {
  background: #B3D240 url(../images/arrow-prev.svg) center !important;
  border-radius: 100px;
  border: 1px solid white !important;
}

.slick-prev:before, .slick-next:before {
  content: none !important;
}

@media screen and (max-width: 1024px) {
  #carousel .slick-slide img {
    display: block;
    padding: 0px 5px;
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  #carousel .slick-slide img {
    display: block;
    padding: 0px 5px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #carousel {
    padding: 0 0 20px;
  }
  #carousel .slick-slide img {
    padding: 0px 5px 0 5px;
    height: 240px;
  }
}
/* Section 3 - Features styling
 ================================================== */
#section-3 {
  padding: 60px 0;
  background: white;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #003E3F;
  position: relative;
}
#section-3 .section-header {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  display: block;
  padding: 0 0;
  margin: 0 0 2rem 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #section-3 .section-header {
    font-size: 2rem;
    margin: 0 0 1.25rem 0;
  }
}
@media screen and (max-width: 992px) {
  #section-3 .section-header {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #section-3 .section-header {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 0 0;
  }
}
#section-3 .section-subheader {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center;
}
#section-3 .section-intro {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 2rem;
}
@media screen and (max-width: 1024px) {
  #section-3 .section-intro {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
}
#section-3 .location-feature {
  width: 100%;
  height: 75px;
}
#section-3 .caption {
  text-align: center;
  margin: 0.5rem 0 0;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #section-3 {
    padding: 40px 0;
  }
  #section-3 .section-intro {
    margin: 0 0 2rem;
  }
  #section-3 .location-feature {
    width: 100%;
    height: 65px;
  }
  #section-3 .caption {
    text-align: center;
    margin: 0.5rem 0 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) {
  #section-3 {
    padding: 40px 0;
  }
  #section-3 .hero-banner-video-container, #section-3 .component-block-cta-video {
    padding: 0 40px;
    height: 450px;
    margin: 0 0 30px;
  }
  #section-3 .hero-banner-video-container video, #section-3 .component-block-cta-video video {
    height: 450px;
  }
  #section-3 .section-subheader {
    font-size: 1.125rem;
  }
  #section-3 .location-feature {
    width: 100%;
    height: 50px;
  }
  #section-3 .caption {
    font-size: 0.75rem;
    margin: 0.5rem 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-3 {
    padding: 30px 0 24px;
    margin: 0 0;
  }
  #section-3 .section-header {
    padding: 0 1rem;
  }
  #section-3 .section-subheader {
    font-size: 1rem;
  }
  #section-3 .section-intro {
    padding: 0 1rem;
  }
  #section-3 .location-feature {
    width: 100%;
    height: 50px;
  }
  #section-3 .caption {
    font-size: 0.875rem;
  }
}

/* Google Map
 ================================================== */
#map-header {
  background: #B3D240;
  padding: 40px 0;
  color: #003E3F;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
#map-header .section-header {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  display: block;
  padding: 0 0;
  margin: 0 0 2rem 0;
  color: #003E3F;
  margin: 0 0 1rem;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1024px) {
  #map-header .section-header {
    font-size: 2rem;
    margin: 0 0 1.25rem 0;
  }
}
@media screen and (max-width: 992px) {
  #map-header .section-header {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #map-header .section-header {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 0 0;
  }
}
#map-header .section-copy {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  line-height: 1.4;
  margin: 0 0 !important;
}
@media screen and (max-width: 1024px) {
  #map-header .section-copy {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
}
#map-header .button {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 60px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #F16727;
  border-radius: 100px;
  border: 2px solid white;
  width: auto;
  display: inline-block;
}
#map-header .button:hover {
  background: #B3D240;
  color: white;
}
@media screen and (max-width: 1024px) {
  #map-header .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #map-header .button {
    padding: 1rem 40px;
  }
}
@media screen and (max-width: 767px) {
  #map-header .button {
    margin: 18px auto 0 auto;
  }
}
#map-header .button:hover {
  background: #003E3F;
  color: white;
}
#map-header #tree {
  background: url("../images/logo-transparent-green.svg") left bottom no-repeat;
  width: 172px;
  height: 172px;
  background-size: auto 166px;
  position: absolute;
  bottom: 0;
  margin-left: 1080px;
}
#map-header .col-xl-3 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #map-header {
    padding: 30px 0;
  }
  #map-header .section-header {
    padding: 0 0 0 0;
  }
  #map-header #tree {
    width: 145px;
    height: 189px;
    background-size: auto 140px;
    margin-left: 890px;
  }
}
@media screen and (max-width: 992px) {
  #map-header .section-header {
    padding: 0 10px 0 0;
  }
  #map-header #tree {
    width: 220px;
    height: 176px;
    background-size: auto 165px;
    margin-left: 670px;
  }
}
@media screen and (max-width: 430px) {
  #map-header {
    text-align: center;
  }
  #map-header .section-header {
    padding: 0 15px;
  }
  #map-header .button {
    margin: 1.5rem auto 0;
  }
  #map-header #tree {
    width: 150px;
    height: 120px;
    background-size: auto 120px;
    margin-left: 340px;
  }
}
@media screen and (max-width: 415px) {
  #map-header .section-header {
    padding: 0 5px;
  }
}
@media screen and (max-width: 390px) {
  #map-header .section-header {
    padding: 0 5px;
  }
}
@media screen and (max-width: 360px) {
  #map-header .section-header {
    padding: 0 0px;
  }
}

/* Google Map
 ================================================== */
#google-map {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 992px) {
  #google-map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #google-map {
    height: 350px;
  }
}

/* Footer
 ================================================== */
#footer {
  padding: 50px 0;
  background: #003E3F;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-align: center;
}
#footer .project-footer-logo {
  height: 3rem;
  width: 100%;
  transition: all 0.6s ease;
  background-size: contain !important;
  display: block;
  margin: 0 auto 1.5rem;
  background: url(../images/skf-logo.svg) center center no-repeat;
}
#footer a {
  color: white;
  text-decoration: underline;
}
#footer p {
  font-size: 1rem;
}
#footer p:last-child {
  margin: 0;
}
#footer ul {
  list-style-type: none;
  display: inline;
  margin: 0 0;
}
#footer ul li {
  display: inline-block;
  text-align: center;
  margin: 0 0;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  border-right: 1px solid white;
}
#footer ul li:last-child {
  border-right: none;
}
#footer ul li a {
  color: white;
  text-decoration: none;
}
#footer .disclaimer {
  font-size: 0.875rem;
  margin: 0.75rem 0 1rem 0;
}
#footer .img-fluid {
  height: 170px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 992px) {
  #footer .img-fluid {
    height: 120px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 20px;
  }
  #footer .project-footer-logo {
    height: 30px;
    margin: 0 0 1rem;
  }
}

/* form stuff */
#formcontent {
  background: #F16727;
  width: 100%;
  padding: 25px 0 30px;
  margin: 0 0 0 0;
  z-index: 100;
  -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease;
  min-height: 330px;
  color: white;
  border-radius: 5px;
  border: 2px solid white;
}
#formcontent h3 {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  display: block;
  padding: 0 0;
  margin: 0 0 2rem 0;
  margin: 0 0;
  padding: 0 0 0.5rem;
  color: white;
}
@media screen and (max-width: 1024px) {
  #formcontent h3 {
    font-size: 2rem;
    margin: 0 0 1.25rem 0;
  }
}
@media screen and (max-width: 992px) {
  #formcontent h3 {
    font-size: 2rem;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #formcontent h3 {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 0 0;
  }
}
#formcontent .subtitle {
  font-family: "aglet-slab", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-align: center;
  margin: 0 0;
  padding: 0 1rem;
}
#formcontent:hover {
  -webkit-box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.2);
}
#formcontent .download-button {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 60px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #F16727;
  border-radius: 100px;
  border: 2px solid white;
  background: #eaeeec;
  color: #692829;
  margin: 1rem 1rem;
  display: inline-block;
  width: auto;
  padding: 1rem 20px;
}
#formcontent .download-button:hover {
  background: #B3D240;
  color: white;
}
@media screen and (max-width: 1024px) {
  #formcontent .download-button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #formcontent .download-button {
    padding: 1rem 40px;
  }
}
@media screen and (max-width: 767px) {
  #formcontent .download-button {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #formcontent {
    margin: 0 0 0 0;
  }
  #formcontent h3 {
    font-size: 2.25rem;
    margin: 0 0;
    padding: 0 1rem 0.25rem;
  }
  #formcontent .subtitle {
    font-size: 0.875rem;
  }
  #formcontent .download-button {
    padding: 1rem 15px;
  }
}
@media screen and (max-width: 992px) {
  #formcontent {
    margin: 0 0 0 0;
  }
  #formcontent h3 {
    font-size: 1.875rem;
    margin: 0 0;
    padding: 0 0 0.25rem;
  }
  #formcontent .subtitle {
    font-size: 0.875rem;
  }
  #formcontent .download-button {
    padding: 1rem 9px;
  }
}
@media screen and (max-width: 767px) {
  #formcontent {
    margin: 0px 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 260px;
    padding: 20px 0;
  }
  #formcontent h3 {
    font-size: 2rem;
    padding: 5px 20px;
  }
  #formcontent .subtitle {
    font-size: 1rem;
    padding: 0 1.25rem;
  }
  #formcontent .download-button {
    padding: 14px 20px;
  }
}

.name-wrapper {
  height: 60px;
}
.name-wrapper .first-name, .name-wrapper .last-name {
  width: 47%;
}
.name-wrapper .first-name {
  float: left;
}
.name-wrapper .last-name {
  float: right;
}
@media screen and (max-width: 992px) {
  .name-wrapper {
    height: 50px;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

label {
  width: auto;
}

#thankyou1,
#sorry1 {
  display: none;
  color: #000000;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
  height: 100px;
}

#jpform {
  height: auto;
}

/* infield label */
form,
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

fieldset {
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  fieldset {
    padding: 0 20px;
  }
}
input,
label,
a.selectbox-link span.selectbox-link-text {
  font-size: 0.875rem;
  color: #eaeeec;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a.selectbox-link {
  width: 100%;
  height: 47px;
  margin: 5px 0 0px 0;
  background-color: #eaeeec;
  position: relative;
  z-index: 10;
  border-radius: 0;
  padding: 9px 0 0 13px;
  text-align: left;
}

a.selectbox-link span.selectbox-link-icon,
span.selectbox-disabled span.selectbox-link-icon {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  background-image: #000;
  border-left: 0 solid #A8873E;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
  text-transform: uppercase;
}

a.selectbox-link span.selectbox-link-icon span,
span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/custom-dropdown.png) no-repeat -31px -37px;
  display: block;
  width: 100%;
  height: 100%;
}

input {
  width: 100%;
  height: 47px;
  border: none;
  border-bottom: 1px solid white;
  margin: 0px 0 15px 0px;
  padding: 0 0 0 0.75rem;
  background: none;
  box-shadow: none;
  border-radius: 0px;
  color: white;
}
input:hover, input:focus {
  outline: none !important;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  input {
    margin: 0px 0 10px 0px;
    height: 40px;
  }
}

form p {
  position: relative;
  margin: 1px 0;
}

form p label {
  position: absolute;
  top: 8px;
  left: 12px;
}
@media screen and (max-width: 992px) {
  form p label {
    top: 6px;
  }
}

form p br {
  display: none;
}

form fieldset p label {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  text-align: left;
  color: white;
}
label.infield {
  margin: 5px 0 0 0;
  color: grey;
}

label.error {
  margin: 6px 0 0 0;
  padding: 0 0 0 4px;
  background-color: #692829;
}

.button-link {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 60px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #F16727;
  border-radius: 100px;
  border: 2px solid white;
  width: 100%;
  height: 60px;
  margin: 10px 0 25px 0;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.6s ease;
  text-align: center;
  background: white;
  color: #003E3F;
}
.button-link:hover {
  background: #B3D240;
  color: white;
}
@media screen and (max-width: 1024px) {
  .button-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .button-link {
    padding: 1rem 40px;
  }
}
@media screen and (max-width: 767px) {
  .button-link {
    margin: 18px auto 0 auto;
  }
}
.button-link:hover, .button-link:focus {
  background: #003E3F;
  color: white;
}
@media screen and (max-width: 992px) {
  .button-link {
    height: 50px;
    margin: 10px 0 1rem 0;
  }
}

.button-link span.msg,
.button-link span#msg {
  text-align: left;
  padding: 3px;
  font-size: 1.25rem;
}
@media screen and (max-width: 992px) {
  .button-link span.msg,
  .button-link span#msg {
    font-size: 1.25rem;
    margin: 0 0;
  }
}

#loadingbtn,
#thankyou {
  display: none;
}

/* Privacy Policy */
.privacy-policy,
p.privacy-policy,
a.policy-link,
a:hover.policy-link,
#privacy-policy,
#privacy-policy-2 {
  color: white;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.privacy-policy {
  font-size: 0.75rem;
  color: #003E3F;
}

p.privacy-policy {
  font-size: 8px !important;
  margin: 0px 0 0px;
  line-height: 12px;
  background: url(../images/lock.svg) top left no-repeat;
  background-size: 10px;
  padding-left: 15px;
  color: white;
}

a.policy-link {
  text-decoration: underline;
  color: #eaeeec;
  color: white;
}

a:hover.policy-link {
  text-decoration: none;
  color: #eaeeec;
}

#privacy-policy,
#privacy-policy-2 {
  display: none;
  font-size: 9px;
}

/* Fancy drop down select styling :*/
input,
textarea,
select,
.uneditable-input {
  border-radius: 0px !important;
}

a.selectbox-link {
  width: 100%;
  float: left;
  height: 47px;
  border: 0;
  border-bottom: 1px solid #eaeeec;
  background-image: none;
  border-radius: 0px !important;
  margin: 10px 0 5px 0;
  background-color: white !important;
  position: relative;
  z-index: 100;
}

select {
  border: none;
  border-radius: 0px !important;
  border-bottom: 1px solid #eaeeec;
  width: 100%;
  font-weight: 500;
  height: 47px;
  color: #eaeeec;
  font-size: 1rem;
  background: #eaeeec;
}

option {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  color: #eaeeec;
  font-size: 0.75rem;
}

.select-selected {
  background-color: #692829;
  transition: all 0.6s ease;
  border-top: none !important;
  border-radius: 0;
  color: white !important;
  border-bottom: 1px solid white !important;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
}
.select-selected:hover {
  border-bottom: 1px solid #eaeeec;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border-radius: 0px !important;
  border: 6px solid transparent;
  border-color: white transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent white transparent;
  top: 12px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  padding: 12px 12px 12px 0.75rem;
  border: none;
  border-bottom: 1px solid #003E3F;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.875rem;
}

.select-selected {
  border-top: none !important;
  color: #003E3F;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 112%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  border-top: none;
  border-top: 0px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(234, 238, 236, 0.1);
}

a.selectbox-link {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  float: left;
  height: 47px;
  background-image: none;
  border-radius: 0px !important;
  margin: 0px 0 5px 0px;
  position: relative;
  z-index: 100;
  border: none;
  border-bottom: 1px solid #eaeeec;
}
a.selectbox-link:hover {
  border: 0px;
  border-bottom: 1px solid #eaeeec;
  box-shadow: none;
}

a.selectbox-link span.selectbox-link-icon span, span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/dropdown.png) 3px 12px no-repeat;
  background: url(../images/dropdown.svg) 3px 12px no-repeat;
}

a.selectbox-link span.selectbox-link-text, span.selectbox-disabled span.selectbox-link-text {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  border-radius: 0px !important;
}

input.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}

input#Select_Something {
  left: -210px;
  border-radius: 0px !important;
}

#Select_Something .validate[required] {
  border-radius: 0px;
}

#Select_Something {
  border-radius: 0px !important;
}

.selectbox-container ul li {
  display: block;
  line-height: 1.2em;
  padding: 13px 0px 13px 20px;
  /* margin: 8px; */
  border-bottom: 1px solid grey;
  list-style: none;
  color: black;
  font-size: 0.75rem;
  cursor: pointer;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.selectbox-container {
  padding: 0px;
  margin-top: 47px;
  border-radius: 0px !important;
}

.selectbox-container ul li.selectbox-current {
  background-color: #dfe3e7;
  color: #eaeeec;
  border-radius: 0px !important;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  padding: 0 0;
  background: #dfe3e7;
  margin-bottom: 30px;
}

.custom-select select {
  display: none !important; /*hide original SELECT element:*/
}

.selectbox-container ul li:first-child {
  display: none !important; /*hide original SELECT element:*/
}

.selectbox-container ul li.selectbox-selected {
  background-color: #eaeeec;
  color: #fff;
}

a.selectbox-link.selectbox-link-focus {
  box-shadow: none;
}
