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

/* set stuff */
html, body {
  overflow-x: hidden;
  background-color: #F0E0C7;
  font-family: "ivypresto-headline", serif;
}

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

/* 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: #F0E0C7;
  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: 15px 0 10px;
  }
  .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: rgba(240, 224, 199, 0.95);
  background-position-y: -15px;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.3);
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .navbar.compressed {
    padding: 5px 0;
    /*   background: rgba(red, 0.95); */
  }
}

.project-logo-standard {
  width: 50%;
  height: 60px;
  margin: 30px 0 25px;
  /* 	background: url(../images/project-logo.svg) left center no-repeat; */
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    width: 48%;
    height: 40px;
    margin: 25px 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    height: 30px;
    margin: 0px 0;
  }
}

.banner {
  width: 400px;
  height: 400px;
  margin: 0px 0;
  background: url(../images/70-percent-sold.svg) right center no-repeat;
  background-size: contain !important;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .banner {
    width: 300px;
    height: 300px;
    margin: 0px 0;
  }
}
@media screen and (max-width: 992px) {
  .banner {
    width: 250px;
    height: 250px;
    margin: 0px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    width: 200px;
    height: 200px;
    margin: -20px 0;
  }
}

.project-logo-compressed {
  width: 300px;
  height: 60px;
  display: inline-block;
  background: url(../images/project-logo-green.svg) no-repeat;
  background-position: left center;
  margin: 0 0 0;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-compressed {
    width: 100px;
    height: 60px;
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 415px) {
  .project-logo-compressed {
    width: 100px;
    height: 60px;
    margin: 8px 0 0px;
    background-position: left center;
  }
}
@media screen and (max-width: 375px) {
  .project-logo-compressed {
    width: 81px;
    height: 45px;
    margin: 10px 0 0px;
  }
}

#hidden-button {
  width: 100%;
  border: 2px solid #154332;
  background: #154332;
  margin: 30px 0;
  color: #FBB133;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "filson-pro", sans-serif;
  line-height: 1;
  font-size: 1rem;
  border: 0px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  width: auto;
  font-size: 1rem;
  float: right;
  margin: 6px 0 0 0;
}
#hidden-button:hover {
  color: #F0E0C7;
}
@media screen and (max-width: 992px) {
  #hidden-button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #hidden-button {
    margin: 12px 0 10px 0;
    padding: 18px 20px 15px 20px;
    font-size: 0.875rem;
  }
}

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

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

/* Header Section
 ================================================== */
#developer-offer {
  width: 200px;
  height: 200px;
  background: url(../images/developer-offer.svg) left top no-repeat;
  position: absolute;
  background-size: contain;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #developer-offer {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  #developer-offer {
    width: 140px;
    height: 140px;
  }
}

.offer-compressed {
  width: 150px !important;
  height: 150px;
}
@media screen and (max-width: 1024px) {
  .offer-compressed {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 992px) {
  .offer-compressed {
    width: 80px;
    height: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .offer-compressed {
    width: 80px;
    height: 115px !important;
  }
}

#header-image {
  width: 100%;
  height: auto;
  padding: 17vh 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 160%), url(../images/header-desktop-2.jpg) center bottom no-repeat, url(../images/header-lowres-2.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 #text-wrapper {
  background: url(../images/project-logo.png) center top no-repeat;
  background-size: auto 220px;
  padding: 140px 0 0 0;
  text-align: center;
}
#header-image #text-wrapper .section-header {
  margin: 0 0 0;
  line-height: 1;
  display: inline-block;
  font-family: "ivypresto-headline", serif;
  padding: 120px 100px 5px;
  font-size: 4rem;
  margin: 0 0 5px;
  line-height: 1.2;
  color: white;
}
#header-image #text-wrapper .section-header .pricepoint {
  font-family: "filson-pro", sans-serif;
  color: #154332;
  font-size: 3.5rem;
}
#header-image #text-wrapper .section-header br {
  margin: 0px 0 0.5rem;
  content: " ";
  display: block;
  font-size: 24%;
}
#header-image #formcontent {
  background: #F0E0C7;
  padding: 30px 0 20px 0;
  margin: 0;
  z-index: 100;
}
#header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
  font-family: "ivypresto-headline", serif;
  font-size: 2.375rem;
  color: #154332;
  padding: 0 40px 0.5rem;
  display: block;
  text-align: center;
  width: auto;
  line-height: 1;
}
#header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
  font-family: "filson-pro", sans-serif;
  color: #154332;
}
#header-image #formcontent .form-sub-header {
  font-family: "filson-pro", sans-serif;
  color: #154332;
  line-height: 1.2;
  padding: 0 40px;
  margin: 0px 0 10px;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
#header-image #formcontent .form-sub-header a {
  color: #F0E0C7;
  text-decoration: underline;
}
#header-image #formcontent .contact {
  font-family: "ivypresto-headline", serif;
  margin: 15px 0;
}
#header-image #formcontent .download-button {
  width: 100%;
  border: 2px solid #154332;
  background: #154332;
  margin: 30px 0;
  color: #FBB133;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "filson-pro", sans-serif;
  line-height: 1;
  font-size: 1rem;
  border: 0px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  display: inline-block;
  width: auto;
  padding: 20px 30px;
  margin: 20px 20px;
  color: white;
  text-align: center;
  background: #154332;
}
#header-image #formcontent .download-button:hover {
  color: #F0E0C7;
}
@media screen and (max-width: 992px) {
  #header-image #formcontent .download-button {
    font-size: 0.875rem;
  }
}
#header-image #formcontent .download-button a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #header-image #formcontent {
    padding: 30px 0 20px 0;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 2rem;
    padding: 0 30px 0rem;
  }
  #header-image #formcontent .form-sub-header {
    line-height: 1.2;
    padding: 0 30px;
    margin: 0px 0px 10px 0;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #header-image #formcontent {
    padding: 24px 0 20px 0;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 1.875rem;
    padding: 0 30px 0rem;
  }
  #header-image #formcontent .form-sub-header {
    line-height: 1.2;
    padding: 0 30px;
    margin: 0px 0px 10px 0;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #header-image #formcontent {
    width: 96%;
    padding: 24px 0 20px 0;
    margin: 20px auto 0;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 2rem;
    padding: 0 30px 0rem;
  }
  #header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
    text-align: center;
  }
  #header-image #formcontent .form-sub-header {
    font-size: 1rem;
    margin: 10px 0;
    padding: 0 40px;
  }
  #header-image #formcontent .contact {
    font-family: "ivypresto-headline", serif;
    padding: 0px 15px;
  }
}
#header-image .white-border {
  border: 10px solid white;
}
#header-image .beige-border {
  border: 10px solid rgba(21, 67, 50, 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 40px 0;
}
@media screen and (max-width: 1024px) {
  #header-image fieldset {
    padding: 0 30px 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;
  color: #154332 !important;
  font-family: "BrownStd", sans-serif;
}
@media screen and (max-width: 1024px) {
  #header-image input, #header-image label, #header-image a.selectbox-link span.selectbox-link-text {
    font-size: 0.875rem;
  }
}
#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(21, 67, 50, 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(21, 67, 50, 0.8);
}
@media screen and (max-width: 992px) {
  #header-image input {
    padding: 2px 0 0 15px;
  }
}
#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;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  #header-image form p label {
    font-size: 0.875rem;
  }
}
#header-image form p br {
  display: none;
}
#header-image form fieldset p label {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #header-image form fieldset p label {
    font-size: 0.875rem;
  }
}
#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 #154332;
  background: #154332;
  margin: 30px 0;
  color: #FBB133;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "filson-pro", sans-serif;
  line-height: 1;
  font-size: 1rem;
  border: 0px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  border: 0px solid #154332;
  cursor: pointer;
  transition: all 0.6s ease;
}
#header-image .button-link:hover {
  color: #F0E0C7;
}
@media screen and (max-width: 992px) {
  #header-image .button-link {
    font-size: 0.875rem;
  }
}
#header-image .button-link:hover {
  background: #154332;
  color: #F0E0C7;
}
@media screen and (max-width: 1024px) {
  #header-image .button-link {
    margin: 10px 0 0 0;
  }
}
#header-image .button-link span.msg, #header-image .button-link span#msg {
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #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: #154332;
  text-align: left;
  font-family: "filson-pro", sans-serif;
}
#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.svg) top left no-repeat;
  background-size: 10px 15px;
  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 #154332;
}
@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: #F0E0C7;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "ivypresto-headline", serif;
  color: black !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: 1024px) {
  #header-image .select-selected {
    font-size: 0.875rem;
  }
}
@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: #154332 transparent transparent transparent;
}
#header-image .select-selected.select-arrow-active:after {
  border-color: transparent transparent #154332 transparent;
  top: 12px;
}
#header-image .select-items div, #header-image .select-selected {
  color: #154332;
  font-size: 1rem;
  padding: 12px 1rem;
  border: 0px solid #154332;
  cursor: pointer;
  border-bottom: 1px solid rgba(21, 67, 50, 0.5);
}
@media screen and (max-width: 1024px) {
  #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: "ivypresto-headline", serif;
  color: #154332 !important;
}
@media screen and (max-width: 1024px) {
  #header-image .select-items {
    font-size: 0.875rem;
  }
}
#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 {
    width: 100%;
    height: auto;
    padding: 17vh 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 160%), url(../images/header-desktop-2.jpg) center bottom no-repeat, url(../images/header-lowres-2.jpg) center bottom no-repeat;
    background-size: cover, cover;
    margin: 0 0 0 0;
    position: relative;
  }
  #header-image #text-wrapper {
    background-size: auto 180px;
    padding: 140px 0 0 0;
    text-align: center;
  }
  #header-image #text-wrapper .section-header {
    margin: 0 0 0;
    padding: 80px 120px 5px;
    font-size: 4rem;
    margin: 0 0 5px;
  }
  #header-image #text-wrapper .section-header .pricepoint {
    font-size: 3.5rem;
  }
  #header-image #text-wrapper .section-header br {
    margin: 0px 0 0.5rem;
    content: " ";
    display: block;
    font-size: 24%;
  }
}
@media screen and (max-width: 1024px) {
  #header-image {
    padding: 80px 0;
    margin: 0px 0 0 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 160%), url(../images/header-tablet-landscape-2.jpg) center bottom no-repeat;
  }
  #header-image #text-wrapper {
    background-size: auto 140px;
    padding: 100px 0 0 0;
    text-align: center;
  }
  #header-image #text-wrapper .section-header {
    margin: 0 0 0;
    padding: 80px 80px 5px;
    font-size: 3.5rem;
    margin: 0 0 5px;
  }
  #header-image #text-wrapper .section-header .pricepoint {
    font-size: 3.5rem;
  }
  #header-image #text-wrapper .section-header br {
    margin: 0px 0 0.5rem;
    content: " ";
    display: block;
    font-size: 24%;
  }
}
@media screen and (max-width: 992px) {
  #header-image {
    padding: 60px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 160%), url(../images/header-tablet-portrait-2.jpg) center bottom no-repeat;
    background-size: cover;
  }
  #header-image #text-wrapper {
    background-size: auto 90px;
    padding: 100px 0 0 0;
    text-align: center;
  }
  #header-image #text-wrapper .section-header {
    margin: 0 0 0;
    padding: 10px 30px 5px;
    font-size: 3rem;
    margin: 0 0 5px;
  }
  #header-image #text-wrapper .section-header .pricepoint {
    font-size: 3.5rem;
  }
  #header-image #text-wrapper .section-header br {
    margin: 0px 0 0.5rem;
    content: " ";
    display: block;
    font-size: 24%;
  }
}
@media screen and (max-width: 430px) {
  #header-image {
    padding: 330px 15px 50px;
    background: #154332 url(../images/header-mob-2.jpg) center top no-repeat;
    background-size: contain;
  }
  #header-image #text-wrapper {
    background-size: 170px 80px;
    padding: 100px 0 0 0;
  }
  #header-image #text-wrapper .section-header {
    padding: 0 20px 5px 20px;
    font-size: 2.75rem;
    margin: 0 0 5px;
  }
  #header-image #text-wrapper .section-header .pricepoint {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 428px) {
  #header-image {
    padding: 330px 15px 50px;
    background: #154332 url(../images/header-mob-2.jpg) center top no-repeat;
    background-size: contain;
  }
  #header-image #text-wrapper {
    background-size: 170px 80px;
    padding: 100px 0 0 0;
  }
  #header-image #text-wrapper .section-header {
    padding: 0 20px 5px 20px;
    font-size: 2.75rem;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 393px) {
  #header-image {
    padding: 310px 15px 50px;
    background: #154332 url(../images/header-mob-2.jpg) center top no-repeat;
    background-size: contain;
  }
  #header-image #text-wrapper {
    background-size: 165px 75px;
    padding: 95px 0 0 0;
  }
  #header-image #text-wrapper .section-header {
    padding: 0 20px 5px 20px;
    font-size: 2.5rem;
    margin: 0 0 5px;
  }
  #header-image #text-wrapper .section-header .pricepoint {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  #header-image {
    padding: 290px 15px 50px;
    background: #154332 url(../images/header-mob-2.jpg) center top no-repeat;
    background-size: contain;
  }
  #header-image #text-wrapper {
    background-size: 160px 70px;
    padding: 90px 0 0 0;
  }
  #header-image #text-wrapper .section-header {
    padding: 0 20px 5px 20px;
    font-size: 2.375rem;
    margin: 0 0 5px;
  }
}

/* Section 1 
 ================================================== */
#section-1 {
  padding: 150px 0;
  background: #154332;
  color: white;
  position: relative;
  text-align: center;
}
#section-1 .section-heading {
  font-size: 3.25rem;
  margin: 0rem auto 2rem;
  padding: 0 2rem;
  line-height: 1.2;
}
#section-1 .section-subheading {
  font-size: 1.5rem;
  font-family: "filson-pro", sans-serif;
  margin: 0rem 0 1rem;
  padding: 0 30px;
  line-height: 1.2;
  color: #FBB133;
}
#section-1 .section-intro {
  font-size: 1.125rem;
  margin: 0 0 15px;
  padding: 0 4rem;
  line-height: 1.6;
  font-family: "BrownStd", sans-serif;
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 50px 0px;
    background-size: 30%;
  }
  #section-1 .section-heading {
    font-size: 2.5rem;
    margin: 0rem 0 1rem;
    padding: 0 3rem;
  }
  #section-1 .section-subheading {
    font-size: 1.5rem;
    margin: 0rem 0 1rem;
    padding: 0 30px;
  }
  #section-1 .section-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 {
    padding: 40px 20px;
    background: #154332 url(../images/bg-vertical.svg) left top no-repeat;
    background-size: 38%;
  }
  #section-1 .section-heading {
    padding: 2rem 3rem 1rem;
    font-size: 2rem;
  }
  #section-1 .section-subheading {
    font-size: 1.25rem;
    margin: 0rem 0 1rem;
    padding: 0 2rem;
    line-height: 1.2;
  }
  #section-1 .section-intro {
    font-size: 1rem;
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 30px 15px;
    background: #F0E0C7;
  }
  #section-1 .section-heading {
    padding: 2rem 0 0;
    font-size: 2rem;
    color: #154332;
  }
  #section-1 .section-subheading {
    font-size: 1.5rem;
    margin: 0rem 0 1rem;
    padding: 0 0px 0 0rem;
    line-height: 1.2;
    color: #D3674F;
  }
  #section-1 .section-intro {
    font-size: 1rem;
    padding: 0 0;
    color: black;
  }
}

/* Aerial View 
================================================== */
#aerial-view {
  background: black;
  cursor: hand;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#aerial-view .aerial-button {
  width: 100%;
  border: 2px solid #154332;
  background: #154332;
  margin: 30px 0;
  color: #FBB133;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "filson-pro", sans-serif;
  line-height: 1;
  font-size: 1rem;
  border: 0px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  position: absolute;
  z-index: 1000;
  width: auto;
}
#aerial-view .aerial-button:hover {
  color: #F0E0C7;
}
@media screen and (max-width: 992px) {
  #aerial-view .aerial-button {
    font-size: 0.875rem;
  }
}
#aerial-view img {
  width: 100%;
}
/* Google Map
 ================================================== */
#map-header {
  padding: 60px 0;
  background: linear-gradient(326deg, #f0b4aa, #fbb133, #f0b4aa, #fbb133);
  background-size: 800% 800%;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
  color: #154332;
  text-align: center;
}
#map-header #animated-logo {
  height: 150px;
  margin: 0 0 2rem;
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#map-header #animated-logo #logo-inner, #map-header #animated-logo #logo-outer {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0px;
}
#map-header #animated-logo #logo-outer {
  background: url(../images/logo-outer.svg) center center no-repeat;
  animation: rotateAntiClockwise 25s linear infinite; /* 4s is the animation duration */
}
#map-header #animated-logo #logo-inner {
  background: url(../images/logo-inner.svg) center center no-repeat;
  animation: rotateClockwise 25s linear infinite; /* 4s is the animation duration */
}
@keyframes rotateClockwise {
  0% {
    transform: rotate(0deg); /* Start with no rotation */
  }
  100% {
    transform: rotate(360deg); /* End with a full 360-degree (clockwise) rotation */
  }
}
@keyframes rotateAntiClockwise {
  0% {
    transform: rotate(360deg); /* Start with no rotation */
  }
  100% {
    transform: rotate(0deg); /* End with a full 360-degree (clockwise) rotation */
  }
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#map-header .section-heading {
  font-size: 3.25rem;
  margin: 0rem auto 2rem;
  padding: 0 2rem;
  line-height: 1.2;
}
#map-header .section-subheading {
  font-size: 1.5rem;
  font-family: "filson-pro", sans-serif;
  margin: 0rem 0 1rem;
  padding: 0 30px 0 2rem;
  line-height: 1.2;
}
#map-header .section-intro {
  font-size: 1.125rem;
  margin: 0 0 15px;
  padding: 0 4rem 0 2rem;
  line-height: 1.6;
  font-family: "BrownStd", sans-serif;
}
#map-header .button {
  width: 100%;
  border: 2px solid #154332;
  background: #154332;
  margin: 30px 0;
  color: #FBB133;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "filson-pro", sans-serif;
  line-height: 1;
  font-size: 1rem;
  border: 0px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  display: inline-block;
  width: auto;
  margin: 2rem 0 0;
  border: 0;
}
#map-header .button:hover {
  color: #F0E0C7;
}
@media screen and (max-width: 992px) {
  #map-header .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  #map-header {
    padding: 40px 0;
  }
  #map-header .section-heading {
    font-size: 2.5rem;
    margin: 0rem 0 1rem;
    padding: 0 3rem;
  }
  #map-header .section-subheading {
    font-size: 1.5rem;
    margin: 0rem 0 1rem;
    padding: 0 30px;
  }
  #map-header .section-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  #map-header {
    padding: 30px 0;
    background-size: 105%;
  }
  #map-header .section-heading {
    font-size: 2rem;
    margin: 0rem 0 1rem;
    padding: 0 3rem;
  }
  #map-header .section-subheading {
    font-size: 1.25rem;
    margin: 0rem 0 1rem;
    padding: 0 3rem;
  }
  #map-header .section-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header {
    padding: 30px 0px 0;
    text-align: center;
  }
  #map-header .section-heading {
    font-size: 2rem;
    margin: 0rem 0 1rem;
    padding: 0 1rem;
  }
  #map-header .section-subheading {
    font-size: 1.25rem;
    margin: 0rem 0 1rem;
    padding: 0 0.5rem;
  }
  #map-header .section-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 1.5rem;
  }
}

#google-map {
  width: 100%;
  height: 600px;
  padding: 0 0;
  margin: 60px 0 0 0;
  border: 20px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1024px) {
  #google-map {
    height: 500px;
    margin: 40px 0 0 0;
    border: 15px solid rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 992px) {
  #google-map {
    height: 450px;
    margin: 30px 0 0 0;
    border: 12px solid rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 767px) {
  #google-map {
    height: 350px;
    border: none;
  }
}

/* Footer Section Styles
 ================================================== */
#footer {
  padding: 40px 0;
  background: #154332;
  color: white;
}
#footer #estate-gurus {
  width: 190px;
  height: 60px;
  margin: 0rem 1rem;
  padding: 0 60px 0 0;
  background: url(../images/estate-gurus.png) right center no-repeat;
  background-size: contain;
  text-align: center;
  font-family: "filson-pro", sans-serif;
  line-height: 60px;
  float: right;
}
#footer .button {
  width: 100%;
  border: 2px solid #154332;
  background: #154332;
  margin: 30px 0;
  color: #FBB133;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "filson-pro", sans-serif;
  line-height: 1;
  font-size: 1rem;
  border: 0px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  margin: 0 0 1rem 0;
}
#footer .button:hover {
  color: #F0E0C7;
}
@media screen and (max-width: 992px) {
  #footer .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 992px) {
  #footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 25px 0;
  }
  #footer #estate-gurus {
    width: 190px;
    height: 45px;
    margin: 0rem 1rem;
    padding: 0 45px 0 0;
    line-height: 45px;
  }
}

#illustration {
  height: 90px;
  background: url(../images/illustration.svg) center center no-repeat;
  background-size: cover;
}

.post-footer-animation {
  height: 90px !important;
  position: relative !important;
}

.building-row {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  height: auto;
}

.section-label {
  position: absolute;
  font-family: "ivypresto-headline", serif;
  color: #154332;
  transform: rotate(-90deg);
  margin-left: 1260px;
  text-align: right;
  margin-top: 135px;
  font-size: 1.25rem;
  width: 300px;
  letter-spacing: 2px;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .section-label {
    margin-left: 1190px;
    font-size: 1rem;
    margin-top: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .section-label {
    right: -130px;
    margin-top: 145px;
  }
}
@media screen and (max-width: 992px) {
  .section-label {
    right: -135px;
    margin-top: 145px;
  }
}
@media screen and (max-width: 767px) {
  .section-label {
    margin-top: 135px;
    font-size: 0.875rem;
  }
}

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

.modal-content {
  background: #F0E0C7;
}

.modal-header {
  border-bottom: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1070px;
    margin: 1.75rem auto;
  }
}
/* form stuff */
#formcontent {
  background: #F0E0C7;
  padding: 30px 0 20px 0;
  margin: 0;
  z-index: 100;
}
#formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
  font-family: "ivypresto-headline", serif;
  font-size: 2.375rem;
  color: #154332;
  padding: 0 40px 0.5rem;
  display: block;
  text-align: center;
  width: auto;
  line-height: 1;
}
#formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
  font-family: "filson-pro", sans-serif;
  color: #154332;
}
#formcontent .form-sub-header {
  font-family: "filson-pro", sans-serif;
  color: #154332;
  line-height: 1.2;
  padding: 0 40px;
  margin: 0px 0 10px;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
#formcontent .form-sub-header a {
  color: #F0E0C7;
  text-decoration: underline;
}
#formcontent .contact {
  font-family: "ivypresto-headline", serif;
  margin: 15px 0;
}
#formcontent .download-button {
  width: 100%;
  border: 2px solid #154332;
  background: #154332;
  margin: 30px 0;
  color: #FBB133;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "filson-pro", sans-serif;
  line-height: 1;
  font-size: 1rem;
  border: 0px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  display: inline-block;
  width: auto;
  padding: 20px 30px;
  margin: 20px 20px;
  color: white;
  text-align: center;
  background: #154332;
}
#formcontent .download-button:hover {
  color: #F0E0C7;
}
@media screen and (max-width: 992px) {
  #formcontent .download-button {
    font-size: 0.875rem;
  }
}
#formcontent .download-button a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #formcontent {
    padding: 30px 0 20px 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2rem;
    padding: 0 30px 0rem;
  }
  #formcontent .form-sub-header {
    line-height: 1.2;
    padding: 0 30px;
    margin: 0px 0px 10px 0;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #formcontent {
    padding: 24px 0 20px 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 1.875rem;
    padding: 0 30px 0rem;
  }
  #formcontent .form-sub-header {
    line-height: 1.2;
    padding: 0 30px;
    margin: 0px 0px 10px 0;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #formcontent {
    width: 96%;
    padding: 24px 0 20px 0;
    margin: 20px auto 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2rem;
    padding: 0 30px 0rem;
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    text-align: center;
  }
  #formcontent .form-sub-header {
    font-size: 1rem;
    margin: 10px 0;
    padding: 0 40px;
  }
  #formcontent .contact {
    font-family: "ivypresto-headline", serif;
    padding: 0px 15px;
  }
}

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

.beige-border {
  border: 10px solid rgba(21, 67, 50, 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 40px 0;
}
@media screen and (max-width: 1024px) {
  fieldset {
    padding: 0 30px 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;
  color: #154332 !important;
  font-family: "BrownStd", sans-serif;
}
@media screen and (max-width: 1024px) {
  input, label, a.selectbox-link span.selectbox-link-text {
    font-size: 0.875rem;
  }
}

input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(21, 67, 50, 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(21, 67, 50, 0.8);
}
@media screen and (max-width: 992px) {
  input {
    padding: 2px 0 0 15px;
  }
}

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;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  form p label {
    font-size: 0.875rem;
  }
}
form p br {
  display: none;
}

form fieldset p label {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  form fieldset p label {
    font-size: 0.875rem;
  }
}

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 #154332;
  background: #154332;
  margin: 30px 0;
  color: #FBB133;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "filson-pro", sans-serif;
  line-height: 1;
  font-size: 1rem;
  border: 0px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  border: 0px solid #154332;
  cursor: pointer;
  transition: all 0.6s ease;
}
.button-link:hover {
  color: #F0E0C7;
}
@media screen and (max-width: 992px) {
  .button-link {
    font-size: 0.875rem;
  }
}
.button-link:hover {
  background: #154332;
  color: #F0E0C7;
}
@media screen and (max-width: 1024px) {
  .button-link {
    margin: 10px 0 0 0;
  }
}
.button-link span.msg, .button-link span#msg {
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .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: #154332;
  text-align: left;
  font-family: "filson-pro", sans-serif;
}

.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.svg) top left no-repeat;
  background-size: 10px 15px;
  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 #154332;
}
@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: #F0E0C7;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "ivypresto-headline", serif;
  color: black !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: 1024px) {
  .select-selected {
    font-size: 0.875rem;
  }
}
@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: #154332 transparent transparent transparent;
}

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

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #154332;
  font-size: 1rem;
  padding: 12px 1rem;
  border: 0px solid #154332;
  cursor: pointer;
  border-bottom: 1px solid rgba(21, 67, 50, 0.5);
}
@media screen and (max-width: 1024px) {
  .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: "ivypresto-headline", serif;
  color: #154332 !important;
}
@media screen and (max-width: 1024px) {
  .select-items {
    font-size: 0.875rem;
  }
}

/*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);
}
