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

/* set stuff */
html, body {
  overflow-x: hidden;
  background-color: white;
  font-family: "Avenir LT Std";
  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: 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: 15px 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: rgba(43, 178, 194, 0.9);
  background-position-y: -15px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  width: 100% !important;
}
.project-logo-standard {
  width: 100%;
  height: 190px;
  margin: 40px 0 20px;
  background: url(../images/project-logo.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    height: 160px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    height: 100px;
    margin: 0px 0;
  }
}

.project-logo-compressed {
  width: 300px;
  height: 30px;
  display: inline-block;
  background: url(../images/project-logo-compressed.svg) no-repeat;
  background-position: left center;
  margin: 25px 0 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: 150px;
    margin: 27px 0 0px;
    background: url(../images/project-logo-compressed.svg) no-repeat;
    height: 30px;
    background-size: contain;
  }
}
@media screen and (max-width: 376px) {
  .project-logo-compressed {
    width: 130px;
    margin: 25px 0 0px;
  }
}

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

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

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

/* Header Section
 ================================================== */
#header-image {
  width: 100%;
  height: auto;
  padding: 260px 0 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 20%, transparent 80%), url(../images/header-desktop.jpg) center center no-repeat;
  background-size: cover;
  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:*/
}
#header-image .section-header {
  color: white;
  margin: 0 0 0;
  padding: 0 0 0px 0;
  line-height: 0.85;
  display: inline-block;
  text-align: left;
  font-family: "Avenir LT Std";
  font-weight: normal;
  padding: 0 130px 5px 0;
  font-size: 3.5rem;
  margin: 10px 0 5px;
  line-height: 1.2;
  /* 			text-transform: $upper; */
}
#header-image .section-header br {
  margin: 0px 0;
  content: " ";
  display: block;
  font-size: 24%;
}
#header-image .pricepoint {
  font-family: "Proxima Nova Bl";
  font-weight: 900;
  font-size: 2.125rem;
  margin: 0 0 25px;
  padding: 0 0 0 0;
  line-height: 1;
  color: #2bb2c2;
  text-transform: uppercase;
  letter-spacing: 8px;
  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: "Avenir LT Std";
  font-weight: 900;
  font-size: 1.5rem;
  color: #2bb2c2;
  text-transform: uppercase;
  padding: 30px 30px 0;
  display: block;
  text-align: left;
  width: auto;
  letter-spacing: 3px;
}
#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: "Avenir LT Std";
  font-weight: normal;
  color: #392e40;
  line-height: 1.4;
  padding: 0 0px 20px;
  margin: 10px 30px 0 30px;
  text-align: left;
  font-size: 1.125rem;
  border-bottom: 2px solid #2bb2c2;
}
#header-image #formcontent .stamp-duty-savings a {
  color: #2bb2c2;
  text-decoration: underline;
  font-family: "Avenir LT Std";
  font-weight: 900;
}
#header-image #formcontent .contact {
  font-family: "Avenir LT Std";
  font-weight: normal;
  margin: 15px 0;
}
#header-image #formcontent .download-button {
  width: 100%;
  border: 2px solid white;
  background: white;
  margin: 30px 0;
  color: #2bb2c2;
  padding: 20px 40px 15px 40px;
  transition: all 0.6s ease;
  font-family: "Avenir LT Std";
  font-weight: 900;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  line-height: 1;
  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: #2bb2c2 url(../images/chevron-white.svg) 93% center no-repeat;
  background-size: 6%;
}
@media screen and (max-width: 767px) {
  #header-image #formcontent .download-button {
    font-size: 0.875rem;
  }
}
#header-image #formcontent .download-button:hover {
  background: #2bb2c2 url(../images/chevron-white.svg) 95% center no-repeat;
  background-size: 6%;
  border: 0px solid #2bb2c2;
}
@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: 1.5rem;
    text-transform: uppercase;
    padding: 30px 30px 0;
  }
  #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 {
    padding: 0 0px 20px;
    margin: 10px 30px 0 30px;
    font-size: 1rem;
  }
}
@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: 1.375rem;
    text-transform: uppercase;
    padding: 30px 30px 0;
  }
  #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 {
    padding: 0 0px 20px;
    margin: 10px 20px 0 30px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #header-image #formcontent {
    width: 96%;
    padding: 0 0 25px 0;
    margin: 10px auto 0;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 1.375rem;
    text-transform: uppercase;
    padding: 30px 30px 0;
    text-align: center;
  }
  #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 {
    padding: 0 0px 15px;
    margin: 10px 30px 20px 30px;
    font-size: 0.875rem;
    text-align: center;
  }
}
#header-image .white-border {
  border: 10px solid white;
}
#header-image .beige-border {
  border: 10px solid rgba(43, 178, 194, 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 {
  font-size: 0.875rem !important;
  color: black !important;
  font-family: "Avenir LT Std";
  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(43, 178, 194, 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(43, 178, 194, 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 white;
  background: white;
  margin: 30px 0;
  color: #2bb2c2;
  padding: 20px 40px 15px 40px;
  transition: all 0.6s ease;
  font-family: "Avenir LT Std";
  font-weight: 900;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  line-height: 1;
  background: #2bb2c2;
  color: white;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 25px 20px 20px 20px;
  background-size: 5%;
  border: 0px solid #2bb2c2;
  cursor: pointer;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  #header-image .button-link {
    font-size: 0.875rem;
  }
}
#header-image .button-link span.msg, #header-image .button-link span#msg {
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #header-image .button-link span.msg, #header-image .button-link span#msg {
    font-size: 1.125rem;
  }
}
#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 #2bb2c2;
}
@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: "Avenir LT Std";
  font-weight: normal;
  color: #2bb2c2 !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: #2bb2c2 transparent transparent transparent;
}
#header-image .select-selected.select-arrow-active:after {
  border-color: transparent transparent #2bb2c2 transparent;
  top: 12px;
}
#header-image .select-items div, #header-image .select-selected {
  color: #2bb2c2;
  font-size: 14px;
  padding: 12px 1rem;
  border: 0px solid #2bb2c2;
  cursor: pointer;
  border-bottom: 1px solid rgba(43, 178, 194, 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: "Avenir LT Std";
  font-weight: normal;
  color: #2bb2c2 !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: 180px 0 120px;
    background: linear-gradient(19deg, rgba(0, 0, 0, 0.75) 20%, transparent 80%), url(../images/header-tablet-landscape.jpg) center center no-repeat;
    background-size: cover;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0 0 0px 0;
    padding: 0 130px 5px 0;
    font-size: 3rem;
    margin: 10px 0 5px;
    line-height: 1.2;
  }
  #header-image .section-header br {
    margin: 0px 0;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #header-image .pricepoint {
    font-size: 1.75rem;
    margin: 0 0 25px;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 992px) {
  #header-image {
    padding: 180px 0 120px;
    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: 120%;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0 0 0px 0;
    padding: 0 0 5px 0;
    font-size: 2.5rem;
    margin: 10px 0 5px;
    line-height: 1.2;
  }
  #header-image .section-header br {
    margin: 0px 0;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #header-image .pricepoint {
    font-size: 1.25rem;
    margin: 0 0 25px;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 416px) {
  #header-image {
    padding: 34vh 0 60px;
    height: auto;
    background: #392e40 url(../images/header-mob.jpg) center top no-repeat;
    background-size: 100% 33vh !important;
    text-align: center;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0 0 0px 0;
    padding: 0 0 5px 0;
    font-size: 2rem;
    margin: 10px 0 5px;
    line-height: 1.2;
    text-align: center;
  }
  #header-image .section-header br {
    margin: 0px 0;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #header-image .pricepoint {
    font-size: 0.875rem;
    margin: 0 0 25px;
    padding: 0 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  #header-image {
    height: auto;
    background: #392e40 url(../images/header-mob.jpg) center top no-repeat;
    text-align: center;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0 0 0px 0;
    padding: 0 0 5px 0;
    font-size: 2rem;
    margin: 10px 0 5px;
    text-align: center;
  }
  #header-image .section-header br {
    margin: 0px 0;
    content: " ";
    display: block;
    font-size: 24%;
  }
  #header-image .pricepoint {
    font-size: 0.875rem;
    margin: 0 0 25px;
    padding: 0 0 0 0;
    text-align: center;
  }
}

/* Section 1 
 ================================================== */
#section-1 {
  padding: 70px 0 50px;
  background-position-y: 3.75rem;
  background: #ebebe5 url(../images/lines-desktop.png) center bottom no-repeat;
  background-size: contain;
  color: #392e40;
}
#section-1 .section-1-heading {
  font-family: "Proxima Nova Bl";
  font-weight: 900;
  font-size: 1.75rem;
  margin: 0 0 25px;
  padding: 0 rem 0 0;
  line-height: 1;
  color: #2bb2c2;
  text-transform: uppercase;
  letter-spacing: 8px;
}
#section-1 .section-1-subheading {
  font-family: "Avenir LT Std";
  font-weight: normal;
  font-size: 2.25rem;
  margin: 0 0 25px;
  padding: 0 3rem 0 0;
  line-height: 1.2;
  color: #392e40;
}
#section-1 .section-1-intro {
  font-family: "Avenir LT Std";
  font-weight: normal;
  font-size: 1.125rem;
  color: #2bb2c2;
  margin: 0 0 15px;
  padding: 0 4rem 0 0;
  line-height: 1.6;
}
#section-1 ul {
  font-family: "Avenir LT Std";
  font-weight: normal;
  font-size: 1.25rem;
  padding: 0 3rem 0 1rem;
}
#section-1 ul li {
  margin: 0 0 1.25rem;
}
#section-1 .bold {
  font-family: "Avenir LT Std";
  font-weight: 900;
  font-size: 1.25rem;
  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: 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: #392e40;
  width: auto;
  text-align: left;
  transition: all 0.6s ease;
  height: auto;
  margin: 0 0;
  text-align: left;
  color: white;
  padding: 0 0 5px;
  /*
  		-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 30px 0 rgba($lime,.3);
  */
}
#section-1 .package .copy-wrapper {
  /* 			border-left: 1px solid $lime; */
}
#section-1 .package .package-title {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 30px;
  font-family: "Avenir LT Std";
  font-weight: 900;
  margin: 0 0 0 0;
  letter-spacing: 1px;
}
#section-1 .package .package-pricepoint {
  font-size: 2rem;
  line-height: 0.8;
  padding: 0 30px 24px 30px;
  margin: 0 0 0;
  font-family: "Avenir LT Std";
  font-weight: normal;
  color: #2bb2c2;
}
#section-1 .package .package-pricepoint span {
  font-size: 1.5rem;
}
#section-1 .package img {
  margin: 0 0 0.5rem;
}
#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.125rem;
  width: auto;
  font-family: "Avenir LT Std";
  font-weight: normal;
  width: auto;
  margin: 0 0.5rem 0 0;
}
#section-1 .package ul .bed {
  background: url(../images/icon-bed-beige.svg) left center no-repeat;
  background-size: 30px 20px;
  padding: 5px 0 0 33px;
}
#section-1 .package ul .bath {
  background: url(../images/icon-bath-beige.svg) left center no-repeat;
  background-size: 23px 23px;
  padding: 5px 0 0 30px;
}
#section-1 .package ul .size {
  background: url(../images/icon-size-beige.svg) left center no-repeat;
  background-size: 23px 25px;
  padding: 5px 0 0 30px;
}
#section-1 .package ul .car {
  background: url(../images/icon-car-beige.svg) left center no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
#section-1 .package .button {
  width: 100%;
  border: 2px solid white;
  background: white;
  margin: 30px 0;
  color: #2bb2c2;
  padding: 20px 40px 15px 40px;
  transition: all 0.6s ease;
  font-family: "Avenir LT Std";
  font-weight: 900;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  line-height: 1;
  border: 0px solid white;
  display: block;
  width: auto;
  margin: 0 30px 30px 30px;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #section-1 .package .button {
    font-size: 0.875rem;
  }
}
#section-1 .line {
  margin: 50px auto;
  height: 1px;
  width: 86px;
  background-color: #b7d432;
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 40px 0 30px;
  }
  #section-1 .section-1-heading {
    font-size: 1.25rem;
    margin: 0 0 15px;
    padding: 0 rem 0 0;
    line-height: 1;
  }
  #section-1 .section-1-subheading {
    font-size: 2rem;
    margin: 0 0 25px;
    padding: 0 3rem 0 0;
    line-height: 1.2;
  }
  #section-1 .section-1-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 4rem 0 0;
    line-height: 1.6;
  }
  #section-1 ul {
    font-size: 1rem;
    padding: 0 3rem 0 1rem;
  }
  #section-1 ul li {
    margin: 0 0 1rem;
  }
  #section-1 .bold {
    font-size: 1.125rem;
    padding: 0 2rem 0 0;
  }
  #section-1 .package .package-title {
    font-size: 0.875rem;
    line-height: 1;
    padding: 10px 0 0;
    margin: 0 20px;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.75rem;
    line-height: 0.8;
    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;
    padding: 20px 0;
  }
}
@media screen and (max-width: 992px) {
  #section-1 {
    padding: 40px 0 20px;
  }
  #section-1 .section-1-heading {
    font-size: 1.125rem;
    margin: 0 0 15px;
    padding: 0 rem 0 0;
    line-height: 1;
  }
  #section-1 .section-1-subheading {
    font-size: 1.75rem;
    margin: 0 0 25px;
    padding: 0 1rem 0 0;
    line-height: 1.2;
  }
  #section-1 .section-1-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 4rem 0 0;
    line-height: 1.6;
  }
  #section-1 ul {
    font-size: 1rem;
    padding: 0 0rem 0 1rem;
  }
  #section-1 ul li {
    margin: 0 0 1rem;
  }
  #section-1 .bold {
    font-size: 1rem;
  }
  #section-1 .package .package-title {
    font-size: 0.75rem;
    line-height: 1;
    padding: 10px 0 0;
    margin: 0 20px;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.375rem;
    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 10px 20px 10px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 30px 10px 10px 10px;
  }
  #section-1 .section-1-heading {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 rem 0 0;
    line-height: 1;
    text-align: center;
  }
  #section-1 .section-1-subheading {
    font-size: 1.75rem;
    margin: 0 0 25px;
    padding: 0 1rem 0 0;
    line-height: 1.2;
    text-align: center;
  }
  #section-1 .section-1-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 4rem 0 0;
    line-height: 1.6;
  }
  #section-1 ul {
    font-size: 1rem;
    padding: 0 1rem 0 1rem;
    margin: 0 0 0 1rem;
  }
  #section-1 ul li {
    margin: 0 0 1rem;
  }
  #section-1 .bold {
    padding: 0 0;
    font-size: 1.125rem;
  }
  #section-1 .package {
    margin: 0px 0 30px;
  }
  #section-1 .package img {
    margin: 0 0 1rem;
  }
  #section-1 .package .package-title {
    font-size: 0.875rem;
    padding: 10px 40px 0 0;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.75rem;
    line-height: 1.1;
    padding: 0 25px 20px 25px;
    margin: 0 0 0;
  }
  #section-1 .package ul {
    padding: 10px 0 10px 25px;
    margin: 0 0;
  }
  #section-1 .package .button {
    margin: 0 25px 25px 25px;
    padding: 15px 30px;
  }
}

/* Section 2 
 ================================================== */
#section-2 {
  padding: 70px 0 10px;
  background: white;
  color: #392e40;
}
#section-2 .container {
  position: relative;
}
#section-2 .section-2-heading {
  font-family: "Proxima Nova Bl";
  font-weight: 900;
  font-size: 1.75rem;
  margin: 0 0 25px;
  padding: 0 0 0 0;
  line-height: 1;
  color: #2bb2c2;
  text-transform: uppercase;
  letter-spacing: 8px;
  text-align: center;
}
#section-2 .section-2-subheading {
  font-family: "Avenir LT Std";
  font-weight: normal;
  font-size: 2.25rem;
  margin: 0 0 25px;
  padding: 0px 50px;
  line-height: 1.2;
  color: #392e40;
  text-align: center;
}
#section-2 .cols {
  -webkit-columns: 3;
  /* Chrome, Safari, Opera */
  -moz-columns: 3;
  /* Firefox */
  columns: 3;
  padding: 0 0 0 0;
  height: 180px;
  column-gap: 40px;
}
#section-2 .cols ul {
  font-size: 1.125rem;
  margin: 0 0 12px;
  font-family: "Avenir LT Std";
  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;
}
@media screen and (max-width: 1024px) {
  #section-2 {
    padding: 40px 0 40px;
  }
  #section-2 .section-2-heading {
    font-size: 1.25rem;
    margin: 0 0 15px;
    padding: 0 rem 0 0;
    line-height: 1;
  }
  #section-2 .section-2-subheading {
    font-size: 2rem;
    margin: 0 0 25px;
    padding: 0 3rem 0 0;
    line-height: 1.2;
  }
  #section-2 .cols {
    height: 150px;
  }
  #section-2 .cols ul {
    font-size: 1rem;
  }
  #section-2 .cols ul li {
    margin: 0 0 0.375rem;
  }
}
@media screen and (max-width: 992px) {
  #section-2 {
    padding: 40px 0 0px;
  }
  #section-2 .section-2-heading {
    font-size: 1.125rem;
    margin: 0 0 15px;
    padding: 0 rem 0 0;
    line-height: 1;
  }
  #section-2 .section-2-subheading {
    font-size: 1.75rem;
    margin: 0 0 25px;
    padding: 0 1rem 0 0;
    line-height: 1.2;
  }
  #section-2 .cols {
    margin: 0 0 10px;
    padding: 0 0 0 60px;
    height: 200px;
    column-gap: 20px;
  }
  #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 10px 10px 10px;
  }
  #section-2 .section-2-heading {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 rem 0 0;
    line-height: 1;
    text-align: center;
  }
  #section-2 .section-2-subheading {
    font-size: 1.75rem;
    margin: 0 0 25px;
    padding: 0 0 0 0;
    line-height: 1.2;
    text-align: center;
  }
  #section-2 .section-2-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 4rem 0 0;
    line-height: 1.6;
  }
  #section-2 .cols {
    padding: 0 0 0 1rem;
    margin: 0 0 0 1rem;
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    height: auto;
  }
  #section-2 .cols ul {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
  #section-2 .cols ul li {
    margin: 0 0 0.5rem;
    padding: 0 0;
  }
  #section-2 .slider {
    width: calc(120% + 40px);
    margin-left: -40px;
    margin-right: -40px;
  }
}

/*  Carousel 
 ================================================== */
.slider {
  max-width: 1600px;
  margin: 60px auto 0;
  background: #392e40;
  position: relative;
}
.slider .slick-prev:before, .slider .slick-next:before {
  color: white;
}
.slider .slick-dots li.slick-active button:before {
  /* 	    color: $cyan; */
}
.slider .slick-dots li button:before {
  /* 	    color: $cyan; */
}
.slider .slick-dotted.slick-slider {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .slider {
    margin: 20px auto 0;
  }
}
/* Location features ticker 
 ================================================== */
#features-ticker {
  background: black;
  padding: 1.75rem 0;
}
#features-ticker p {
  color: white;
  font-family: "Avenir LT Std";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2rem;
  display: inline-block;
  margin: 0 0;
  height: 50px;
}
#features-ticker .icon-bike, #features-ticker .icon-food, #features-ticker .icon-coffee, #features-ticker .icon-dogs {
  background-size: contain !important;
}
#features-ticker .icon-bike {
  background: url(../images/icon-bike.png) left center no-repeat;
  padding: 0 0 0 90px;
}
#features-ticker .icon-food {
  background: url(../images/icon-food.png) left center no-repeat;
  padding: 0 0 0 70px;
}
#features-ticker .icon-coffee {
  background: url(../images/icon-coffee.png) left center no-repeat;
  padding: 0 0 0 60px;
}
#features-ticker .icon-dogs {
  background: url(../images/icon-dogs.png) left center no-repeat;
  padding: 0 0 0 90px;
}
#features-ticker .icon-dot {
  background: url(../images/icon-dot.png) center center no-repeat;
  padding: 0 30px;
  margin: 0 0 0 30px;
  background-size: 40px 40px;
  width: 40px;
  height: 25px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #features-ticker p {
    font-size: 1.5rem;
    height: 30px;
  }
  #features-ticker .icon-bike {
    padding: 0 0 0 60px;
  }
  #features-ticker .icon-food {
    padding: 0 0 0 60px;
  }
  #features-ticker .icon-coffee {
    padding: 0 0 0 50px;
  }
  #features-ticker .icon-dogs {
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 992px) {
  #features-ticker {
    padding: 1.5rem 0;
  }
  #features-ticker p {
    font-size: 1.25rem;
    height: 30px;
  }
  #features-ticker .icon-bike {
    padding: 0 0 0 60px;
  }
  #features-ticker .icon-food {
    padding: 0 0 0 60px;
  }
  #features-ticker .icon-coffee {
    padding: 0 0 0 50px;
  }
  #features-ticker .icon-dogs {
    padding: 0 0 0 60px;
  }
  #features-ticker .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  #features-ticker {
    padding: 1.5rem 0;
    margin: 1.5rem 0 0;
  }
  #features-ticker p {
    font-size: 1.25rem;
    height: 35px;
  }
  #features-ticker .icon-bike {
    padding: 5px 0 0 70px;
  }
  #features-ticker .icon-food {
    padding: 5px 0 0 50px;
  }
  #features-ticker .icon-coffee {
    padding: 5px 0 0 40px;
  }
  #features-ticker .icon-dogs {
    padding: 5px 0 0 60px;
  }
  #features-ticker .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}

/* Section 3 
 ================================================== */
#section-3 {
  padding: 70px 0 40px;
  background: #ebebe5 url(../images/lines-desktop.png) center bottom no-repeat;
  background-size: contain;
  color: #392e40;
}
#section-3 .section-3-heading {
  font-family: "Proxima Nova Bl";
  font-weight: 900;
  font-size: 1.75rem;
  margin: 0 0 25px;
  padding: 0 rem 0 0;
  line-height: 1;
  color: #2bb2c2;
  text-transform: uppercase;
  letter-spacing: 8px;
}
#section-3 .section-3-subheading {
  font-family: "Avenir LT Std";
  font-weight: normal;
  font-size: 2.25rem;
  margin: 0 0 25px;
  padding: 0 3rem 0 0;
  line-height: 1.2;
  color: #392e40;
}
#section-3 .cols {
  -webkit-columns: 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 1;
  /* Firefox */
  columns: 1;
  padding: 0 0 0 0;
  height: auto;
}
#section-3 .cols ul {
  font-size: 1.125rem;
  margin: 0 0 12px;
  font-family: "Avenir LT Std";
  font-weight: normal;
}
#section-3 .cols ul li {
  margin: 0 0 0.875rem 1rem;
  padding: 0 3rem 0 0;
}
#section-3 .bold {
  font-family: "Avenir LT Std";
  font-weight: normal;
  font-size: 1.25rem;
  color: #b7d432;
}
#section-3 .button {
  width: 100%;
  border: 2px solid white;
  background: white;
  margin: 30px 0;
  color: #2bb2c2;
  padding: 20px 40px 15px 40px;
  transition: all 0.6s ease;
  font-family: "Avenir LT Std";
  font-weight: 900;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  line-height: 1;
  display: inline-block;
  width: auto;
  font-size: 1.125rem;
  background: #392e40;
  border: 1px solid #392e40;
  color: white;
}
@media screen and (max-width: 767px) {
  #section-3 .button {
    font-size: 0.875rem;
  }
}
#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%;
}
#section-3 img {
  cursor: pointer;
  transition: all 0.6s ease;
}
#section-3 img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  #section-3 {
    padding: 40px 0;
  }
  #section-3 .section-3-heading {
    font-size: 1.25rem;
    margin: 0 0 15px;
    padding: 0 rem 0 0;
    line-height: 1;
  }
  #section-3 .section-3-subheading {
    font-size: 2rem;
    margin: 0 0 25px;
    padding: 0 3rem 0 0;
    line-height: 1.2;
  }
  #section-3 .cols .section-3-intro {
    margin: 0 0 25px;
    padding: 0 2rem 0 0;
  }
  #section-3 .cols ul {
    padding: 0 0 1rem 1rem;
    font-size: 1rem;
  }
  #section-3 .cols ul li {
    margin: 0 0 0.375rem;
  }
  #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: 1.125rem;
    margin: 0 0 15px;
    padding: 0 0 0 0;
    line-height: 1;
  }
  #section-3 .section-3-subheading {
    font-size: 1.75rem;
    margin: 0 0 25px;
    padding: 0 1rem 0 0;
    line-height: 1.2;
  }
  #section-3 .cols {
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    padding: 0 0 0 30px;
    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;
  }
}
@media screen and (max-width: 767px) {
  #section-3 {
    padding: 30px 10px 10px 10px;
  }
  #section-3 .section-3-heading {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 0 0 0;
    line-height: 1;
    text-align: center;
  }
  #section-3 .section-3-subheading {
    font-size: 1.75rem;
    margin: 0 0 25px;
    padding: 0 0;
    line-height: 1.2;
    text-align: center;
  }
  #section-3 .section-3-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 4rem 0 0;
    line-height: 1.6;
  }
  #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 ul {
    padding: 0 0 0 1rem;
    margin: 0 0 0 1rem;
  }
  #section-3 .cols ul li {
    padding: 0 0;
  }
  #section-3 .button {
    margin: 20px 0;
  }
}

/* Google Map
 ================================================== */
#cta-1, #cta-2 {
  padding: 40px 0 30px;
  background: #392e40;
}
#cta-1 .map-heading, #cta-2 .map-heading {
  font-family: "Avenir LT Std";
  font-weight: normal;
  font-size: 2.25rem;
  margin: 0 0 0;
  padding: 0 0rem 0 0;
  line-height: 1.2;
  color: white;
}
#cta-1 .map-address, #cta-2 .map-address {
  font-family: "Avenir LT Std";
  font-weight: normal;
  font-size: 1.125rem;
  line-height: auto;
  color: white;
  margin: 1rem 0 0;
}
#cta-1 .button, #cta-2 .button {
  width: 100%;
  border: 2px solid white;
  background: white;
  margin: 30px 0;
  color: #2bb2c2;
  padding: 20px 40px 15px 40px;
  transition: all 0.6s ease;
  font-family: "Avenir LT Std";
  font-weight: 900;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  line-height: 1;
  display: inline-block;
  width: auto;
  font-size: 1.125rem;
  margin: 0 0;
  background: #2bb2c2;
  color: white;
  border: 1px solid #2bb2c2;
  margin: 0 0;
}
@media screen and (max-width: 767px) {
  #cta-1 .button, #cta-2 .button {
    font-size: 0.875rem;
  }
}
#cta-1 .cyan, #cta-2 .cyan {
  color: #2bb2c2;
}
@media screen and (max-width: 1024px) {
  #cta-1, #cta-2 {
    padding: 40px 0 30px;
  }
  #cta-1 .map-heading, #cta-2 .map-heading {
    font-size: 1.875rem;
    padding: 0 6rem 0 0;
    margin: 0 0 10px;
  }
  #cta-1 .map-address, #cta-2 .map-address {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  #cta-1, #cta-2 {
    padding: 30px 0;
  }
  #cta-1 .map-heading, #cta-2 .map-heading {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #cta-1, #cta-2 {
    padding: 30px 0px;
    text-align: center;
  }
  #cta-1 .map-heading, #cta-2 .map-heading {
    font-size: 1.5rem;
    padding: 0 0 0 0;
    margin: 0 0 0;
  }
  #cta-1 .map-address, #cta-2 .map-address {
    font-size: 1.25rem;
  }
  #cta-1 .button, #cta-2 .button {
    margin: 20px 0 0;
  }
}

#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: 70px 0;
  /* 	background: url(../images/gold-bg.jpg) center center no-repeat; */
  background: #ebebe5 url(../images/lines-desktop.png) center bottom no-repeat;
  background-size: contain;
  color: #392e40;
}
#footer .section-4-heading {
  font-size: 2rem;
  margin: 0 0 12px;
  padding: 0 0;
  font-family: "Avenir LT Std";
  font-weight: normal;
  line-height: 1.15;
}
#footer .section-4-intro {
  font-size: 1.125rem;
  margin: 0 0 3rem;
}
#footer .button {
  width: 100%;
  border: 2px solid white;
  background: white;
  margin: 30px 0;
  color: #2bb2c2;
  padding: 20px 40px 15px 40px;
  transition: all 0.6s ease;
  font-family: "Avenir LT Std";
  font-weight: 900;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  line-height: 1;
  display: inline-block;
  width: auto;
  color: white;
  padding: 22px 60px;
  text-align: left;
  background: #2bb2c2;
  background-size: 6%;
  border: 0px solid white;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  #footer .button {
    font-size: 0.875rem;
  }
}
#footer .button:hover {
  background-size: 6%;
  border: 0px solid rgba(0, 0, 0, 0.6);
}
#footer #logo-hunt-property, #footer #logo-promotum, #footer #logo-remi-capital, #footer #logo-latitude {
  background-size: contain !important;
  transition: all 0.6s ease;
}
#footer #logo-hunt-property:hover, #footer #logo-promotum:hover, #footer #logo-remi-capital:hover, #footer #logo-latitude:hover {
  opacity: 0.4;
}
#footer #logo-hunt-property {
  height: 75px;
  width: 48px;
  background: url(../images/logo-hunt-property.png) left bottom no-repeat;
  float: left;
  margin: 0 28px 0 0;
}
#footer #logo-promotum {
  height: 50px;
  width: 240px;
  background: url(../images/logo-promotum.svg) left center no-repeat;
  float: left;
  margin: 8px 28px 0 0;
}
#footer #logo-remi-capital {
  height: 50px;
  width: 92px;
  background: url(../images/logo-remi-capital.svg) left center no-repeat;
  float: left;
  margin: 8px 28px 0 0;
}
#footer #logo-latitude {
  height: 50px;
  width: 205px;
  background: url(../images/logo-latitude-real-estate.png) right center no-repeat;
  float: right;
  margin: 8px 0 0 0;
}
#footer .chevron {
  background: url(../images/chevron.svg) right top no-repeat;
  width: 12px;
  height: 6px;
  display: inline-block;
  background-size: contain;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.6s ease;
  margin: 30px 0 0 0;
}
#footer .chevron:hover {
  opacity: 0.6;
}
#footer .rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#footer .disclaimer, #footer .disclaimer2 {
  margin: 0 0 0 0;
  width: auto;
  padding: 0 5px 0 0;
  display: inline-block;
  transition: all 0.3s ease;
}
#footer .disclaimer:after, #footer .disclaimer2:after {
  background: url(../images/chevron.svg) right top no-repeat;
  background-size: 15px 10px;
}
#footer .link, #footer p {
  font-size: 0.6875rem;
  padding: 0 0;
}
#footer ul {
  list-style-type: none;
  margin: 50px 0 0;
}
#footer ul li {
  display: inline-block;
  font-size: 0.6875rem;
  padding: 0 0.5rem;
  color: white;
}
#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: #392e40;
  transition: all 0.6s ease;
}
#footer ul li a:hover {
  border-bottom: 1px solid white;
}
#footer #footer-icon-logo {
  width: 100%;
  height: 56px;
  margin: 0 0;
  background: transparent url(../images/project-logo-compressed-cyan.svg) center top no-repeat;
  background-size: contain;
  opacity: 0.8;
  transition: all 0.6s ease;
}
#footer #footer-icon-logo:hover {
  opacity: 0.3;
}
#footer .accordion-group {
  padding: 1rem 0 0 0;
}
#footer .accordion-group ul.terms {
  display: block;
  margin: 0 0 1rem;
  list-style-type: disc !important;
  font-size: 0.6875rem;
}
#footer .accordion-group ul.terms li {
  color: #392e40;
  display: block;
  list-style-type: disc !important;
  padding: 0 0;
}
#footer .accordion-group ul.terms li:first-child {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 40px 0 20px;
  }
  #footer .section-4-heading {
    font-size: 1.75rem;
  }
  #footer .section-4-intro {
    font-size: 0.875rem;
    padding: 0 60px 0 0;
  }
  #footer .button {
    padding: 22px 0;
    width: 100%;
  }
  #footer #logo-hunt-property {
    height: 50px;
    width: 32px;
    margin: 0 28px 0 0;
  }
  #footer #logo-promotum {
    height: 33px;
    width: 160px;
    margin: 8px 28px 0 0;
  }
  #footer #logo-remi-capital {
    height: 33px;
    width: 62px;
    margin: 8px 28px 0 0;
  }
  #footer #logo-latitude {
    height: 33px;
    margin: 8px 0 0 0;
  }
  #footer ul {
    margin: 30px 0 0;
  }
  #footer ul li:first-child {
    padding: 0 0.4rem 0 0;
  }
  #footer ul li:last-child {
    padding: 0 0 0 0.4rem;
  }
}
@media screen and (max-width: 992px) {
  #footer {
    padding: 45px 0 30px;
  }
  #footer .section-4-heading {
    font-size: 1.5rem;
    margin: 0 0 15px;
  }
  #footer .section-4-intro {
    padding: 0 30px 10px 0;
    margin: 0 0 2rem 0;
  }
  #footer #logo-hunt-property {
    height: 30px;
    width: 20px;
    margin: 0 28px 0 0;
  }
  #footer #logo-promotum {
    height: 20px;
    width: 96px;
    margin: 2px 28px 0 0;
  }
  #footer #logo-remi-capital {
    height: 30px;
    width: 37px;
    margin: 0px 28px 0 0;
  }
  #footer #logo-latitude {
    height: 20px;
    margin: 8px 0 0 0;
  }
  #footer ul {
    margin: 20px 0 0 0;
  }
  #footer ul li:nth-child(4) {
    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 0.4rem;
  }
  #footer #footer-icon-logo {
    height: 56px;
    background-position-x: right;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 45px 0 30px;
    text-align: center;
  }
  #footer .section-4-heading {
    font-size: 1.75rem;
    margin: 0 0 25px;
    padding: 0 1rem;
    text-align: center;
  }
  #footer .section-4-intro {
    padding: 0 1rem;
    margin-bottom: 20px;
    text-align: center;
  }
  #footer .button {
    width: 100%;
    padding: 22px 20px;
    margin: 10px 0 30px 20px;
  }
  #footer #logo-hunt-property {
    height: 50px;
    width: 32px;
    margin: 0 20px 0 15px;
  }
  #footer #logo-promotum {
    height: 33px;
    width: 140px;
    margin: 2px 20px 0 0;
  }
  #footer #logo-remi-capital {
    height: 33px;
    width: 62px;
    margin: 0px 28px 0 0;
  }
  #footer #logo-latitude {
    height: 25px;
    margin: 20px 0 0 15px;
    float: left;
    width: 100%;
    background-position: left center;
  }
  #footer .button {
    width: calc(100% - 30px);
    margin: 10px auto 30px auto;
  }
  #footer .disclaimer {
    padding: 0 10px 0 20px;
  }
  #footer #collapseExample, #footer #collapseExample2 {
    padding: 10px 20px;
  }
  #footer ul {
    margin: 30px 0 0 20px;
    text-align: left;
  }
  #footer .accordion-group {
    padding: 1rem 0 0 1rem;
    text-align: left;
  }
}

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

.bold {
  font-family: "Avenir LT Std";
  font-weight: 900;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80%;
    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: "Avenir LT Std";
  font-weight: 900;
  font-size: 1.5rem;
  color: #2bb2c2;
  text-transform: uppercase;
  padding: 30px 30px 0;
  display: block;
  text-align: left;
  width: auto;
  letter-spacing: 3px;
}
#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: "Avenir LT Std";
  font-weight: normal;
  color: #392e40;
  line-height: 1.4;
  padding: 0 0px 20px;
  margin: 10px 30px 0 30px;
  text-align: left;
  font-size: 1.125rem;
  border-bottom: 2px solid #2bb2c2;
}
#formcontent .stamp-duty-savings a {
  color: #2bb2c2;
  text-decoration: underline;
  font-family: "Avenir LT Std";
  font-weight: 900;
}
#formcontent .contact {
  font-family: "Avenir LT Std";
  font-weight: normal;
  margin: 15px 0;
}
#formcontent .download-button {
  width: 100%;
  border: 2px solid white;
  background: white;
  margin: 30px 0;
  color: #2bb2c2;
  padding: 20px 40px 15px 40px;
  transition: all 0.6s ease;
  font-family: "Avenir LT Std";
  font-weight: 900;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  line-height: 1;
  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: #2bb2c2 url(../images/chevron-white.svg) 93% center no-repeat;
  background-size: 6%;
}
@media screen and (max-width: 767px) {
  #formcontent .download-button {
    font-size: 0.875rem;
  }
}
#formcontent .download-button:hover {
  background: #2bb2c2 url(../images/chevron-white.svg) 95% center no-repeat;
  background-size: 6%;
  border: 0px solid #2bb2c2;
}
@media screen and (max-width: 1024px) {
  #formcontent {
    padding: 0 0 20px;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 30px 30px 0;
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    font-size: 1.125rem;
  }
  #formcontent .stamp-duty-savings {
    padding: 0 0px 20px;
    margin: 10px 30px 0 30px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #formcontent {
    padding: 0 0 20px;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 1.375rem;
    text-transform: uppercase;
    padding: 30px 30px 0;
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    font-size: 1.125rem;
  }
  #formcontent .stamp-duty-savings {
    padding: 0 0px 20px;
    margin: 10px 20px 0 30px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #formcontent {
    width: 96%;
    padding: 0 0 25px 0;
    margin: 10px auto 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 1.375rem;
    text-transform: uppercase;
    padding: 30px 30px 0;
    text-align: center;
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    font-size: 1.125rem;
  }
  #formcontent .stamp-duty-savings {
    padding: 0 0px 15px;
    margin: 10px 30px 20px 30px;
    font-size: 0.875rem;
    text-align: center;
  }
}

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

.beige-border {
  border: 10px solid rgba(43, 178, 194, 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 {
  font-size: 0.875rem !important;
  color: black !important;
  font-family: "Avenir LT Std";
  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(43, 178, 194, 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(43, 178, 194, 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 white;
  background: white;
  margin: 30px 0;
  color: #2bb2c2;
  padding: 20px 40px 15px 40px;
  transition: all 0.6s ease;
  font-family: "Avenir LT Std";
  font-weight: 900;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  line-height: 1;
  background: #2bb2c2;
  color: white;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 25px 20px 20px 20px;
  background-size: 5%;
  border: 0px solid #2bb2c2;
  cursor: pointer;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  .button-link {
    font-size: 0.875rem;
  }
}
.button-link span.msg, .button-link span#msg {
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .button-link span.msg, .button-link span#msg {
    font-size: 1.125rem;
  }
}

#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 #2bb2c2;
}
@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: "Avenir LT Std";
  font-weight: normal;
  color: #2bb2c2 !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: #2bb2c2 transparent transparent transparent;
}

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

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #2bb2c2;
  font-size: 14px;
  padding: 12px 1rem;
  border: 0px solid #2bb2c2;
  cursor: pointer;
  border-bottom: 1px solid rgba(43, 178, 194, 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: "Avenir LT Std";
  font-weight: normal;
  color: #2bb2c2 !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);
}
