.interior-hero {
  padding: 2em;
  position: relative;
}
.interior-hero .title {
  color: var(--midember);
  margin: 0;
  font-size: var(--fontxlmobile);
}
@media only screen and (min-width: 980px) {
  .interior-hero .title {
    font-size: var(--fontxldesktop);
  }
}
.interior-hero .desc {
  margin-top: 20px;
  max-width: 90%;
}
.interior-hero .bottom-gradient {
  height: 0.75em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, var(--navy), var(--sky), var(--midsky), var(--lightsky), var(--sunny), var(--midember), var(--ember));
}
@media only screen and (min-width: 980px) {
  .interior-hero {
    padding: 4em 0;
  }
  .interior-hero .desc {
    max-width: 70%;
  }
  .interior-hero .title {
    max-width: 70%;
  }
}
.home-hero {
  overflow: hidden;
  position: relative;
}
.home-hero .img-wrap {
  height: 42vw;
  min-height: 600px;
  position: relative;
  background: -moz-linear-gradient(left, var(--navy) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, var(--navy)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, var(--navy) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, var(--navy) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, var(--navy) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* IE10+ */
  background: linear-gradient(to right, var(--navy) 0%, rgba(0, 0, 0, 0.15) 100%);
  /* W3C */
}
.home-hero .img-wrap img {
  width: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.home-hero .content-wrap {
  z-index: 1;
  /*position: relative;*/
}
.home-hero .content-wrap .inner-wrap {
  /*bottom: 50%;*/
  /* left: 0px; */
  /*margin: 0px;*/
  padding: 20px 2em;
  position: absolute;
  /* right: 0px; */
  /*transform: translateY(-20%);*/
  top: 5%;
  bottom: 0;
}
@media only screen and (max-width: 400px) {
  .home-hero .content-wrap .inner-wrap {
    /*transform: translateY(-15%);*/
  }
  
  .home-hero .content-wrap .inner-wrap .title {
      font-size: var(--fontlmobile);
  }
  
  .home-hero .content-wrap .inner-wrap .zipcode-input {
      width: 150px;
  }
  
  .home-hero .content-wrap .inner-wrap #tostep2 {
      margin-left: -100px;
  }
  .hero-form .choice input[type="radio"] {
      margin-top: 5px;
  }
  .hero-form .input-wrap {
      display: flex;
  }
}
@media only screen and (min-width: 1100px) {
  .home-hero .content-wrap .inner-wrap {
    width: 50%;
    /*padding: 20px 0;*/
    /*bottom: 50%;*/
    /*transform: translateY(-30%);*/
    
    margin: auto 0;
    top: 10%;
    bottom: 0;
  }
}
.hero-form .choice input[type="radio"] {
  margin-top: 8px;
}
.home-hero .content-wrap .inner-wrap .title {
  color: var(--white);
  font-weight: var(--light);
  margin: 0;
}
.home-hero .content-wrap .inner-wrap .subtitle {
  color: var(--midember);
  font-weight: var(--bold);
}
.home-hero .content-wrap .inner-wrap .desc {
  font-size: var(--fontsmobile);
}
@media only screen and (min-width: 768px) {
  .home-hero .content-wrap .inner-wrap .desc {
    font-size: var(--fontsdesktop);
  }
}
.home-hero .content-wrap .inner-wrap span,
.home-hero .content-wrap .inner-wrap a {
  color: var(--white);
}
.hero-form {
  margin-bottom: 20px;
  padding: 16px;
  background-color: var(--white);
  max-width: 90%;
  margin-top: 20px;
}
.hero-form p {
    margin-top: 0;
    color: var(--black);
}
.hero-form {
    color: var(--black);
    border-radius: 20px;
}
.hero-form .choice {
    display: flex;
    align-items: start;
}
.hero-form .input-wrap {
    display: flex;
}
.hero-form .zipcode-input {
  padding: 16px 30px;
  border-radius: 40px;
  font-size: var(--fontregular);
}
.hero-form #tostep2 {
    margin-left: -100px;
}
.hero-form #tostep2:disabled {
    /*display: none;*/
}
.hero-form #tostep2:disabled:hover {
    color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
}
.hero-form .link-group {
    display: flex;
    margin-top: 30px;
}
.hero-form .link-group button:first-child {
    margin-right: 20px;
}
.hero-form .text-link {
    background: none;
}
.hero-form button {
  border: none;
  font-size: var(--fontregular);
}
.hero-form .hide {
  display: none;
}
@media only screen and (min-width: 600px) {
  .hero-form #step1 .step-input-wrap .btn-primary {
    margin-left: -80px;
  }
}
