/* Add your custom styles here */
.internal_hero #hero_overlay {
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 2px 2px;
  background-image: -moz-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.2) 46%,
    rgba(0, 0, 0, 1) 49%,
    rgba(0, 0, 0, 0.4) 51%,
    rgba(0, 0, 0, 0.2) 55%
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.2) 46%,
    rgba(0, 0, 0, 1) 49%,
    rgba(0, 0, 0, 0.4) 51%,
    rgba(0, 0, 0, 0.2) 55%
  );
  background-image: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.2) 46%,
    rgba(0, 0, 0, 1) 49%,
    rgba(0, 0, 0, 1) 51%,
    rgba(0, 0, 0, 0.2) 55%
  );
}

/* Hero Sub-text */
#hero.internal_hero .form_subtitle {
  font-weight: 600;
  text-shadow: 2px 2px #222;
}

#cta_internal.cta {
  background-color: rgba(255, 255, 255, 0.79) !important;
}

#hero .form-group:nth-child(6) .form-row .col .disclaimer-checkbox {
  width: auto;
  top: 1.5rem;
  padding: 10px;
  margin-left: 5%;
}

#hero .form-group:nth-child(6) .form-row .col label {
  width: 90%;
  float: right;
  padding-left: 10px;
  font-size: 13px;
}

.page_content .form-group:nth-child(4) .form-row .col .disclaimer-checkbox {
  width: auto;
  top: 1rem;
  padding: 10px;
  margin-left: 5%;
}

.page_content .form-group:nth-child(4) .form-row .col label {
  width: 90%;
  float: right;
  padding-left: 10px;
  font-size: 13px;
}

#internal_hero_form
  .form-group:nth-child(5)
  .form-row
  .col
  .disclaimer-checkbox {
  width: auto;
  top: 1rem;
  padding: 10px;
  margin-left: 5%;
}

#internal_hero_form .form-group:nth-child(5) .form-row .col label {
  width: 90%;
  float: right;
  padding-left: 10px;
  font-size: 13px;
  display: block;
  color: #fff;
}

#subfooter_form .form-group:nth-child(6) .form-row .col .disclaimer-checkbox {
  width: auto;
  top: 1rem;
  padding: 10px;
  margin-left: 5%;
}

#subfooter_form .form-group:nth-child(6) .form-row .col label {
  width: 90%;
  float: right;
  padding-left: 10px;
  font-size: 13px;
  display: block;
  color: #fff;
}

#sticky_form .form-group:nth-child(2) .col:nth-child(2) {
  display: none;
}

#sticky_form .form-group:nth-child(2) label {
  display: block;
  font-size: 14px;
}

#sticky_form .form-group:nth-child(2) .form-row .col .disclaimer-checkbox {
  width: auto;
  top: 0;
  padding: 10px;
  margin-left: 8%;
}

#sticky_form .form-group:nth-child(2) .form-row .col label {
  width: 90%;
  float: right;
  padding-left: 10px;
  font-size: 13px;
}

.not_top .navbar-light {
  min-height: 125px;
}

@media screen and (max-width: 1220px) {
  #sticky_form > div:nth-child(2) > div > div:nth-child(1) > label {
    font-size: 11px !important;
  }
}

@media (max-width: 991px) {
  .not_top .navbar-light {
    min-height: auto;
  }
}

@media (max-width: 420px) {
  .form-group .disclaimer-checkbox {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  #sticky_form_container {
    top: 10px !important;
  }
}

/*Hide sticky form 3/13/25*/
#sticky_form {
 display: none;
}