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

/* set stuff */
html, body {
  overflow-x: hidden;
  background-color: white;
  font-family: "Calibre Light";
}

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  background: white url(../images/bg-lg.jpg) left top no-repeat;
  background-size: cover;
}

html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

/* Custom Styles
 ================================================== */
h1, h2, h3 {
  /* 	font-weight: normal !important; */
}

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

.navbar {
  padding: 0px 0;
  background: #D13F00;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.3);
  width: 100% !important;
}
.navbar .container {
  display: block;
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 0 0;
  }
}

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

.navbar button {
  color: inherit !important;
}

.navbar.compressed {
  padding: 0px 0;
  background: #D13F00;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.3);
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .navbar.compressed {
    padding: 0 0;
  }
}

.project-logo-standard {
  width: 100%;
  height: 120px;
  margin: 30px 0 25px;
  background-size: contain;
  display: inline-block;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .project-logo-standard {
    height: 80px;
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    height: 70px;
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    height: 60px;
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    height: 40px;
    margin: 10px 0;
  }
}

.project-logo-standard {
  width: 300px;
  height: 50px;
  display: inline-block;
  background: url(../images/parker-beyond-pink.svg) no-repeat;
  background-position: left center;
  margin: 15px 0 0;
  background-size: contain;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .project-logo-standard {
    margin: 13px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    height: 35px;
    width: 400px;
    margin: 12px 0 5px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    height: 30px;
    width: 400px;
    margin: 12px 0 5px;
  }
}
@media screen and (max-width: 430px) {
  .project-logo-standard {
    height: 30px;
    width: 200px;
    margin: 17px 0 5px;
  }
}
@media screen and (max-width: 375px) {
  .project-logo-standard {
    height: 30px;
    width: 190px;
    margin: 17px 0 3px;
  }
}
@media screen and (max-width: 320px) {
  .project-logo-standard {
    height: 30px;
    width: 145px;
    margin: 12px 0 0px;
  }
}

#hidden-button {
  background: url(../images/button-pink.svg) center center no-repeat;
  background-size: contain;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "Calibre Semi";
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 2px;
  float: right;
  margin: 15px 0;
}
#hidden-button:hover {
  background: url(../images/button-red.svg) center center no-repeat;
  color: #E8A9D9;
}
@media screen and (max-width: 1024px) {
  #hidden-button {
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 992px) {
  #hidden-button {
    margin: 0px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #hidden-button {
    margin: 10px 0 10px 0;
    padding: 15px 20px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 375px) {
  #hidden-button {
    margin: 3px 0 0px 0;
    padding: 17px 20px;
    font-size: 0.875rem;
  }
}

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

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

/* Header Section
 ================================================== */
#header-image {
  width: 100%;
  height: auto;
  padding: 12vh 0;
  text-align: center;
  background: linear-gradient(15deg, rgba(0, 0, 0, 0.8) 0%, transparent 90%), url(../images/header-desktop.jpg) right bottom no-repeat, url(../images/header-lowres.jpg) right bottom no-repeat;
  background-size: cover, cover;
  margin: 78px 0 0 0;
  position: relative;
  color: white;
  /* 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:*/
}
@keyframes scaleBackground {
  0% {
    background-size: 110%; /* Initial size */
  }
  100% {
    background-size: 130%; /* Final size */
  }
}
#header-image .container {
  max-width: 1500px;
}
#header-image .section-header {
  margin: 0 0 0;
  display: inline-block;
  font-family: "Reckless";
  padding: 0 20px 18px;
  font-size: 4.5rem;
  line-height: 1.1;
  margin: 0 0 5px;
  text-shadow: 0px 0px 40px rgba(255, 255, 255, 0.5);
}
#header-image .pricepoint {
  font-family: "Calibre Semi";
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0 0 0 0;
  margin: 0 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header-image .pricepoint span {
  font-size: 1.125rem;
  letter-spacing: 0;
}
#header-image #formcontent {
  background: white;
  width: 100%;
  padding: 30px 0 20px;
  margin: 0;
  z-index: 100;
  text-align: center;
  border-radius: 10px;
}
#header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
  font-family: "Reckless";
  font-size: 2.5rem;
  line-height: 1;
  color: #202020;
  padding: 0 10px;
  margin: 0;
  display: block;
}
#header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
  color: white;
  font-size: 1.5rem;
}
#header-image #formcontent .form-sub-header {
  font-family: "Calibre Semi";
  color: #0E3022;
  line-height: 1.4;
  padding: 0 40px;
  margin: 0 0 0px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#header-image #formcontent #thankyou1 h2, #header-image #formcontent #sorry1 h2 {
  font-size: 2.5rem !important;
}
#header-image #formcontent .contact {
  font-family: "Calibre Light";
  margin: 15px 0;
}
#header-image #formcontent .download-button {
  width: 100%;
  border: 1px solid #D13F00;
  background: #D13F00;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "Calibre Semi";
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 2px;
  border-radius: 30px;
  display: inline-block;
  width: auto;
  padding: 20px 30px;
  margin: 20px 20px 0;
  color: white;
  text-align: center;
  background: #202020;
}
#header-image #formcontent .download-button:hover {
  background: white;
  color: #D13F00;
}
@media screen and (max-width: 992px) {
  #header-image #formcontent .download-button {
    font-size: 0.875rem;
  }
}
#header-image #formcontent .download-button a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #header-image #formcontent {
    padding: 30px 0;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 2rem;
    padding: 0rem 10px 0;
  }
  #header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
  }
  #header-image #formcontent .form-sub-header {
    line-height: 1.4;
    padding: 0 20px;
    margin: 0 0 0;
    font-size: 0.875rem;
  }
  #header-image #formcontent .download-button {
    width: auto;
    padding: 20px 20px;
    margin: 30px 20px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #header-image #formcontent {
    padding: 20px 0 10px;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 1.75rem;
    padding: 0rem 10px 0;
  }
  #header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
  }
  #header-image #formcontent .form-sub-header {
    line-height: 1.4;
    padding: 0 30px;
    margin: 0 0 0;
    font-size: 0.875rem;
  }
  #header-image #formcontent .download-button {
    width: auto;
    padding: 20px 30px;
    margin: 30px 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #header-image #formcontent {
    width: 96%;
    padding: 0 0 10px 0;
    margin: 20px auto 0;
  }
  #header-image #formcontent h2, #header-image #formcontent #formcontent #thankyou1 h2, #header-image #formcontent #formcontent #sorry1 h2 {
    font-size: 1.75rem;
    padding: 1.5rem 10px 0;
    width: auto;
  }
  #header-image #formcontent h2 span, #header-image #formcontent #formcontent #thankyou1 h2 span, #header-image #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
    text-align: center;
  }
  #header-image #formcontent .form-sub-header {
    margin: 0px 0;
    padding: 0 20px;
  }
  #header-image #formcontent .contact {
    font-family: "Calibre Light";
    padding: 0px 15px;
  }
}
#header-image .white-border {
  border: 10px solid white;
}
#header-image .beige-border {
  border: 10px solid rgba(192, 191, 187, 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: 0 30px 15px 30px 0;
  }
}
@media screen and (max-width: 992px) {
  #header-image fieldset {
    padding: 0 20px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  #header-image fieldset {
    padding: 0 20px;
  }
}
#header-image input, #header-image label, #header-image a.selectbox-link span.selectbox-link-text, #header-image input, #header-image .button-link, #header-image .button-link span.msg, #header-image .button-link span#msg {
  text-transform: none;
}
#header-image input, #header-image label, #header-image a.selectbox-link span.selectbox-link-text {
  font-size: 1rem;
  color: #202020 !important;
  font-family: "Calibre";
}
@media screen and (max-width: 1024px) {
  #header-image input, #header-image label, #header-image a.selectbox-link span.selectbox-link-text {
    font-size: 0.875rem;
  }
}
#header-image input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(237, 229, 223, 0.5);
  margin: 0px 0 10px 0px;
  padding: 2px 0 0 15px;
  background: transparent;
  box-shadow: none;
  transition: none;
  text-align: left;
  border-bottom: 1px solid black;
}
#header-image input:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 992px) {
  #header-image input {
    padding: 2px 0 0 15px;
  }
}
#header-image input:focus, #header-image textarea:focus {
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header-image a.selectbox-link {
  width: 100%;
  height: 47px;
  border: 2px solid white !important;
  margin: 5px 0 0px 0;
  background-color: transparent !important;
  background-image: none !important;
  position: relative;
  z-index: 10;
  border-radius: 0;
  padding: 9px 0 0 13px;
  text-align: left;
}
#header-image a.selectbox-link span.selectbox-link-icon,
#header-image span.selectbox-disabled span.selectbox-link-icon {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  background-image: #000;
  border-left: 0 solid #A8873E;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
#header-image a.selectbox-link span.selectbox-link-icon span,
#header-image span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/custom-dropdown.png) no-repeat -31px -37px;
  display: block;
  width: 100%;
  height: 100%;
}
#header-image input.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}
#header-image input#Select_Something {
  left: -210px;
}
#header-image form p {
  position: relative;
  margin: 1px 0 !important;
}
#header-image form p label {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  #header-image form p label {
    font-size: 0.875rem;
  }
}
#header-image form p br {
  display: none;
}
#header-image form fieldset p label {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #header-image form fieldset p label {
    font-size: 0.875rem;
  }
}
#header-image label.infield {
  margin: 5px 0 0 0;
  color: grey;
}
#header-image label.error {
  margin: 6px 0 0 0;
  padding: 0 0 0 4px;
  background-color: #EDE5DF;
}
#header-image select {
  background-color: white;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "Calibre";
  color: black !important;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  padding: 2px 0 0 15px;
  margin: 0px 0 10px 0px;
  border-bottom: 1px solid black;
}
#header-image .button-link {
  width: 100%;
  border: 1px solid #D13F00;
  background: #D13F00;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "Calibre Semi";
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 2px;
  border-radius: 30px;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  letter-spacing: 4px;
}
#header-image .button-link:hover {
  background: white;
  color: #D13F00;
}
@media screen and (max-width: 992px) {
  #header-image .button-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  #header-image .button-link {
    padding: 20px 20px 15px 20px;
    margin: 10px 0 0 0;
  }
}
#header-image .button-link span.msg, #header-image .button-link span#msg {
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #header-image .button-link span.msg, #header-image .button-link span#msg {
    font-size: 1.25rem;
  }
}
#header-image #loadingbtn, #header-image #thankyou {
  display: none;
}
#header-image .privacy-policy, #header-image p.privacy-policy, #header-image a.policy-link, #header-image a:hover.policy-link, #header-image #privacy-policy {
  color: #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 #C0BFBB;
}
@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: "Calibre";
  color: black !important;
  border-bottom: 1px solid black;
}
#header-image .select-selected:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(237, 229, 223, 0.3);
  box-shadow: 0 0 0 0 rgba(237, 229, 223, 0.3);
}
@media screen and (max-width: 1024px) {
  #header-image .select-selected {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #header-image .select-selected {
    margin-bottom: 10px;
  }
}
#header-image .select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: black transparent transparent transparent;
}
#header-image .select-selected.select-arrow-active:after {
  border-color: transparent transparent #EDE5DF transparent;
  top: 12px;
}
#header-image .select-items div, #header-image .select-selected {
  color: #202020;
  font-size: 1rem;
  padding: 12px 1rem;
  border: 0px solid #C0BFBB;
  cursor: pointer;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 1024px) {
  #header-image .select-items div, #header-image .select-selected {
    font-size: 0.875rem;
  }
}
#header-image .select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  border-top: none;
  text-align: left;
  font-family: "Calibre";
  color: #202020 !important;
}
@media screen and (max-width: 1024px) {
  #header-image .select-items {
    font-size: 0.875rem;
  }
}
#header-image .select-hide {
  display: none;
}
#header-image .select-items div:hover, #header-image .same-as-selected {
  background-color: rgba(0, 0, 0, 0.3);
}
#header-image .name-wrapper {
  height: 53px;
}
#header-image .half-width-left {
  width: 48%;
  float: left;
}
#header-image .half-width-right {
  width: 48%;
  float: right;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #header-image {
    padding: 7vh 0 10vh 0;
    max-width: 100%;
    background: linear-gradient(15deg, rgba(0, 0, 0, 0.8) 0%, transparent 90%), url(../images/header-desktop.jpg) right bottom no-repeat, url(../images/header-lowres.jpg) right bottom no-repeat;
    background-size: cover, cover;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0px 20px 18px;
    font-size: 4.5rem;
    margin: 0 0 5px;
    text-shadow: 0px 0px 40px rgba(255, 255, 255, 0.5);
  }
  #header-image .pricepoint {
    font-size: 1.75rem;
    line-height: 1;
    padding: 0 0 0 0;
    margin: 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #header-image {
    padding: 70px 0px;
    background: linear-gradient(15deg, rgba(0, 0, 0, 0.8) 0%, transparent 80%), url(../images/header-tablet-landscape.jpg) right bottom no-repeat, url(../images/header-lowres.jpg) right bottom no-repeat;
    background-size: cover, cover;
    margin: 50px 0 0 0;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0px 20px 18px;
    font-size: 3.5rem;
    margin: 0 0 5px;
    text-shadow: 0px 0px 40px rgba(255, 255, 255, 0.5);
  }
  #header-image .pricepoint {
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 0 30px;
    margin: 0 0;
  }
  #header-image .pricepoint span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #header-image {
    padding: 30px 0;
    background: linear-gradient(15deg, rgba(0, 0, 0, 0.8) 0%, transparent 80%), url(../images/header-tablet-landscape.jpg) right bottom no-repeat, url(../images/header-lowres.jpg) right bottom no-repeat;
    background-size: cover, cover;
    margin: 46px 0 0 0;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0px 0px 12px;
    font-size: 2.25rem;
    margin: 0 0 5px;
    text-shadow: 0px 0px 40px rgba(255, 255, 255, 0.5);
  }
  #header-image .pricepoint {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 0 30px;
    margin: 0 0;
  }
  #header-image .pricepoint span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  #header-image {
    padding: 280px 20px 30px;
    height: auto;
    background: #E8A9D9 url(../images/header-mob.jpg) center top no-repeat;
    background-size: 100% auto;
    animation: none !important;
    color: #202020;
    margin: 50px 0 0 0;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0px 0px 12px;
    font-size: 2rem;
    margin: 0 0;
    text-shadow: none;
  }
  #header-image .pricepoint {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 30px 5px;
    margin: 0 0;
  }
}
@media screen and (max-width: 415px) {
  #header-image {
    padding: 270px 20px 30px;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0px 0px 12px;
    font-size: 2rem;
    margin: 0 0 5px;
    text-shadow: none;
  }
  #header-image .pricepoint {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 30px 5px;
    margin: 0 0;
  }
}
@media screen and (max-width: 393px) {
  #header-image {
    padding: 260px 20px 30px;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0px 0px 12px;
    font-size: 1.875rem;
    margin: 0 0 5px;
    text-shadow: none;
  }
  #header-image .pricepoint {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 0 5px 0;
    margin: 0 0;
  }
}
@media screen and (max-width: 375px) {
  #header-image {
    padding: 250px 15px 30px;
    margin: 50px 0 0 0;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0px 0px 12px;
    font-size: 1.75rem;
    margin: 0 0 5px;
    text-shadow: none;
  }
  #header-image .pricepoint {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 0 5px 0;
    margin: 0 0;
  }
}
@media screen and (max-width: 360px) {
  #header-image {
    padding: 240px 15px 30px;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0px 0px 12px;
    font-size: 1.75rem;
    margin: 0 0 5px;
    text-shadow: none;
  }
  #header-image .pricepoint {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 0 5px 0;
    margin: 0 0;
  }
}
@media screen and (max-width: 320px) {
  #header-image {
    padding: 210px 15px 30px;
    margin: 50px 0 0 0;
  }
  #header-image .section-header {
    margin: 0 0 0;
    padding: 0px 0px 12px;
    font-size: 1.5rem;
    margin: 0 0 5px;
    text-shadow: none;
  }
  #header-image .pricepoint {
    font-size: 1rem;
    line-height: 1;
    padding: 0 0px 0px;
    margin: 0 0;
  }
  #header-image .pricepoint span {
    font-size: 0.875rem;
  }
}

/* Section 1 
 ================================================== */
#section-1 {
  padding: 70px 0;
  background: white;
  color: #202020;
  position: relative;
}
#section-1 .section-heading {
  font-family: "Reckless";
  font-size: 2.25rem;
  margin: 0 0 25px;
  padding: 0 1rem 0 0rem;
  line-height: 1.1;
  text-align: center;
}
#section-1 .section-subheading {
  font-family: "Calibre Light";
  font-size: 1.125rem;
  text-transform: uppercase;
}
#section-1 .cols {
  -webkit-columns: 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 1;
  /* Firefox */
  columns: 1;
  padding: 0 50px 0 0;
  height: auto;
  margin: 0rem auto 2rem;
  column-gap: 10px;
  z-index: 100;
}
#section-1 .cols .section-intro {
  font-family: "Calibre Light";
  font-size: 1.125rem;
  margin: 0 0 15px;
  padding: 0 0rem 0 0;
  line-height: 1.3;
}
#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: #D13F00;
  width: auto;
  text-align: left;
  transition: all 0.6s ease;
  height: auto;
  margin: 0 15px;
  text-align: center;
  color: white;
  padding: 0 0 30px;
  border-radius: 10px;
}
#section-1 .package .copy-wrapper {
  /* 			border-left: 1px solid $darkgrey; */
}
#section-1 .package .package-title {
  font-size: 1.25rem;
  padding: 0 20px 10px 20px;
  font-family: "Calibre";
  margin: 0 0 0 0;
}
#section-1 .package .package-pricepoint {
  font-size: 1.75rem;
  line-height: 0.8;
  padding: 0 12px 15px 12px;
  margin: 0 0 0;
  font-family: "Reckless";
  text-transform: uppercase;
}
#section-1 .package .package-pricepoint span {
  font-size: 0.875rem;
  display: block;
  padding: 0 0 0.5rem;
}
#section-1 .package img {
  margin: 0 0 1.25rem;
  border-radius: 10px 10px 0 0;
}
#section-1 .package img:hover {
  opacity: 0.8;
}
#section-1 .package ul {
  padding: 0 0 0 20px;
}
#section-1 .package ul li {
  display: inline-block;
  font-size: 1.125rem;
  width: auto;
  font-family: "Calibre";
  width: auto;
  margin-right: 0.5rem;
}
#section-1 .package ul .bed {
  background: url(../images/icon-bed-white.svg) left center no-repeat;
  background-size: 30px 20px;
  padding: 5px 0 0 33px;
}
#section-1 .package ul .bath {
  background: url(../images/icon-bath-white.svg) left center no-repeat;
  background-size: 23px 23px;
  padding: 5px 0 0 30px;
}
#section-1 .package ul .car {
  background: url(../images/icon-car-white.svg) left center no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
#section-1 .package ul .size {
  background: url(../images/icon-size-white.svg) left center no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
#section-1 .package ul .study {
  background: url(../images/icon-study-white.svg) left center no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
#section-1 .package .button {
  width: 100%;
  border: 1px solid #D13F00;
  background: #D13F00;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "Calibre Semi";
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 2px;
  border-radius: 30px;
  display: block;
  width: auto;
  margin: 0 20px 0 20px;
  padding: 20px 20px;
  text-align: center;
  border: 1px solid white;
}
#section-1 .package .button:hover {
  background: white;
  color: #D13F00;
}
@media screen and (max-width: 992px) {
  #section-1 .package .button {
    font-size: 0.875rem;
  }
}
#section-1 .line {
  margin: 50px auto;
  height: 1px;
  width: 86px;
  background-color: #202020;
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 40px 0;
  }
  #section-1 .section-heading {
    font-size: 1.75rem;
    margin: 0 0 25px;
    padding: 0 0px 0 0rem;
  }
  #section-1 .section-subheading {
    font-size: 1rem;
  }
  #section-1 .section-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 3rem 0 0;
  }
  #section-1 .package img {
    margin: 0 0 1rem;
  }
  #section-1 .package .package-title {
    margin: 0 1rem;
    padding: 0 0px 5px 0px;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.75rem;
    margin: 0 0 0;
    padding: 0 0rem 5px 0rem;
    line-height: 1;
  }
  #section-1 .package .package-pricepoint span {
    font-size: 1.5rem;
  }
  #section-1 .package ul {
    padding: 0 0 0 0;
    margin: 0 0 10px;
  }
  #section-1 .package ul li {
    font-size: 1rem;
  }
  #section-1 .package ul .bed {
    background-size: 24px 16px;
    padding: 5px 0 0 26px;
  }
  #section-1 .package ul .bath {
    background-size: 18px 18px;
    padding: 5px 0 0 24px;
  }
  #section-1 .package ul .car {
    background-size: 18px 18px;
    padding: 5px 0 0 24px;
  }
  #section-1 .package ul .study {
    background-size: 18px 18px;
    padding: 5px 0 0 24px;
  }
  #section-1 .package .button {
    margin: 0 1rem;
    padding: 1rem 0;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 {
    padding: 40px 0px;
  }
  #section-1 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 0 3rem;
    text-align: center;
  }
  #section-1 .section-subheading {
    font-size: 1rem;
    padding: 0 0rem 0 0rem;
  }
  #section-1 .section-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 1rem 0 0;
  }
  #section-1 .package .package-title {
    padding: 0 0 5px 0;
    margin: 0 0;
    font-size: 1rem;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.5rem;
    line-height: 0.8;
    margin: 0 0 0;
    padding: 0 15px 5px 15px;
    line-height: 1.2;
  }
  #section-1 .package .package-pricepoint span {
    font-size: 1.5rem;
  }
  #section-1 .package ul {
    padding: 0px 0;
  }
  #section-1 .package ul li {
    margin-right: 0.25rem;
  }
  #section-1 .package .button {
    margin: 0 0.5rem;
    padding: 1rem 0;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 30px 15px 0 15px;
    background: #D7E2D2;
  }
  #section-1 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 0 0;
  }
  #section-1 .section-subheading {
    font-size: 1rem;
    padding: 0 2rem 0 0;
    text-align: center;
  }
  #section-1 .section-intro {
    padding: 0 20px;
    font-size: 1rem;
    margin: 0 0;
  }
  #section-1 .cols {
    margin: 0 0;
  }
  #section-1 .section-1-subheading {
    margin: 0 0 1rem;
    padding: 0.75rem 0.5rem;
  }
  #section-1 .bold {
    padding: 0px 0;
    font-size: 1rem;
  }
  #section-1 .pricebox-holder, #section-1 .scrolling-wrapper-flexbox {
    /* 		  margin: 0 0 0 -15px; */
  }
  #section-1 .package {
    margin: 0px 15px 30px;
  }
  #section-1 .package img {
    margin: 0 0 0.5rem;
  }
  #section-1 .package .package-title {
    font-size: 1rem;
    padding: 10px 10px 0 0;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.7rem;
    padding: 5px 10px 0px 10px;
    margin: 0 0 0;
  }
  #section-1 .package ul {
    padding: 0 0;
    margin: 0 0;
  }
  #section-1 .package ul .bed {
    background-size: 18px 18px;
  }
  #section-1 .package ul .bath {
    background-size: 18px 18px;
  }
  #section-1 .package ul .size {
    background-size: 18px 18px;
  }
  #section-1 .package ul .car {
    background-size: 18px 18px;
  }
  #section-1 .package ul .study {
    background-size: 18px 18px;
    padding: 5px 0 0 24px;
  }
  #section-1 .package .button {
    padding: 15px 30px;
    margin: 1rem 1rem 0;
  }
}
@media screen and (max-width: 415px) {
  #section-1 {
    padding: 30px 20px 0 20px;
  }
  #section-1 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 0 1rem;
  }
  #section-1 .section-subheading {
    font-size: 1rem;
    padding: 0 2rem 0 0;
    text-align: center;
  }
  #section-1 .section-intro {
    padding: 0 20px;
    font-size: 1rem;
    margin: 0 0;
  }
  #section-1 .cols {
    margin: 0 0;
  }
  #section-1 .section-1-subheading {
    margin: 0 0 1rem;
    padding: 0.75rem 0.5rem;
  }
  #section-1 .bold {
    padding: 0px 0;
    font-size: 1rem;
  }
  #section-1 .pricebox-holder, #section-1 .scrolling-wrapper-flexbox {
    /* 		  margin: 0 0 0 -15px; */
  }
  #section-1 .package {
    margin: 0px 15px 30px;
  }
  #section-1 .package img {
    margin: 0 0 0.5rem;
  }
  #section-1 .package .package-title {
    font-size: 1rem;
    padding: 10px 15px 0;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.75rem;
    padding: 5px 20px 0px;
    margin: 0 0 0;
  }
  #section-1 .package ul {
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
  }
  #section-1 .package ul .bed {
    background-size: 18px 18px;
  }
  #section-1 .package ul .bath {
    background-size: 18px 18px;
  }
  #section-1 .package ul .size {
    background-size: 18px 18px;
  }
  #section-1 .package ul .car {
    background-size: 18px 18px;
  }
  #section-1 .package .button {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 390px) {
  #section-1 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 0 0;
  }
  #section-1 .package {
    margin: 0px 15px 30px;
  }
  #section-1 .package img {
    margin: 0 0 0.5rem;
  }
  #section-1 .package .package-title {
    font-size: 1rem;
    padding: 10px 10px 0 0;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.7rem;
    padding: 5px 15px 0px 15px;
    margin: 0 0 0;
  }
  #section-1 .package ul {
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
  }
  #section-1 .package ul .bed {
    background-size: 18px 18px;
  }
  #section-1 .package ul .bath {
    background-size: 18px 18px;
  }
  #section-1 .package ul .size {
    background-size: 18px 18px;
  }
  #section-1 .package ul .car {
    background-size: 18px 18px;
  }
  #section-1 .package .button {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 375px) {
  #section-1 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 0 0;
  }
  #section-1 .package {
    margin: 0px 15px 30px;
  }
  #section-1 .package img {
    margin: 0 0 0.5rem;
  }
  #section-1 .package .package-title {
    font-size: 1rem;
    padding: 10px 10px 0 0;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.7rem;
    padding: 5px 5px 0px 5px;
    margin: 0 0 0;
  }
}
@media screen and (max-width: 360px) {
  #section-1 .package {
    margin: 0px 10px 30px;
  }
  #section-1 .package img {
    margin: 0 0 0.5rem;
  }
  #section-1 .package .package-title {
    font-size: 1rem;
    padding: 10px 10px 0 0;
  }
  #section-1 .package .package-pricepoint {
    font-size: 1.7rem;
    padding: 5px 5px 0px 5px;
    margin: 0 0 0;
  }
  #section-1 .package ul {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
  }
  #section-1 .package ul .bed {
    background-size: 18px 18px;
  }
  #section-1 .package ul .bath {
    background-size: 18px 18px;
  }
  #section-1 .package ul .size {
    background-size: 18px 18px;
  }
  #section-1 .package ul .car {
    background-size: 18px 18px;
  }
  #section-1 .package .button {
    padding: 15px 30px;
  }
}

/* Section 2 
 ================================================== */
#section-2 {
  padding: 70px 0 50px;
  color: #202020;
  background: #E8A9D9;
  position: relative;
}
#section-2 .border-top {
  width: 1140px;
  height: 2px;
  background: #0E3022;
  margin: 0 0 70px;
}
#section-2 .section-heading {
  font-family: "Reckless";
  font-size: 2.25rem;
  margin: 0 0 25px;
  padding: 0px 0;
  line-height: 1.1;
}
#section-2 .section-subheading {
  font-size: 1.5rem;
  margin: 0 0 25px;
  letter-spacing: 2px;
  line-height: 1;
}
#section-2 .section-intro {
  font-family: "Calibre";
  font-size: 1.25rem;
  margin: 0 0 15px;
  padding: 0 70px 0 0;
  line-height: 1.3;
}
#section-2 .slider {
  /* 	    max-width: 1600px; */
  margin: 30px auto 20px;
  background: transparent;
  position: relative;
}
#section-2 .slider img {
  margin: 0 0.5rem;
  height: 600px;
  border-radius: 12px;
}
#section-2 .slider .caption {
  font-family: "Calibre";
  color: #202020;
  font-size: 1rem;
  margin: 0 0;
  padding: 0.5rem 0 0 0;
}
#section-2 .slider .slick-prev:before, #section-2 .slider .slick-next:before {
  color: white;
}
#section-2 .slider .slick-dots {
  background: transparent;
  margin: -20px 0 -14px;
}
#section-2 .slider .slick-prev, #section-2 .slider .slick-next {
  width: 80px;
  height: 40px;
}
#section-2 .slider .slick-dots li.slick-active button:before {
  color: #202020;
}
#section-2 .slider .slick-dots li button:before {
  color: #202020;
}
@media screen and (max-width: 1024px) {
  #section-2 .slider {
    margin: 30px auto 20px;
  }
  #section-2 .slider img {
    margin: 0 0.5rem;
    height: 500px;
  }
  #section-2 .slider .caption {
    font-size: 1rem;
    margin: 0 0;
    padding: 0.5rem 0 0 0;
  }
  #section-2 .slider .slick-dots {
    background: transparent;
    margin: -20px 0 -4px;
  }
}
@media screen and (max-width: 992px) {
  #section-2 .slider img {
    margin: 0 0.5rem;
    height: 400px;
  }
  #section-2 .slider .slick-dots {
    background: transparent;
    margin: -90px 0 -4px;
  }
}
@media screen and (max-width: 767px) {
  #section-2 .slider {
    width: calc(100% + 30px);
    margin: 1rem -15px 0;
  }
  #section-2 .slider img {
    margin: 0 0.5rem 0;
    height: 300px;
  }
  #section-2 .slider .slick-next {
    right: 0px;
  }
  #section-2 .slider .slick-prev {
    left: 0px;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #section-2 .border-top {
    width: 1320px;
  }
}
@media screen and (max-width: 1024px) {
  #section-2 {
    padding: 40px 0;
  }
  #section-2 .section-heading {
    font-size: 1.75rem;
    margin: 0 0 25px;
  }
  #section-2 .section-intro {
    font-size: 1.125rem;
    margin: 0 0 15px;
    padding: 0 20px 0 0;
  }
  #section-2 .section-subheading {
    font-size: 1.125rem;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 992px) {
  #section-2 {
    padding: 40px 0;
  }
  #section-2 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    background-size: auto 30px;
  }
  #section-2 .section-intro {
    font-size: 1.125rem;
    margin: 0 0 15px;
    padding: 0 0rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-2 {
    padding: 30px 20px;
    background: white;
  }
  #section-2 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    text-align: center;
  }
  #section-2 .section-intro {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 415px) {
  #section-2 {
    padding: 30px 20px;
  }
  #section-2 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 0px 0px 0;
  }
  #section-2 .section-intro {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 390px) {
  #section-2 {
    padding: 30px 20px;
  }
  #section-2 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 0px 0px 0;
  }
  #section-2 .section-intro {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 375px) {
  #section-2 {
    padding: 30px 20px;
  }
  #section-2 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 0px 0px 0;
  }
  #section-2 .section-intro {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 320px) {
  #section-2 {
    padding: 30px 15px;
  }
  #section-2 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 0px 0px 0 0rem;
  }
  #section-2 .section-intro {
    font-size: 1.125rem;
  }
}

/* Section 4 
 ================================================== */
#section-3 {
  padding: 70px 0;
  background: #D7E2D2;
  color: #202020;
  position: relative;
  text-align: left;
}
#section-3 .border-top {
  width: 1140px;
  height: 2px;
  background: #0E3022;
  margin: 0 auto 70px;
}
#section-3 .section-heading {
  font-family: "Reckless";
  font-size: 2.25rem;
  margin: 0 0 5rem;
  padding: 0 2rem 0 0rem;
  line-height: 1.1;
}
#section-3 .section-intro {
  font-family: "Calibre Semi";
  font-size: 1.25rem;
  margin: 0 0;
  padding: 0 2rem 1rem 0rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#section-3 .caption {
  text-align: left;
}
#section-3 ul {
  font-size: 1.25rem;
  margin: 0 0;
  font-family: "Calibre";
  padding: 0 0 0 16px;
  line-height: 1.2;
}
#section-3 ul li {
  margin: 0 0 0.875rem 0;
  padding: 0 20px 0 0;
}
#section-3 .cols {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  padding: 0 0 0 0;
  height: auto;
  margin: 0 auto 0;
}
#section-3 .col-xl-7 {
  padding-left: 40px;
}
#section-3 img {
  margin: 0px 0 3rem;
  border-radius: 12px;
}
#section-3 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 15px;
}
#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 .button {
  width: 100%;
  border: 1px solid #D13F00;
  background: #D13F00;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "Calibre Semi";
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 2px;
  border-radius: 30px;
  display: inline-block;
  width: auto;
}
#section-3 .button:hover {
  background: white;
  color: #D13F00;
}
@media screen and (max-width: 992px) {
  #section-3 .button {
    font-size: 0.875rem;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #section-3 .border-top {
    width: 1320px;
  }
}
@media screen and (max-width: 1024px) {
  #section-3 {
    padding: 40px 0;
  }
  #section-3 .section-heading {
    font-size: 1.75rem;
    margin: 0 0 25px 0;
    padding: 0 1rem 0 0;
  }
  #section-3 .bold {
    font-size: 1rem;
    padding: 0 0 0 0;
  }
  #section-3 .section-intro {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 0 1rem 0 0;
  }
  #section-3 ul {
    font-size: 1.125rem;
    margin: 0 0 12px;
  }
  #section-3 ul li {
    margin: 0 0 0.875rem 0;
    padding: 0 0 0 0;
  }
  #section-3 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0 0 0 0;
  }
  #section-3 .col-xl-7 {
    padding-left: 30px;
  }
  #section-3 .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 0px;
  }
  #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: 992px) {
  #section-3 .section-heading {
    font-size: 1.5rem;
    margin: 25px 0;
    padding: 0 2rem;
    text-align: center;
  }
  #section-3 .section-intro {
    padding: 0 1rem;
    font-size: 1rem;
  }
  #section-3 .cols {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding: 0 0rem;
    margin: 0 0 0;
    height: auto;
  }
  #section-3 .cols ul {
    font-size: 1rem;
  }
  #section-3 .cols .section-intro {
    padding: 0 2rem;
  }
  #section-3 .bg {
    width: 37%;
    background: url(../images/park-background-tablet-portrait.jpg) center center no-repeat;
  }
  #section-3 .button {
    display: inline-block;
  }
  #section-3 img {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #section-3 {
    padding: 30px 20px;
    background: #E8A9D9;
  }
  #section-3 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 1rem 1rem 0 0;
  }
  #section-3 .section-intro {
    padding: 0 10px;
  }
  #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 li {
    padding: 0 0;
  }
  #section-3 .cols .button {
    padding: 20px 90px 20px 20px;
    font-size: 1rem;
  }
  #section-3 img {
    margin: 0 0 20px;
  }
  #section-3 .bold {
    padding: 0 0 0 0;
    text-align: left;
    margin: 0 0 0.5rem;
  }
  #section-3 .col-xl-7 {
    padding: 0px 15px;
  }
}

/* Video Block 
================================================== */
.hero-banner-video-container, .component-block-cta-video {
  padding: 0 0;
  margin: 0 0;
  width: 100%;
  background: white;
}
.hero-banner-video-container video, .component-block-cta-video video {
  padding: 0 0;
  margin: 0 0;
}

/* Section 4 
 ================================================== */
#section-4 {
  padding: 70px 0 50px;
  color: #202020;
  background: white;
  position: relative;
}
#section-4 .section-heading {
  font-family: "Reckless";
  font-size: 2.25rem;
  margin: 0 0 25px;
  padding: 0 2rem;
  line-height: 1.1;
  text-align: center;
}
#section-4 .cols {
  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
  padding: 0px 0 0 0;
  height: auto;
  margin: 0rem auto 2rem;
  column-gap: 10px;
  z-index: 100;
}
#section-4 .cols ul {
  font-size: 1.25rem;
  margin: 0 0 12px;
  font-family: "Calibre";
  padding: 0 0 0 16px;
  line-height: 1.2;
}
#section-4 .cols ul li {
  margin: 0 0 0.875rem 0;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 1024px) {
  #section-4 {
    padding: 40px 0 30px;
    background-size: 620px 130px;
    background-position: 115% 39%;
  }
  #section-4 .section-heading {
    font-size: 1.75rem;
    margin: 0 0 25px;
    padding: 0 3rem;
  }
  #section-4 .cols {
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    padding: 0px 0 0 0;
    height: auto;
    margin: 0rem auto 2rem;
    column-gap: 10px;
    z-index: 100;
  }
  #section-4 .cols ul {
    font-size: 1.125rem;
    margin: 0 0 12px;
    padding: 0 0 0 16px;
  }
  #section-4 .cols ul li {
    margin: 0 0 0.875rem 0;
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-4 {
    padding: 40px 0 30px;
    background-size: 680px 170px;
    background-position: 185% 60%;
  }
  #section-4 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 0 4rem;
  }
  #section-4 .cols {
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    padding: 0px 0 0 0;
    height: auto;
    margin: 0rem auto;
    column-gap: 10px;
    z-index: 100;
  }
  #section-4 .cols ul {
    font-size: 1.125rem;
    margin: 0 0 0;
    padding: 0 0 0 16px;
    line-height: 1.2;
  }
  #section-4 .cols ul li {
    margin: 0 0 0.875rem 0;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-4 {
    padding: 30px 20px 20px 20px;
    text-align: left;
  }
  #section-4 .section-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding: 0rem 1rem 0 0;
  }
  #section-4 .section-intro {
    font-size: 1.125rem;
  }
  #section-4 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0px 0 0 0;
    height: auto;
    column-gap: 10px;
    z-index: 100;
  }
  #section-4 .cols ul {
    font-size: 1.125rem;
    margin: 0 0 12px;
    padding: 0 0 0 16px;
    line-height: 1.2;
  }
  #section-4 .cols ul li {
    margin: 0 0 0.875rem 0;
    padding: 0 20px 0 0;
  }
}

/* Google Map
 ================================================== */
#map-header {
  padding: 30px 0;
  color: #202020;
  background: #E8A9D9;
}
#map-header .map-heading {
  font-family: "Reckless";
  font-size: 2rem;
  margin: 0 0 0.5rem;
  padding: 0 0 0 0;
  line-height: 1.1;
}
#map-header .special-offer {
  font-family: "Reckless";
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
  letter-spacing: 2px;
}
#map-header .map-address {
  font-family: "Calibre";
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 0;
}
#map-header .button {
  background: url(../images/button-red.svg) center center no-repeat;
  background-size: contain;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "Calibre Semi";
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 2px;
  margin: 0px 0;
  color: white;
  text-align: center;
}
#map-header .button:hover {
  background: url(../images/button-pink.svg) center center no-repeat;
  color: #D13F00;
}
@media screen and (max-width: 1024px) {
  #map-header .map-heading {
    font-size: 1.75rem;
    margin: 0 0 0.5rem;
  }
  #map-header .special-offer {
    font-size: 1rem;
    margin: 0 0 0.5rem;
  }
  #map-header .map-address {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #map-header {
    padding: 30px 0;
  }
  #map-header .map-heading {
    font-size: 1.5rem;
    padding: 0 20px 0 0;
  }
  #map-header .special-offer {
    padding: 0 2rem 0 0;
  }
  #map-header .map-address {
    font-size: 1rem;
    padding: 0 0rem 0 0;
  }
  #map-header .button {
    padding: 16px 30px;
  }
}
@media screen and (max-width: 767px) {
  #map-header {
    padding: 30px 10px;
    text-align: center;
  }
  #map-header .map-heading {
    font-size: 1.5rem;
    margin: 0 0 1rem;
    padding: 0 1rem;
  }
  #map-header .special-offer {
    font-size: 1.125rem;
    margin: 0 0 0.5rem;
  }
  #map-header .map-address {
    font-size: 1rem;
    margin: 0 0 0.5rem;
    padding: 0 20px;
  }
  #map-header .button {
    padding: 20px 40px;
    margin: 1rem auto;
    width: calc(100% - 20px);
  }
}

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

/* Footer Section Styles
 ================================================== */
#footer {
  padding: 40px 0;
  background: #D13F00;
  color: white;
  background-size: auto 280px;
}
#footer .disclaimer {
  font-size: 0.875rem;
  margin: 0.5rem 0;
  text-align: center;
}
#footer .disclaimer a {
  text-decoration: none;
  color: white;
  font-family: "Calibre";
  text-transform: uppercase;
}
#footer #logo-precinct {
  width: 100%;
  background: url(../images/precinct.svg) center center no-repeat;
  margin: 0 0 0 0;
  display: inline-block;
  height: 120px;
  transition: all 0.6s ease;
  background-size: contain;
}
#footer #logo-precinct:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 15px;
  }
  #footer .disclaimer {
    text-align: center;
  }
  #footer #logo-precinct {
    width: 100%;
    height: 90px;
    background: url(../images/precinct.svg) center center no-repeat;
  }
}

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

.logo-link {
  position: relative;
}

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

.red {
  border: 1px solid red;
}

.bold {
  padding: 0 0rem 0 0;
  font-family: "Calibre Light";
}

.modal-content {
  background: #EDE5DF;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  }
}
/* form stuff */
#formcontent {
  background: white;
  width: 100%;
  padding: 30px 0 20px;
  margin: 0;
  z-index: 100;
  text-align: center;
  border-radius: 10px;
}
#formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
  font-family: "Reckless";
  font-size: 2.5rem;
  line-height: 1;
  color: #202020;
  padding: 0 10px;
  margin: 0;
  display: block;
}
#formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
  color: white;
  font-size: 1.5rem;
}
#formcontent .form-sub-header {
  font-family: "Calibre Semi";
  color: #0E3022;
  line-height: 1.4;
  padding: 0 40px;
  margin: 0 0 0px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#formcontent #thankyou1 h2, #formcontent #sorry1 h2 {
  font-size: 2.5rem !important;
}
#formcontent .contact {
  font-family: "Calibre Light";
  margin: 15px 0;
}
#formcontent .download-button {
  width: 100%;
  border: 1px solid #D13F00;
  background: #D13F00;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "Calibre Semi";
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 2px;
  border-radius: 30px;
  display: inline-block;
  width: auto;
  padding: 20px 30px;
  margin: 20px 20px 0;
  color: white;
  text-align: center;
  background: #202020;
}
#formcontent .download-button:hover {
  background: white;
  color: #D13F00;
}
@media screen and (max-width: 992px) {
  #formcontent .download-button {
    font-size: 0.875rem;
  }
}
#formcontent .download-button a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #formcontent {
    padding: 30px 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 2rem;
    padding: 0rem 10px 0;
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
  }
  #formcontent .form-sub-header {
    line-height: 1.4;
    padding: 0 20px;
    margin: 0 0 0;
    font-size: 0.875rem;
  }
  #formcontent .download-button {
    width: auto;
    padding: 20px 20px;
    margin: 30px 20px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #formcontent {
    padding: 20px 0 10px;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 1.75rem;
    padding: 0rem 10px 0;
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
  }
  #formcontent .form-sub-header {
    line-height: 1.4;
    padding: 0 30px;
    margin: 0 0 0;
    font-size: 0.875rem;
  }
  #formcontent .download-button {
    width: auto;
    padding: 20px 30px;
    margin: 30px 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #formcontent {
    width: 96%;
    padding: 0 0 10px 0;
    margin: 20px auto 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    font-size: 1.75rem;
    padding: 1.5rem 10px 0;
    width: auto;
  }
  #formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span {
    color: white;
    font-size: 1.25rem;
    text-align: center;
  }
  #formcontent .form-sub-header {
    margin: 0px 0;
    padding: 0 20px;
  }
  #formcontent .contact {
    font-family: "Calibre Light";
    padding: 0px 15px;
  }
}

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

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

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

input, label, a.selectbox-link span.selectbox-link-text {
  font-size: 1rem;
  color: #202020 !important;
  font-family: "Calibre";
}
@media screen and (max-width: 1024px) {
  input, label, a.selectbox-link span.selectbox-link-text {
    font-size: 0.875rem;
  }
}

input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(237, 229, 223, 0.5);
  margin: 0px 0 10px 0px;
  padding: 2px 0 0 15px;
  background: transparent;
  box-shadow: none;
  transition: none;
  text-align: left;
  border-bottom: 1px solid black;
}
input:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 992px) {
  input {
    padding: 2px 0 0 15px;
  }
}

input:focus, textarea:focus {
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.selectbox-link {
  width: 100%;
  height: 47px;
  border: 2px solid white !important;
  margin: 5px 0 0px 0;
  background-color: transparent !important;
  background-image: none !important;
  position: relative;
  z-index: 10;
  border-radius: 0;
  padding: 9px 0 0 13px;
  text-align: left;
}

a.selectbox-link span.selectbox-link-icon,
span.selectbox-disabled span.selectbox-link-icon {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  background-image: #000;
  border-left: 0 solid #A8873E;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

a.selectbox-link span.selectbox-link-icon span,
span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/custom-dropdown.png) no-repeat -31px -37px;
  display: block;
  width: 100%;
  height: 100%;
}

input.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}

input#Select_Something {
  left: -210px;
}

form p {
  position: relative;
  margin: 1px 0 !important;
}

form p label {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  form p label {
    font-size: 0.875rem;
  }
}
form p br {
  display: none;
}

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

label.infield {
  margin: 5px 0 0 0;
  color: grey;
}

label.error {
  margin: 6px 0 0 0;
  padding: 0 0 0 4px;
  background-color: #EDE5DF;
}

select {
  background-color: white;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "Calibre";
  color: black !important;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  padding: 2px 0 0 15px;
  margin: 0px 0 10px 0px;
  border-bottom: 1px solid black;
}

.button-link {
  width: 100%;
  border: 1px solid #D13F00;
  background: #D13F00;
  margin: 30px 0;
  color: white;
  padding: 16px 40px;
  transition: all 0.6s ease;
  font-family: "Calibre Semi";
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 2px;
  border-radius: 30px;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  letter-spacing: 4px;
}
.button-link:hover {
  background: white;
  color: #D13F00;
}
@media screen and (max-width: 992px) {
  .button-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .button-link {
    padding: 20px 20px 15px 20px;
    margin: 10px 0 0 0;
  }
}
.button-link span.msg, .button-link span#msg {
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .button-link span.msg, .button-link span#msg {
    font-size: 1.25rem;
  }
}
#loadingbtn, #thankyou {
  display: none;
}

/* Privacy Policy */
.privacy-policy, p.privacy-policy, a.policy-link, a:hover.policy-link, #privacy-policy {
  color: #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 #C0BFBB;
}
@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: "Calibre";
  color: black !important;
  border-bottom: 1px solid black;
}
.select-selected:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(237, 229, 223, 0.3);
  box-shadow: 0 0 0 0 rgba(237, 229, 223, 0.3);
}
@media screen and (max-width: 1024px) {
  .select-selected {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .select-selected {
    margin-bottom: 10px;
  }
}

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

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

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #202020;
  font-size: 1rem;
  padding: 12px 1rem;
  border: 0px solid #C0BFBB;
  cursor: pointer;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 1024px) {
  .select-items div, .select-selected {
    font-size: 0.875rem;
  }
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  border-top: none;
  text-align: left;
  font-family: "Calibre";
  color: #202020 !important;
}
@media screen and (max-width: 1024px) {
  .select-items {
    font-size: 0.875rem;
  }
}

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

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