@import url(fonts/fonts.css);
/* Variables */
/* reset stuff */
* {
  margin: 0;
  padding: 0;
}

/* set stuff */
html, body {
  overflow-x: hidden;
  background-color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

/* Custom Styles
 ================================================== */
h1, h2, h3 {
  font-weight: normal;
}

#section-1 .package img {
  transition: all 0.6s ease;
}

.container {
  max-width: 1240px;
}

/* Compressed Nav
 ================================================== */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

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

#stamp-duty-savings {
  width: 320px;
  height: 320px;
  background: url(../images/stamp-duty-savings.svg) left top no-repeat;
  position: absolute;
  margin: 100px 0 0 0;
  z-index: 100;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  #stamp-duty-savings {
    width: 280px;
    height: 280px;
    margin: 85px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #stamp-duty-savings {
    width: 180px;
    height: 180px;
    margin: 43px 0 0 0;
  }
}

.compressed-banner {
  width: 250px !important;
  height: 250px !important;
  margin: 76px 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .compressed-banner {
    width: 160px !important;
    height: 160px !important;
    margin: 50px 0 0 0 !important;
  }
}

/* Edge CSS for top corner banner */
@supports (-ms-ime-align: auto) {
  #stamp-duty-savings {
    width: 320px;
    height: 320px;
    background: url(../images/stamp-duty-savings.svg) left top no-repeat;
    position: absolute;
    margin: 200px 0 0 0;
    z-index: 100;
    background-size: cover;
  }

  .compressed-banner {
    width: 250px !important;
    height: 250px !important;
    margin: 150px 0 0 0 !important;
  }
}
/* IE CSS for top corner banner */
@media all and (-ms-high-contrast: none) {
  body {
    text-shadow: none;
  }

  #stamp-duty-savings {
    width: 320px;
    height: 320px;
    background: url(../images/stamp-duty-savings.svg) left top no-repeat;
    position: absolute;
    margin: -60px 0 0 0;
    z-index: 100;
    background-size: cover;
  }

  .compressed-banner {
    width: 250px !important;
    height: 250px !important;
    margin: -50px 0 0 0 !important;
  }

  /* IE10 */
  *::-ms-backdrop,
body {
    text-shadow: none;
  }

  #stamp-duty-savings {
    width: 320px;
    height: 320px;
    background: url(../images/stamp-duty-savings.svg) left top no-repeat;
    position: absolute;
    margin: -60px 0 0 0;
    z-index: 100;
    background-size: cover;
  }

  .compressed-banner {
    width: 250px !important;
    height: 250px !important;
    margin: -50px 0 0 0 !important;
  }

  /* IE11 */
}
.navbar {
  padding: 0px;
  background: transparent;
  color: black;
}
.navbar .inspect {
  background: white;
  padding: 15px;
  color: white;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
}
.navbar .hide {
  display: none;
}
.navbar .row {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .navbar {
    background-position-y: -15px;
  }
  .navbar .inspect {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 25px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
  }
  .navbar .row {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar .inspect {
    padding: 15px 30px;
  }
}

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

.navbar button {
  color: inherit !important;
}

.navbar.compressed {
  padding: 10px 0;
  background: #b85400;
  background-position-y: -15px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  width: 100% !important;
}
.project-logo-standard {
  width: 100%;
  height: 110px;
  margin: 50px 0 0;
  background: url(../images/logo-drive-white.svg) left center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    height: 90px;
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    height: 90px;
    margin: 50px 0 0;
    background: url(../images/logo-drive-white.svg) left center no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    height: 60px;
    margin: 0px 0;
    background: url(../images/logo-drive-white.svg) center center no-repeat;
  }
}

.project-logo-compressed {
  width: 300px;
  height: 40px;
  display: inline-block;
  background: url(../images/logo-drive-white.svg) no-repeat;
  background-position: left center;
  margin: 10px 0;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-compressed {
    height: 40px;
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-compressed {
    width: 105px;
    height: 45px;
    margin: 12px 0 0px;
  }
}
@media screen and (max-width: 375px) {
  .project-logo-compressed {
    width: 105px;
    height: 45px;
    margin: 10px 0 0px;
  }
}

#hidden-button {
  width: 100%;
  border: 2px solid #b85400;
  background: #b85400;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.875rem;
  width: auto;
  float: right;
  margin: 0 0 0;
  background: white;
  color: black;
}
#hidden-button:hover {
  background: black;
}
#hidden-button:hover {
  background: black;
  color: white;
}
@media screen and (max-width: 1024px) {
  #hidden-button {
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 415px) {
  #hidden-button {
    margin: 10px 0;
    padding: 15px 20px 15px 20px;
    font-size: 0.875rem;
  }
}

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

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

/* Header Section
 ================================================== */
#header-image {
  width: 100%;
  height: auto;
  padding: 30vh 0 13vh;
  background: linear-gradient(19deg, rgba(0, 0, 0, 0.5) 30%, transparent 70%), url(../images/header-desktop.jpg) left center no-repeat, url(../images/header-lowres.jpg) left center no-repeat;
  background-size: cover !important;
  margin: -25px 0 0 0;
  position: relative;
  /* form stuff */
  /* infield label */
  /* Privacy Policy */
  /*the container must be positioned relative:*/
  /*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:*/
}
#header-image #silk-logo {
  background: url(../images/project-logo-white.svg) left center no-repeat;
  background-size: contain;
  width: 100%;
  height: 90px;
}
#header-image .section-subheader {
  background: #b85400;
  color: white;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-shadow: none;
  text-transform: uppercase;
  display: inline-block;
}
#header-image .section-header {
  color: white;
  margin: 0 0 0;
  padding: 0 0 0px 0;
  line-height: 0.85;
  text-align: left;
  font-family: "Selune Clair";
  padding: 0 0 5px 0;
  font-size: 3rem;
  margin: 0 0 5px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  /*

  		    -webkit-transition: text-shadow 3s linear;
  		    -moz-transition: text-shadow 3s linear;
  		    -ms-transition: text-shadow 3s linear;
  		    -o-transition: text-shadow 3s linear;
  		    transition: text-shadow 3s linear;
  */
}
#header-image .section-header br {
  margin: 0px 0 1rem;
  content: " ";
  display: block;
  font-size: 24%;
}
#header-image .section-header:hover, #header-image .section-header.glow {
  text-shadow: 0 0 20px white;
}
#header-image .pricepoint {
  font-family: "Selune Clair";
  font-style: normal;
  font-size: 5rem;
  line-height: 0.8;
  color: white;
  text-align: left;
  text-shadow: 0 0 30px black;
}
#header-image #formcontent {
  background: white;
  width: 100%;
  padding: 30px 0 40PX;
  margin: 0;
  z-index: 100;
  position: relative;
}
#header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
  background-size: 100% 80px;
  font-family: "Selune Clair";
  font-size: 3.5rem;
  color: black;
  padding: 0 0;
  margin: 0 30px 1rem;
  display: block;
  text-align: left;
  width: auto;
  border-bottom: 2px solid black;
  line-height: 0.8;
}
#header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
  color: white;
  font-size: 1.25rem;
  text-align: left;
}
#header-image #formcontent .stamp-duty-savings {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #b85400;
  line-height: 1.4;
  padding: 0 30px;
  margin: 0 0 10px;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: left;
}
#header-image #formcontent #location {
  width: 130px;
  height: 130px;
  text-align: center;
  position: absolute;
  background: #b85400;
  color: white;
  border-radius: 50%;
  border: 3px solid #ede5da;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: -50px 0 0 310px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 40px 0 0 0;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.36);
}
#header-image #formcontent #location span {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#header-image #formcontent .contact {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 15px 0;
}
#header-image #formcontent .download-button {
  width: 100%;
  border: 2px solid #b85400;
  background: #b85400;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.875rem;
  border: 0px solid white;
  display: inline-block;
  width: auto;
  padding: 15px 80px 15px 20px;
  margin: 30px 0 30px 0;
  color: white;
  text-align: left;
  background: #b85400 url(../images/chevron-white.svg) 93% center no-repeat;
  background-size: 6%;
}
#header-image #formcontent .download-button:hover {
  background: black;
}
#header-image #formcontent .download-button:hover {
  background: #b85400 url(../images/chevron-white.svg) 95% center no-repeat;
  background-size: 6%;
  border: 0px solid #b85400;
}
@media screen and (max-width: 1024px) {
  #header-image #formcontent {
    padding: 30px 0;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 2.25rem;
    padding: 0 0;
    margin: 0 30px 1rem;
    border-bottom: 2px solid black;
  }
  #header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
    text-align: left;
  }
  #header-image #formcontent .stamp-duty-savings {
    line-height: 1.4;
    padding: 0 50px 0 30px;
    margin: 0 0 10px;
    font-size: 1rem;
  }
  #header-image #formcontent #location {
    width: 120px;
    height: 120px;
    margin: -30px 0 0 215px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 40px 0 0 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.36);
  }
  #header-image #formcontent #location span {
    font-size: 1.125rem;
  }
  #header-image #formcontent .contact {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 15px 0;
  }
}
@media screen and (max-width: 992px) {
  #header-image #formcontent {
    padding: 25px 0;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 2.25rem;
    padding: 0 0;
    margin: 0 20px 1rem;
    border-bottom: 2px solid black;
  }
  #header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
    text-align: left;
  }
  #header-image #formcontent .stamp-duty-savings {
    line-height: 1.4;
    padding: 0 0px 0 20px;
    margin: 0 0 10px;
    font-size: 0.875rem;
  }
  #header-image #formcontent #location {
    width: 110px;
    height: 110px;
    margin: -50px 0 0 200px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 36px 0 0 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.36);
  }
  #header-image #formcontent #location span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #header-image #formcontent {
    width: 95%;
    padding: 20px 0;
    margin: 20px auto 0;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 2.75rem;
    padding: 0 0;
    margin: 0 20px 1rem;
    border-bottom: 2px solid black;
  }
  #header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
    text-align: left;
  }
  #header-image #formcontent .stamp-duty-savings {
    line-height: 1.4;
    padding: 0 0px 0 20px;
    margin: 0 0 10px;
    font-size: 1rem;
  }
  #header-image #formcontent #location {
    width: 110px;
    height: 110px;
    margin: -50px 0 0 250px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 24px 0 0 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.36);
  }
  #header-image #formcontent #location span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 415px) {
  #header-image #formcontent {
    width: 95%;
    padding: 20px 0;
    margin: 20px auto 0;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 2.75rem;
    padding: 0 0;
    margin: 0 20px 1rem;
    border-bottom: 2px solid black;
  }
  #header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
    text-align: left;
  }
  #header-image #formcontent .stamp-duty-savings {
    line-height: 1.4;
    padding: 0 0px 0 20px;
    margin: 0 0 10px;
    font-size: 1rem;
  }
  #header-image #formcontent #location {
    width: 110px;
    height: 110px;
    margin: -35px 0 0 235px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 40px 0 0 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.36);
  }
  #header-image #formcontent #location span {
    font-size: 1rem;
  }
}
#header-image .white-border {
  border: 10px solid white;
}
#header-image .beige-border {
  border: 10px solid rgba(184, 84, 0, 0.5);
}
#header-image .clearfix {
  *zoom: 1;
}
#header-image .clearfix:before, #header-image .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
#header-image .clearfix:after {
  clear: both;
}
#header-image label {
  width: auto;
}
#header-image #thankyou1, #header-image #sorry1 {
  display: none;
}
#header-image #jpform {
  height: 295px;
}
#header-image form, #header-image fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
#header-image fieldset {
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  #header-image fieldset {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  #header-image fieldset {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #header-image fieldset {
    padding: 0 20px;
  }
}
#header-image input, #header-image label, #header-image a.selectbox-link span.selectbox-link-text, #header-image input, #header-image .button-link, #header-image .button-link span.msg, #header-image .button-link span#msg {
  text-transform: none;
}
#header-image input, #header-image label, #header-image a.selectbox-link span.selectbox-link-text {
  font-size: 0.875rem !important;
  color: black !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#header-image input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(184, 84, 0, 0.5);
  margin: 0px 0 10px 0px;
  padding: 2px 0 0 15px;
  background: transparent;
  box-shadow: none;
  transition: none;
  text-align: left;
}
#header-image input:hover {
  border-bottom: 1px solid rgba(184, 84, 0, 0.8);
}
#header-image input:focus, #header-image textarea:focus {
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header-image a.selectbox-link {
  width: 100%;
  height: 47px;
  border: none;
  border-bottom: 1px solid rgba(184, 84, 0, 0.5);
  margin: 5px 0 0px 0;
  background-color: transparent !important;
  background-image: none !important;
  position: relative;
  z-index: 10;
  border-radius: 0;
  padding: 9px 0 0 13px;
  text-align: left;
}
#header-image a.selectbox-link:hover {
  box-shadow: none;
}
#header-image a.selectbox-link span.selectbox-link-icon,
#header-image 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;
}
#header-image a.selectbox-link span.selectbox-link-icon span,
#header-image span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/custom-dropdown.png) no-repeat -31px -37px;
  display: block;
  width: 100%;
  height: 100%;
}
#header-image input.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}
#header-image input#Select_Something {
  left: -210px;
}
#header-image form p {
  position: relative;
  margin: 1px 0 !important;
}
#header-image form p label {
  position: absolute;
  top: 5px;
  left: 15px;
}
@media screen and (max-width: 992px) {
  #header-image form p label {
    top: 5px;
  }
}
#header-image form p br {
  display: none;
}
#header-image form fieldset p label {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
}
#header-image label.infield {
  margin: 5px 0 0 0;
  color: grey;
}
#header-image label.error {
  margin: 6px 0 0 0;
  padding: 0 0 0 4px;
  background-color: white;
}
#header-image .button-link {
  width: 100%;
  border: 2px solid #b85400;
  background: #b85400;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.875rem;
  width: 100%;
  height: auto;
  margin: 20px 0 30PX;
  padding: 20px 20px 20px 20px;
  background-size: 5%;
  border: 0px solid #b85400;
  cursor: pointer;
  transition: all 0.6s ease;
}
#header-image .button-link:hover {
  background: black;
}
@media screen and (max-width: 1024px) {
  #header-image .button-link {
    padding: 15px 20px;
  }
}
#header-image .button-link span.msg, #header-image .button-link span#msg {
  font-size: 1.75rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #header-image .button-link span.msg, #header-image .button-link span#msg {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 992px) {
  #header-image .button-link span.msg, #header-image .button-link span#msg {
    font-size: 1.5rem;
  }
}
#header-image #loadingbtn, #header-image #thankyou {
  display: none;
}
#header-image .privacy-policy, #header-image p.privacy-policy, #header-image a.policy-link, #header-image a:hover.policy-link, #header-image #privacy-policy {
  color: #6d6e71;
  text-align: left;
}
#header-image .privacy-policy {
  font-size: 10px;
  text-align: center;
}
#header-image p.privacy-policy {
  font-size: 10px;
  margin: 20px 30px 15px 30px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  #header-image p.privacy-policy {
    padding-left: 15px;
  }
}
#header-image p.privacy-policy img {
  margin-right: 10px;
  text-align: left;
}
#header-image a.policy-link {
  text-decoration: underline;
  color: #6d6e71;
}
#header-image a:hover.policy-link {
  text-decoration: none;
  color: #6d6e71;
}
#header-image #privacy-policy {
  display: none;
  font-size: 9px;
  width: 90%;
  margin: 0 5% 20px;
}
#header-image .custom-select {
  position: relative;
  padding: 0 0;
  background: black;
  margin-bottom: 20px;
  border: 1px solid #b85400;
}
@media screen and (max-width: 992px) {
  #header-image .custom-select {
    margin-bottom: 10px;
  }
}
#header-image .custom-select select {
  display: none !important;
  /*hide original SELECT element:*/
}
#header-image .select-selected {
  background-color: white;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #b85400 !important;
}
#header-image .select-selected:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  #header-image .select-selected {
    margin-bottom: 10px;
  }
}
#header-image .select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #b85400 transparent transparent transparent;
}
#header-image .select-selected.select-arrow-active:after {
  border-color: transparent transparent #b85400 transparent;
  top: 12px;
}
#header-image .select-items div, #header-image .select-selected {
  color: #b85400;
  font-size: 14px;
  padding: 12px 1rem;
  border: 0px solid #b85400;
  cursor: pointer;
  border-bottom: 1px solid rgba(184, 84, 0, 0.5);
}
#header-image .select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  border-top: none;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #b85400 !important;
}
#header-image .select-hide {
  display: none;
}
#header-image .select-items div:hover, #header-image .same-as-selected {
  background-color: rgba(0, 0, 0, 0.3);
}
#header-image .name-wrapper {
  height: 53px;
}
#header-image .half-width-left {
  width: 48%;
  float: left;
}
#header-image .half-width-right {
  width: 48%;
  float: right;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #header-image {
    padding: 80px 65px;
    max-width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 20%, transparent 80%), url(../images/header-desktop.jpg) center center no-repeat, url(../images/header-lowres.jpg) left center no-repeat;
    background-size: cover !important;
  }
  #header-image .section-subheader {
    background: #b85400;
    color: white;
    font-size: 1.5rem;
    padding: 0.375rem 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-shadow: none;
    text-transform: uppercase;
    display: inline-block;
  }
  #header-image .section-header {
    color: white;
    margin: 0 0 0;
    padding: 0 0 0px 0;
    line-height: 0.85;
    text-align: left;
    font-family: "Selune Clair";
    padding: 0 0px 5px 0;
    font-size: 2.5rem;
    margin: 0 0 5px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }
  #header-image .section-header span {
    background: #b85400;
    color: white;
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    /* 				text-shadow: 0 0 20px #000000; */
    text-shadow: none;
    text-transform: uppercase;
  }
  #header-image .section-header br {
    margin: 0px 0 1rem;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #header-image .pricepoint {
    font-family: "Selune Clair";
    font-style: normal;
    font-size: 4.5rem;
    line-height: 0.8;
    color: white;
    text-align: left;
    text-shadow: 0 0 30px black;
  }
}
@media screen and (max-width: 1024px) {
  #header-image {
    padding: 140px 15px 60px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 20%, transparent 80%), url(../images/header-tablet-landscape.jpg) center center no-repeat, url(../images/header-lowres.jpg) center center no-repeat;
  }
  #header-image .section-subheader {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0 0 0px 0;
    line-height: 0.85;
    display: block;
    padding: 0 20px 5px 0;
    font-size: 2rem;
    margin: 0 0 5px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    text-align: left;
  }
  #header-image .section-header br {
    margin: 0px 0 1rem;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #header-image .pricepoint {
    font-size: 4.5rem;
    line-height: 0.8;
    text-shadow: 0 0 30px black;
  }
}
@media screen and (max-width: 992px) {
  #header-image {
    padding: 140px 0 60px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 20%, transparent 80%), url(../images/header-tablet-landscape.jpg) center center no-repeat, url(../images/header-lowres.jpg) center center no-repeat;
  }
  #header-image .section-subheader {
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0 0 0px 0;
    line-height: 0.85;
    display: block;
    padding: 0 20px 5px 0;
    font-size: 1.5rem;
    margin: 0 0 5px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    text-align: left;
  }
  #header-image .section-header br {
    margin: 0px 0 1rem;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #header-image .pricepoint {
    font-size: 3rem;
    line-height: 0.8;
    text-shadow: 0 0 30px black;
  }
}
@media screen and (max-width: 767px) {
  #header-image {
    padding: 280px 0 60px;
    height: auto;
    background: url(../images/header-mob.jpg) center top no-repeat, url(../images/header-lowres.jpg) center top no-repeat;
    background-size: contain !important;
    background-color: #333;
    background-position: center top !important;
    text-align: center;
  }
  #header-image .section-subheader {
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
  }
  #header-image .section-header {
    padding: 0 0 5px 0;
    font-size: 1.5rem;
    margin: 0 0 5px;
    text-align: center;
    background-size: 100% 120px;
    line-height: 1.1;
  }
  #header-image .section-header br {
    margin: 20px 0;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #header-image .pricepoint {
    font-style: normal;
    font-size: 3.75rem;
    text-align: center;
    margin: 0 0 1rem;
    padding: 0 0;
  }
}
@media screen and (max-width: 375px) {
  #header-image {
    padding: 270px 0 40px;
    height: auto;
    background: url(../images/header-mob.jpg) center top no-repeat, url(../images/header-lowres.jpg) center top no-repeat;
    background-size: contain !important;
    background-color: #333;
    background-position: center top !important;
    text-align: center;
  }
  #header-image .section-subheader {
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
  }
  #header-image .section-header {
    padding: 0 0 5px 0;
    font-size: 1.5rem;
    margin: 10px 0 5px;
    text-align: center;
    background-size: 100% 120px;
    line-height: 1.1;
  }
  #header-image .section-header br {
    margin: 0 0 30px 0;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #header-image .pricepoint {
    font-style: normal;
    font-size: 3.75rem;
    text-align: center;
    margin: 0 0 1rem;
    padding: 0 0;
  }
}

/* Section 1 
 ================================================== */
#section-1 {
  padding: 70px 0 30px;
  background-position-y: 3.75rem;
  background: #ede5da;
}
#section-1 .section-1-heading {
  font-family: "Selune Clair";
  font-size: 3rem;
  margin: 0 0 25px;
  padding: 0 0 0 0;
  line-height: 0.8;
  color: black;
}
#section-1 .hyphenate {
  width: 100%;
  margin-bottom: 0.6em;
  text-align: left;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#section-1 .section-1-intro {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: black;
  margin: 0 0 15px;
  padding: 0 0rem 0 0;
  line-height: 1.6;
}
#section-1 .bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0 0rem 0 0;
}
#section-1 .pricebox-holder {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: auto;
  padding: 10px 0 0;
}
#section-1 .pricebox-holder, #section-1 .scrolling-wrapper-flexbox {
  height: auto;
  margin: 0 0 20px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
#section-1 .pricebox-holder::-webkit-scrollbar, #section-1 .scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}
#section-1 .package {
  background: white;
  width: auto;
  transition: all 0.6s ease;
  height: auto;
  margin: 0 0 50px;
  text-align: center;
  color: #ede5da;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#section-1 .package .copy-wrapper {
  /* 			border-left: 1px solid $lime; */
}
#section-1 .package .package-title {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 1rem 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 0 0;
  color: black;
  text-align: left;
}
#section-1 .package .package-pricepoint {
  font-size: 2rem;
  line-height: 0.8;
  padding: 0 1rem 24px 1rem;
  margin: 0 0 0;
  font-family: "Selune Clair";
  color: black;
  text-align: left;
}
#section-1 .package .package-pricepoint span {
  font-size: 1.5rem;
}
#section-1 .package img {
  margin: 0 0 1.5rem;
}
#section-1 .package img:hover {
  opacity: 0.8;
}
#section-1 .package ul {
  padding: 0 0 0 1rem;
  color: black;
  text-align: left;
}
#section-1 .package ul li {
  display: inline-block;
  font-size: 1rem;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: auto;
  margin-right: 0.375rem;
}
#section-1 .package ul .bed {
  background: url(../images/icon-bed-grey.svg) left center no-repeat;
  background-size: 30px 20px;
  padding: 5px 0 0 33px;
}
#section-1 .package ul .bath {
  background: url(../images/icon-bath-grey.svg) left center no-repeat;
  background-size: 23px 23px;
  padding: 5px 0 0 30px;
}
#section-1 .package ul .size {
  background: url(../images/icon-size-grey.svg) left center no-repeat;
  background-size: 23px 25px;
  padding: 5px 0 0 30px;
}
#section-1 .package ul .car {
  background: url(../images/icon-car-grey.svg) left center no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
#section-1 .package .button {
  width: 100%;
  border: 2px solid #b85400;
  background: #b85400;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.875rem;
  border: 0px solid white;
  display: inline-block;
  width: auto;
  margin: 0 auto 20px;
}
#section-1 .package .button:hover {
  background: black;
}
#section-1 .line {
  margin: 50px auto;
  height: 1px;
  width: 86px;
  background-color: #b7d432;
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 40px 0;
  }
  #section-1 .section-1-heading {
    font-size: 2.5rem;
    margin: 0 0 25px;
    padding: 0 2rem 0 0;
  }
  #section-1 .section-1-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 2rem 0 0;
  }
  #section-1 .bold {
    padding: 0 2rem 0 0;
  }
  #section-1 .package {
    margin: 0 0;
  }
  #section-1 .package .package-title {
    font-size: 0.875rem;
    line-height: 1;
    padding: 0 0;
    margin: 0 1rem;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.875rem;
    margin: 0 0 0;
    padding: 0 1rem 1rem 1rem;
  }
  #section-1 .package .package-pricepoint span {
    font-size: 1.5rem;
  }
  #section-1 .package ul {
    padding: 10px 0 0 20px;
    margin: 0 0;
  }
  #section-1 .package ul li {
    font-size: 0.875rem;
  }
  #section-1 .package ul .bed {
    background: url(../images/icon-bed-grey.svg) left center no-repeat;
    background-size: 24px 16px;
    padding: 5px 0 0 26px;
  }
  #section-1 .package ul .bath {
    background: url(../images/icon-bath-grey.svg) left center no-repeat;
    background-size: 18px 18px;
    padding: 5px 0 0 24px;
  }
  #section-1 .package ul .size {
    background: url(../images/icon-size-grey.svg) left center no-repeat;
    background-size: 18px 20px;
    padding: 5px 0 0 24px;
  }
  #section-1 .package ul .car {
    background: url(../images/icon-car-grey.svg) left center no-repeat;
    background-size: 18px 18px;
    padding: 5px 0 0 24px;
  }
  #section-1 .package .button {
    margin: 0 1rem 30px 1rem;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 992px) {
  #section-1 {
    padding: 40px 0 20px;
  }
  #section-1 .section-1-heading {
    padding: 0 0;
    font-size: 2.5rem;
  }
  #section-1 .section-1-intro {
    font-size: 1rem;
    margin: 0 0 20px;
    padding: 0 0;
  }
  #section-1 .bold {
    font-size: 1rem;
  }
  #section-1 .package {
    padding-bottom: 10px;
  }
  #section-1 .package .package-title {
    font-size: 1rem;
    line-height: 1;
    padding: 0 0 0;
    margin: 0 20px;
  }
  #section-1 .package .package-pricepoint {
    font-size: 2rem;
    line-height: 0.8;
    margin: 0 0 0;
    padding: 0 20px 16px 20px;
    line-height: 1.2;
  }
  #section-1 .package .package-pricepoint span {
    font-size: 1.5rem;
  }
  #section-1 .package ul {
    padding: 10px 0 0 20px;
  }
  #section-1 .package .button {
    margin: 0 20px 20px;
    padding: 20px 20px 20px 20px;
    font-size: 0.875rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 30px 10px 10px 10px;
  }
  #section-1 .section-1-heading {
    font-size: 2.5rem;
    margin: 0 0 1rem;
    padding: 0 0 0 0;
    text-align: left;
  }
  #section-1 .section-1-intro {
    padding: 0 0 0 0;
    font-size: 1rem;
  }
  #section-1 .bold {
    padding: 0 0 0 0;
  }
  #section-1 .pricebox-holder, #section-1 .scrolling-wrapper-flexbox {
    margin: 0 0 20px -15px;
  }
  #section-1 .package {
    margin: 0px 0 30px;
  }
  #section-1 .package img {
    margin: 0 0 0.5rem;
  }
  #section-1 .package .package-title {
    padding: 10px 0px 0 0;
  }
  #section-1 .package .package-pricepoint {
    font-size: 2rem;
    line-height: 1.1;
    padding: 0 25px 20px 25px;
    margin: 0 0 0;
  }
  #section-1 .package ul {
    padding: 0 0 0 25px;
    margin: 5px 0;
  }
  #section-1 .package .button {
    margin: 0 15px 25px 25px;
    padding: 15px 30px;
  }
}

/* Section 2 
 ================================================== */
#section-2 {
  padding: 70px 0 0;
  background: white;
  position: relative;
  color: black;
}
#section-2 .container {
  position: relative;
}
#section-2 .section-2-subheader {
  background: #b85400;
  color: white;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-shadow: none;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 2rem;
}
#section-2 .section-2-heading {
  font-family: "Selune Clair";
  font-size: 3rem;
  margin: 0 0 25px;
  padding: 0 0rem 0 0;
  line-height: 1;
  color: black;
}
#section-2 .section-2-heading br {
  margin: 0px 0 1rem;
  content: " ";
  display: block;
  font-size: 24%;
}
#section-2 .section-2-intro {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 15px;
  padding: 0 4rem 0 0;
  line-height: 1.6;
}
#section-2 .caption {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 15px 0;
  padding: 0 0;
  line-height: 1.6;
  text-align: right;
  cursor: pointer;
}
#section-2 .pad-left {
  padding-left: 2rem;
}
#section-2 .img-fluid {
  transition: all 0.6s ease;
  cursor: pointer;
}
#section-2 .img-fluid:hover {
  opacity: 0.8;
}
#section-2 ul {
  font-size: 1rem;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 0 0 0 1rem;
}
#section-2 ul li {
  margin: 0 0 0.875rem;
  padding: 0 0rem 0 0;
}
#section-2 .cols {
  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
  padding: 0 0 0 20px;
  height: 200px;
  border: 1px solid red;
}
#section-2 .cols ul {
  font-size: 1rem;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#section-2 .cols ul li {
  margin: 0 0 0.875rem;
  padding: 0 1rem 0 0;
}
#section-2 .slider {
  max-width: 1140px;
  margin: 60px auto 0;
  background: grey;
  position: relative;
}
#section-2 .slider .slick-prev:before, #section-2 .slider .slick-next:before {
  color: white;
}
#section-2 .slider .slick-prev, #section-2 .slider .slick-next {
  background: #b85400;
}
@media screen and (max-width: 1024px) {
  #section-2 .slider {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 9767px) {
  #section-2 .slider .slick-dots {
    background: #ede5da;
  }
}
@media screen and (max-width: 1024px) {
  #section-2 {
    padding: 40px 0 40px;
  }
  #section-2 .section-2-subheader {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    margin-left: 0;
  }
  #section-2 .section-2-heading {
    font-size: 2.5rem;
    margin: 0 0 25px;
    padding: 0 0;
  }
  #section-2 .section-2-heading br {
    margin: 0px 0 1rem;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #section-2 .section-2-intro {
    padding: 0 0 0 0;
  }
  #section-2 .cols {
    height: 220px;
  }
  #section-2 .cols ul li {
    font-size: 1rem;
    margin: 0 0 0.375rem;
    padding: 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-2 {
    padding: 40px 0;
  }
  #section-2 .section-2-heading {
    font-size: 2.5rem;
    margin: 0 0 25px;
    padding: 0 0 0 0;
  }
  #section-2 .cols {
    height: 160px;
  }
  #section-2 .cols ul li {
    font-size: 1rem;
    margin: 0 0 0.375rem;
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-2 {
    padding: 30px 10px 10px 10px;
  }
  #section-2 .section-2-subheader {
    font-size: 1rem;
    margin-left: 15px;
  }
  #section-2 .section-2-heading {
    font-size: 2.5rem;
    margin: 0 0 1rem;
    padding: 0 0 0 0;
    text-align: left;
  }
  #section-2 .section-2-heading br {
    margin: 0px 0 30px;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #section-2 .pad-left {
    padding-left: 15px;
  }
  #section-2 ul {
    padding-left: 30px;
  }
  #section-2 .caption {
    text-align: left;
    padding: 0 0 15px 15px;
  }
  #section-2 .cols {
    padding: 0 0 0 1rem;
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    height: auto;
  }
  #section-2 .cols ul {
    font-size: 1rem;
    margin: 0 0 12px;
  }
  #section-2 .cols ul li {
    margin: 0 0 0.5rem;
    padding: 0 0;
  }
  #section-2 .slider {
    width: calc(120% + 40px);
    margin-left: -40px;
    margin-right: -40px;
  }
}

/* Carousel  
 ================================================== */
#carousel-1 {
  padding: 30px 0;
  background: white;
}
#carousel-1 .slick-slide img {
  display: block;
  padding: 0px 5px;
  height: 600px;
}
#carousel-1 .slick-dots {
  background: white;
  padding: 20px;
}
#carousel-1 .slick-dots li button:before {
  color: black;
}
#carousel-1 .slick-dots {
  bottom: -31px;
}
@media screen and (max-width: 992px) {
  #carousel-1 .slick-slide img, #carousel-1 #carousel-2 .slick-slide img {
    display: block;
    padding: 0px 5px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #carousel-1 {
    padding: 0 0 0;
  }
  #carousel-1 .slick-slide img {
    padding: 0px 5px 0 5px;
    height: 300px;
  }
  #carousel-1 .slider {
    width: calc(120% + 40px);
    margin-left: -40px;
    margin-right: -40px;
  }
}

/* Section 3 
 ================================================== */
#section-3 {
  padding: 70px 0 0;
  background: white;
  position: relative;
  color: black;
}
#section-3 .container {
  position: relative;
}
#section-3 .section-3-subheader {
  background: #b85400;
  color: white;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-shadow: none;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 2rem;
}
#section-3 .section-3-heading {
  font-family: "Selune Clair";
  font-size: 3rem;
  margin: 0 0 25px;
  padding: 0 0rem 0 0;
  line-height: 1;
  color: black;
}
#section-3 .section-3-heading span {
  background: #b85400;
  color: white;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  /* 				text-shadow: 0 0 20px #000000; */
  text-shadow: none;
  text-transform: uppercase;
  /*
  				-webkit-box-shadow: 0 0 20px 0 rgba(black,0.25);
  				box-shadow: 0 0 20px 0 rgba(black,0.25);
  */
}
#section-3 .section-3-heading br {
  margin: 0px 0 1rem;
  content: " ";
  display: block;
  font-size: 24%;
}
#section-3 .section-3-intro {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 15px;
  padding: 0 4rem 0 0;
  line-height: 1.6;
}
#section-3 .bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0 0rem 0 0;
}
#section-3 .caption {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 15px 0;
  padding: 0 0;
  line-height: 1.6;
  text-align: right;
  cursor: pointer;
}
#section-3 .pad-left {
  padding-left: 2rem;
}
#section-3 .img-fluid {
  transition: all 0.6s ease;
  cursor: pointer;
}
#section-3 .img-fluid:hover {
  opacity: 0.8;
}
#section-3 ul {
  font-size: 1rem;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 0 0 0 1rem;
}
#section-3 ul li {
  margin: 0 0 0.875rem;
  padding: 0 0rem 0 0;
}
#section-3 .cols {
  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
  padding: 0 0 0 20px;
  height: 200px;
  border: 1px solid red;
}
#section-3 .cols ul {
  font-size: 1rem;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#section-3 .cols ul li {
  margin: 0 0 0.875rem;
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 1024px) {
  #section-3 {
    padding: 40px 0 0;
  }
  #section-3 .section-3-subheader {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    margin: 0 0 1rem;
  }
  #section-3 .section-3-heading {
    font-size: 2.5rem;
    margin: 0 0 25px;
    padding: 0 0;
  }
  #section-3 .section-3-heading br {
    margin: 0px 0 1rem;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #section-3 .section-3-intro {
    padding: 0 0 0 0;
  }
  #section-3 .cols {
    height: 220px;
  }
  #section-3 .cols ul li {
    font-size: 1rem;
    margin: 0 0 0.375rem;
    padding: 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-3 {
    padding: 40px 0 0;
  }
  #section-3 .section-3-heading {
    font-size: 2.5rem;
    margin: 0 0 25px;
    padding: 0 0 0 0;
  }
  #section-3 .cols {
    height: 160px;
  }
  #section-3 .cols ul li {
    font-size: 1rem;
    margin: 0 0 0.375rem;
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-3 {
    padding: 30px 10px 0;
  }
  #section-3 .section-3-subheader {
    font-size: 1rem;
    margin-left: 15px;
  }
  #section-3 .section-3-heading {
    font-size: 2.5rem;
    margin: 0 0 1rem;
    padding: 0 0 0 0;
    text-align: left;
  }
  #section-3 .section-3-heading br {
    margin: 0px 0 30px;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #section-3 .pad-left {
    padding-left: 15px;
  }
  #section-3 ul {
    padding-left: 30px;
  }
  #section-3 .caption {
    text-align: left;
    padding: 0 0 15px 15px;
  }
  #section-3 .cols {
    padding: 0 0 0 1rem;
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    height: auto;
  }
  #section-3 .cols ul {
    font-size: 1rem;
    margin: 0 0 12px;
  }
  #section-3 .cols ul li {
    margin: 0 0 0.5rem;
    padding: 0 0;
  }
}

/* Section 4 
 ================================================== */
#section-4 {
  padding: 70px 0;
  background: #ede5da;
  color: black;
}
#section-4 .section-4-heading {
  font-family: "Selune Clair";
  font-size: 3rem;
  margin: 0 0 25px;
  padding: 0 0 0 0;
  line-height: 1;
}
#section-4 .section-4-intro {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 15px;
  padding: 0 1rem 0 0;
  line-height: 1.6;
}
#section-4 .bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0 4rem 0 0;
}
#section-4 .cols {
  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
  padding: 0 0 0 0;
  height: auto;
}
#section-4 .cols ul {
  font-size: 1rem;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#section-4 .cols ul li {
  margin: 0 0 0.875rem 1rem;
  padding: 0 0 0 0;
}
#section-4 .button {
  width: 100%;
  border: 2px solid #b85400;
  background: #b85400;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.875rem;
  display: inline-block;
  width: auto;
}
#section-4 .button:hover {
  background: black;
}
#section-4 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 0 0;
}
#section-4 .embed-container iframe, #section-4 .embed-container object, #section-4 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-4 img {
  cursor: pointer;
  transition: all 0.6s ease;
}
#section-4 img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  #section-4 {
    padding: 40px 0;
  }
  #section-4 .section-4-heading {
    font-size: 2.5rem;
    margin: 0 0 25px;
    padding: 0 0 0 0;
  }
  #section-4 .bold {
    padding: 0 0 0 0;
  }
  #section-4 .cols .section-3-intro {
    font-size: 1rem;
    margin: 0 0 25px;
    padding: 0 0 0 0;
  }
  #section-4 .cols ul {
    padding: 0 0 1rem 1rem;
  }
  #section-4 .cols ul li {
    font-size: 1rem;
    margin: 0 0 0.375rem;
  }
  #section-4 .button {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 992px) {
  #section-4 .section-4-heading {
    font-size: 2rem;
    margin: 0 0 25px;
    padding: 0 0rem;
  }
  #section-4 .section-4-intro {
    padding: 0 0;
  }
  #section-4 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0 0 0 0px;
    margin: 0 0 0;
    height: auto;
  }
  #section-4 .cols .section-3-intro {
    padding: 0 0;
  }
  #section-4 .button {
    display: inline-block;
    margin: 0 auto 30px;
  }
  #section-4 .bold {
    font-size: 1rem;
  }
  #section-4 img {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #section-4 {
    padding: 30px 10px;
  }
  #section-4 .section-4-heading {
    font-size: 2.5rem;
    margin: 0 0 20px;
    padding: 0 15px;
    text-align: left;
  }
  #section-4 .section-4-intro {
    padding: 0 15px;
  }
  #section-4 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0 0 0 0;
    margin: 0 0 0px;
    height: auto;
  }
  #section-4 .cols ul li {
    padding: 0 0;
  }
  #section-4 .cols .button {
    padding: 20px 90px 20px 20px;
    font-size: 1rem;
  }
  #section-4 .section-3-intro {
    padding: 0 0;
  }
}

/* Google Map
 ================================================== */
#map-header {
  padding: 40px 0 30px;
  background: #ede5da;
}
#map-header .copy-wrapper {
  margin: -60px 0 1rem 0;
}
#map-header .map-subheader {
  background: #b85400;
  color: white;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  margin: 0 0 1rem 0;
  width: auto;
  display: inline-block;
}
#map-header .map-heading {
  font-family: "Selune Clair";
  font-size: 3rem;
  margin: 0 0 25px;
  padding: 0 3rem 0 0;
  line-height: 1;
  color: black;
}
#map-header .map-heading br {
  margin: 0px 0 1rem;
  content: " ";
  display: block;
  font-size: 24%;
}
#map-header .map-address {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: auto;
  color: black;
  margin: 0 0;
}
#map-header .button {
  width: 100%;
  border: 2px solid #b85400;
  background: #b85400;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.875rem;
  display: inline-block;
  width: auto;
  margin: 0 0;
  border: 0;
}
#map-header .button:hover {
  background: black;
}
@media screen and (max-width: 1024px) {
  #map-header {
    padding: 30px 0;
  }
  #map-header .copy-wrapper {
    margin: -50px 0 1rem 0;
  }
  #map-header .map-subheader {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  #map-header .map-heading {
    font-size: 2.5rem;
    padding: 0 0 0 0;
    margin: 0 0 10px;
  }
  #map-header .map-address {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #map-header {
    padding: 30px 0;
    margin-top: 50px;
  }
  #map-header .copy-wrapper {
    margin: -45px 0 1rem 0;
  }
  #map-header .map-heading {
    font-size: 2rem;
    padding: 0 20px 0 0;
    margin: 0 0 10px;
  }
  #map-header .map-address {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header {
    padding: 30px 10px;
    margin-top: 0;
  }
  #map-header .copy-wrapper {
    margin: 0 0 1rem 15px;
  }
  #map-header .map-heading {
    font-size: 2.5rem;
    margin: 0 0 10px;
    padding: 0 0;
  }
  #map-header .map-address {
    line-height: 1.3;
    margin: 0 0 1.5rem;
  }
  #map-header .button {
    margin-left: 15px;
  }
}

#google-map {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1024px) {
  #google-map {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  #google-map {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  #google-map {
    height: 350px;
  }
}

/* Footer Section Styles
 ================================================== */
#footer {
  padding: 40px 0;
  background: #ede5da;
  color: black;
}
#footer .disclaimer {
  font-size: 0.875rem;
  margin: 0 0 1rem;
  padding: 0 1rem 0 0;
}
#footer .disclaimer .bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#footer .disclaimer a {
  color: white;
  text-decoration: underline;
}
#footer .sarazin-logo, #footer .southlake-logo, #footer .drive-logo {
  height: 53px;
  transition: all 0.6s ease;
  background-size: contain !important;
  display: inline-block;
  padding: 0px 0;
  text-align: center;
  margin: 0 2rem 0rem 0;
}
#footer .sarazin-logo:hover, #footer .southlake-logo:hover, #footer .drive-logo:hover {
  opacity: 0.6;
}
#footer .sarazin-logo {
  width: 115px;
  background: url(../images/logo-sarazin.svg) left center no-repeat;
}
#footer .southlake-logo {
  width: 93px;
  background: url(../images/logo-southlake.svg) left center no-repeat;
}
#footer .drive-logo {
  width: 82px;
  background: url(../images/logo-drive.svg) left center no-repeat;
}
#footer #logo-wrapper {
  margin: auto;
  display: inline-block;
  width: 50%;
}
#footer #project-footer-logo {
  width: 100px;
  height: 50px;
  margin: 0 0 20px;
  background: url(../images/project-logo.svg) left center no-repeat;
  background-size: contain !important;
  transition: all 0.6s ease;
  float: left;
}
#footer #project-footer-logo:hover {
  opacity: 0.5;
}
#footer ul {
  list-style-type: none;
  margin: 50px 0 0;
  text-transform: uppercase;
  height: 43px;
  padding: 23px 0 0 0;
}
#footer ul li {
  display: inline-block;
  font-size: 0.6875rem;
  border-right: 1px solid rgba(183, 212, 50, 0.7);
  padding: 0 0.5rem;
  color: #b7d432;
}
#footer ul li:first-child {
  padding: 0 0.5rem 0 0;
}
#footer ul li:last-child {
  padding: 0 0 0 0.5rem;
  border-right: none;
}
#footer ul li a {
  text-decoration: none;
  color: #b7d432;
}
#footer ul li a:hover {
  border-bottom: 1px solid #b7d432;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 992px) {
  #footer {
    padding: 30px 0;
  }
  #footer #logo-wrapper {
    width: 67%;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 25px 15px;
  }
  #footer #logo-wrapper {
    width: 100%;
  }
  #footer #logo-wrapper .sarazin-logo, #footer #logo-wrapper .southlake-logo, #footer #logo-wrapper .drive-logo {
    margin: 0 1rem;
  }
  #footer #logo-wrapper .sarazin-logo {
    width: 90px;
  }
  #footer #logo-wrapper .southlake-logo {
    width: 68px;
  }
  #footer #logo-wrapper .drive-logo {
    width: 57px;
  }
  #footer ul {
    height: 30px;
    padding: 10px 0 0 0;
  }
  #footer ul li {
    border-right: 1px solid #b7d432;
    line-height: 1;
  }
  #footer ul li:nth-child(2) {
    margin-right: 30px;
    border-right: none;
  }
  #footer ul li:first-child {
    padding: 0 0.4rem 0 0;
  }
  #footer ul li:last-child {
    padding: 0 0 0 0rem;
  }
}

.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);
}

.red {
  border: 1px solid red;
}

/*
@media (min-width: 576px) {
	.modal-dialog {
	    max-width: 970px;
	    margin: 1.75rem auto;
	}
}
*/
/* form stuff */
#formcontent {
  background: white;
  width: 100%;
  padding: 30px 0 40PX;
  margin: 0;
  z-index: 100;
  position: relative;
}
#formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
  background-size: 100% 80px;
  font-family: "Selune Clair";
  font-size: 3.5rem;
  color: black;
  padding: 0 0;
  margin: 0 30px 1rem;
  display: block;
  text-align: left;
  width: auto;
  border-bottom: 2px solid black;
  line-height: 0.8;
}
#formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
  color: white;
  font-size: 1.25rem;
  text-align: left;
}
#formcontent .stamp-duty-savings {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #b85400;
  line-height: 1.4;
  padding: 0 30px;
  margin: 0 0 10px;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: left;
}
#formcontent #location {
  width: 130px;
  height: 130px;
  text-align: center;
  position: absolute;
  background: #b85400;
  color: white;
  border-radius: 50%;
  border: 3px solid #ede5da;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: -50px 0 0 310px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 40px 0 0 0;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.36);
}
#formcontent #location span {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#formcontent .contact {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 15px 0;
}
#formcontent .download-button {
  width: 100%;
  border: 2px solid #b85400;
  background: #b85400;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.875rem;
  border: 0px solid white;
  display: inline-block;
  width: auto;
  padding: 15px 80px 15px 20px;
  margin: 30px 0 30px 0;
  color: white;
  text-align: left;
  background: #b85400 url(../images/chevron-white.svg) 93% center no-repeat;
  background-size: 6%;
}
#formcontent .download-button:hover {
  background: black;
}
#formcontent .download-button:hover {
  background: #b85400 url(../images/chevron-white.svg) 95% center no-repeat;
  background-size: 6%;
  border: 0px solid #b85400;
}
@media screen and (max-width: 1024px) {
  #formcontent {
    padding: 30px 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2.25rem;
    padding: 0 0;
    margin: 0 30px 1rem;
    border-bottom: 2px solid black;
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
    text-align: left;
  }
  #formcontent .stamp-duty-savings {
    line-height: 1.4;
    padding: 0 50px 0 30px;
    margin: 0 0 10px;
    font-size: 1rem;
  }
  #formcontent #location {
    width: 120px;
    height: 120px;
    margin: -30px 0 0 215px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 40px 0 0 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.36);
  }
  #formcontent #location span {
    font-size: 1.125rem;
  }
  #formcontent .contact {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 15px 0;
  }
}
@media screen and (max-width: 992px) {
  #formcontent {
    padding: 25px 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2.25rem;
    padding: 0 0;
    margin: 0 20px 1rem;
    border-bottom: 2px solid black;
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
    text-align: left;
  }
  #formcontent .stamp-duty-savings {
    line-height: 1.4;
    padding: 0 0px 0 20px;
    margin: 0 0 10px;
    font-size: 0.875rem;
  }
  #formcontent #location {
    width: 110px;
    height: 110px;
    margin: -50px 0 0 200px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 36px 0 0 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.36);
  }
  #formcontent #location span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #formcontent {
    width: 95%;
    padding: 20px 0;
    margin: 20px auto 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2.75rem;
    padding: 0 0;
    margin: 0 20px 1rem;
    border-bottom: 2px solid black;
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
    text-align: left;
  }
  #formcontent .stamp-duty-savings {
    line-height: 1.4;
    padding: 0 0px 0 20px;
    margin: 0 0 10px;
    font-size: 1rem;
  }
  #formcontent #location {
    width: 110px;
    height: 110px;
    margin: -50px 0 0 250px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 24px 0 0 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.36);
  }
  #formcontent #location span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 415px) {
  #formcontent {
    width: 95%;
    padding: 20px 0;
    margin: 20px auto 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2.75rem;
    padding: 0 0;
    margin: 0 20px 1rem;
    border-bottom: 2px solid black;
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
    text-align: left;
  }
  #formcontent .stamp-duty-savings {
    line-height: 1.4;
    padding: 0 0px 0 20px;
    margin: 0 0 10px;
    font-size: 1rem;
  }
  #formcontent #location {
    width: 110px;
    height: 110px;
    margin: -35px 0 0 235px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 40px 0 0 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.36);
  }
  #formcontent #location span {
    font-size: 1rem;
  }
}

.white-border {
  border: 10px solid white;
}

.beige-border {
  border: 10px solid rgba(184, 84, 0, 0.5);
}

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

label {
  width: auto;
}

#thankyou1, #sorry1 {
  display: none;
}

#jpform {
  height: 295px;
}

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

fieldset {
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  fieldset {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  fieldset {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  fieldset {
    padding: 0 20px;
  }
}

input, label, a.selectbox-link span.selectbox-link-text, input, .button-link, .button-link span.msg, .button-link span#msg {
  text-transform: none;
}

input, label, a.selectbox-link span.selectbox-link-text {
  font-size: 0.875rem !important;
  color: black !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(184, 84, 0, 0.5);
  margin: 0px 0 10px 0px;
  padding: 2px 0 0 15px;
  background: transparent;
  box-shadow: none;
  transition: none;
  text-align: left;
}
input:hover {
  border-bottom: 1px solid rgba(184, 84, 0, 0.8);
}
input:focus, textarea:focus {
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.selectbox-link {
  width: 100%;
  height: 47px;
  border: none;
  border-bottom: 1px solid rgba(184, 84, 0, 0.5);
  margin: 5px 0 0px 0;
  background-color: transparent !important;
  background-image: none !important;
  position: relative;
  z-index: 10;
  border-radius: 0;
  padding: 9px 0 0 13px;
  text-align: left;
}
a.selectbox-link:hover {
  box-shadow: none;
}

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;
}

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.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}

input#Select_Something {
  left: -210px;
}

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

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

form p br {
  display: none;
}

form fieldset p label {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
}

label.infield {
  margin: 5px 0 0 0;
  color: grey;
}

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

.button-link {
  width: 100%;
  border: 2px solid #b85400;
  background: #b85400;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.875rem;
  width: 100%;
  height: auto;
  margin: 20px 0 30PX;
  padding: 20px 20px 20px 20px;
  background-size: 5%;
  border: 0px solid #b85400;
  cursor: pointer;
  transition: all 0.6s ease;
}
.button-link:hover {
  background: black;
}
@media screen and (max-width: 1024px) {
  .button-link {
    padding: 15px 20px;
  }
}
.button-link span.msg, .button-link span#msg {
  font-size: 1.75rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .button-link span.msg, .button-link span#msg {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 992px) {
  .button-link span.msg, .button-link span#msg {
    font-size: 1.5rem;
  }
}

#loadingbtn, #thankyou {
  display: none;
}

/* Privacy Policy */
.privacy-policy, p.privacy-policy, a.policy-link, a:hover.policy-link, #privacy-policy {
  color: #6d6e71;
  text-align: left;
}

.privacy-policy {
  font-size: 10px;
  text-align: center;
}

p.privacy-policy {
  font-size: 10px;
  margin: 20px 30px 15px 30px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  p.privacy-policy {
    padding-left: 15px;
  }
}

p.privacy-policy img {
  margin-right: 10px;
  text-align: left;
}

a.policy-link {
  text-decoration: underline;
  color: #6d6e71;
}

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

#privacy-policy {
  display: none;
  font-size: 9px;
  width: 90%;
  margin: 0 5% 20px;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  padding: 0 0;
  background: black;
  margin-bottom: 20px;
  border: 1px solid #b85400;
}
@media screen and (max-width: 992px) {
  .custom-select {
    margin-bottom: 10px;
  }
}

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

.select-selected {
  background-color: white;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #b85400 !important;
}
.select-selected:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  .select-selected {
    margin-bottom: 10px;
  }
}

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

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

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #b85400;
  font-size: 14px;
  padding: 12px 1rem;
  border: 0px solid #b85400;
  cursor: pointer;
  border-bottom: 1px solid rgba(184, 84, 0, 0.5);
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  border-top: none;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #b85400 !important;
}

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

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.3);
}
