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;
}

@media (max-width: 1400px) {
  .model_homes h2 {
    font-size: 52px;
  }
  .model_homes h3 {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .model_homes h2 {
    font-size: 48px;
  }
  .model_homes h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .model_homes h2 {
    font-size: 38px;
  }
  .model_homes h3 {
    font-size: 32px;
  }
}
@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;
  }
}
@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;
  }
}