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

/* set stuff */
html, body {
  overflow-x: hidden;
  background-color: white;
  font-family: "isi-med", serif;
  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: 1400px;
}
@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 {
  padding: 0px;
  background: transparent;
  color: black;
}
.navbar .inspect {
  background: white;
  padding: 15px;
  color: white;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
}
.navbar .hide {
  display: none;
}
.navbar .row {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .navbar {
    background-position-y: -15px;
  }
  .navbar .inspect {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 0 0 25px;
  }
  .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 0 10px 0;
  background: #e1d4cc;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  width: 100% !important;
  overflow-y: visible;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .navbar.compressed {
    height: 80px;
  }
}

.project-logo-standard {
  width: 100%;
  height: 230px;
  margin: 30px 0;
  background: url(../images/project-logo-reverse.svg) left center no-repeat;
  background-size: contain;
  /*
  			@media only screen 
  			    and (device-width: 390px) 
  			    and (device-height: 844px) 
  			    and (-webkit-device-pixel-ratio: 3) { 

  				background: url(../images/project-logo-compressed.svg) left top no-repeat;
  				height: 290px;
  				margin: 0px 0 0 0;

  			}
  */
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .project-logo-standard {
    height: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    height: 170px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    background: url(../images/project-logo-compressed.svg) left top no-repeat;
    height: 90px;
    margin: 0px 0 0 0;
  }
}
@media screen and (max-width: 376px) {
  .project-logo-standard {
    margin: 0px 0 0 0;
  }
}

.project-logo-compressed {
  width: 300px;
  height: 120px;
  display: inline-block;
  background: url(../images/project-logo-compressed.svg) no-repeat;
  background-position: left top;
  margin: 0 0 0;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-compressed {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-compressed {
    width: 150px;
    margin: 0 0 10px -15px;
    height: 120px;
    background-size: contain;
  }
}
@media screen and (max-width: 376px) {
  .project-logo-compressed {
    width: 150px;
    margin: 0 0 10px -15px;
  }
}

#hidden-button {
  width: 100%;
  border: 0px solid #96cdd3;
  background: #96cdd3;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "isi-bold", sans-serif;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  line-height: 1;
  text-transform: uppercase;
  width: auto;
  font-size: 1rem;
  float: right;
  margin: 20px 0 15px;
  background: #5b7488;
  border: 1px solid #5b7488;
}
#hidden-button:hover {
  background: #5b7488;
}
#hidden-button:hover {
  color: white;
}
@media screen and (max-width: 1024px) {
  #hidden-button {
    margin: 22px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #hidden-button {
    margin: 15px 0;
    padding: 17px 20px 15px 20px;
  }
}

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

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

/* Header Section
 ================================================== */
#header-image {
  width: 100%;
  height: auto;
  padding: 17vh 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 20%, transparent 120%), url(../images/header-desktop.jpg) center center no-repeat;
  background-size: cover !important;
  margin: -25px 0 0 0;
  text-align: center;
  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:*/
  /* 2532x1170 pixels at 460ppi */
  /*
  		@media only screen 
  		    and (device-width: 390px) 
  		    and (device-height: 844px) 
  		    and (-webkit-device-pixel-ratio: 3) { 

  				padding: 290px 0 60px;
  				height: auto;
  				background: $blue url(../images/header-mob.jpg)  center top no-repeat;
  				background-size: 100% auto !important;
  				text-align: center;

  				.deposit {
  					padding: 0.5rem 1rem;
  					font-size: 1rem;
  					margin: 0 0;
  					display: block;
  					float: none;
  					text-align: center;
  				}

  				.section-header {
  					background-size: 100% 75px;
  					padding: 0px 20px 5px 20px;
  					font-size: 2.5rem;
  					margin: 10px 0;
  					text-align: center;

  					br {
  						margin: 20px 0;
  						content: " ";
  						display: block;
  						font-size: 24%;
  					}

  				}

  				.pricepoint {
  					font-style: normal;
  					font-size: 1.5rem;
  					text-align: center;
  					margin: 0 0;
  				}

  		}
  */
}
#header-image .section-header {
  color: white;
  line-height: 0.9;
  display: inline-block;
  text-align: left;
  font-family: "isi-med", serif;
  padding: 0 150px 5px 0;
  font-size: 6rem;
  margin: 10px 0 5px;
  letter-spacing: -1px;
}
#header-image .section-header br {
  margin: 0px 0;
  content: " ";
  display: block;
  font-size: 24%;
}
#header-image .pricepoint {
  font-family: "isi-med", serif;
  font-style: normal;
  font-size: 3rem;
  color: #96cdd3;
  text-align: left;
}
#header-image #formcontent {
  background: white;
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  z-index: 100;
}
#header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
  font-family: "isi-med", serif;
  font-size: 3rem;
  color: white;
  background: #96cdd3;
  padding: 30px 20px;
  display: block;
  text-align: center;
  width: auto;
  text-shadow: 2px 2px 1px rgba(91, 116, 136, 0.7);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
#header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
  color: white;
  font-size: 1.25rem;
  text-align: center;
}
#header-image #formcontent .stamp-duty-savings {
  font-family: "isi-med", serif;
  color: #5b7488;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 30px;
  margin: 30px 0 10px;
}
#header-image #formcontent .contact {
  font-family: "isi-med", serif;
  margin: 15px 0;
}
#header-image #formcontent .download-button {
  width: 100%;
  border: 0px solid #96cdd3;
  background: #96cdd3;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "isi-bold", sans-serif;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  line-height: 1;
  text-transform: uppercase;
  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 {
  background: #5b7488;
}
#header-image #formcontent .download-button a {
  color: white;
}
#header-image #formcontent .download-button:hover {
  background: #5b7488;
  background-size: 6%;
  border: 0px solid #212529;
}
@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 30px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  }
  #header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
    font-size: 1.125rem;
  }
  #header-image #formcontent .stamp-duty-savings {
    font-size: 1.125rem;
    margin: 20px 0 0px;
    padding: 0 20px;
  }
}
@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: 2rem;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  }
  #header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
    font-size: 1rem;
  }
  #header-image #formcontent .stamp-duty-savings {
    font-size: 0.875rem;
    margin: 20px 0 0px;
    padding: 0 20px;
  }
  #header-image #formcontent .download-button {
    margin: 20px 0;
    font-size: 0.875rem;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  #header-image #formcontent {
    width: 96%;
    padding: 0 0 25px 0;
    margin: 20px auto 0;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 2.25rem;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  }
  #header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
    font-size: 1rem;
    color: #212529;
    text-shadow: none;
  }
  #header-image #formcontent .stamp-duty-savings {
    font-size: 1rem;
    margin: 0px;
    padding: 15px 25px 0;
  }
  #header-image #formcontent .contact {
    font-family: "isi-med", serif;
    padding: 0px 15px;
  }
  #header-image #formcontent .download-button {
    margin: 20px 0;
    font-size: 1rem;
    padding: 20px 20px;
  }
}
#header-image .white-border {
  border: 10px solid white;
}
#header-image .beige-border {
  border: 10px solid rgba(33, 37, 41, 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 30px 0;
}
@media screen and (max-width: 1024px) {
  #header-image fieldset {
    padding: 15px 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, #header-image select {
  font-size: 0.875rem !important;
  color: black !important;
  font-family: "isi-med", serif;
}
#header-image input, #header-image select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(33, 37, 41, 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, #header-image select:hover {
  border-bottom: 1px solid rgba(33, 37, 41, 0.8);
}
@media screen and (max-width: 992px) {
  #header-image input, #header-image select {
    padding: 14px 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;
}
@media screen and (max-width: 992px) {
  #header-image form p label {
    top: 11px;
  }
}
#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: 0px solid #96cdd3;
  background: #96cdd3;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "isi-bold", sans-serif;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 25px 20px 20px 20px;
  background-size: 5%;
  border: 0px solid #212529;
  cursor: pointer;
  transition: all 0.6s ease;
  background: #96cdd3;
  color: white;
  font-family: "isi-med", serif;
}
#header-image .button-link:hover {
  background: #5b7488;
}
@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: 2rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(91, 116, 136, 0.7);
}
@media screen and (max-width: 992px) {
  #header-image .button-link span.msg, #header-image .button-link span#msg {
    font-size: 1.5rem;
  }
}
#header-image select {
  background-color: white;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "isi-med", serif;
  color: #212529 !important;
  width: 100%;
  height: 40px;
  border: 0px;
  border-bottom: 1px solid rgba(33, 37, 41, 0.5);
  border-radius: 0px;
}
#header-image select:hover {
  border-bottom: 1px solid rgba(33, 37, 41, 0.8);
}
#header-image #loadingbtn, #header-image #thankyou {
  display: none;
}
#header-image .privacy-policy, #header-image p.privacy-policy, #header-image a.policy-link, #header-image a:hover.policy-link, #header-image #privacy-policy {
  color: #6d6e71;
  text-align: left;
}
#header-image .privacy-policy {
  font-size: 10px;
  text-align: center;
}
#header-image p.privacy-policy {
  font-size: 10px;
  margin: 20px 30px 15px 30px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  #header-image p.privacy-policy {
    padding-left: 15px;
  }
}
#header-image p.privacy-policy img {
  margin-right: 10px;
  text-align: left;
}
#header-image a.policy-link {
  text-decoration: underline;
  color: #6d6e71;
}
#header-image a:hover.policy-link {
  text-decoration: none;
  color: #6d6e71;
}
#header-image #privacy-policy {
  display: none;
  font-size: 9px;
  width: 90%;
  margin: 0 5% 20px;
}
#header-image .custom-select {
  position: relative;
  padding: 0 0;
  background: black;
  margin-bottom: 20px;
  border: 1px solid #212529;
}
@media screen and (max-width: 992px) {
  #header-image .custom-select {
    margin-bottom: 10px;
  }
}
#header-image .custom-select select {
  display: none !important; /*hide original SELECT element:*/
}
#header-image .select-selected {
  background-color: white;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "isi-med", serif;
  color: #212529 !important;
}
#header-image .select-selected:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  #header-image .select-selected {
    margin-bottom: 10px;
  }
}
#header-image .select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #212529 transparent transparent transparent;
}
#header-image .select-selected.select-arrow-active:after {
  border-color: transparent transparent #212529 transparent;
  top: 12px;
}
#header-image .select-items div, #header-image .select-selected {
  color: #212529;
  font-size: 14px;
  padding: 12px 1rem;
  border: 0px solid #212529;
  cursor: pointer;
  border-bottom: 1px solid rgba(33, 37, 41, 0.5);
}
#header-image .select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  border-top: none;
  text-align: left;
  font-family: "isi-med", serif;
  color: #212529 !important;
}
#header-image .select-hide {
  display: none;
}
#header-image .select-items div:hover, #header-image .same-as-selected {
  background-color: rgba(0, 0, 0, 0.3);
}
#header-image .name-wrapper {
  height: 53px;
}
#header-image .half-width-left {
  width: 48%;
  float: left;
}
#header-image .half-width-right {
  width: 48%;
  float: right;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #header-image .section-header {
    padding: 0 150px 5px 0;
    font-size: 5.5rem;
    margin: 10px 0 5px;
  }
  #header-image .section-header br {
    margin: 0px 0;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #header-image .pricepoint {
    font-family: "isi-med", serif;
    font-style: normal;
    font-size: 3rem;
    color: #96cdd3;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  #header-image {
    padding: 130px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 20%, transparent 120%), url(../images/header-tablet-landscape.jpg) center center no-repeat;
  }
  #header-image .section-header {
    padding: 0 70px 5px 0;
    font-size: 4.5rem;
    margin: 10px 0 5px;
    letter-spacing: -1px;
  }
  #header-image .pricepoint {
    font-family: "isi-med", serif;
    font-style: normal;
    font-size: 2.5rem;
    color: #96cdd3;
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  #header-image {
    padding: 90px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 20%, transparent 120%), url(../images/header-tablet-portrait.jpg) center center no-repeat;
  }
  #header-image .section-header {
    padding: 0 20px 5px 0;
    font-size: 3.65rem;
    margin: 10px 0 5px;
  }
  #header-image .pricepoint {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  #header-image {
    padding: 290px 0 60px;
    height: auto;
    background: #5b7488 url(../images/header-mob.jpg) center top no-repeat;
    background-size: 100% auto !important;
    text-align: center;
  }
  #header-image .deposit {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    margin: 0 0;
    display: block;
    float: none;
    text-align: center;
  }
  #header-image .section-header {
    background-size: 100% 75px;
    padding: 0px 20px 5px 20px;
    font-size: 2.5rem;
    margin: 10px 0;
    text-align: center;
  }
  #header-image .section-header br {
    margin: 20px 0;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #header-image .pricepoint {
    font-style: normal;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0;
  }
}
@media screen and (max-width: 376px) {
  #header-image {
    padding: 260px 0 60px;
    height: auto;
    background: #5b7488 url(../images/header-mob.jpg) center top no-repeat;
    background-size: 100% auto !important;
    text-align: center;
  }
  #header-image .section-header {
    background-size: 100% 75px;
    padding: 0px 20px 5px 20px;
    font-size: 2.5rem;
    margin: 10px 0;
    text-align: center;
    color: white;
  }
  #header-image .section-header br {
    margin: 20px 0;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #header-image .pricepoint {
    font-style: normal;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0;
  }
  #header-image .savings-plan {
    padding: 9px 12px;
    font-size: 1.125rem;
    background: white;
    color: #5b7488;
    margin: 0 0 40px 15px;
  }
}

/* Section 1
 ================================================== */
#section-1 {
  padding: 70px 0 30px;
  background-position-y: 3.75rem;
  background: white;
}
#section-1 .section-1-heading {
  font-family: "isi-bold", sans-serif;
  font-size: 3.5rem;
  margin: 0 0 2rem;
  padding: 0 60px 0 0;
  line-height: 0.9;
  color: #5b7488;
}
#section-1 .section-1-intro {
  font-family: "isi-med", serif;
  font-size: 1.125rem;
  color: #60646c;
  margin: 0 0 15px;
  padding: 0 4rem 0 0;
  line-height: 1.6;
}
#section-1 .section-1-sub-header {
  font-family: "isi-med", serif;
  font-size: 1.75rem;
  margin: 0 0 2rem;
  line-height: 1.1;
  color: #b3a39a;
  padding: 0 60px 0 0;
}
#section-1 .pricebox-holder {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: auto;
  padding: 10px 0 0;
}
#section-1 .pricebox-holder, #section-1 .scrolling-wrapper-flexbox {
  height: auto;
  margin: 0 0 20px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
#section-1 .pricebox-holder::-webkit-scrollbar, #section-1 .scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}
#section-1 .package {
  background: white;
  width: auto;
  text-align: left;
  transition: all 0.6s ease;
  margin: 0 0 50px;
  padding: 0 0 10px;
  text-align: left;
  color: #b3a39a;
}
#section-1 .package .copy-wrapper {
  border-left: 2px solid #b3a39a;
}
#section-1 .package .package-title {
  font-size: 1.125rem;
  line-height: 1.1;
  padding: 10px 30px 15px;
  font-family: "isi-med", serif;
  margin: 0 0 0 0;
  color: #60646c;
}
#section-1 .package .package-pricepoint {
  font-size: 1.75rem;
  line-height: 1;
  padding: 0 10px 24px 30px;
  margin: 0 0 0;
  font-family: "isi-med", serif;
  color: #5b7488;
}
#section-1 .package .package-pricepoint span {
  font-size: 1.5rem;
}
#section-1 .package img {
  margin: 0 0 1.125rem;
}
#section-1 .package img:hover {
  opacity: 0.8;
}
#section-1 .package ul {
  padding: 0 0 0 30px;
}
#section-1 .package ul li {
  display: inline-block;
  font-size: 1.25rem;
  width: 22%;
  font-family: "isi-med", serif;
  width: auto;
  color: #b3a39a;
  text-align: center;
  line-height: 0.7;
}
#section-1 .package ul li span {
  font-size: 0.75rem;
  color: #5b7488;
}
#section-1 .package ul .bed, #section-1 .package ul .bath, #section-1 .package ul .study, #section-1 .package ul .car, #section-1 .package ul .rv {
  width: 22%;
}
#section-1 .package ul .bed {
  background: url(../images/icon-bed.svg) center top no-repeat;
  background-size: 45px 38px;
  padding: 45px 0 0 0;
}
#section-1 .package ul .bath {
  background: url(../images/icon-bath.svg) center top no-repeat;
  background-size: 45px 38px;
  padding: 45px 0 0 0;
}
#section-1 .package ul .study {
  background: url(../images/icon-study.svg) center top no-repeat;
  background-size: 50px 38px;
  padding: 45px 0 0 0;
}
#section-1 .package ul .car {
  background: url(../images/icon-car.svg) center top no-repeat;
  background-size: 55px 38px;
  padding: 45px 0 0 0;
}
#section-1 .package ul .rv {
  background: url(../images/icon-rv.svg) center top no-repeat;
  background-size: 55px 38px;
  padding: 45px 0 0 0;
}
#section-1 .package .button {
  width: 100%;
  border: 0px solid #96cdd3;
  background: #96cdd3;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "isi-bold", sans-serif;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  line-height: 1;
  text-transform: uppercase;
  border: 0px solid #96cdd3;
  background: #96cdd3;
  color: white;
  display: block;
  width: auto;
  text-align: center;
  margin: 0 0 20px 30px;
  padding: 20px 20px;
}
#section-1 .package .button:hover {
  background: #5b7488;
}
#section-1 .line {
  margin: 50px auto;
  height: 1px;
  width: 86px;
  background-color: #5b7488;
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 40px 0 20px;
  }
  #section-1 .section-1-heading {
    font-size: 2.5rem;
    margin: 0 0 25px;
    padding: 0 2rem 0 0;
  }
  #section-1 .section-1-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 2rem 0 0;
  }
  #section-1 .section-1-sub-header {
    font-size: 1.375rem;
    margin: 0 0 1rem;
    padding: 0 30px 0 0;
  }
  #section-1 .package {
    margin: 0 0 0 0;
  }
  #section-1 .package .package-title {
    line-height: 1;
    padding: 10px 0 0;
    margin: 0 20px;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.75rem;
    margin: 0 0 0;
    padding: 0 20px 24px 20px;
    line-height: 1.2;
  }
  #section-1 .package .package-pricepoint span {
    font-size: 1.5rem;
  }
  #section-1 .package ul {
    padding: 20px 0 0 20px;
  }
  #section-1 .package .button {
    margin: 0 20px 20px 20px;
  }
}
@media screen and (max-width: 992px) {
  #section-1 {
    padding: 40px 0 20px;
  }
  #section-1 .section-1-heading {
    padding: 0 70px;
    font-size: 2.25rem;
    text-align: center;
  }
  #section-1 .section-1-sub-header {
    font-size: 1.375rem;
    margin: 0 0 1rem;
    padding: 0 40px;
    text-align: center;
  }
  #section-1 .section-1-intro {
    font-size: 1rem;
    margin: 0 0 20px;
    padding: 0 0;
    text-align: center;
  }
  #section-1 .bold {
    font-size: 1rem;
  }
  #section-1 .package .package-title {
    font-size: 1rem;
    line-height: 1;
    padding: 10px 0 0;
    margin: 0 20px;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.25rem;
    line-height: 0.8;
    margin: 0 0 0;
    padding: 0 0px 24px 20px;
    line-height: 1.2;
  }
  #section-1 .package .package-pricepoint span {
    font-size: 1.5rem;
  }
  #section-1 .package ul {
    padding: 10px 0 0 20px;
  }
  #section-1 .package .button {
    margin: 0 20px 20px;
    padding: 20px 20px 20px 20px;
    font-size: 0.875rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 30px 10px;
  }
  #section-1 .section-1-heading {
    font-size: 2.125rem;
    margin: 0 0 20px;
    padding: 0 1rem;
  }
  #section-1 .section-1-intro {
    padding: 0 0;
    font-size: 1rem;
  }
  #section-1 .bold {
    padding: 0 0;
    font-size: 1.125rem;
  }
  #section-1 .package {
    margin: 0px 0 0px;
  }
  #section-1 .package img {
    margin: 0 0 1rem;
  }
  #section-1 .package .package-title {
    font-size: 1rem;
    padding: 10px 40px 0 0;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.5rem;
    line-height: 1.1;
    padding: 0 25px 20px 25px;
    margin: 0 0 0;
  }
  #section-1 .package ul {
    padding: 15px 0 0 25px;
  }
  #section-1 .package .button {
    margin: 0 15px 25px 25px;
    padding: 15px 30px;
  }
}

/* Section 3
 ================================================== */
#section-2 {
  padding: 70px 0;
  background: #5b7488;
  color: white;
}
#section-2 .container {
  position: relative;
}
#section-2 .section-2-heading {
  font-family: "isi-bold", sans-serif;
  font-size: 3.5rem;
  margin: 0 0 2rem;
  padding: 0 60px 0 0;
  line-height: 0.9;
  color: white;
}
#section-2 .section-2-sub-header {
  font-family: "isi-med", serif;
  font-size: 1.75rem;
  margin: 0 0 2rem;
  line-height: 1.1;
  color: #e1d4cc;
  padding: 0 60px 0 0;
}
#section-2 p {
  font-size: 1.125rem;
  padding: 0 60px 0 0;
}
#section-2 .list-header {
  font-family: "isi-bold", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 3rem;
  line-height: 1.2;
  color: #e1d4cc;
  padding: 0 0;
}
#section-2 .no-stamp-duty, #section-2 .no-council-rates, #section-2 .no-exit-fees, #section-2 .no-body-corp, #section-2 .no-rentals, #section-2 .secured-estate {
  background: #e1d4cc;
  height: 160px;
  padding: 0 20px 60px;
  margin: 0 auto 60px;
  border-top: 4px solid white;
  overflow-y: visible;
  position: relative;
}
#section-2 .no-stamp-duty p, #section-2 .no-council-rates p, #section-2 .no-exit-fees p, #section-2 .no-body-corp p, #section-2 .no-rentals p, #section-2 .secured-estate p {
  padding: 0 0 10px;
  margin: 0 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #5b7488;
  background: url(../images/border-bottom.svg) center bottom no-repeat;
  background-size: 40px 2px;
}
#section-2 .no-stamp-duty p span, #section-2 .no-council-rates p span, #section-2 .no-exit-fees p span, #section-2 .no-body-corp p span, #section-2 .no-rentals p span, #section-2 .secured-estate p span {
  text-decoration: underline;
  font-family: "isi-bold", sans-serif;
}
#section-2 .icon-no-stamp-duty {
  background: url(../images/icon-no-stamp-duty.svg) center top no-repeat;
}
#section-2 .icon-no-council-rates {
  background: url(../images/icon-no-council-rates.svg) center top no-repeat;
}
#section-2 .icon-no-exit-fees {
  background: url(../images/icon-no-exit-fees.svg) center top no-repeat;
}
#section-2 .icon-no-body-corp {
  background: url(../images/icon-no-body-corp.svg) center top no-repeat;
}
#section-2 .icon-no-rentals {
  background: url(../images/icon-no-rentals.svg) center top no-repeat;
}
#section-2 .icon-secured-estate {
  background: url(../images/icon-secured-estate.svg) center top no-repeat;
}
#section-2 .icon-no-stamp-duty, #section-2 .icon-no-council-rates, #section-2 .icon-no-exit-fees, #section-2 .icon-no-body-corp, #section-2 .icon-no-rentals, #section-2 .icon-secured-estate {
  margin: -35px auto 10px auto;
  background-size: 72px 72px;
  width: 70px;
  height: 70px;
  border: 3px solid white;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  #section-2 {
    padding: 40px 0 40px;
  }
  #section-2 .section-2-heading {
    font-size: 2.5rem;
    margin: 0 0 25px;
    padding: 0 2rem 0 0;
  }
  #section-2 .section-2-sub-header {
    font-size: 1.375rem;
    margin: 0 0 1rem;
    padding: 0 30px 0 0;
  }
  #section-2 p {
    font-size: 1rem;
    padding: 0 3rem 0 0;
  }
  #section-2 .no-stamp-duty, #section-2 .no-council-rates, #section-2 .no-exit-fees, #section-2 .no-body-corp, #section-2 .no-rentals, #section-2 .secured-estate {
    height: 130px;
    padding: 0 10px 60px;
    margin: 0 auto 50px;
    border-top: 3px solid white;
  }
  #section-2 .no-stamp-duty p, #section-2 .no-council-rates p, #section-2 .no-exit-fees p, #section-2 .no-body-corp p, #section-2 .no-rentals p, #section-2 .secured-estate p {
    padding: 0 0 10px;
    margin: 0 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
    background-size: 40px 2px;
  }
  #section-2 .icon-no-stamp-duty, #section-2 .icon-no-council-rates, #section-2 .icon-no-exit-fees, #section-2 .icon-no-body-corp, #section-2 .icon-no-rentals, #section-2 .icon-secured-estate {
    margin: -35px auto 10px auto;
    background-size: 62px 62px;
    width: 60px;
    height: 60px;
    border: 3px solid white;
  }
}
@media screen and (max-width: 992px) {
  #section-2 {
    padding: 40px 0 40px;
  }
  #section-2 .section-2-heading {
    padding: 0 110px;
    font-size: 2.25rem;
    text-align: center;
  }
  #section-2 .section-2-sub-header {
    font-size: 1.375rem;
    margin: 0 0 1rem;
    padding: 0 40px;
    text-align: center;
  }
  #section-2 .section-1-intro {
    font-size: 1rem;
    margin: 0 0 20px;
    padding: 0 0;
    text-align: center;
  }
  #section-2 p {
    font-size: 1rem;
    padding: 0 2rem;
    text-align: center;
  }
  #section-2 .list-header {
    padding: 30px 70px 0;
  }
}
@media screen and (max-width: 767px) {
  #section-2 {
    padding: 30px 10px 0 10px;
  }
  #section-2 .section-2-heading {
    font-size: 2.125rem;
    margin: 0 0 20px;
    padding: 0 0 0 0;
  }
  #section-2 .section-2-sub-header {
    padding: 0 20px;
  }
  #section-2 p {
    padding: 0 0.75rem;
  }
  #section-2 .list-header {
    padding: 20px;
    margin: 0 0 1.5rem;
  }
  #section-2 .no-stamp-duty, #section-2 .no-council-rates, #section-2 .no-exit-fees, #section-2 .no-body-corp, #section-2 .no-rentals, #section-2 .secured-estate {
    height: 110px;
    padding: 0 10px 60px;
    margin: 0 auto 50px;
    border-top: 3px solid white;
  }
  #section-2 .no-stamp-duty p, #section-2 .no-council-rates p, #section-2 .no-exit-fees p, #section-2 .no-body-corp p, #section-2 .no-rentals p, #section-2 .secured-estate p {
    padding: 0 0 10px;
    margin: 0 0;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.2;
    background-size: 40px 2px;
  }
  #section-2 .icon-no-stamp-duty, #section-2 .icon-no-council-rates, #section-2 .icon-no-exit-fees, #section-2 .icon-no-body-corp, #section-2 .icon-no-rentals, #section-2 .icon-secured-estate {
    margin: -35px auto 10px auto;
    background-size: 62px 62px;
    width: 60px;
    height: 60px;
    border: 3px solid white;
  }
}

/* Section 3
 ================================================== */
#section-3 {
  padding: 70px 0;
  background: white;
  color: #60646c;
}
#section-3 .container {
  position: relative;
}
#section-3 .section-3-heading {
  font-family: "isi-bold", sans-serif;
  font-size: 3.5rem;
  margin: 0 0 2rem;
  padding: 0 60px 0 0;
  line-height: 0.9;
  color: #5b7488;
}
#section-3 .section-3-sub-header {
  font-family: "isi-med", serif;
  font-size: 1.75rem;
  margin: 0 0 2rem;
  line-height: 1.1;
  color: #b3a39a;
  padding: 0 60px 0 0;
}
#section-3 p {
  font-size: 1.125rem;
  padding: 0 60px 0 0;
}
#section-3 .list-header {
  font-family: "isi-bold", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 1.25rem;
  line-height: 1.2;
  color: #b3a39a;
  padding: 0 0;
}
#section-3 ul {
  font-size: 1.125rem;
  margin: 0 0 12px;
  font-family: "isi-med", serif;
}
#section-3 ul li {
  margin: 0 0 0.875rem 1rem;
  padding: 0 1rem 0 0;
}
#section-3 ul .heading {
  list-style-type: none;
  font-family: "isi-semi", sans-serif;
  margin: 0 0 0.875rem 0;
}
#section-3 .cols {
  -webkit-columns: 3;
  /* Chrome, Safari, Opera */
  -moz-columns: 3;
  /* Firefox */
  columns: 3;
  padding: 0 0 0 15px;
  height: auto;
}
#section-3 .cols ul {
  font-size: 1.125rem;
  margin: 0 0 12px;
  font-family: "isi-med", serif;
  list-style-type: none;
}
#section-3 .cols ul li {
  margin: 0 0 0.875rem 0;
  padding: 0 1rem 0 1.25rem;
  background: url(../images/chevron.svg) left 5px no-repeat;
  background-size: 16px 16px;
  transition: all 0.6s ease;
}
#section-3 .cols ul li:hover {
  background: url(../images/chevron.svg) 5px 5px no-repeat;
  background-size: 16px 16px;
}
#section-3 .cols ul .heading {
  list-style-type: none;
  font-family: "isi-semi", sans-serif;
  margin: 0 0 0.875rem 0;
}
@media screen and (max-width: 1024px) {
  #section-3 {
    padding: 40px 0 40px;
  }
  #section-3 .section-3-heading {
    font-size: 2.5rem;
    margin: 0 0 25px;
    padding: 0 2rem 0 0;
  }
  #section-3 .section-3-sub-header {
    font-size: 1.375rem;
    margin: 0 0 1rem;
    padding: 0 30px 0 0;
  }
  #section-3 p {
    font-size: 1rem;
    padding: 0 3rem 0 0;
  }
  #section-3 ul {
    font-size: 1rem;
    margin: 0 0 0;
  }
  #section-3 ul li {
    margin: 0 0 0.75rem 1rem;
    padding: 0 1rem 0 0;
    background: url(../images/chevron.svg) left 3px no-repeat;
    background-size: 14px 14px;
  }
  #section-3 ul .heading {
    margin: 0 0 0.875rem 0;
  }
  #section-3 .cols {
    height: auto;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  #section-3 .cols ul li {
    font-size: 1rem;
    margin: 0 0 0.375rem;
  }
}
@media screen and (max-width: 992px) {
  #section-3 {
    padding: 40px 0 40px;
  }
  #section-3 .section-2-heading {
    padding: 0 110px;
    font-size: 2.25rem;
    text-align: center;
  }
  #section-3 .section-3-sub-header {
    font-size: 1.375rem;
    margin: 0 0 1rem;
    padding: 0 40px;
    text-align: center;
  }
  #section-3 .section-3-intro {
    font-size: 1rem;
    margin: 0 0 20px;
    padding: 0 0;
    text-align: center;
  }
  #section-3 p {
    font-size: 1rem;
    padding: 0 2rem;
    text-align: center;
  }
  #section-3 .list-header {
    padding: 30px 70px 0;
  }
  #section-3 .cols {
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    column-gap: 20px;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
  #section-3 .cols ul li {
    margin: 0 0 0.5rem;
    padding: 0 1rem 0 1.25rem;
    background: url(../images/chevron.svg) left 3px no-repeat;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  #section-3 {
    padding: 30px 10px 30px 10px;
  }
  #section-3 .section-3-heading {
    font-size: 2.125rem;
    margin: 0 0 20px;
    padding: 0 0 0 0;
  }
  #section-3 .section-3-sub-header {
    padding: 0 20px;
  }
  #section-3 .list-header {
    padding: 20px 20px;
  }
  #section-3 p {
    padding: 0 0.5rem;
  }
  #section-3 .cols {
    padding: 0 0 0 1rem;
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    height: auto;
    column-gap: 20px;
  }
  #section-3 .cols ul {
    font-size: 1rem;
    margin: 0 0 12px;
  }
  #section-3 .cols ul li {
    margin: 0 0 0.5rem;
    padding: 0 10px 0 1.125rem;
    background: url(../images/chevron.svg) left 3px no-repeat;
    background-size: 16px 16px;
  }
}

.slider {
  margin: 0 auto 0;
  background: #5b7488;
  position: relative;
}
.slider .slick-prev:before, .slider .slick-next:before {
  color: #b3a39a;
}
@media screen and (max-width: 1024px) {
  .slider img {
    max-height: 530px;
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  .slider img {
    max-height: 400px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .slider img {
    max-height: 280px;
    width: auto;
  }
}

/* Section 4
 ================================================== */
#section-4 {
  padding: 70px 0 40px;
  background: white;
}
#section-4 .section-4-heading {
  font-family: "isi-bold", sans-serif;
  font-size: 3.5rem;
  margin: 0 0 2rem;
  padding: 0 60px 0 0;
  line-height: 0.9;
  color: #5b7488;
}
#section-4 .section-4-sub-header {
  font-family: "isi-med", serif;
  font-size: 1.75rem;
  margin: 0 0 2rem;
  line-height: 1.1;
  color: #b3a39a;
  padding: 0 60px 0 0;
}
#section-4 p {
  font-size: 1.125rem;
  color: #60646c;
  padding: 0 60px 0 0;
}
#section-4 .push-down {
  margin-bottom: 30px;
}
#section-4 .icon-beach, #section-4 .icon-market, #section-4 .icon-arts, #section-4 .icon-park, #section-4 .icon-casino, #section-4 .icon-city {
  padding: 110px 1rem 0;
  background-position: center top !important;
  margin: 0 0 1rem;
  transition: all 0.6s ease;
}
#section-4 .icon-beach p, #section-4 .icon-market p, #section-4 .icon-arts p, #section-4 .icon-park p, #section-4 .icon-casino p, #section-4 .icon-city p {
  text-align: center;
  font-size: 1rem;
}
#section-4 .icon-beach:hover, #section-4 .icon-market:hover, #section-4 .icon-arts:hover, #section-4 .icon-park:hover, #section-4 .icon-casino:hover, #section-4 .icon-city:hover {
  opacity: 0.5;
}
#section-4 .icon-beach {
  background: url(../images/icon-beach.svg) no-repeat;
  background-size: 100% 90px;
}
#section-4 .icon-market {
  background: url(../images/icon-market.svg) no-repeat;
  background-size: 100% 100px;
}
#section-4 .icon-arts {
  background: url(../images/icon-arts.svg) no-repeat;
  background-size: 100% 100px;
}
#section-4 .icon-park {
  background: url(../images/icon-park.svg) no-repeat;
  background-size: 100% 90px;
}
#section-4 .icon-casino {
  background: url(../images/icon-casino.svg) no-repeat;
  background-size: 100% 90px;
}
#section-4 .icon-city {
  background: url(../images/icon-city.svg) no-repeat;
  background-size: 100% 90px;
}
#section-4 .cols {
  -webkit-columns: 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 1;
  /* Firefox */
  columns: 1;
  padding: 0 0 0 0;
  height: auto;
  color: #60646c;
}
#section-4 .cols ul {
  font-size: 1.125rem;
  margin: 0 0 12px;
  font-family: "isi-med", serif;
}
#section-4 .cols ul li {
  margin: 0 0 0.875rem 1rem;
  padding: 0 3rem 0 0;
}
#section-4 .bold {
  font-family: "isi-semi", sans-serif;
  font-size: 1.25rem;
  color: #5b7488;
}
#section-4 .button {
  width: 100%;
  border: 0px solid #96cdd3;
  background: #96cdd3;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "isi-bold", sans-serif;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  font-size: 1.125rem;
  color: white;
}
#section-4 .button:hover {
  background: #5b7488;
}
#section-4 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#section-4 .embed-container iframe, #section-4 .embed-container object, #section-4 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-4 img {
  cursor: pointer;
  transition: all 0.6s ease;
}
#section-4 img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  #section-4 {
    padding: 50px 0;
  }
  #section-4 .section-4-heading {
    font-size: 2.5rem;
    margin: 0 0 25px;
    padding: 0 2rem 0 0;
  }
  #section-4 .section-4-sub-header {
    font-size: 1.375rem;
    margin: 0 0 1rem;
    padding: 0 30px 0 0;
  }
  #section-4 p {
    font-size: 1rem;
    padding: 0 1rem 0 0;
  }
  #section-4 .icon-beach, #section-4 .icon-market, #section-4 .icon-arts, #section-4 .icon-park, #section-4 .icon-casino, #section-4 .icon-city {
    padding: 100px 1rem 0;
    margin: 1rem 0;
  }
  #section-4 .icon-beach p, #section-4 .icon-market p, #section-4 .icon-arts p, #section-4 .icon-park p, #section-4 .icon-casino p, #section-4 .icon-city p {
    text-align: center;
    font-size: 1rem;
    padding: 0 0;
  }
  #section-4 .icon-beach:hover, #section-4 .icon-market:hover, #section-4 .icon-arts:hover, #section-4 .icon-park:hover, #section-4 .icon-casino:hover, #section-4 .icon-city:hover {
    opacity: 0.5;
  }
  #section-4 .icon-beach {
    background-size: 100% 80px;
  }
  #section-4 .icon-market {
    background-size: 100% 90px;
  }
  #section-4 .icon-arts {
    background-size: 100% 90px;
  }
  #section-4 .icon-park {
    background-size: 100% 80px;
  }
  #section-4 .icon-casino {
    background-size: 100% 80px;
  }
  #section-4 .icon-city {
    background-size: 100% 80px;
  }
  #section-4 .cols .section-3-intro {
    font-size: 1rem;
    margin: 0 0 25px;
    padding: 0 2rem 0 0;
  }
  #section-4 .cols ul {
    padding: 0 0 1rem 1rem;
  }
  #section-4 .cols ul li {
    font-size: 1rem;
    margin: 0 0 0.375rem;
  }
  #section-4 .button {
    margin: 1rem 0 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-4 .section-4-heading {
    padding: 0 70px;
    font-size: 2.25rem;
    text-align: center;
  }
  #section-4 .section-4-sub-header {
    font-size: 1.375rem;
    margin: 0 0 1rem;
    padding: 0 40px;
    text-align: center;
  }
  #section-4 p {
    text-align: center;
    padding: 0 50px;
  }
  #section-4 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0 0 0 0;
    margin: 0 0 30px;
    height: auto;
    text-align: left;
  }
  #section-4 .cols .section-3-intro {
    padding: 0 0;
  }
  #section-4 .button {
    display: block;
    margin: 0 auto 30px;
  }
  #section-4 .bold {
    font-size: 1rem;
  }
  #section-4 .push-down {
    margin-bottom: 20px;
  }
  #section-4 img {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-4 {
    padding: 30px 10px;
  }
  #section-4 .section-4-heading {
    font-size: 2.125rem;
    margin: 0 0 20px;
    padding: 0 0 0 0;
  }
  #section-4 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0 0 0 0;
    margin: 0 0 0px;
    height: auto;
  }
  #section-4 .cols p {
    padding: 0 0;
  }
  #section-4 .cols ul li {
    padding: 0 0;
  }
  #section-4 .cols .button {
    padding: 20px 90px 20px 20px;
    font-size: 1rem;
  }
  #section-4 .section-4-intro {
    padding: 0 0;
  }
  #section-4 .push-down {
    margin-bottom: 10px;
  }
}

/* Google Map
 ================================================== */
#map-header {
  padding: 40px 0;
  background: #5b7488;
}
#map-header .map-heading {
  font-family: "isi-bold", sans-serif;
  font-size: 3rem;
  margin: 0 0 25px;
  padding: 0 3rem 0 0;
  line-height: 1.2;
  color: white;
}
#map-header .bold {
  font-family: "isi-bold", sans-serif;
}
#map-header .map-address {
  font-family: "isi-med", serif;
  font-size: 1.5rem;
  line-height: auto;
  color: #e1d4cc;
  margin: 0 0;
}
#map-header .button {
  width: 100%;
  border: 0px solid #96cdd3;
  background: #96cdd3;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "isi-bold", sans-serif;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 1.125rem;
  margin: 0 0;
}
#map-header .button:hover {
  background: #5b7488;
}
#map-header .button:hover {
  background: white;
  color: #5b7488;
}
@media screen and (max-width: 1024px) {
  #map-header {
    padding: 40px 0;
  }
  #map-header .map-heading {
    font-size: 2rem;
    padding: 0 0 0 0;
    margin: 0 0 10px;
  }
  #map-header .map-address {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  #map-header {
    padding: 30px 0;
  }
  #map-header .map-heading {
    font-size: 2rem;
    padding: 0 0 0 0;
  }
  #map-header .map-address {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header {
    padding: 30px 0px;
    text-align: center;
  }
  #map-header .map-heading {
    font-size: 2rem;
    margin: 0 0 15px;
    padding: 0 0 0 0;
    text-align: center;
  }
  #map-header .map-address {
    line-height: 1.3;
    font-size: 1.125rem;
    margin: 0 0 1.5rem;
    padding: 0 20px;
  }
}

#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: 20px 0 0;
  background: #5b7488;
  color: white;
  text-align: center;
}
#footer #logo-good-life, #footer #logo-ahc {
  height: 110px;
  width: 43%;
  padding: 0px 0 0 0;
  transition: all 0.6s ease;
  display: inline-block;
}
#footer #logo-good-life {
  background: url(../images/project-logo-reverse.svg) left center no-repeat;
  background-size: 180px 120px;
  float: left;
  margin: 0 0 20px;
}
#footer #logo-wrapper {
  float: right;
  font-size: 0.875rem;
  margin: 10px 0 0 0;
}
#footer #logo-wrapper p {
  padding: 0 0 0 0;
  line-height: auto;
  font-family: "isi-med", serif;
  color: white;
  margin: 0 0;
  text-align: center;
}
#footer #logo-wrapper #logo-ahc {
  background: url(../images/logo-ahc.png) right center no-repeat;
  background-size: 135px 40px;
  float: right;
  height: 40px;
  width: auto;
  margin: 0 0 20px;
}
#footer #logo-wrapper #logo-ahc p {
  margin: 0 0;
  padding: 0 138px 0 0;
  display: inline-block;
  line-height: 40px;
  text-align: left;
}
#footer ul {
  list-style-type: none;
  margin: 50px 0 0;
  text-transform: uppercase;
  height: 43px;
  padding: 23px 0 0 0;
}
#footer ul li {
  display: inline-block;
  font-size: 0.6875rem;
  border-right: 1px solid rgba(91, 116, 136, 0.7);
  padding: 0 0.5rem;
  color: #5b7488;
}
#footer ul li:first-child {
  padding: 0 0.5rem 0 0;
}
#footer ul li:last-child {
  padding: 0 0 0 0.5rem;
  border-right: none;
}
#footer ul li a {
  text-decoration: none;
  color: #5b7488;
}
#footer ul li a:hover {
  border-bottom: 1px solid #5b7488;
}
#footer #footer-logo {
  width: 100%;
  background: #e1d4cc;
  padding: 1rem 0;
}
#footer #footer-logo .disclaimer {
  margin: 0 0;
  font-family: "isi-med", serif;
  text-align: right;
}
#footer #footer-logo .disclaimer a {
  text-decoration: none;
  color: #60646c;
  font-size: 0.75rem;
}
@media screen and (max-width: 1024px) {
  #footer #logo-good-life, #footer #logo-ahc {
    padding: 0px 0 0 0;
  }
  #footer #logo-good-life {
    background-size: 180px 80px;
    height: 90px;
    margin: 0 0 20px;
  }
  #footer #logo-wrapper {
    font-size: 0.875rem;
    margin: 5px 0 0 0;
  }
  #footer #logo-wrapper p {
    padding: 0 0 0 0;
    margin: 0 0;
  }
  #footer #logo-wrapper #logo-ahc {
    background-size: 135px 40px;
    margin: 0 0 10px;
  }
  #footer #logo-wrapper #logo-ahc p {
    margin: 0 0;
    padding: 0 138px 0 0;
  }
  #footer #footer-logo {
    padding: 1rem 0;
  }
  #footer #footer-logo .disclaimer {
    margin: 0 0;
  }
}
@media screen and (max-width: 992px) {
  #footer #logo-good-life {
    background-size: 180px 80px;
    height: 70px;
  }
  #footer #logo-wrapper {
    font-size: 0.75rem;
    margin: 0px 0 0 0;
    height: 30px;
  }
  #footer #logo-wrapper p {
    padding: 0 0 0 0;
    margin: 0 0;
  }
  #footer #logo-wrapper #logo-ahc {
    background-size: 101px 30px;
    margin: 0 0 1rem;
    height: 30px;
  }
  #footer #logo-wrapper #logo-ahc p {
    margin: 0 0;
    padding: 0 110px 0 0;
    line-height: 30px;
  }
  #footer #footer-logo {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #footer #logo-good-life, #footer #logo-ahc {
    margin: 0 0 1rem;
    padding: 0px 0 0 0;
  }
  #footer #logo-good-life {
    width: 100px;
    height: 60px;
    background-size: 100px 60px;
  }
  #footer #logo-wrapper {
    font-size: 0.75rem;
    margin: 5px 0 0 0;
  }
  #footer #logo-wrapper p {
    padding: 0 0 0 0;
    margin: 0 0;
  }
  #footer #logo-wrapper #logo-ahc {
    background-size: 101px 30px;
    margin: 0 0 10px;
  }
  #footer #logo-wrapper #logo-ahc p {
    margin: 0 0;
    padding: 0 100px 0 0;
  }
  #footer #footer-logo {
    padding: 1rem 0;
  }
}

.logo-link {
  position: relative;
}

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

.red {
  border: 1px solid red;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 970px;
    margin: 1.75rem auto;
  }
}
/* form stuff */
#formcontent {
  background: white;
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  z-index: 100;
}
#formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
  font-family: "isi-med", serif;
  font-size: 3rem;
  color: white;
  background: #96cdd3;
  padding: 30px 20px;
  display: block;
  text-align: center;
  width: auto;
  text-shadow: 2px 2px 1px rgba(91, 116, 136, 0.7);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
#formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
  color: white;
  font-size: 1.25rem;
  text-align: center;
}
#formcontent .stamp-duty-savings {
  font-family: "isi-med", serif;
  color: #5b7488;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 30px;
  margin: 30px 0 10px;
}
#formcontent .contact {
  font-family: "isi-med", serif;
  margin: 15px 0;
}
#formcontent .download-button {
  width: 100%;
  border: 0px solid #96cdd3;
  background: #96cdd3;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "isi-bold", sans-serif;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  line-height: 1;
  text-transform: uppercase;
  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 {
  background: #5b7488;
}
#formcontent .download-button a {
  color: white;
}
#formcontent .download-button:hover {
  background: #5b7488;
  background-size: 6%;
  border: 0px solid #212529;
}
@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 30px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    font-size: 1.125rem;
  }
  #formcontent .stamp-duty-savings {
    font-size: 1.125rem;
    margin: 20px 0 0px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
  #formcontent {
    padding: 0 0 20px;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2rem;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    font-size: 1rem;
  }
  #formcontent .stamp-duty-savings {
    font-size: 0.875rem;
    margin: 20px 0 0px;
    padding: 0 20px;
  }
  #formcontent .download-button {
    margin: 20px 0;
    font-size: 0.875rem;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  #formcontent {
    width: 96%;
    padding: 0 0 25px 0;
    margin: 20px auto 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2.25rem;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    font-size: 1rem;
    color: #212529;
    text-shadow: none;
  }
  #formcontent .stamp-duty-savings {
    font-size: 1rem;
    margin: 0px;
    padding: 15px 25px 0;
  }
  #formcontent .contact {
    font-family: "isi-med", serif;
    padding: 0px 15px;
  }
  #formcontent .download-button {
    margin: 20px 0;
    font-size: 1rem;
    padding: 20px 20px;
  }
}

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

.beige-border {
  border: 10px solid rgba(33, 37, 41, 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 30px 0;
}
@media screen and (max-width: 1024px) {
  fieldset {
    padding: 15px 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, select {
  font-size: 0.875rem !important;
  color: black !important;
  font-family: "isi-med", serif;
}
input, select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(33, 37, 41, 0.5);
  margin: 0px 0 10px 0px;
  padding: 2px 0 0 15px;
  background: transparent;
  box-shadow: none;
  transition: none;
  text-align: left;
}
input:hover, select:hover {
  border-bottom: 1px solid rgba(33, 37, 41, 0.8);
}
@media screen and (max-width: 992px) {
  input, select {
    padding: 14px 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;
}
@media screen and (max-width: 992px) {
  form p label {
    top: 11px;
  }
}

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: 0px solid #96cdd3;
  background: #96cdd3;
  margin: 30px 0;
  color: white;
  padding: 20px 40px;
  transition: all 0.6s ease;
  font-family: "isi-bold", sans-serif;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 25px 20px 20px 20px;
  background-size: 5%;
  border: 0px solid #212529;
  cursor: pointer;
  transition: all 0.6s ease;
  background: #96cdd3;
  color: white;
  font-family: "isi-med", serif;
}
.button-link:hover {
  background: #5b7488;
}
@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: 2rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(91, 116, 136, 0.7);
}
@media screen and (max-width: 992px) {
  .button-link span.msg, .button-link span#msg {
    font-size: 1.5rem;
  }
}

select {
  background-color: white;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "isi-med", serif;
  color: #212529 !important;
  width: 100%;
  height: 40px;
  border: 0px;
  border-bottom: 1px solid rgba(33, 37, 41, 0.5);
  border-radius: 0px;
}
select:hover {
  border-bottom: 1px solid rgba(33, 37, 41, 0.8);
}

#loadingbtn, #thankyou {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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