/* Hero */
.sign-up-section[data-module=HeroModule] {
  align-items: flex-start;
}

.sign-up-section[data-module=HeroModule] .HeroCalloutCntr:after {
  display: none;
}

.sign-up-section form .select-wrap:after {
  top: 48px;
}

.nav-only-desktop {
  display: none;
}

.sign-up-section[data-module=HeroModule] .row.mx-0:after {
  content: "";
  background: #fff;
  box-shadow: 0px -50px 50px 0px rgb(0 0 0 / 49%);
  -webkit-box-shadow: 0px -50px 50px 0px rgb(0 0 0 / 49%);
  -moz-box-shadow: 0px -50px 50px 0px rgb(0 0 0 / 49%);
  width: 100%;
  border-top-left-radius: 100px;
  position: relative;
  display: block;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100px;
  display: none;
}

.hpp-dtc-m-hero.sign-up-section .content {
  z-index: 2;
}

/* .hpp-dtc-m-hero.sign-up-section .hero-bg img {
  object-position: top;
} */

.sign-up-section .hpp-dtc-m-hpp-patient-support-form_form .btn {
  font-family: azo-sans-web, Arial, sans-serif;
  color: var(--dark-green);
  background: transparent;
  border-radius: 0;
  border: 1px solid var(--dark-green);
  font-weight: 700;
  font-size: 14px;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  transition: all .3s ease-out;
  letter-spacing: .1em;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-align: center;
}

.sign-up-section .hpp-dtc-m-hpp-patient-support-form_form .btn:hover {
  background: var(--dark-green);
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  color: var(--white);
}

/* Media Queries */
@media screen and (max-width: 375px) {
  .hpp-dtc-m-hero.internal-hero .content .hero-box.quote {
    background-position: left 10% top 48% !important;
  }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
  .hpp-dtc-m-hero.internal-hero .content .hero-box.quote {
    background-position: left 10% top 52% !important;
  }
}

@media screen and (max-width: 767px) {
  .hpp-dtc-m-hero .content {
    margin-top: 18.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .sign-up-hero[data-module=HeroModule] .HeroCalloutCntr:after {
    /* display: block; */
    /* bottom: 95px; */
    z-index: 1;
  }

  [data-module=PageSubnav] {
    background-color: var(--white);
    border-top-left-radius: 40px;
  }

  .hpp-dtc-m-hero.sign-up-hero .content {
    /* margin-top: 30rem; */
    margin-bottom: 3rem;
    padding: 0 15px;
  }

  /* .hpp-dtc-m-hero.sign-up-hero .content {
    padding-right: 1rem;
  } */

  .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .pre-title {
    margin-top: 4rem;
    position: relative;
    left: 0;
  }

  .hpp-dtc-m-hpp-patient-support-form {
    margin: 0 auto;
    margin-top: 25px;
    max-width: 1100px;
    padding: 0;
    padding-bottom: 100px;
  }

}

@media (max-width: 1023px) {
  [data-module=PageSubnav] {
    margin-top: 110px !important;
    min-height: auto;
  }

  .hpp-dtc-m-hpp-patient-support-form {
    padding-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .hpp-dtc-m-hpp-patient-support-form {
    background: white;
    z-index: 2;
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .sign-up-section[data-module=HeroModule] .row.mx-0:after {
    display: block;
  }

  .sign-up-hero[data-module=HeroModule] .HeroCalloutCntr:after {
    bottom: 90px;
  }

  [data-module=PageSubnav] .jumpbtn {
    margin-top: -60px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {

  .hpp-dtc-m-hero.internal-hero .hero-bg img {
    object-position: left;
  }

  .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .pre-title {
    left: 0;
  }
}

@media screen and (min-width: 1250px) and (max-width: 1365px) {
  /* .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .pre-title {
    left: -9% !important;
  } */
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .sign-up-hero[data-module=HeroModule] .HeroCalloutCntr:after {
    bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .sign-up-hero[data-module=HeroModule] .HeroCalloutCntr:after {
    bottom: 2px;
  }
}

@media (min-width: 1600px) {
  /* .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .pre-title {
    left: -15%;
  } */
}

@media (min-width: 2000px) {
  /* .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .pre-title {
    left: -25%;
  } */
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hpp-dtc-m-hero.internal-hero .hero-bg img {
    object-position: center;
  }

  .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .hero-box {
    max-width: 58rem;
  }
}

@media screen and (min-width: 1024px) {
  .nav-only-desktop {
    display: block;
  }

  .hpp-star-section[data-module=HeroModule] .row.mx-0:after {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hpp-dtc-m-hero .content {
    margin-top: 28rem !important;
  }

  .hpp-dtc-m-hero.internal-hero.sign-up-hero .content .hero-box.quote {
    background-position-y: 13.5rem;
  }

  .hpp-dtc-m-hero.internal-hero .hero-bg img {
    top: 45px;
  }
}