header {
  z-index: 100;
}

.model_homes {
  background: #E5E4DA;
}
.model_homes h2 {
  font-size: 60px;
}
.model_homes h3 {
  font-size: 46px;
}
.model_homes select {
  background: #E5E4DA;
}
.model_homes input[type=text], .model_homes input[type=search], .model_homes input[type=tel], .model_homes input[type=number], .model_homes input[type=email], .model_homes input[type=password] {
  border: 1px solid #646464;
  padding: 0 15px;
}
.model_homes .hero_margin {
  margin-top: 200px;
}
.model_homes .form-row {
  margin-left: 0;
  margin-right: 0;
}
.model_homes select {
  -webkit-appearance: none;
  background: url("../../img/communities/model_homes/down_arrow_icon.png") no-repeat right center;
  background-size: contain;
}
.model_homes div.field.warning span.warning-message {
  font-size: 12px;
  bottom: -14px;
}
.model_homes div.field {
  margin-bottom: 20px;
}
.model_homes div.field.missing.select span.error-message {
  right: 70px;
}
.model_homes div.checkbox input[type=checkbox] {
  display: block;
  opacity: 0;
}

.submitNew.black_btn {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-size: 18px;
  padding: 1.6rem 7rem;
}

.signature_home_spotlight {
  background: #fff;
}
.signature_home_spotlight .hero {
  display: flex;
  align-items: center;
  background: #EBE2E8;
  margin-top: 180px;
}
.signature_home_spotlight .hero .line {
  width: 300px;
  height: 2px;
  margin: 50px auto 40px;
  background: #000;
}
.signature_home_spotlight .hero .text {
  width: 65%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.signature_home_spotlight .hero .images {
  width: 35%;
}
.signature_home_spotlight .form_wrapper {
  background: #F8F5F7;
}
.signature_home_spotlight .limited_offer {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 110px;
}
.signature_home_spotlight .limited_offer p {
  margin-bottom: 20px;
}
.signature_home_spotlight .limited_offer .submitNew {
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .model_homes h2 {
    font-size: 52px;
  }
  .model_homes h3 {
    font-size: 42px;
  }
  .signature_home_spotlight .logo {
    width: 90%;
    max-width: 400px;
  }
  .signature_home_spotlight .hero .line {
    width: 250px;
  }
  .signature_home_spotlight .hero .text {
    width: 60%;
  }
  .signature_home_spotlight .hero .images {
    width: 40%;
  }
  .signature_home_spotlight .limited_offer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1200px) {
  .model_homes h2 {
    font-size: 48px;
  }
  .model_homes h3 {
    font-size: 40px;
  }
  .signature_home_spotlight .logo {
    max-width: 350px;
  }
  .signature_home_spotlight .hero .line {
    width: 250px;
    margin: 40px auto 30px;
  }
  .signature_home_spotlight .limited_offer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .signature_home_spotlight .limited_offer .submitNew {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .model_homes h2 {
    font-size: 38px;
  }
  .model_homes h3 {
    font-size: 32px;
  }
  .signature_home_spotlight {
    margin-top: 150px;
  }
  .signature_home_spotlight .logo {
    max-width: 290px;
  }
  .signature_home_spotlight h2 {
    font-size: 30px;
  }
  .signature_home_spotlight h1 {
    font-size: 2rem;
  }
  .signature_home_spotlight .hero .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .signature_home_spotlight .hero .line {
    width: 250px;
    margin: 40px auto 30px;
  }
}
@media (max-width: 991px) {
  .model_homes h2 {
    font-size: 38px;
  }
  .model_homes h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .model_homes h2 {
    font-size: 28px;
  }
  .model_homes h3 {
    font-size: 28px;
  }
  .model_homes div.field {
    padding: 0;
  }
  .signature_home_spotlight {
    margin-top: 0;
  }
  .signature_home_spotlight .hero {
    margin-top: 60px;
    flex-wrap: wrap;
  }
  .signature_home_spotlight .hero .line {
    width: 300px;
    height: 2px;
    margin: 50px auto 40px;
    background: #000;
  }
  .signature_home_spotlight .hero .text {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .signature_home_spotlight .hero .images {
    width: 100%;
  }
  .signature_home_spotlight .form_wrapper {
    background: #F8F5F7;
  }
}
@media (max-width: 730px) {
  header div.burger {
    display: block !important;
  }
  .active div.burger ul li {
    background: #000 !important;
  }
  .model_homes .hero_margin {
    margin-top: 100px;
  }
}