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

/* set stuff */
html, body {
  overflow-x: hidden;
  background-color: white;
  font-family: "Styrene B LC";
  font-weight: normal;
}

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

/* 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: #1a5532;
  color: black;
}
.navbar .inspect {
  background: white;
  padding: 15px;
  color: white;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
}
.navbar .hide {
  display: none;
}
.navbar .row {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .navbar {
    background-position-y: -15px;
  }
  .navbar .inspect {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 25px 0;
  }
  .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: #1a5532;
  background-position-y: -15px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  width: 100% !important;
}
.project-logo-standard {
  width: 100%;
  height: 50px;
  margin: 30px 0;
  background: url(../images/project-white-logo.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    height: 40px;
    margin: 0px 0;
  }
}

.project-logo-compressed {
  width: 300px;
  height: 35px;
  display: inline-block;
  background: url(../images/project-white-logo.svg) no-repeat;
  background-position: left center;
  margin: 15px 0;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-compressed {
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-compressed {
    width: 110px;
    margin: 25px 0 0px;
    height: 30px;
  }
}

#hidden-button {
  width: 100%;
  border: 2px solid #1a5532;
  background: #1a5532;
  margin: 30px 0;
  color: white;
  padding: 15px 40px;
  transition: all 0.6s ease;
  font-family: "Plaak Ext";
  font-weight: bold;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  line-height: 1;
  text-transform: uppercase;
  width: auto;
  font-size: 1rem;
  float: right;
  margin: 10px 0 15px;
  background: white;
  color: #1a5532;
}
@media screen and (max-width: 767px) {
  #hidden-button {
    margin: 10px 0;
    padding: 15px 25px;
  }
}

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

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

/* Header Section
 ================================================== */
#header-image {
  width: 100%;
  height: auto;
  padding: 14vh 0;
  background: linear-gradient(19deg, rgba(0, 0, 0, 0.75) 20%, transparent 80%), url(../images/header-desktop.jpg) center center no-repeat;
  background-size: cover !important;
  margin: 65px 0 0 0;
  text-align: center;
  /* form stuff */
  /* infield label */
  /* Privacy Policy */
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
#header-image .section-header {
  color: white;
  font-family: "Plaak Cond";
  font-weight: bold;
  font-size: 5.5rem;
  line-height: 0.9;
  margin: 0 0 1rem;
}
#header-image .section-sub-header {
  color: white;
  margin: 0 0 0;
  padding: 0 40px;
  display: inline-block;
  text-align: center;
  font-family: "Styrene B LC";
  font-weight: normal;
  padding: 0 0px 5px 0px;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 10px 0;
  color: white;
  letter-spacing: -1px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
#header-image .section-sub-header .pricepoint {
  font-family: "Styrene A LC";
  font-weight: 500;
  font-size: 2.25rem;
  text-transform: uppercase;
  color: white;
}
#header-image .section-sub-header br {
  margin: 0 0 20px;
  content: " ";
  display: block;
  font-size: 24%;
}
#header-image .savings-plan {
  font-family: "Styrene B LC";
  font-weight: normal;
  font-size: 1.35rem;
  color: white;
  background: #1a5532;
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
}
#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: "Plaak Cond";
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 0.5;
  color: white;
  background: #1a5532;
  padding: 35px 20px;
  display: inline-block;
  text-align: center;
  width: auto;
  -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);
  width: 100%;
}
#header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
  font-size: 1.125rem;
  text-align: center;
  color: white;
  font-family: "Styrene A LC";
  font-weight: 500;
  line-height: 0.6;
  margin: 0 10px;
}
#header-image #formcontent h2 br, #header-image #formcontent #formcontent #thankyou1 h2 br, #header-image #formcontent #formcontent #sorry1 h2 br {
  margin: 0 0 0px;
  content: " ";
  display: block;
  font-size: 24%;
}
#header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
  line-height: 1;
}
#header-image #formcontent .stamp-duty-savings {
  font-family: "Styrene B LC";
  font-weight: normal;
  color: #1a5532;
  line-height: 1;
  margin: 30px 0;
}
#header-image #formcontent .contact {
  font-family: "Styrene B LC";
  font-weight: normal;
  margin: 15px 0;
}
#header-image #formcontent .download-button {
  width: 100%;
  border: 2px solid #1a5532;
  background: #1a5532;
  margin: 30px 0;
  color: white;
  padding: 15px 40px;
  transition: all 0.6s ease;
  font-family: "Plaak Ext";
  font-weight: bold;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  line-height: 1;
  text-transform: uppercase;
  border: 0px solid white;
  display: inline-block;
  width: auto;
  padding: 15px 80px 15px 20px;
  margin: 30px 0 30px 0;
  color: white;
  text-align: left;
  background: #1a5532 url(../images/chevron-white.svg) 93% center no-repeat;
  background-size: 6%;
}
#header-image #formcontent .download-button:hover {
  background: #1a5532 url(../images/chevron-white.svg) 95% center no-repeat;
  background-size: 6%;
  border: 0px solid #1a5532;
}
@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: 1rem;
  }
  #header-image #formcontent .stamp-duty-savings {
    font-size: 0.75rem;
    margin: 0px;
  }
}
@media screen and (max-width: 992px) {
  #header-image #formcontent {
    padding: 0 0 20px;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 2.5rem;
    padding: 30px 20px;
    -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.75rem;
    margin: 0px;
  }
}
@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.75rem;
    padding: 30px 30px;
    -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
    background: #f6f6f6;
    color: #1a5532;
  }
  #header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
    font-size: 1.125rem;
    text-shadow: none;
    color: #1a5532;
  }
  #header-image #formcontent .stamp-duty-savings {
    font-size: 0.875rem;
    margin: 0px;
  }
  #header-image #formcontent .contact {
    font-family: "Styrene B LC";
    font-weight: normal;
    padding: 0px 15px;
  }
}
#header-image .white-border {
  border: 10px solid white;
}
#header-image .beige-border {
  border: 10px solid rgba(26, 85, 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: 15px 30px 0;
}
@media screen and (max-width: 1024px) {
  #header-image fieldset {
    padding: 15px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #header-image fieldset {
    padding: 0 20px;
  }
}
#header-image input, #header-image label, #header-image a.selectbox-link span.selectbox-link-text, #header-image input, #header-image .button-link, #header-image .button-link span.msg, #header-image .button-link span#msg {
  text-transform: none;
}
#header-image input, #header-image label, #header-image a.selectbox-link span.selectbox-link-text {
  font-size: 0.875rem !important;
  color: black !important;
  font-family: "Styrene B LC";
  font-weight: normal;
}
#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(26, 85, 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(26, 85, 50, 0.8);
}
@media screen and (max-width: 992px) {
  #header-image input {
    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: 2px solid #1a5532;
  background: #1a5532;
  margin: 30px 0;
  color: white;
  padding: 15px 40px;
  transition: all 0.6s ease;
  font-family: "Plaak Ext";
  font-weight: bold;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 20px 20px;
  background-size: 5%;
  border: 0px solid #1a5532;
  cursor: pointer;
  transition: all 0.6s ease;
}
#header-image .button-link span.msg, #header-image .button-link span#msg {
  text-align: left;
  font-size: 1.5rem;
  text-transform: uppercase;
}
#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 20px 15px 20px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  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 #1a5532;
}
@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: "Styrene B LC";
  font-weight: normal;
  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: 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: #1a5532 transparent transparent transparent;
}
#header-image .select-selected.select-arrow-active:after {
  border-color: transparent transparent #1a5532 transparent;
  top: 12px;
}
#header-image .select-items div, #header-image .select-selected {
  color: #1a5532;
  font-size: 14px;
  padding: 12px 1rem;
  border: 0px solid #1a5532;
  cursor: pointer;
  border-bottom: 1px solid rgba(26, 85, 50, 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: "Styrene B LC";
  font-weight: normal;
  color: #1a5532 !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 (max-width: 1024px) {
  #header-image {
    padding: 60px 0;
    background: linear-gradient(19deg, rgba(0, 0, 0, 0.75) 20%, transparent 80%), url(../images/header-tablet-landscape.jpg) center center no-repeat;
  }
  #header-image .section-header {
    font-size: 4rem;
    line-height: 0.9;
    margin: 0 0 1rem;
  }
  #header-image .section-sub-header {
    font-size: 2.25rem;
  }
  #header-image .section-sub-header .pricepoint {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 992px) {
  #header-image {
    padding: 70px 0 50px;
    background: linear-gradient(19deg, rgba(0, 0, 0, 0.75) 20%, transparent 80%), url(../images/header-tablet-portrait.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 65px;
  }
  #header-image .section-header {
    font-size: 3.5rem;
    line-height: 0.9;
    margin: 0 0 1rem;
  }
  #header-image .section-sub-header {
    font-size: 2rem;
  }
  #header-image .section-sub-header .pricepoint {
    font-style: normal;
    font-size: 1.75rem;
  }
  #header-image .section-sub-header br {
    margin: 10px 0;
    content: " ";
    display: block;
    font-size: 24%;
  }
}
@media screen and (max-width: 415px) {
  #header-image {
    margin-top: 65px;
    padding: 36vh 0 20px;
    height: auto;
    background: #1a5532 url(../images/header-mob.jpg) center top no-repeat;
    background-size: 100% 32vh !important;
    text-align: center;
  }
  #header-image .section-header {
    font-size: 3rem;
    line-height: 0.9;
    margin: 0 0 1rem;
  }
  #header-image .section-sub-header {
    font-size: 1.375rem;
    margin: 10px 0;
  }
  #header-image .section-sub-header .pricepoint {
    font-style: normal;
    font-size: 1.5rem;
  }
  #header-image .section-sub-header br {
    margin: 10px 0;
    content: " ";
    display: block;
    font-size: 24%;
  }
}
@media screen and (max-width: 376px) {
  #header-image {
    margin-top: 65px;
    padding: 250px 0 40px;
    height: auto;
    background: #1a5532 url(../images/header-mob.jpg) center top no-repeat;
    background-size: contain !important;
    text-align: center;
  }
  #header-image .section-header {
    font-size: 2.5rem;
    line-height: 0.9;
    margin: 0 0 0.5rem;
  }
  #header-image .section-sub-header {
    font-size: 1.375rem;
  }
  #header-image .section-sub-header .pricepoint {
    font-style: normal;
    font-size: 1.375rem;
  }
  #header-image .section-sub-header br {
    margin: 10px 0 20px;
    content: " ";
    display: block;
    font-size: 24%;
  }
}

/* Section 1 
 ================================================== */
#section-1 {
  padding: 70px 0 30px;
  background-position-y: 3.75rem;
  background: #1a5532;
}
#section-1 .section-1-heading {
  font-family: "Plaak Cond";
  font-weight: bold;
  font-size: 6rem;
  margin: 0 0 1rem;
  padding: 0 0rem 0 0;
  line-height: 1;
  color: white;
  text-align: center;
}
#section-1 .section-1-sub-heading {
  font-family: "Styrene A LC";
  font-weight: 500;
  font-size: 1.75rem;
  color: white;
  margin: 0 0 15px;
  padding: 0 2rem;
  line-height: 1.6;
  text-align: center;
}
#section-1 .section-1-intro {
  font-family: "Styrene B LC";
  font-weight: normal;
  font-size: 1.25rem;
  color: #f6f6f6;
  margin: 0 0 15px;
  padding: 0 2rem;
  line-height: 1.6;
  text-align: center;
}
#section-1 .bold {
  font-family: "Styrene B LC";
  font-weight: normal;
  font-size: 1.25rem;
  color: black;
  padding: 0 4rem 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-bottom: 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: #f6f6f6;
  width: auto;
  text-align: left;
  transition: all 0.6s ease;
  height: auto;
  margin: 15px 0 50px;
  text-align: center;
  color: #1a5532;
}
#section-1 .package .copy-wrapper {
  /* 			border-left: 1px solid $cyan; */
}
#section-1 .package .package-title {
  font-size: 2.5rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 0;
  font-family: "Plaak Cond";
  font-weight: bold;
  font-weight: bold;
  color: #1a5532;
  margin: 0 0 0 0;
}
#section-1 .package .package-pricepoint {
  font-size: 1.25rem;
  line-height: 0.8;
  padding: 0 0px 24px 0px;
  margin: 0 0 0;
  font-family: "Styrene A LC";
  font-weight: 500;
  text-transform: uppercase;
  color: #4a4a49;
  letter-spacing: -1px;
}
#section-1 .package .package-pricepoint span {
  font-size: 1.5rem;
}
#section-1 .package img {
  margin: 0 0 1rem;
}
#section-1 .package img:hover {
  opacity: 0.8;
}
#section-1 .package ul {
  padding: 5px 0;
}
#section-1 .package ul li {
  display: inline-block;
  font-size: 1rem;
  width: auto;
  font-family: "Styrene A LC";
  font-weight: 500;
  width: auto;
  margin-right: 0.5rem;
  line-height: 28px;
}
#section-1 .package ul .bed {
  background: url(../images/icon-bed-green.svg) left center no-repeat;
  background-size: 30px 20px;
  padding: 0 0 0 33px;
}
#section-1 .package ul .bath {
  background: url(../images/icon-bath-green.svg) left center no-repeat;
  background-size: 23px 23px;
  padding: 0 0 0 30px;
}
#section-1 .package ul .living {
  background: url(../images/icon-living-green.svg) left center no-repeat;
  background-size: 25px 30px;
  padding: 0 0 0 30px;
}
#section-1 .package ul .car {
  background: url(../images/icon-car-green.svg) left center no-repeat;
  background-size: 25px 25px;
  padding: 0 0 0 30px;
}
#section-1 .package ul .study {
  background: url(../images/icon-study-green.svg) left center no-repeat;
  background-size: 23px 23px;
  padding: 0 0 0 30px;
}
#section-1 .package ul .size {
  background: url(../images/icon-size-green.svg) left center no-repeat;
  background-size: 23px 23px;
  padding: 0 0 0 30px;
}
#section-1 .package .button {
  width: 100%;
  border: 2px solid #1a5532;
  background: #1a5532;
  margin: 30px 0;
  color: white;
  padding: 15px 40px;
  transition: all 0.6s ease;
  font-family: "Plaak Ext";
  font-weight: bold;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  line-height: 1;
  text-transform: uppercase;
  border: 0px solid white;
  display: inline-block;
  width: auto;
  margin: 0 auto 30px auto;
}
#section-1 .line {
  margin: 50px auto;
  height: 1px;
  width: 86px;
  background-color: #01afef;
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 40px 0 20px;
  }
  #section-1 .section-1-heading {
    font-size: 4.5rem;
    margin: 0 0 20px;
    padding: 0 2rem 0 0;
  }
  #section-1 .section-1-sub-heading {
    font-size: 1.5rem;
    margin: 0 0 15px;
    padding: 0 2rem;
  }
  #section-1 .section-1-intro {
    font-size: 1.125rem;
    margin: 0 0 15px;
    padding: 0 3rem;
  }
  #section-1 .bold {
    font-size: 1.125rem;
    padding: 0 2rem 0 0;
  }
  #section-1 .package {
    margin: 15px 0 10px;
  }
  #section-1 .package .package-title {
    font-size: 2.25rem;
    line-height: 1;
    padding: 10px 0 0;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.125rem;
    line-height: 0.8;
    margin: 0 0 0;
    line-height: 1.2;
  }
  #section-1 .package .package-pricepoint span {
    font-size: 1.5rem;
  }
  #section-1 .package ul {
    padding: 20px 0 0 0;
  }
  #section-1 .package .button {
    width: 85%;
    font-size: 0.875rem;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 992px) {
  #section-1 {
    padding: 40px 0 20px;
  }
  #section-1 .section-1-heading {
    padding: 0 0;
    font-size: 3.5rem;
  }
  #section-1 .section-1-intro {
    font-size: 1.125rem;
    margin: 0 0 20px;
    padding: 0 20px;
  }
  #section-1 .bold {
    font-size: 1rem;
  }
  #section-1 .package {
    margin: 20px 0;
  }
  #section-1 .package .package-title {
    font-size: 2.5rem;
  }
  #section-1 .package ul li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 30px 20px 10px 20px;
  }
  #section-1 .section-1-heading {
    font-size: 3rem;
    margin: 0 0 20px;
    padding: 0 0 0 0;
    text-align: center;
  }
  #section-1 .section-1-sub-heading {
    font-size: 1.5rem;
    padding: 0 0;
  }
  #section-1 .section-1-intro {
    padding: 0 0;
    font-size: 1.125rem;
  }
  #section-1 .bold {
    padding: 0 0;
    font-size: 1.125rem;
  }
  #section-1 .package {
    margin: 20px 0 30px;
  }
  #section-1 .package img {
    margin: 0 0 1rem;
  }
  #section-1 .package .package-title {
    font-size: 2.25rem;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.125rem;
    line-height: 1.1;
    padding: 0 20px 20px;
    margin: 0 0 0;
  }
  #section-1 .package ul {
    padding: 15px 0 0 0;
  }
  #section-1 .package ul li {
    margin-right: 5px;
  }
}

/* Section 2 
 ================================================== */
#section-2 {
  padding: 70px 0;
  background: #f6f6f6;
}
#section-2 .container {
  position: relative;
}
#section-2 .section-2-heading {
  font-family: "Plaak Cond";
  font-weight: bold;
  font-size: 6rem;
  margin: 0 0 25px;
  padding: 0 0rem 0 0;
  line-height: 1;
  color: #1a5532;
  text-align: center;
}
#section-2 .section-2-intro {
  font-family: "Styrene B LC";
  font-weight: normal;
  font-size: 1.25rem;
  color: black;
  margin: 0 0 15px;
  padding: 0 2rem;
  line-height: 1.6;
  text-align: center;
}
#section-2 .cols {
  -webkit-columns: 3;
  /* Chrome, Safari, Opera */
  -moz-columns: 3;
  /* Firefox */
  columns: 3;
  padding: 0 0 0 0;
  height: 190px;
  margin: 25px 0 0 0;
}
#section-2 .cols ul {
  font-size: 1.25rem;
  color: black;
  margin: 0 0 12px;
  font-family: "Styrene B LC";
  font-weight: normal;
}
#section-2 .cols ul li {
  margin: 0 0 0.875rem;
  padding: 0 1rem 0 0;
}
#section-2 #freedom-collection-badge {
  width: 250px;
  height: 250px;
  background: url(../images/freedom-collection-badge.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 100;
  right: 30px;
}
#section-2 .slider {
  max-width: 1140px;
  margin: 60px auto 0;
  background: grey;
  position: relative;
}
#section-2 .slider .slick-prev:before, #section-2 .slider .slick-next:before {
  color: #1a5532;
}
@media screen and (max-width: 1024px) {
  #section-2 .slider {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #section-2 .slider {
    width: calc(100% + 60px);
    margin: 20px -30px 0;
  }
}
@media screen and (max-width: 1024px) {
  #section-2 {
    padding: 40px 0 40px;
  }
  #section-2 .section-2-heading {
    font-size: 4.5rem;
    margin: 0 0 25px;
    padding: 0 2rem;
  }
  #section-2 .section-2-intro {
    font-size: 1.125rem;
    margin: 0 0 0;
    padding: 0 0rem;
  }
  #section-2 .cols {
    height: 180px;
  }
  #section-2 .cols ul li {
    font-size: 1.125rem;
    margin: 0 0 0.375rem;
  }
  #section-2 .cols ul li:nth-child(3) {
    margin: 0 0 0.375rem;
  }
}
@media screen and (max-width: 992px) {
  #section-2 {
    padding: 40px 0 40px;
  }
  #section-2 .section-2-heading {
    font-size: 3.5rem;
    margin: 0 0 25px;
    padding: 0 2rem;
    text-align: center;
  }
  #section-2 .section-2-intro {
    font-size: 1.125rem;
    margin: 0 0 20px;
    padding: 0 10px;
  }
  #section-2 .cols {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    height: 180px;
    column-gap: 40px;
  }
  #section-2 .cols ul li {
    margin: 0 0 0.5rem;
    padding: 0 1rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-2 {
    padding: 30px 20px 30px 20px;
  }
  #section-2 .section-2-heading {
    font-size: 3rem;
    margin: 0 0 20px;
    padding: 0 0 0 0;
    text-align: center;
  }
  #section-2 .section-2-intro {
    padding: 0 0;
    font-size: 1.125rem;
  }
  #section-2 .cols {
    padding: 0 0 0 1rem;
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    height: auto;
    column-gap: 20px;
  }
  #section-2 .cols ul {
    font-size: 1rem;
    margin: 0 0 12px;
  }
  #section-2 .cols ul li {
    margin: 0 0 0.5rem;
  }
  #section-2 .artist-impression {
    margin: 20px -5px 0 0;
    padding: 20px 0 0;
  }
}

/* Section 3 
 ================================================== */
#section-3 {
  padding: 70px 0 40px;
  background: white;
}
#section-3 .section-3-heading {
  font-family: "Plaak Cond";
  font-weight: bold;
  font-size: 6rem;
  margin: 0 0 25px;
  padding: 0 0rem 0 0;
  line-height: 1;
  color: #1a5532;
  text-align: left;
}
#section-3 .cols {
  -webkit-columns: 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 1;
  /* Firefox */
  columns: 1;
  padding: 0 0 0 0;
}
#section-3 .cols .section-3-intro {
  font-family: "Styrene B LC";
  font-weight: normal;
  font-size: 1.25rem;
  color: black;
  margin: 0 0 15px;
  padding: 0 4rem 0 0;
  line-height: 1.6;
}
#section-3 .bold {
  font-family: "Styrene B LC";
  font-weight: normal;
  font-size: 1.25rem;
  color: #01afef;
}
#section-3 .button {
  width: 100%;
  border: 2px solid #1a5532;
  background: #1a5532;
  margin: 30px 0;
  color: white;
  padding: 15px 40px;
  transition: all 0.6s ease;
  font-family: "Plaak Ext";
  font-weight: bold;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  font-size: 1.125rem;
}
#section-3 .embed-container {
  position: relative;
  padding-bottom: 81.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  #section-3 .embed-container {
    padding-bottom: 56.25%;
  }
}
#section-3 .embed-container iframe, #section-3 .embed-container object, #section-3 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #section-3 {
    padding: 40px 0;
  }
  #section-3 .section-3-heading {
    font-size: 4.5rem;
    margin: 0 0 25px;
    padding: 0 2rem 0 0;
  }
  #section-3 .cols .section-3-intro {
    font-size: 1.125rem;
    margin: 0 0 25px;
    padding: 0 2rem 0 0;
  }
  #section-3 .button {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 992px) {
  #section-3 {
    text-align: center;
  }
  #section-3 .section-3-heading {
    font-size: 3.5rem;
    margin: 0 0 25px;
    padding: 0 4rem;
    text-align: center;
  }
  #section-3 .cols {
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    padding: 0 0 0 0;
    margin: 0 0 30px;
    height: 210px;
    text-align: left;
  }
  #section-3 .cols .section-3-intro {
    padding: 0 0;
  }
  #section-3 .button {
    display: inline-block;
    margin: 0 auto 30px;
  }
  #section-3 .bold {
    font-size: 1rem;
  }
  #section-3 img {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-3 {
    padding: 30px 10px 20px 20px;
  }
  #section-3 .section-3-heading {
    font-size: 3rem;
    margin: 0 0 20px;
    padding: 0 0 0 0;
    text-align: center;
  }
  #section-3 .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-3 .cols .button {
    padding: 20px 90px 20px 20px;
    font-size: 1rem;
  }
  #section-3 .section-3-intro {
    padding: 0 20px;
    text-align: center;
  }
}

/* Google Map
 ================================================== */
#map-header {
  padding: 40px 0 30px;
  background: #1a5532;
}
#map-header .map-heading {
  font-family: "Plaak Cond";
  font-weight: bold;
  font-size: 4rem;
  margin: 0 0 1rem;
  padding: 0 3rem 0 0;
  line-height: 1;
  color: white;
}
#map-header .map-address {
  font-family: "Styrene A LC";
  font-weight: 500;
  font-size: 1.25rem;
  line-height: auto;
  color: white;
}
#map-header .button {
  width: 100%;
  border: 2px solid #1a5532;
  background: #1a5532;
  margin: 30px 0;
  color: white;
  padding: 15px 40px;
  transition: all 0.6s ease;
  font-family: "Plaak Ext";
  font-weight: bold;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  font-size: 1.125rem;
  margin: 0 0;
  background: white;
  color: #1a5532;
}
@media screen and (max-width: 1024px) {
  #map-header {
    padding: 40px 0 30px;
  }
  #map-header .map-heading {
    font-size: 2.75rem;
    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 40px;
    text-align: center;
  }
  #map-header .map-heading {
    padding: 0 80px 15px;
  }
  #map-header .button {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #map-header {
    padding: 30px 20px;
    text-align: center;
  }
  #map-header .map-heading {
    font-size: 2.5rem;
    margin: 0 0 25px;
    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;
  }
  #map-header .button {
    font-size: 1rem;
  }
}

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

/* Footer Section Styles
 ================================================== */
#footer {
  padding: 40px 0;
  background: #1a5532;
  color: white;
}
#footer .disclaimer {
  font-size: 0.75rem;
  margin: 0 0 1rem;
  text-align: center;
}
#footer .disclaimer a {
  color: white;
  text-decoration: underline;
}
#footer #project-footer-logo {
  width: 100%;
  height: 80px;
  margin: 0 0 20px;
  background: url(../images/project-footer-logo-white.svg) center center no-repeat;
  background-size: contain !important;
  transition: all 0.6s ease;
}
#footer #project-footer-logo:hover {
  opacity: 0.5;
}
#footer ul {
  list-style-type: none;
  margin: 50px 0 0;
  text-transform: uppercase;
  height: 43px;
  padding: 23px 0 0 0;
}
#footer ul li {
  display: inline-block;
  font-size: 0.6875rem;
  border-right: 1px solid rgba(1, 175, 239, 0.7);
  padding: 0 0.5rem;
  color: #01afef;
}
#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: #01afef;
}
#footer ul li a:hover {
  border-bottom: 1px solid #01afef;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 25px 10px;
  }
  #footer #project-footer-logo {
    height: 70px;
  }
  #footer ul {
    height: 30px;
    padding: 10px 0 0 0;
  }
  #footer ul li {
    border-right: 1px solid #01afef;
    line-height: 1;
  }
  #footer ul li:nth-child(2) {
    margin-right: 30px;
    border-right: none;
  }
  #footer ul li:first-child {
    padding: 0 0.4rem 0 0;
  }
  #footer ul li:last-child {
    padding: 0 0 0 0rem;
  }
}

.artist-impression {
  text-align: right;
  font-size: 0.875rem;
  padding: 1rem 0;
  margin: 0 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);
}

/* 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: "Plaak Cond";
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 0.5;
  color: white;
  background: #1a5532;
  padding: 35px 20px;
  display: inline-block;
  text-align: center;
  width: auto;
  -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);
  width: 100%;
}
#formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
  font-size: 1.125rem;
  text-align: center;
  color: white;
  font-family: "Styrene A LC";
  font-weight: 500;
  line-height: 0.6;
  margin: 0 10px;
}
#formcontent h2 br, #formcontent #formcontent #thankyou1 h2 br, #formcontent #formcontent #sorry1 h2 br {
  margin: 0 0 0px;
  content: " ";
  display: block;
  font-size: 24%;
}
#formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
  line-height: 1;
}
#formcontent .stamp-duty-savings {
  font-family: "Styrene B LC";
  font-weight: normal;
  color: #1a5532;
  line-height: 1;
  margin: 30px 0;
}
#formcontent .contact {
  font-family: "Styrene B LC";
  font-weight: normal;
  margin: 15px 0;
}
#formcontent .download-button {
  width: 100%;
  border: 2px solid #1a5532;
  background: #1a5532;
  margin: 30px 0;
  color: white;
  padding: 15px 40px;
  transition: all 0.6s ease;
  font-family: "Plaak Ext";
  font-weight: bold;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  line-height: 1;
  text-transform: uppercase;
  border: 0px solid white;
  display: inline-block;
  width: auto;
  padding: 15px 80px 15px 20px;
  margin: 30px 0 30px 0;
  color: white;
  text-align: left;
  background: #1a5532 url(../images/chevron-white.svg) 93% center no-repeat;
  background-size: 6%;
}
#formcontent .download-button:hover {
  background: #1a5532 url(../images/chevron-white.svg) 95% center no-repeat;
  background-size: 6%;
  border: 0px solid #1a5532;
}
@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: 1rem;
  }
  #formcontent .stamp-duty-savings {
    font-size: 0.75rem;
    margin: 0px;
  }
}
@media screen and (max-width: 992px) {
  #formcontent {
    padding: 0 0 20px;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2.5rem;
    padding: 30px 20px;
    -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.75rem;
    margin: 0px;
  }
}
@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.75rem;
    padding: 30px 30px;
    -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
    background: #f6f6f6;
    color: #1a5532;
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    font-size: 1.125rem;
    text-shadow: none;
    color: #1a5532;
  }
  #formcontent .stamp-duty-savings {
    font-size: 0.875rem;
    margin: 0px;
  }
  #formcontent .contact {
    font-family: "Styrene B LC";
    font-weight: normal;
    padding: 0px 15px;
  }
}

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

.beige-border {
  border: 10px solid rgba(26, 85, 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: 15px 30px 0;
}
@media screen and (max-width: 1024px) {
  fieldset {
    padding: 15px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  fieldset {
    padding: 0 20px;
  }
}

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

input, label, a.selectbox-link span.selectbox-link-text {
  font-size: 0.875rem !important;
  color: black !important;
  font-family: "Styrene B LC";
  font-weight: normal;
}
input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(26, 85, 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(26, 85, 50, 0.8);
}
@media screen and (max-width: 992px) {
  input {
    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: 2px solid #1a5532;
  background: #1a5532;
  margin: 30px 0;
  color: white;
  padding: 15px 40px;
  transition: all 0.6s ease;
  font-family: "Plaak Ext";
  font-weight: bold;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 20px 20px;
  background-size: 5%;
  border: 0px solid #1a5532;
  cursor: pointer;
  transition: all 0.6s ease;
}
.button-link span.msg, .button-link span#msg {
  text-align: left;
  font-size: 1.5rem;
  text-transform: uppercase;
}
#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 20px 15px 20px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  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 #1a5532;
}
@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: "Styrene B LC";
  font-weight: normal;
  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: 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: #1a5532 transparent transparent transparent;
}

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

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #1a5532;
  font-size: 14px;
  padding: 12px 1rem;
  border: 0px solid #1a5532;
  cursor: pointer;
  border-bottom: 1px solid rgba(26, 85, 50, 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: "Styrene B LC";
  font-weight: normal;
  color: #1a5532 !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);
}
