@import url(fonts/fonts.css);
/* Variables */
.button_slide {
  color: #FFF;
  border-radius: 100px;
}

/* reset stuff */
* {
  margin: 0;
  padding: 0;
}

/* set stuff */
html, body {
  overflow-x: hidden;
  background: #fffaf2;
  font-family: maison;
  scroll-behavior: smooth;
}

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: 1340px;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

/* 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: fixed;
  top: 105px;
  z-index: 100;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #stamp-duty-savings {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 992px) {
  #stamp-duty-savings {
    width: 200px;
    height: 200px;
    margin: 85px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #stamp-duty-savings {
    width: 180px;
    height: 180px;
    margin: 0 0 0 0;
    top: 95px;
  }
}

.compressed-banner {
  width: 250px;
  height: 250px;
  margin: 0 0 0 0 !important;
}
@media screen and (max-width: 1024px) {
  .compressed-banner {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 992px) {
  .compressed-banner {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .compressed-banner {
    width: 160px !important;
    height: 160px !important;
    margin: 0 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-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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 .inspect {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 0 0 0;
  }
  .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: 0.5rem 0;
  background: #081e3c;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  width: 100% !important;
  overflow-y: visible;
  height: auto;
  border-bottom: 1px solid #bb7744;
}
@media screen and (max-width: 767px) {
  .navbar.compressed {
    padding: 10px 0;
  }
}

.project-logo-standard {
  width: 100%;
  height: 150px;
  margin: 0 0 10px;
  /* 	background: url(../images/project-logo.svg) left center no-repeat; */
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    height: 35px;
  }
}
.project-logo-compressed {
  width: 300px;
  height: 60px;
  display: inline-block;
  background: url(../images/project-logo-white.svg) no-repeat;
  background-position: left top;
  margin: 0 0;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-compressed {
    height: 35px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-compressed {
    height: 35px;
  }
}
@media screen and (max-width: 415px) {
  .project-logo-compressed {
    height: 32px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-compressed {
    height: 40px;
    width: 140px;
  }
}
@media screen and (max-width: 320px) {
  .project-logo-compressed {
    height: 40px;
    width: 110px;
  }
}

#hidden-button {
  width: 100%;
  border: 1px solid #bb7744;
  background: #bb7744;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: inset 0 0 0 0 #081e3c;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  -webkit-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  width: auto;
  font-size: 1rem;
  float: right;
  margin: 0 0;
}
#hidden-button:hover {
  border: 1px solid white;
  background: #081e3c;
  color: white;
}
@media screen and (max-width: 1024px) {
  #hidden-button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #hidden-button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #hidden-button {
    margin-right: -30px;
  }
}
@media screen and (max-width: 767px) {
  #hidden-button {
    margin: 3px -10px 0 0;
    padding: 0px 20px 0px;
    line-height: 50px;
  }
}

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

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

.display-none {
  display: none;
}

/* Header Section
 ================================================== */
#header-image {
  width: 100%;
  height: auto;
  padding: 12vh 0 17vh 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%), url(../images/header-desktop.jpg) center center no-repeat, url(../images/header-lowres.jpg) center center no-repeat;
  background-size: cover, cover;
  margin: 0 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 .section-header {
  font-family: "quincy-cf", serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.1;
  color: white;
  text-align: center;
  display: block;
  margin: 0 0;
  padding: 150px 50px 0;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
  background: url(../images/project-logo-white.svg) center top no-repeat;
  background-size: auto 130px;
}
#header-image .section-header span {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  text-align: center;
  margin: 1rem auto 0;
  padding: 0.75rem 1rem;
  background: #bb7744;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 4px;
}
#header-image .section-header br {
  display: block;
  margin: 0 0 15px 0;
  content: " ";
}
#header-image .pricepoint {
  font-family: "quincy-cf", serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.1;
  color: white;
  text-align: center;
  display: block;
  margin: 0 0;
  padding: 0px 50px 0;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}
#header-image .stamp-duty {
  font-size: 1.125rem;
  margin: 1rem 0 0rem;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
#header-image #formcontent {
  background: #fffaf2;
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  z-index: 100;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
#header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
  font-family: "quincy-cf", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #081e3c;
  padding: 30px 40px 0px;
  display: block;
  text-align: center;
  width: auto;
}
#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;
}
#header-image #formcontent .stamp-duty-savings {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  color: #081e3c;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 40px;
  margin: 10px 0 0;
  text-align: center;
}
#header-image #formcontent .contact {
  font-family: maison;
  margin: 15px 0;
}
#header-image #formcontent .download-button {
  width: 100%;
  border: 1px solid #bb7744;
  background: #bb7744;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: inset 0 0 0 0 #081e3c;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  -webkit-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  border: 0px solid white;
  display: inline-block;
  width: auto;
  padding: 20px 30px 20px 30px;
  margin: 30px 0 30px 0;
  color: white;
  text-align: center;
}
#header-image #formcontent .download-button:hover {
  border: 1px solid white;
  background: #081e3c;
  color: white;
}
@media screen and (max-width: 1024px) {
  #header-image #formcontent .download-button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #header-image #formcontent .download-button {
    font-size: 0.875rem;
  }
}
#header-image #formcontent .download-button a {
  color: white;
}
#header-image #formcontent .download-button:hover {
  background: #081e3c;
  background-size: 6%;
  border: 0px solid #081e3c;
}
@media screen and (max-width: 1024px) {
  #header-image #formcontent {
    padding: 0 0 20px;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 2.5rem;
    padding: 20px 40px 0px;
  }
  #header-image #formcontent .stamp-duty-savings {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 40px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 992px) {
  #header-image #formcontent {
    padding: 0 0 20px;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 2.5rem;
    padding: 20px 20px 0px;
  }
  #header-image #formcontent .stamp-duty-savings {
    font-size: 1rem;
    line-height: 1;
    padding: 0 20px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #header-image #formcontent {
    padding: 0 0 15px 0;
    margin: 20px auto 0;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 2.5rem;
    padding: 15px 30px 0px;
  }
  #header-image #formcontent .stamp-duty-savings {
    font-size: 1rem;
    line-height: 1;
    padding: 0 30px;
    margin: 10px 0 0;
  }
}
#header-image .white-border {
  border: 10px solid white;
}
#header-image .beige-border {
  border: 10px solid rgba(8, 30, 60, 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: 15px 40px 0;
}
@media screen and (max-width: 1024px) {
  #header-image fieldset {
    padding: 15px 30px 0;
  }
}
@media screen and (max-width: 992px) {
  #header-image fieldset {
    padding: 15px 20px 0;
  }
}
@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: 1rem !important;
  color: #081e3c !important;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  #header-image input, #header-image label, #header-image a.selectbox-link span.selectbox-link-text {
    font-size: 0.875rem !important;
  }
}
#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(8, 30, 60, 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(8, 30, 60, 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: 2px solid white !important;
  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 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;
}
#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: 1px solid #bb7744;
  background: #bb7744;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: inset 0 0 0 0 #081e3c;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  -webkit-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  border: 0px solid #081e3c;
  cursor: pointer;
  transition: all 0.6s ease;
}
#header-image .button-link:hover {
  border: 1px solid white;
  background: #081e3c;
  color: white;
}
@media screen and (max-width: 1024px) {
  #header-image .button-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #header-image .button-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #header-image .button-link {
    padding: 20px 20px 20px 20px;
  }
}
#header-image .button-link span.msg, #header-image .button-link span#msg {
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #header-image .button-link span.msg, #header-image .button-link span#msg {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  #header-image .button-link span.msg, #header-image .button-link span#msg {
    font-size: 1.25rem;
  }
}
#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;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
}
#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: #081e3c;
}
#header-image a:hover.policy-link {
  text-decoration: none;
  color: #081e3c;
}
#header-image #privacy-policy {
  display: none;
  font-size: 9px;
  width: 90%;
  margin: 0 5% 20px;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
}
#header-image .custom-select {
  position: relative;
  padding: 0 0;
  background: black;
  margin-bottom: 20px;
  border: 1px solid #081e3c;
}
@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: #fffaf2;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  color: #081e3c !important;
}
#header-image .select-selected:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(8, 30, 60, 0.3);
  box-shadow: 0 0 0 0 rgba(8, 30, 60, 0.3);
}
@media screen and (max-width: 992px) {
  #header-image .select-selected {
    font-size: 0.875rem;
    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: #081e3c transparent transparent transparent;
}
#header-image .select-selected.select-arrow-active:after {
  border-color: transparent transparent #081e3c transparent;
  top: 12px;
}
#header-image .select-items div, #header-image .select-selected {
  color: #081e3c;
  font-size: 1rem;
  padding: 12px 1rem;
  border: 0px solid #081e3c;
  cursor: pointer;
  border-bottom: 1px solid rgba(8, 30, 60, 0.5);
}
@media screen and (max-width: 992px) {
  #header-image .select-items div, #header-image .select-selected {
    font-size: 0.875rem;
  }
}
#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: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  color: #081e3c !important;
}
#header-image .select-hide {
  display: none;
}
#header-image .select-items div:hover, #header-image .same-as-selected {
  background-color: rgba(8, 30, 60, 0.3);
}
#header-image #already-sold {
  width: 260px;
  height: 260px;
  background: url(../images/sold-banner.svg) top left no-repeat;
  background-size: contain !important;
  position: fixed;
  left: 0;
  z-index: 300;
  margin-top: -110px; /* Start off-screen */
  animation: slideFromTop 0.25s ease forwards;
  /* 			transition: $ease; */
}
#header-image .banner-down {
  margin-top: -31px !important;
  width: 200px !important;
  height: 200px !important;
}
@keyframes slideFromTop {
  from {
    top: -100px;
  }
  to {
    top: 108px; /* or whatever value you want to fix it at */
  }
}
#header-image .display-none {
  display: none;
}
#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 {
    width: 100%;
    height: auto;
    padding: 16vh 0 17vh 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%), url(../images/header-desktop.jpg) center center no-repeat, url(../images/header-lowres.jpg) center center no-repeat;
    background-size: cover, cover;
    margin: 0 0 0 0;
    position: relative;
  }
  #header-image .section-header {
    font-size: 3.5rem;
    line-height: 1.1;
    margin: 0 0;
    padding: 150px 50px 0;
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
    background-size: auto 130px;
  }
  #header-image .section-header span {
    font-size: 1.25rem;
    line-height: 1;
    margin: 1rem auto 0;
    padding: 0.75rem 1rem;
  }
  #header-image .section-header br {
    display: block;
    margin: 0 0 15px 0;
    content: " ";
  }
  #header-image .pricepoint {
    font-size: 5rem;
    line-height: 1.1;
    margin: 0 0;
    padding: 0px 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  #header-image {
    padding: 90px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%), url(../images/header-tablet-landscape.jpg) center bottom no-repeat, url(../images/header-lowres.jpg) center center no-repeat;
    background-size: cover, cover;
  }
  #header-image .section-header {
    font-size: 2.5rem;
    margin: 0 0;
    padding: 120px 0px 0;
    background-size: auto 120px;
  }
  #header-image .section-header span {
    font-size: 1rem;
    line-height: 1;
    margin: 1rem auto 0;
    padding: 0.5rem 1rem;
  }
  #header-image .section-header br {
    display: block;
    margin: 0 0 15px 0;
    content: " ";
  }
  #header-image .pricepoint {
    font-size: 4rem;
    line-height: 1.1;
    margin: 0 0;
    padding: 0px 50px 0;
  }
  #header-image #already-sold {
    width: 180px;
    height: 180px;
    margin-top: -85px; /* Start off-screen */
  }
  #header-image .stamp-duty {
    font-size: 1rem;
    margin: 1rem 0 0rem;
  }
  #header-image .banner-down {
    margin-top: -20px !important;
    width: 160px !important;
    height: 160px !important;
  }
  @keyframes slideFromTop {
    from {
      top: -100px;
    }
    to {
      top: 85px; /* or whatever value you want to fix it at */
    }
  }
}
@media screen and (max-width: 992px) {
  #header-image {
    padding: 75px 0 60px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%), url(../images/header-tablet-portrait.jpg) center bottom no-repeat, url(../images/header-lowres.jpg) center center no-repeat;
    background-size: cover, cover;
  }
  #header-image .section-header {
    font-size: 2rem;
    margin: 0 0;
    padding: 100px 0px 0;
    background-size: auto 100px;
  }
  #header-image .section-header span {
    font-size: 0.875rem;
    line-height: 1.2;
    margin: 1rem auto 0;
    padding: 0.5rem 0.75rem;
    letter-spacing: 2px;
  }
  #header-image .section-header br {
    display: block;
    margin: 0 0 15px 0;
    content: " ";
  }
  #header-image .pricepoint {
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0;
    padding: 0px 0px 0;
  }
  #header-image .stamp-duty {
    font-size: 1rem;
    margin: 1rem 1rem 0rem;
  }
  #header-image #already-sold {
    width: 170px;
    height: 170px;
    margin-top: -85px; /* Start off-screen */
  }
  #header-image .banner-down {
    margin-top: -20px !important;
    width: 140px !important;
    height: 140px !important;
  }
}
@media screen and (max-width: 430px) {
  #header-image {
    padding: 335px 15px 40px;
    margin: 0 0 0 0;
    height: auto;
    background: url(../images/header-mob.jpg) center top no-repeat;
    background-size: auto 310px !important;
    background-color: #081e3c;
  }
  #header-image .section-header {
    font-size: 1.875rem;
    margin: 0 0 0.5rem;
    padding: 130px 0px 0;
    background-size: auto 120px;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
  }
  #header-image .section-header span {
    font-size: 1rem;
    line-height: 1;
    margin: 1rem auto 0;
    padding: 0.75rem 0.5rem;
    text-shadow: none;
    letter-spacing: 1px;
  }
  #header-image .section-header br {
    display: block;
    margin: 0 0 15px 0;
    content: " ";
  }
  #header-image .pricepoint {
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0;
    padding: 0px 0px 0;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
  #header-image .stamp-duty {
    font-size: 0.875rem;
    margin: 1rem 2rem 0rem;
  }
  #header-image #already-sold {
    width: 150px;
    height: 150px;
    margin-top: -80px; /* Start off-screen */
  }
  #header-image .banner-down {
    margin-top: -4px !important;
    width: 120px !important;
    height: 120px !important;
  }
  @keyframes slideFromTop {
    from {
      top: -100px;
    }
    to {
      top: 79px; /* or whatever value you want to fix it at */
    }
  }
}
@media screen and (max-width: 415px) {
  #header-image {
    padding: 335px 15px 40px;
    margin: 0 0 0 0;
    height: auto;
    background: url(../images/header-mob.jpg) center top no-repeat;
    background-size: auto 310px !important;
    background-color: #081e3c;
  }
  #header-image .section-header {
    font-size: 1.875rem;
    margin: 0 0 0.5rem;
    padding: 100px 0px 0;
    background-size: auto 90px;
  }
  #header-image .section-header span {
    font-size: 1rem;
    line-height: 1;
    margin: 1rem auto 0;
  }
  #header-image .section-header br {
    display: block;
    margin: 0 0 15px 0;
    content: " ";
  }
  #header-image .pricepoint {
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0;
    padding: 0px 0px 0;
  }
}
@media screen and (max-width: 393px) {
  #header-image {
    padding: 335px 15px 30px;
    margin: 0 0 0 0;
    height: auto;
    background: url(../images/header-mob.jpg) center top no-repeat;
    background-size: auto 310px !important;
    background-color: #081e3c;
  }
  #header-image .section-header {
    font-size: 1.75rem;
    margin: 0 0 0.5rem;
    padding: 100px 0px 0;
    background-size: auto 90px;
  }
  #header-image .section-header span {
    font-size: 1rem;
    line-height: 1;
    margin: 1rem auto 0;
  }
  #header-image .section-header br {
    display: block;
    margin: 0 0 15px 0;
    content: " ";
  }
  #header-image .pricepoint {
    font-size: 2.75rem;
    line-height: 1.1;
    margin: 0 0;
    padding: 0px 0px 0;
  }
  #header-image .stamp-duty {
    margin: 1rem 1rem 0rem;
  }
}
@media screen and (max-width: 376px) {
  #header-image {
    padding: 335px 15px 30px;
    margin: 0 0 0 0;
    height: auto;
    background: url(../images/header-mob.jpg) center top no-repeat;
    background-size: auto 310px !important;
    background-color: #081e3c;
  }
  #header-image .section-header {
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
    padding: 90px 0px 0;
    background-size: auto 80px;
  }
  #header-image .section-header span {
    font-size: 0.875rem;
    line-height: 1;
    margin: 1rem auto 0;
  }
  #header-image .section-header br {
    display: block;
    margin: 0 0 15px 0;
    content: " ";
  }
  #header-image .pricepoint {
    font-size: 2.5rem;
    line-height: 1.1;
    margin: 0 0;
    padding: 0px 0px 0;
  }
}

/* Section 1
 ================================================== */
#section-1 {
  padding: 70px 0;
  background: #fffaf2;
  color: #081e3c;
  position: relative;
  text-align: center;
}
#section-1 .last-chance {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #bb7744;
  text-align: center;
  margin: 0 auto;
  padding: 1.75rem 0 1rem;
  text-transform: uppercase;
  letter-spacing: 4px;
}
#section-1 .section-heading {
  font-size: 2.75rem;
  margin: 0 0 1rem;
  padding: 0 2rem;
  font-family: "quincy-cf", serif;
  font-weight: 400;
  line-height: 1.2;
}
#section-1 .section-heading br {
  display: block;
  margin: 0 0 15px 0;
  content: " ";
}
#section-1 .section-sub-header {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin: 0.5rem 0 0.25rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  background: #081e3c;
  color: #fffaf2;
  display: inline-block;
  letter-spacing: 1px;
}
#section-1 .section-sub-header span {
  text-decoration: underline;
}
#section-1 .stamp-duty {
  font-size: 1.125rem;
  margin: 0rem 0 2rem;
  color: #081e3c;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #bb7744;
}
#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;
  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: #081e3c;
  width: auto;
  transition: all 0.6s ease;
  margin: 0 0;
  padding: 0 0 20px;
  text-align: center;
  color: white;
}
#section-1 .package .copy-wrapper {
  /* 			border-left: 2px solid $beige; */
}
#section-1 .package .package-title {
  font-size: 1.125rem;
  line-height: 1.1;
  padding: 0px 25px;
  margin: 0 0 1rem 0;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#section-1 .package .package-title span {
  font-size: 1.5rem;
}
#section-1 .package img {
  margin: 0 0 1.25rem;
}
#section-1 .package img:hover {
  opacity: 0.8;
}
#section-1 .package ul {
  padding: 0px 16px;
  margin: 0.5rem 0.5rem 0rem 0.5rem;
}
#section-1 .package ul li {
  display: inline-block;
  font-size: 1.25rem;
  width: auto;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  width: auto;
  margin-right: 0.75rem;
}
#section-1 .package ul .bed {
  background: url(../images/icon-bed-white.svg) left center no-repeat;
  background-size: 30px 20px;
  padding: 0px 0 0 33px;
}
#section-1 .package ul .bath {
  background: url(../images/icon-bath-white.svg) left center no-repeat;
  background-size: 23px 23px;
  padding: 0px 0 0 30px;
}
#section-1 .package ul .car {
  background: url(../images/icon-car-white.svg) left center no-repeat;
  background-size: 23px 23px;
  padding: 0px 0 0 30px;
}
#section-1 .package ul .size {
  background: url(../images/icon-size-white.svg) left center no-repeat;
  background-size: 23px 23px;
  padding: 5px 0 0 30px;
}
#section-1 .package .pricepoint {
  font-family: "quincy-cf", serif;
  font-weight: 400;
  color: #bb7744;
  font-size: 2.75rem;
  padding: 0 0 1rem;
  margin: 0 0;
}
#section-1 .package .button {
  width: 100%;
  border: 1px solid #bb7744;
  background: #bb7744;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: inset 0 0 0 0 #081e3c;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  -webkit-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  width: auto;
  margin: 0 15px 15px 15px;
}
#section-1 .package .button:hover {
  border: 1px solid white;
  background: #081e3c;
  color: white;
}
@media screen and (max-width: 1024px) {
  #section-1 .package .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .package .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 40px 0;
  }
  #section-1 .last-chance {
    font-size: 1.125rem;
    padding: 1.75rem 10rem 1rem;
  }
  #section-1 .section-heading {
    font-size: 2.5rem;
    margin: 0 0 1rem;
    padding: 0 40px;
    line-height: 1.1;
  }
  #section-1 .section-heading span {
    padding: 1.5rem 2rem 0.75rem;
  }
  #section-1 .section-sub-header {
    font-size: 1rem;
    margin: 0.5rem 0 0.25rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
  }
  #section-1 .stamp-duty {
    font-size: 1rem;
    margin: 0rem 0 1.5rem;
  }
  #section-1 .package {
    margin: 0 0;
    padding: 0 0 10px;
  }
  #section-1 .package .package-title {
    font-size: 1rem;
    line-height: 1.1;
    padding: 0px 20px 0;
    margin: 0 0 0.75rem 0;
  }
  #section-1 .package .package-title span {
    font-size: 1.25rem;
  }
  #section-1 .package img {
    margin: 0 0 1rem;
  }
  #section-1 .package img:hover {
    opacity: 0.8;
  }
  #section-1 .package ul {
    padding: 0px 0;
    margin: 0 0 0rem;
  }
  #section-1 .package ul li {
    font-size: 1.125rem;
    margin-right: 0.25rem;
    line-height: 28px;
  }
  #section-1 .package ul .bed {
    background-size: 30px 20px;
    padding: 5px 0 0 33px;
  }
  #section-1 .package ul .bath {
    background-size: 23px 23px;
    padding: 5px 0 0 30px;
  }
  #section-1 .package ul .car {
    background-size: 23px 23px;
    padding: 5px 0 0 30px;
  }
  #section-1 .package ul .size {
    background-size: 23px 23px;
    padding: 5px 0 0 30px;
  }
  #section-1 .package .pricepoint {
    font-size: 2rem;
    padding: 0 0 0.5rem;
    margin: 0 0;
  }
  #section-1 .package .button {
    margin: 0 15px 15px 15px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 992px) {
  #section-1 {
    padding: 40px 0;
  }
  #section-1 .last-chance {
    font-size: 1.125rem;
    padding: 1.75rem 2rem 1rem;
    line-height: 1.2;
  }
  #section-1 .section-heading {
    font-size: 2rem;
    margin: 0 0 1rem;
    padding: 0 30px;
    line-height: 1.1;
  }
  #section-1 .section-heading span {
    font-size: 1rem;
    line-height: 1;
    margin: 0 auto;
    padding: 0.75rem 2rem;
  }
  #section-1 .section-heading br {
    margin: 0 0 5px 0;
  }
  #section-1 .section-sub-header {
    font-size: 0.875rem;
    margin: 0.5rem 0 0.25rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  #section-1 .package {
    margin: 0 0;
    padding: 0 0 10px;
  }
  #section-1 .package .package-title {
    font-size: 1rem;
    line-height: 1.1;
    padding: 0px 25px 5px;
    margin: 0 0 0 0;
  }
  #section-1 .package .package-title span {
    font-size: 1.125rem;
  }
  #section-1 .package img {
    margin: 0 0 1rem;
  }
  #section-1 .package img:hover {
    opacity: 0.8;
  }
  #section-1 .package ul {
    padding: 0px 25px;
    margin: 0 0 0rem;
  }
  #section-1 .package ul li {
    font-size: 1.125rem;
    margin-right: 0.25rem;
    line-height: 32px;
  }
  #section-1 .package ul .bed {
    background-size: 30px 20px;
    padding: 0 0 0 33px;
  }
  #section-1 .package ul .bath {
    background-size: 23px 23px;
    padding: 0 0 0 30px;
  }
  #section-1 .package ul .car {
    background-size: 23px 23px;
    padding: 0 0 0 30px;
  }
  #section-1 .package ul .size {
    background-size: 23px 23px;
    padding: 0 0 0 30px;
  }
  #section-1 .package .pricepoint {
    font-size: 1.875rem;
    padding: 0 0 0.5rem;
    margin: 0 0;
  }
  #section-1 .package .button {
    margin: 0 20px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 30px 0px;
  }
  #section-1 .last-chance {
    font-size: 1.125rem;
    padding: 1.75rem 1rem 0.75rem;
    letter-spacing: 3px;
  }
  #section-1 .section-heading {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 0 10px;
  }
  #section-1 .section-sub-header {
    font-size: 0.875rem;
    margin: 0.5rem 0 0.25rem;
    padding: 0.5rem 0.5rem;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  #section-1 .stamp-duty {
    font-size: 0.875rem;
    margin: 0rem 0 1rem;
  }
  #section-1 .pricebox-holder, #section-1 .scrolling-wrapper-flexbox {
    height: auto;
    margin: 0 0 0 -15px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  #section-1 .pricebox-holder::-webkit-scrollbar, #section-1 .scrolling-wrapper-flexbox::-webkit-scrollbar {
    display: none;
  }
  #section-1 .package {
    margin: 0 0;
    padding: 0 0 10px;
  }
  #section-1 .package .package-title {
    font-size: 1.125rem;
    line-height: 1.1;
    padding: 0px 25px 5px;
    margin: 0 0 0 0;
  }
  #section-1 .package .package-title span {
    font-size: 1.125rem;
  }
  #section-1 .package img {
    margin: 0 0 1rem;
  }
  #section-1 .package img:hover {
    opacity: 0.8;
  }
  #section-1 .package ul {
    padding: 0px 25px;
    margin: 0 0 0rem;
  }
  #section-1 .package ul li {
    font-size: 1.125rem;
    margin-right: 0.5rem;
    line-height: 32px;
  }
  #section-1 .package ul .bed {
    background-size: 30px 20px;
    padding: 0 0 0 33px;
  }
  #section-1 .package ul .bath {
    background-size: 23px 23px;
    padding: 0 0 0 30px;
  }
  #section-1 .package ul .car {
    background-size: 23px 23px;
    padding: 0 0 0 30px;
  }
  #section-1 .package ul .size {
    background-size: 23px 23px;
    padding: 0 0 0 30px;
  }
  #section-1 .package .pricepoint {
    font-size: 2rem;
    padding: 0 0 0.5rem;
    margin: 0 0;
  }
  #section-1 .package .button {
    margin: 0 20px 15px 20px;
  }
}
@media screen and (max-width: 390px) {
  #section-1 .last-chance {
    font-size: 1rem;
    padding: 1.75rem 0rem 0.75rem;
  }
  #section-1 .section-heading {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 0 0px;
  }
  #section-1 .section-sub-header {
    font-size: 0.875rem;
    margin: 0.5rem 0 0.25rem;
    padding: 0.5rem 0.5rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
/* Section 3
 ================================================== */
#section-2 {
  padding: 0 0 70px;
  background: #fffaf2;
  background-size: 400px 400px;
  color: #081e3c;
  position: relative;
}
#section-2 .top-line {
  background: #bb7744;
  height: 1px;
  width: 1140px;
  border: 0px;
  margin: 0 auto 50px;
}
#section-2 .section-heading {
  font-size: 2.75rem;
  margin: 0 0 2rem;
  padding: 1.75rem 10px 0;
  font-family: "quincy-cf", serif;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
#section-2 .section-sub-header {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  margin: 0 0 1rem;
  padding: 0 50px;
  line-height: 1.5;
  text-align: center;
}
#section-2 .cols {
  -webkit-columns: 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 1;
  /* Firefox */
  columns: 1;
  padding: 0 0 0 0px;
  height: auto;
}
#section-2 .cols ul {
  font-size: 1.5rem;
  margin: 0 0 0;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  list-style-type: none;
  text-align: center;
}
#section-2 .cols ul li {
  margin: 0 0 1rem 0;
  padding: 0 0rem 0rem 0;
}
#section-2 .cols ul li:last-child {
  margin: 0 0 0rem 0;
}
#section-2 .bold {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #section-2 {
    padding: 0 0 40px 0;
  }
  #section-2 hr {
    width: 960px;
    border: 0px;
    margin: 0 auto 40px;
  }
  #section-2 .section-heading {
    font-size: 2.5rem;
    margin: 0 0 2rem;
    padding: 1.5rem 20px 0;
    line-height: 1.1;
  }
  #section-2 .section-sub-header {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    padding: 0 50px;
  }
}
@media screen and (max-width: 992px) {
  #section-2 {
    padding: 40px 0 24px;
  }
  #section-2 .section-heading {
    font-size: 2rem;
    margin: 0 0 1.5rem;
    padding: 0.75rem 0px 0;
    line-height: 1.1;
  }
  #section-2 .section-sub-header {
    font-size: 1.125rem;
    margin: 0 0 1rem;
    padding: 0 0px 0 0;
  }
  #section-2 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0 0 0 0px;
    height: auto;
  }
  #section-2 .cols ul {
    font-size: 1.125rem;
    margin: 0 0 12px;
    font-family: "franklin-gothic-atf", sans-serif;
    font-weight: 400;
    list-style-type: none;
    text-align: center;
  }
  #section-2 .cols ul li {
    margin: 0 0 0.875rem 0;
    padding: 0 0rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-2 {
    padding: 0px 0px;
  }
  #section-2 .top-line {
    width: 100%;
    border: 0px;
    margin: 0 auto 30px;
  }
  #section-2 .section-heading {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 0.75rem 10px 0;
  }
  #section-2 .section-sub-header {
    font-size: 1.125rem;
    margin: 0 0 1rem;
    padding: 0 0px 0 0;
  }
}

#carousel-wrapper {
  position: relative;
  width: 2000px;
  height: 920px;
  margin: 0 auto;
  background: #fffaf2;
  padding: 0 0 0;
}
#carousel-wrapper .slick-initialized .slick-slide {
  background: #fffaf2;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #carousel-wrapper {
    height: 720px;
  }
}
@media screen and (max-width: 2099px) {
  #carousel-wrapper {
    width: auto;
    padding: 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #carousel-wrapper {
    width: auto;
    padding: 0 0 0;
    height: 670px;
  }
}
@media screen and (max-width: 1024px) {
  #carousel-wrapper {
    width: auto;
    padding: 0 0 0;
    height: 470px;
  }
}
@media screen and (max-width: 767px) {
  #carousel-wrapper {
    width: auto;
    padding: 20px 0 0;
    height: auto;
  }
}

.slider {
  margin: 0 auto 0;
  background: #fffaf2;
  position: relative;
}
.slider .caption {
  text-align: center;
  font-size: 1.125rem;
  margin: 0 0;
  font-family: "quincy-cf", serif;
  font-weight: 400;
  color: #081e3c;
  width: auto;
  margin-bottom: 20px;
  height: 45px;
  line-height: 45px;
}
.slider img {
  margin: 0 15px;
  height: 900px;
}
.slider .slick-prev:before, .slider .slick-next:before {
  color: #bb7744;
  font-size: 42px;
}
.slider .slick-dots {
  background: #fffaf2;
  bottom: -20px;
  padding-bottom: 20px;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .slider img {
    height: 700px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .slider img {
    height: 650px;
  }
}
@media screen and (max-width: 992px) {
  .slider img {
    height: 450px;
    margin: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .slider .slick-prev:before, .slider .slick-next:before {
    color: white;
    font-size: 24px;
  }
  .slider img {
    height: 270px;
    margin: 0 5px;
  }
}

/* Section 3
 ================================================== */
#section-3, #section-4 {
  padding: 70px 0;
  background: #081e3c;
  color: white;
  position: relative;
}
#section-3 .section-heading, #section-4 .section-heading {
  font-size: 2.75rem;
  margin: 0 0 2rem;
  padding: 1.75rem 70px 0;
  font-family: "quincy-cf", serif;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #bb7744;
}
#section-3 .section-sub-header, #section-4 .section-sub-header {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  margin: 0 0 1rem;
  padding: 0 0px;
  line-height: 1.5;
  text-align: center;
}
#section-3 .bold, #section-4 .bold {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  margin: 2rem 0 0 0;
  color: #bb7744;
}
#section-3 .cols, #section-4 .cols {
  -webkit-columns: 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 1;
  /* Firefox */
  columns: 1;
  padding: 0 0 0 0px;
  height: auto;
}
#section-3 .cols ul, #section-4 .cols ul {
  font-size: 1.5rem;
  margin: 0 0 0;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  list-style-type: none;
  text-align: center;
}
#section-3 .cols ul li, #section-4 .cols ul li {
  margin: 0 0 1rem 0;
  padding: 0 0rem 0rem 0;
}
#section-3 .cols ul li:last-child, #section-4 .cols ul li:last-child {
  margin: 0 0 0rem 0;
}
#section-3 img, #section-4 img {
  margin: 1.75rem 0 0 0;
  transition: all 0.6s ease;
  opacity: 1;
}
#section-3 img:hover, #section-4 img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  #section-3, #section-4 {
    padding: 40px 0;
  }
  #section-3 .section-heading, #section-4 .section-heading {
    font-size: 2.5rem;
    margin: 0 0 2rem;
    padding: 0 20px 0 0;
    line-height: 1.1;
  }
  #section-3 .section-sub-header, #section-4 .section-sub-header {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    padding: 0 0px 0 0;
  }
  #section-3 .bold, #section-4 .bold {
    margin: 2rem 0 0 0;
  }
  #section-3 .cols ul, #section-4 .cols ul {
    padding: 0 0 0 1rem;
    font-size: 1.25rem;
  }
  #section-3 .cols ul li, #section-4 .cols ul li {
    margin: 0 0 0.375rem;
    padding: 0 0;
    line-height: 1.5;
  }
  #section-3 img, #section-4 img {
    margin: 1.5rem 0 1.5rem 0;
  }
}
@media screen and (max-width: 992px) {
  #section-3, #section-4 {
    padding: 40px 0;
  }
  #section-3 .section-heading, #section-4 .section-heading {
    font-size: 1.75rem;
    margin: 0 0 1.5rem;
    padding: 0 0px 0 0;
    line-height: 1.1;
  }
  #section-3 .section-sub-header, #section-4 .section-sub-header {
    font-size: 1.125rem;
    margin: 0 0 1rem;
    padding: 0 0px 0 0;
  }
  #section-3 .bold, #section-4 .bold {
    margin: 1.5rem 0 0 0;
  }
  #section-3 .cols ul, #section-4 .cols ul {
    padding: 0 0 0 1rem;
    font-size: 1.125rem;
  }
  #section-3 .cols ul li, #section-4 .cols ul li {
    margin: 0 0 0.375rem;
    padding: 0 0;
  }
  #section-3 img, #section-4 img {
    margin: 1rem 0 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  #section-3, #section-4 {
    padding: 30px 0px;
  }
  #section-3 .section-heading, #section-4 .section-heading {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 1rem 10px 0;
  }
  #section-3 .bold, #section-4 .bold {
    margin: 1.5rem 0;
  }
  #section-3 .cols, #section-4 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0 0;
    margin: 0 0 0px;
    height: auto;
  }
  #section-3 .cols ul, #section-4 .cols ul {
    font-size: 1.125rem;
    margin: 0;
  }
  #section-3 .cols ul li, #section-4 .cols ul li {
    padding: 0 0;
  }
  #section-3 img, #section-4 img {
    margin: 1rem 0 0rem 0;
  }
  #section-3 .col-3, #section-4 .col-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Google Map
 ================================================== */
#map-header {
  background: #bb7744;
  padding: 40px 0;
  color: white;
  text-align: center;
}
#map-header .map-heading {
  font-size: 2.75rem;
  margin: 0 0;
  padding: 0 0px 0 0;
  font-family: "quincy-cf", serif;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
#map-header .section-sub-header {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  padding: 0 0px 0 0;
  margin: 0 0px 0 0;
  line-height: 1.2;
  text-align: left;
}
#map-header .button {
  width: 100%;
  border: 1px solid #bb7744;
  background: #bb7744;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: inset 0 0 0 0 #081e3c;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  -webkit-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  width: auto;
  font-size: 1.125rem;
  margin: 0 auto 0.5rem;
  background: white;
  color: #bb7744;
  border: 1px solid white;
}
#map-header .button:hover {
  border: 1px solid white;
  background: #081e3c;
  color: white;
}
@media screen and (max-width: 1024px) {
  #map-header .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header .button {
    font-size: 0.875rem;
  }
}
#map-header .button:hover {
  background: #bb7744;
}
#map-header .button:last-child {
  margin: 0 0 0;
}
#map-header .more-info {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  margin: 0 0;
  padding: 0 0px 0 0;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #map-header {
    padding: 30px 0;
  }
  #map-header .map-heading {
    font-size: 2rem;
    padding: 0 0px 10px 0;
  }
  #map-header .section-sub-header {
    font-size: 1.25rem;
    padding: 0 0px 0 0;
  }
  #map-header .more-info {
    font-size: 1rem;
    margin: 0 0;
    padding: 0 0px 0 0;
  }
}
@media screen and (max-width: 992px) {
  #map-header {
    padding: 20px 0;
  }
  #map-header .map-heading {
    font-size: 1.75rem;
    padding: 0 0px 10px 0;
  }
  #map-header .section-sub-header {
    font-size: 1rem;
    padding: 0 0px 0 0;
  }
  #map-header .button {
    font-size: 0.875rem;
    padding: 20px 30px 16px;
  }
  #map-header .more-info {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header {
    padding: 30px 15px;
    text-align: center;
  }
  #map-header .map-heading {
    font-size: 1.75rem;
    margin: 0 0 1rem;
    padding: 0 20px;
    line-height: 1.1;
    text-align: center;
  }
  #map-header .section-sub-header {
    font-size: 1.125rem;
    margin: 0 0 1.5rem;
    padding: 0 1rem;
    text-align: center;
  }
  #map-header .more-info {
    font-size: 1rem;
  }
}

#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: #fffaf2;
}
#footer #chad-arbid-projects-logo {
  width: 92px;
  height: 100px;
  background: url(../images/chad-arbid-projects-logo.png) center top no-repeat;
  background-size: contain;
  margin: 0 auto 1rem;
  padding: 0px 0 0 0;
  transition: all 0.6s ease;
  display: block;
}
#footer .conditions {
  font-size: 0.75rem;
  margin: 0 0;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #081e3c;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 30px 0;
  }
  #footer #chad-arbid-projects-logo {
    width: 92px;
    height: 80px;
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 992px) {
  #footer {
    padding: 30px 0;
  }
  #footer #chad-arbid-projects-logo {
    width: 92px;
    height: 80px;
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 15px;
    text-align: center;
  }
  #footer #chad-arbid-projects-logo {
    width: 92px;
    height: 80px;
    margin: 0 auto 1rem;
  }
}

.logo-icon-blue, .logo-icon-orange {
  width: 50px;
  height: 50px;
  background-size: contain !important;
  margin: 0 auto 0px;
  transform: rotate(0deg);
  animation: rotateClockwise 12s linear infinite; /* Change the duration (5s) as needed */
}
@media screen and (max-width: 992px) {
  .logo-icon-blue, .logo-icon-orange {
    width: 40px;
    height: 40px;
  }
}

.logo-icon-blue {
  background: url(../images/logo-icon-blue.svg) center center no-repeat;
}

.logo-icon-orange {
  background: url(../images/logo-icon-orange.svg) center center no-repeat;
}

@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.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: #fffaf2;
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  z-index: 100;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
#formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
  font-family: "quincy-cf", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #081e3c;
  padding: 30px 40px 0px;
  display: block;
  text-align: center;
  width: auto;
}
#formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
  color: white;
  font-size: 1.25rem;
}
#formcontent .stamp-duty-savings {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  color: #081e3c;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 40px;
  margin: 10px 0 0;
  text-align: center;
}
#formcontent .contact {
  font-family: maison;
  margin: 15px 0;
}
#formcontent .download-button {
  width: 100%;
  border: 1px solid #bb7744;
  background: #bb7744;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: inset 0 0 0 0 #081e3c;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  -webkit-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  border: 0px solid white;
  display: inline-block;
  width: auto;
  padding: 20px 30px 20px 30px;
  margin: 30px 0 30px 0;
  color: white;
  text-align: center;
}
#formcontent .download-button:hover {
  border: 1px solid white;
  background: #081e3c;
  color: white;
}
@media screen and (max-width: 1024px) {
  #formcontent .download-button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #formcontent .download-button {
    font-size: 0.875rem;
  }
}
#formcontent .download-button a {
  color: white;
}
#formcontent .download-button:hover {
  background: #081e3c;
  background-size: 6%;
  border: 0px solid #081e3c;
}
@media screen and (max-width: 1024px) {
  #formcontent {
    padding: 0 0 20px;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2.5rem;
    padding: 20px 40px 0px;
  }
  #formcontent .stamp-duty-savings {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 40px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 992px) {
  #formcontent {
    padding: 0 0 20px;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2.5rem;
    padding: 20px 20px 0px;
  }
  #formcontent .stamp-duty-savings {
    font-size: 1rem;
    line-height: 1;
    padding: 0 20px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #formcontent {
    padding: 0 0 15px 0;
    margin: 20px auto 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2.5rem;
    padding: 15px 30px 0px;
  }
  #formcontent .stamp-duty-savings {
    font-size: 1rem;
    line-height: 1;
    padding: 0 30px;
    margin: 10px 0 0;
  }
}

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

.beige-border {
  border: 10px solid rgba(8, 30, 60, 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: 15px 40px 0;
}
@media screen and (max-width: 1024px) {
  fieldset {
    padding: 15px 30px 0;
  }
}
@media screen and (max-width: 992px) {
  fieldset {
    padding: 15px 20px 0;
  }
}
@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: 1rem !important;
  color: #081e3c !important;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  input, label, a.selectbox-link span.selectbox-link-text {
    font-size: 0.875rem !important;
  }
}

input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(8, 30, 60, 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(8, 30, 60, 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: 2px solid white !important;
  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 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;
}
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: 1px solid #bb7744;
  background: #bb7744;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: inset 0 0 0 0 #081e3c;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  -webkit-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  border: 0px solid #081e3c;
  cursor: pointer;
  transition: all 0.6s ease;
}
.button-link:hover {
  border: 1px solid white;
  background: #081e3c;
  color: white;
}
@media screen and (max-width: 1024px) {
  .button-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .button-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .button-link {
    padding: 20px 20px 20px 20px;
  }
}

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

#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;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
}

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: #081e3c;
}

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

#privacy-policy {
  display: none;
  font-size: 9px;
  width: 90%;
  margin: 0 5% 20px;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  padding: 0 0;
  background: black;
  margin-bottom: 20px;
  border: 1px solid #081e3c;
}
@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: #fffaf2;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  color: #081e3c !important;
}
.select-selected:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(8, 30, 60, 0.3);
  box-shadow: 0 0 0 0 rgba(8, 30, 60, 0.3);
}
@media screen and (max-width: 992px) {
  .select-selected {
    font-size: 0.875rem;
    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: #081e3c transparent transparent transparent;
}

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

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #081e3c;
  font-size: 1rem;
  padding: 12px 1rem;
  border: 0px solid #081e3c;
  cursor: pointer;
  border-bottom: 1px solid rgba(8, 30, 60, 0.5);
}
@media screen and (max-width: 992px) {
  .select-items div, .select-selected {
    font-size: 0.875rem;
  }
}

/*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: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  color: #081e3c !important;
}

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

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