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

/* set stuff */
html,
body {
  overflow-x: hidden; }

body {
  font-family: "DIN";
  font-weight: 300;
  background-color: white;
  margin-top: -20px; }

html {
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Custom styles
 ================================================== */
/* Compressed Nav
 ================================================== */
.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

.navbar {
  padding: 0px;
  background: #F9F9F9;
  color: white;
  transition: all 0.6s ease;
  padding: 20px 0 0;
  height: 89px; }
  .navbar .hide {
    display: none; }
  .navbar .row {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .navbar {
      padding: 10px 0; } }
  @media screen and (max-width: 992px) {
    .navbar .inspect {
      padding: 15px 40px; } }
  @media screen and (max-width: 767px) {
    .navbar {
      padding: 10px 0 0;
      height: 66px; }
      .navbar .row {
        margin-left: 0px;
        margin-right: 0px; } }

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

.navbar button {
  color: inherit !important; }

.navbar.compressed {
  padding: 20px 0 20px;
  background-position-y: -15px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  width: 100% !important; }
  @media screen and (max-width: 992px) {
    .navbar.compressed {
      padding: 12px 0 10px; } }
  @media screen and (max-width: 767px) {
    .navbar.compressed {
      padding: 2px 0 10px; } }

.project-logo-standard {
  width: 230px;
  height: 91px;
  margin: 7px 0 0;
  background: url(../images/logo_bg.png) center top no-repeat;
  background-size: contain; }
  .project-logo-standard #ideal-homes-logo {
    background: url(../images/ideal-homes-logo.svg) center center no-repeat;
    background-size: contain;
    width: 160px;
    height: 60px;
    margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .project-logo-standard {
      margin: 20px 0; } }
  @media screen and (max-width: 992px) {
    .project-logo-standard {
      margin: 19px 0; } }
  @media screen and (max-width: 767px) {
    .project-logo-standard {
      width: 185px;
      height: 70px;
      margin: 7px 0 0; }
      .project-logo-standard #ideal-homes-logo {
        background: url(../images/ideal-homes-logo.svg) center center no-repeat;
        background-size: contain;
        width: 160px;
        height: 50px;
        margin: 0 auto; } }

.project-logo-compressed {
  width: 300px;
  height: 40px;
  display: inline-block;
  background: none;
  margin: 10px 0 0 0;
  background-size: contain; }
  .project-logo-compressed #ideal-homes-logo {
    background: url(../images/ideal-homes-logo-compressed.svg) left center no-repeat;
    background-size: contain;
    width: 435px;
    height: 40px;
    margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .project-logo-compressed {
      margin: 10px 0 0; }
      .project-logo-compressed #ideal-homes-logo {
        height: 35px; } }
  @media screen and (max-width: 767px) {
    .project-logo-compressed {
      width: 40px;
      height: 40px;
      margin: 13px 0 0; }
      .project-logo-compressed #ideal-homes-logo {
        background: url(../images/ideal-homes-logo-house-only.svg) left center no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
        margin: 0 auto; } }

#hidden-button {
  font-family: "DIN";
  font-weight: bold;
  color: white;
  background: #313131;
  font-size: 1.25rem;
  width: 100%;
  padding: 20px 5px;
  text-transform: uppercase;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  width: auto;
  background: #c80e33;
  color: white;
  float: right;
  text-align: center;
  padding: 18px 40px 18px 40px;
  margin: 0 0 0 0;
  font-weight: bold;
  font-size: 1rem;
  text-shadow: 1px 1px 2px rgba(49, 49, 49, 0.5); }
  #hidden-button:hover {
    background: #313131;
    color: white; }
  @media screen and (max-width: 1024px) {
    #hidden-button {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    #hidden-button {
      margin: 18px auto 0 auto; } }
  #hidden-button:hover {
    background: rgba(49, 49, 49, 0.8); }
  @media screen and (max-width: 767px) {
    #hidden-button {
      width: auto;
      font-size: 12px;
      padding: 14px 24px;
      margin: 12px 0; } }

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

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

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

h1, h2, h3 {
  line-height: 1.2;
  display: block;
  font-weight: normal;
  margin: 0 0; }

.lightgrey-bg {
  background: #f4f3f3; }

/* Header Section
 ================================================== */
#header {
  width: 100%;
  padding: 0 0;
  margin: 80px 0 0 0;
  padding: 50vh 0 20px;
  background: linear-gradient(7deg, rgba(244, 243, 243, 0.9) 0%, transparent 70%), url(../images/hero-image-desktop.jpg) center center no-repeat;
  background-size: cover;
  color: white; }
  #header .section-header {
    font-family: "DIN";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 3.75rem;
    line-height: 1;
    color: #313131;
    letter-spacing: 0;
    padding: 0px 100px 0px 0px;
    text-shadow: 0px 0px 20px white; }
    #header .section-header .escape {
      font-family: "DIN";
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.5rem;
      color: #FFFFFF;
      padding: 10px 20px;
      background: #c80e33;
      display: inline-block;
      text-shadow: 1px 1px 2px rgba(49, 49, 49, 0.5);
      -webkit-border-radius: 8px 8px 8px 8px;
      border-radius: 8px 8px 8px 8px; }
  #header .sub-header {
    font-family: "DIN";
    font-weight: bold;
    font-size: 1.375rem;
    padding: 0px 200px 0 0;
    color: #313131;
    line-height: 1;
    text-shadow: 0px 0px 20px white; }
  #header br {
    display: block;
    margin: 0 0 20px 0;
    content: " "; }
  @media screen and (max-width: 1024px) {
    #header {
      background: linear-gradient(0deg, #f4f3f3 0%, transparent 60%), url(../images/hero-image-ipad-landscape.jpg) center center no-repeat;
      background-size: cover;
      padding: 50vh 0 20px;
      margin: 100px 0 0 0; }
      #header .section-header {
        font-size: 2.875rem;
        padding: 0px 100px 0px 0px; }
        #header .section-header .escape {
          font-size: 1.375rem; }
      #header .sub-header {
        font-size: 1.275rem;
        padding: 0px 100px 0 0; } }
  @media screen and (max-width: 992px) {
    #header {
      background: linear-gradient(0deg, #f4f3f3 0%, transparent 60%), url(../images/hero-image-ipad-portrait.jpg) center center no-repeat;
      background-size: cover;
      padding: 40vh 0 20px; }
      #header .section-header {
        font-size: 2.375rem;
        padding: 0px 35px 0px 0px; }
        #header .section-header .escape {
          font-size: 1.25rem;
          margin: 0 0 10px; } }
  @media screen and (max-width: 767px) {
    #header {
      margin: 85px 0 0 0;
      background: #f4f3f3 url(../images/hero-image-mob.jpg) center top no-repeat;
      background-size: contain;
      padding: 270px 15px 15px 15px; }
      #header .section-header {
        font-size: 1.875rem;
        padding: 0px 0 0px 0px;
        color: #313131;
        text-shadow: none; }
        #header .section-header .escape {
          font-size: 0.875rem; }
      #header .sub-header {
        font-size: 1.125rem;
        padding: 0px 0; } }

/* Section 1
 ================================================== */
#section-1 {
  width: 100%;
  background: #c80e33;
  padding: 60px 0;
  /* form stuff */
  /* infield label */
  /* Privacy Policy */ }
  #section-1 #formcontent {
    background: #f4f3f3;
    width: 100%;
    margin: -330px 0 0 0;
    z-index: 100;
    transition: all 0.6s ease;
    text-align: left;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px; }
    #section-1 #formcontent:hover {
      -webkit-box-shadow: 0 0 40px 0 rgba(49, 49, 49, 0.15);
      box-shadow: 0 0 40px 0 rgba(49, 49, 49, 0.15); }
    #section-1 #formcontent h2, #section-1 #formcontent #formcontent #thankyou1 h2, #section-1 #formcontent #formcontent #sorry1 h2 {
      text-transform: uppercase;
      text-align: left;
      font-size: 2.25rem;
      padding: 30px 30px;
      background: #313131;
      color: #f4f3f3;
      font-family: "DIN";
      font-weight: bold;
      text-shadow: 1px 1px 2px rgba(49, 49, 49, 0.5);
      line-height: 1.1;
      margin: 0 0 30px;
      -webkit-border-radius: 8px 8px 0 0;
      border-radius: 8px 8px 0 0; }
    #section-1 #formcontent .button {
      font-family: "DIN";
      font-weight: bold;
      color: white;
      background: #313131;
      font-size: 1.25rem;
      width: 100%;
      padding: 20px 5px;
      text-transform: uppercase;
      transition: all 0.6s ease;
      text-align: center;
      line-height: 1;
      -webkit-border-radius: 8px 8px 8px 8px;
      border-radius: 8px 8px 8px 8px;
      border: 0px solid black;
      display: inline-block;
      width: auto;
      padding: 15px 80px 15px 20px;
      margin: 20px 0 30px 0;
      font-family: "DIN";
      font-weight: bold;
      color: white;
      text-align: left; }
      #section-1 #formcontent .button:hover {
        background: #313131;
        color: white; }
      @media screen and (max-width: 1024px) {
        #section-1 #formcontent .button {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        #section-1 #formcontent .button {
          margin: 18px auto 0 auto; } }
      #section-1 #formcontent .button:hover {
        color: black; }
    @media screen and (max-width: 1024px) {
      #section-1 #formcontent {
        margin: -280px 0 0 0; }
        #section-1 #formcontent h2 {
          font-size: 1.75rem;
          padding: 1825pxpx 25px; } }
    @media screen and (max-width: 992px) {
      #section-1 #formcontent {
        margin: -555px 0 0 0; }
        #section-1 #formcontent h2 {
          font-size: 1.5rem;
          padding: 20px 20px; } }
    @media screen and (max-width: 767px) {
      #section-1 #formcontent {
        margin: 20px 0 10px 0; }
        #section-1 #formcontent h2 {
          font-size: 1.75rem;
          background: #313131;
          text-shadow: none; } }
  #section-1 .clearfix {
    *zoom: 1; }
  #section-1 .clearfix:before, #section-1 .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  #section-1 .clearfix:after {
    clear: both; }
  #section-1 label {
    width: auto; }
  #section-1 #thankyou1, #section-1 #sorry1 {
    display: none; }
  #section-1 #jpform {
    height: 295px; }
  #section-1 form, #section-1 fieldset {
    padding: 0;
    margin: 0;
    border: none; }
  #section-1 fieldset {
    padding: 0px 30px 40px; }
    @media screen and (max-width: 1024px) {
      #section-1 fieldset {
        padding: 0px 25px 30px; } }
  #section-1 input, #section-1 label, #section-1 a.selectbox-link span.selectbox-link-text, #section-1 input, #section-1 .button-link, #section-1 .button-link span.msg, #section-1 .button-link span#msg {
    text-transform: none; }
  #section-1 input, #section-1 label, #section-1 a.selectbox-link span.selectbox-link-text {
    font-size: 0.875rem !important;
    color: black !important;
    text-transform: none;
    font-family: "DIN";
    font-weight: 500; }
    @media screen and (max-width: 992px) {
      #section-1 input, #section-1 label, #section-1 a.selectbox-link span.selectbox-link-text {
        font-size: 0.75rem !important; } }
  #section-1 input {
    width: 100%;
    height: 47px;
    border: 1px solid rgba(200, 14, 51, 0.6);
    margin: 0px 0 15px 0px;
    padding: 0 0 0 11px;
    background: #f4f3f3;
    box-shadow: none;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px; }
    #section-1 input:hover, #section-1 input:focus {
      border: 1px solid #c80e33;
      outline: none !important; }
    @media screen and (max-width: 992px) {
      #section-1 input {
        margin: 0px 0 10px 0px;
        height: 40px; } }
  #section-1 input:focus, #section-1 textarea:focus {
    border-color: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #section-1 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; }
  #section-1 a.selectbox-link span.selectbox-link-icon,
  #section-1 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; }
  #section-1 a.selectbox-link span.selectbox-link-icon span,
  #section-1 span.selectbox-disabled span.selectbox-link-icon span {
    background: url(../images/custom-dropdown.png) no-repeat -31px -37px;
    display: block;
    width: 100%;
    height: 100%; }
  #section-1 input.hiddenfield {
    width: 1px;
    height: 1px;
    border: 0px;
    float: right;
    position: relative;
    z-index: 1;
    left: -40px;
    background: none; }
  #section-1 input#Select_Something {
    left: -210px; }
  #section-1 form p {
    position: relative;
    margin: 1px 0 !important; }
  #section-1 form p label {
    position: absolute;
    top: 9px;
    left: 12px; }
    @media screen and (max-width: 992px) {
      #section-1 form p label {
        top: 5px; } }
  #section-1 form p br {
    display: none; }
  #section-1 form fieldset p label {
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: left; }
  #section-1 label.infield {
    margin: 5px 0 0 0;
    color: grey; }
  #section-1 label.error {
    margin: 6px 0 0 0;
    padding: 0 0 0 4px;
    background-color: white; }
  #section-1 .button-link {
    font-family: "DIN";
    font-weight: bold;
    width: 100%;
    height: auto;
    margin: 10px 0 25px 0;
    padding: 20px 0 20px 20px;
    background: #c80e33;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.6s ease;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(49, 49, 49, 0.5);
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px; }
    #section-1 .button-link:hover, #section-1 .button-link:focus {
      background: black;
      color: #f4f3f3; }
    #section-1 .button-link .button-link span.msg, #section-1 .button-link .button-link span#msg {
      font-size: 1.5rem;
      font-family: "DIN";
      font-weight: bold;
      color: white; }
  #section-1 #loadingbtn, #section-1 #thankyou {
    display: none; }
  #section-1 .privacy-policy, #section-1 p.privacy-policy, #section-1 a.policy-link, #section-1 a:hover.policy-link, #section-1 #privacy-policy {
    color: #6d6e71;
    text-align: left; }
  #section-1 .privacy-policy {
    font-size: 10px;
    text-align: center; }
  #section-1 p.privacy-policy {
    font-size: 10px;
    margin: 20px 0px 15px 0px;
    line-height: 12px;
    background: url(../images/lock.png) top left no-repeat;
    padding-left: 15px; }
    @media screen and (max-width: 767px) {
      #section-1 p.privacy-policy {
        margin: 20px 30px 15px 0;
        padding-left: 20px; } }
  #section-1 p.privacy-policy img {
    margin-right: 10px;
    text-align: left; }
  #section-1 a.policy-link {
    text-decoration: underline;
    color: #6d6e71; }
  #section-1 a:hover.policy-link {
    text-decoration: none;
    color: #6d6e71; }
  #section-1 #privacy-policy {
    display: none;
    font-size: 9px;
    width: 90%;
    margin: 0 5% 20px; }
  #section-1 .section-header {
    font-family: "DIN";
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 0.75;
    color: white;
    padding: 0 0px 0 0;
    margin: 0px;
    text-shadow: 1px 1px 2px rgba(49, 49, 49, 0.3);
    line-height: 1.2; }
    #section-1 .section-header span {
      white-space: nowrap;
      background: #313131;
      color: #f4f3f3;
      font-family: "DIN";
      font-weight: bold;
      font-size: 1.5rem;
      padding: 10px 20px;
      display: inline-block;
      text-shadow: 1px 1px 2px rgba(49, 49, 49, 0.5);
      -webkit-border-radius: 8px 8px 8px 8px;
      border-radius: 8px 8px 8px 8px; }
  #section-1 br {
    display: block;
    margin: 0 0 25px 0;
    content: " "; }
  #section-1 .sub-header {
    color: white;
    font-size: 1.5rem;
    font-family: "DIN";
    font-weight: normal; }
  #section-1 .button {
    font-family: "DIN";
    font-weight: bold;
    color: white;
    background: #313131;
    font-size: 1.25rem;
    width: 100%;
    padding: 20px 5px;
    text-transform: uppercase;
    transition: all 0.6s ease;
    text-align: center;
    line-height: 1;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    margin: 30px 0 0; }
    #section-1 .button:hover {
      background: #313131;
      color: white; }
    @media screen and (max-width: 1024px) {
      #section-1 .button {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      #section-1 .button {
        margin: 18px auto 0 auto; } }
  @media screen and (max-width: 1024px) {
    #section-1 {
      padding: 45px 0; }
      #section-1 .section-header {
        font-size: 2.25rem;
        padding: 0 20px 0 0;
        margin-bottom: 30px; }
        #section-1 .section-header span {
          font-size: 1.375rem; }
      #section-1 .sub-header {
        font-size: 1.25rem;
        padding: 0 50px 0 0; }
      #section-1 .button {
        font-size: 1rem; } }
  @media screen and (max-width: 992px) {
    #section-1 {
      padding: 45px 0; }
      #section-1 .section-header {
        font-size: 1.875rem;
        padding: 0 0 0 0;
        margin-bottom: 20px; }
        #section-1 .section-header span {
          font-size: 1.25rem; } }
  @media screen and (max-width: 767px) {
    #section-1 {
      padding: 30px 15px; }
      #section-1 .section-header {
        font-size: 1.5rem;
        padding: 0 0 0 0;
        margin-bottom: 20px; }
        #section-1 .section-header span {
          font-size: 0.875rem; } }

/* Section 2 - Pricing
 ================================================== */
#section-2 {
  padding: 60px 0 10px;
  background: white;
  font-family: "DIN";
  font-weight: 300; }
  #section-2 .section-header {
    font-family: "DIN";
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 1rem;
    color: #313131;
    text-transform: uppercase;
    margin: 0 0; }
  #section-2 .sub-header {
    font-family: "DIN";
    font-weight: normal;
    color: #313131;
    font-size: 1.5rem;
    padding: 0 30px 1rem; }
  @media screen and (max-width: 1024px) {
    #section-2 {
      padding: 45px 0 0; }
      #section-2 .section-header {
        font-size: 1.875rem;
        padding-bottom: 1rem; }
      #section-2 .sub-header {
        font-size: 1.375rem;
        padding: 0 60px 0.875rem; } }
  @media screen and (max-width: 992px) {
    #section-2 {
      padding: 30px 0 0; }
      #section-2 .section-header {
        font-size: 1.75rem; }
      #section-2 .sub-header {
        font-size: 1.125rem; } }
  @media screen and (max-width: 767px) {
    #section-2 {
      padding: 30px 0 0px; }
      #section-2 .section-header {
        font-size: 1.5rem; }
      #section-2 .sub-header {
        font-size: 1rem;
        padding: 0 10px 10px; } }

/* Section 3 - Map Header
 ================================================== */
#section-3 {
  padding: 60px 0 10px;
  background: white;
  font-family: "DIN";
  font-weight: 300;
  color: #313131; }
  #section-3 .section-header {
    font-family: "DIN";
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 1rem;
    color: #313131;
    text-transform: uppercase;
    margin: 0 0; }
  #section-3 .sub-header {
    font-family: "DIN";
    font-weight: normal;
    color: #313131;
    font-size: 1.5rem;
    padding: 0 30px 1rem; }
  #section-3 img {
    margin: 0 0 12px;
    transition: all 0.6s ease; }
    #section-3 img:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(49, 49, 49, 0.15);
      box-shadow: 0 0 20px 0 rgba(49, 49, 49, 0.15); }
  #section-3 .caption {
    font-family: "DIN";
    font-weight: normal;
    font-size: 0.875rem;
    padding: 0 1rem;
    margin: 0 0; }
  #section-3 .hide {
    display: none; }
  @media screen and (max-width: 1024px) {
    #section-3 {
      padding: 45px 0 0; }
      #section-3 .section-header {
        font-size: 1.875rem;
        padding-bottom: 1rem; }
      #section-3 .sub-header {
        font-size: 1.375rem;
        padding: 0 60px 0.875rem; } }
  @media screen and (max-width: 992px) {
    #section-3 {
      padding: 30px 0 10px; }
      #section-3 .section-header {
        font-size: 1.75rem; }
      #section-3 .sub-header {
        font-size: 1.125rem;
        padding: 0 20px 0.875rem; } }
  @media screen and (max-width: 767px) {
    #section-3 {
      padding: 30px 0 0; }
      #section-3 .section-header {
        font-size: 1.5rem;
        padding-bottom: 1rem; }
      #section-3 .sub-header {
        font-size: 1rem;
        padding: 0 10px 1rem; } }

/* Section 4 - The Ideal Difference
 ================================================== */
#section-4 {
  padding: 60px 0 0;
  background: white; }
  #section-4 .section-header {
    font-family: "DIN";
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 1rem;
    color: #313131;
    text-transform: uppercase;
    margin: 0 0; }
  #section-4 .sub-header {
    font-family: "DIN";
    font-weight: normal;
    color: #313131;
    font-size: 1.5rem;
    padding: 0 30px 1rem; }
  #section-4 br {
    display: block;
    margin: 15px 0;
    content: " "; }
  @media screen and (max-width: 1024px) {
    #section-4 {
      padding: 45px 0 0; }
      #section-4 .section-header {
        font-size: 1.875rem;
        padding-bottom: 1rem; }
      #section-4 .sub-header {
        font-size: 1.375rem;
        padding: 0 60px 0.875rem; } }
  @media screen and (max-width: 992px) {
    #section-4 {
      padding: 30px 0 0; }
      #section-4 .section-header {
        font-size: 1.75rem; }
      #section-4 .sub-header {
        font-size: 1.125rem;
        padding: 0 20px 0.875rem; } }
  @media screen and (max-width: 767px) {
    #section-4 {
      padding: 30px 0 0px; }
      #section-4 .section-header {
        font-size: 1.5rem; }
      #section-4 .sub-header {
        font-size: 1rem;
        padding: 0 10px 10px; } }

/* Carousel  
 ================================================== */
#carousel, #carousel2 {
  padding: 40px 0 30px;
  background: #f4f3f3; }

#carousel .slick-slide img, #carousel2 .slick-slide img {
  display: block;
  padding: 0px 5px;
  height: 700px; }

#carousel .slick-dots, #carousel2 .slick-dots {
  background: #f4f3f3;
  padding: 20px; }

#carousel .slick-dots li button:before, #carousel2 .slick-dots li button:before {
  color: #313131; }

#carousel .slick-dots {
  bottom: -31px; }

@media screen and (max-width: 1024px) {
  #carousel .slick-slide img, #carousel2 .slick-slide img {
    display: block;
    padding: 0px 5px;
    height: 600px; } }
@media screen and (max-width: 992px) {
  #carousel {
    padding: 40px 0 10px;
    background: #f4f3f3; }

  #carousel2 {
    padding: 20px 0 10px;
    background: #c80e33; }

  #carousel .slick-slide img, #carousel2 .slick-slide img {
    display: block;
    padding: 0px 5px;
    height: 400px; }

  #carousel .slick-dots {
    padding: 10px; }

  #carousel2 .slick-dots {
    padding: 10px; } }
@media screen and (max-width: 767px) {
  #carousel, #carousel2 {
    padding: 30px 0 0px; }

  #carousel .slick-slide img, #carousel2 .slick-slide img {
    padding: 0px 5px 25px 5px;
    height: 250px; } }
/* Google Map
 ================================================== */
#google-map {
  width: 100%;
  height: 600px; }
  @media screen and (max-width: 1024px) {
    #google-map {
      height: 450px; } }
  @media screen and (max-width: 992px) {
    #google-map {
      height: 400px; } }
  @media screen and (max-width: 767px) {
    #google-map {
      height: 320px; } }

/* Footer
 ================================================== */
#footer {
  padding: 50px 0;
  background: white;
  color: #313131; }
  #footer #sunland-group-logo {
    height: 80px;
    transition: all 0.6s ease;
    margin: 0 auto 20px;
    background: url(../images/ideal-homes-logo.svg) center center no-repeat;
    background-size: contain; }
    #footer #sunland-group-logo:hover {
      opacity: 0.6; }
  #footer p {
    font-family: "DIN";
    font-weight: bold;
    margin: 0 0; }
  @media screen and (max-width: 1024px) {
    #footer {
      padding: 45px 0; } }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 30px 15px; }
      #footer p {
        font-size: 0.875rem;
        padding: 0 7px; } }

/* form stuff */
#formcontent {
  background: #f4f3f3;
  width: 100%;
  margin: -330px 0 0 0;
  z-index: 100;
  transition: all 0.6s ease;
  text-align: left;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px; }
  #formcontent:hover {
    -webkit-box-shadow: 0 0 40px 0 rgba(49, 49, 49, 0.15);
    box-shadow: 0 0 40px 0 rgba(49, 49, 49, 0.15); }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 2.25rem;
    padding: 30px 30px;
    background: #313131;
    color: #f4f3f3;
    font-family: "DIN";
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(49, 49, 49, 0.5);
    line-height: 1.1;
    margin: 0 0 30px;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0; }
  #formcontent .button {
    font-family: "DIN";
    font-weight: bold;
    color: white;
    background: #313131;
    font-size: 1.25rem;
    width: 100%;
    padding: 20px 5px;
    text-transform: uppercase;
    transition: all 0.6s ease;
    text-align: center;
    line-height: 1;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    border: 0px solid black;
    display: inline-block;
    width: auto;
    padding: 15px 80px 15px 20px;
    margin: 20px 0 30px 0;
    font-family: "DIN";
    font-weight: bold;
    color: white;
    text-align: left; }
    #formcontent .button:hover {
      background: #313131;
      color: white; }
    @media screen and (max-width: 1024px) {
      #formcontent .button {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      #formcontent .button {
        margin: 18px auto 0 auto; } }
    #formcontent .button:hover {
      color: black; }
  @media screen and (max-width: 1024px) {
    #formcontent {
      margin: -280px 0 0 0; }
      #formcontent h2 {
        font-size: 1.75rem;
        padding: 1825pxpx 25px; } }
  @media screen and (max-width: 992px) {
    #formcontent {
      margin: -555px 0 0 0; }
      #formcontent h2 {
        font-size: 1.5rem;
        padding: 20px 20px; } }
  @media screen and (max-width: 767px) {
    #formcontent {
      margin: 20px 0 10px 0; }
      #formcontent h2 {
        font-size: 1.75rem;
        background: #313131;
        text-shadow: none; } }

.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: 0px 30px 40px; }
  @media screen and (max-width: 1024px) {
    fieldset {
      padding: 0px 25px 30px; } }

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;
  text-transform: none;
  font-family: "DIN";
  font-weight: 500; }
  @media screen and (max-width: 992px) {
    input, label, a.selectbox-link span.selectbox-link-text {
      font-size: 0.75rem !important; } }

input {
  width: 100%;
  height: 47px;
  border: 1px solid rgba(200, 14, 51, 0.6);
  margin: 0px 0 15px 0px;
  padding: 0 0 0 11px;
  background: #f4f3f3;
  box-shadow: none;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px; }
  input:hover, input:focus {
    border: 1px solid #c80e33;
    outline: none !important; }
  @media screen and (max-width: 992px) {
    input {
      margin: 0px 0 10px 0px;
      height: 40px; } }

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: 9px;
  left: 12px; }
  @media screen and (max-width: 992px) {
    form p label {
      top: 5px; } }

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 {
  font-family: "DIN";
  font-weight: bold;
  width: 100%;
  height: auto;
  margin: 10px 0 25px 0;
  padding: 20px 0 20px 20px;
  background: #c80e33;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.6s ease;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(49, 49, 49, 0.5);
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px; }
  .button-link:hover, .button-link:focus {
    background: black;
    color: #f4f3f3; }
  .button-link .button-link span.msg, .button-link .button-link span#msg {
    font-size: 1.5rem;
    font-family: "DIN";
    font-weight: bold;
    color: white; }

#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 0px 15px 0px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  padding-left: 15px; }
  @media screen and (max-width: 767px) {
    p.privacy-policy {
      margin: 20px 30px 15px 0;
      padding-left: 20px; } }

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