.contact-form__instruction-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 1rem;
  padding: 0 1.25rem;
  width: 100%;
  max-width: 40rem;
  text-align: center;
}

#contact-form_zipcode {
  margin-bottom: 20px;
}

.custom-form__body_inputcheck {
  margin-top: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 48rem) {
  .contact-form__instruction-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 67.5rem) {
  .contact-section__outer-gray-container {
    margin-top: 11.25rem;
    max-height: 68rem;
    padding-bottom: 5rem;
  }

  .custom_height.contact-section__outer-gray-container {
    margin-top: 11.25rem;
    max-height: 82rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 67.5rem) {
  .contact-form__body-copy {
    font-size: 1.20rem;
  }
}

/* Customize the label (the container) */
.container {
  font-size: 1.3rem;
  color: #3b3c43;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark {
  background-color: #fbc600;
}


/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.custom_check-alert {
  color: #ca3625;
}

#radiocheckmsg {
  display: none;
}

.center-copy__text.-large.-visible.custom_testsmall {
  font-size: 1.5rem !important;
  margin: 1rem auto 1rem !important;
  max-width: 65rem;
}

@media screen and (max-width: 48rem) {
  .offer__wrapper {
    padding-bottom: 74px;
  }
}

.custom_logo_referral {
  height: auto;
  width: 435px;
  padding-bottom: 20px;
  margin: auto;
}

.nav {
  top: 0;
}

/*#contact-form_state_error {
  transform: translate(80px, 16px);
}*/





/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.offer {
  background-color: #008080;
  padding-top: 2rem;
}

@media screen and (min-width: 48rem) {
  .offer {
    padding-top: 3.75rem;
  }
}

.offer+.faq {
  padding-top: 3rem;
}

.offer__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 82.5rem;
}

@media (min-width: 768px) {
  .offer__wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .offer__wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 768px) {
  .offer__wrapper {
    width: 85rem;
  }
}

@media (min-width: 1280px) {
  .offer__wrapper {
    width: 90rem;
  }
}

.offer__heading {
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 -1rem;
  /* color: #fff;  */
}

.offer__heading strong {
  color: #fbc600;
}

@media screen and (min-width: 48rem) {
  .offer__heading {
    font-size: 48px;
    font-size: 3rem;
    margin: 0 0 -0.625rem;
  }
}

@media screen and (min-width: 64rem) {
  .offer__heading {
    text-align: center;
  }
}

.offer__card-row {
  -webkit-transform: translateY(2.75rem);
  transform: translateY(2.75rem);
}

@media screen and (min-width: 48rem) {
  .offer__card-row {
    -webkit-transform: translateY(2.25rem);
    transform: translateY(2.25rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 80rem) {
  .offer__card-row {
    gap: 5rem;
  }
}

.offer-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  padding: 1rem;
  margin: 0;
}

.offer-card+.offer-card {
  margin-top: 1.25rem;
}

@media screen and (min-width: 48rem) {
  .offer-card+.offer-card {
    margin-top: 0;
  }
}

@media screen and (min-width: 64rem) {
  .offer-card {
    padding: 1.875rem;
  }
}

.offer-card__heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 1rem;
  text-align: center;
  color: #3b3c43;
}

@media screen and (min-width: 48rem) {
  .offer-card__heading {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}

.offer-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offer-card__li {
  position: relative;
  margin: 0;
  padding: 0 0 0 2.25rem;
}

.offer-card__li::before {
  content: '\2713';
  display: block;
  position: absolute;
  left: 0;
}

.offer-card__li+.offer-card__li {
  margin-top: 1rem;
}


@media screen and (max-width: 48rem) {
  .custom_logo_referral {
    height: auto;
    width: 316px;
    padding-bottom: 20px;
    margin: auto;
  }
}

.hero__button {
  border: 0;
  padding: 0.9375rem 1.5625rem;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  line-height: 1.1;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

@media (max-width: 48rem) {
  .hero__button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.hero__buttons-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero__buttons-column:first-of-type {
  margin-right: 0.5rem;
}

.hero__buttons-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footnotes-left {
  text-align: left !important;
}

.faq-question__question:focus,
.faq-question__question:focus-visible {
  outline: none !important;
  border-bottom: 2px solid #3b3c43 !important;
}

.hero__setpay-logo {
  display: block;
  max-width: 24rem;
  margin-bottom: 1.75rem;
  -webkit-animation: from-left 750ms;
  animation: from-left 750ms;
}

@media (prefers-reduced-motion) {
  .hero__setpay-logo {
    -webkit-animation: none;
    animation: none;
  }
}

.contact-form__input-field {
	color: black;
}

.contact-form__required-instruction a{
  color: #3b3c43;
}