body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  max-width: 100%;
  color: #4b4f56;
}
h4 {
  font-size: 24px;
  margin: 1rem 0;
}
h3 {
  font-size: 16px;
}
.container {
  width: 92%;
  margin: auto;
}
@media (min-width: 1200px) {
  .container {
    width: 70%;
  }
}
.two-column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .two-column {
    flex-direction: row;
    justify-content: space-between;
  }
}
.three-column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 550px) {
  .three-column {
    width: 100%;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .three-column {
    width: 80%;
  }
}
.two-column-tablet {
  display: flex;
  flex-direction: column;
}
@media (min-width: 550px) {
  .two-column-tablet {
    flex-direction: row;
    justify-content: space-between;
  }
}
.four-column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .four-column {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.four-column-tablet {
  display: flex;
  flex-direction: column;
}
@media (min-width: 550px) {
  .four-column-tablet {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.section {
  width: 100%;
  padding: 2rem 0;
  margin: 0;
  position: relative;
}
.section__banded-gray {
  background-color: #e8e9eb;
}
.section__banded-white {
  background-color: #fff;
}
.section__banded-dark {
  background-color: #222;
}
.section__banded-secondary-color {
  background-color: #8d744a;
}
.section__banded-primary-color {
  background-color: #00694e;
}
.global__button-primary-large {
  background-color: #00694e;
  color: #fff;
  text-align: center;
  width: 95%;
  margin: 1rem auto;
  padding: 1rem;
  border-radius: 0.3rem;
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  border: none;
}
.global__button-primary-large:hover {
  background-color: #8d744a;
}
.global__button-primary-small {
  background-color: #00694e;
  color: #fff;
  text-align: center;
  width: 60%;
  padding: 1rem;
  border-radius: 0.3rem;
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  border: none;
}
@media (min-width: 550px) {
  .global__button-primary-small {
    width: 30%;
  }
}
.global__button-primary-small:hover {
  background-color: #8d744a;
}
.global__button-secondary-large {
  background-color: #8d744a;
  color: #fff;
  text-align: center;
  width: 95%;
  margin: 1rem auto;
  padding: 1rem;
  border-radius: 0.3rem;
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  border: none;
}
.global__button-secondary-large:hover {
  background-color: #00694e;
}
.global__button-secondary-small {
  background-color: #8d744a;
  color: #fff;
  text-align: center;
  width: 60%;
  padding: 1rem;
  border-radius: 0.3rem;
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  border: none;
}
@media (min-width: 550px) {
  .global__button-secondary-small {
    width: 30%;
  }
}
.global__button-secondary-small:hover {
  background-color: #00694e;
}
.hero__section {
  width: 100%;
  margin: auto;
  padding: 0;
  background-image: url("../images/hero-image.jpg");
  background-size: cover;
  background-position: top;
  position: relative;
  min-height: 792px;
}
@media (min-width: 550px) {
  .hero__section {
    min-height: 745px;
  }
}
@media (min-width: 1200px) {
  .hero__section {
    min-height: 790px;
  }
}
.hero__section .hero__logo {
  padding: 2rem 0;
  margin: auto;
  width: 80%;
  display: block;
}
@media (min-width: 550px) {
  .hero__section .hero__logo {
    margin: 0 0 1rem 2rem;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .hero__section .hero__logo {
    width: 20%;
  }
}
.hero__section .hero__title {
  text-align: center;
  color: #fff;
}
.hero__section .hero__content-section {
  text-align: left;
  color: #fff;
}
.hero-apply-now__section {
  margin-top: 8rem;
}
@media (min-width: 550px) {
  .hero-apply-now__section {
    margin-top: 10rem;
  }
}
@media (min-width: 1200px) {
  .hero-apply-now__section {
    margin-top: 9rem;
  }
}
.hero-match__section {
  padding-bottom: 2rem;
}
.hero-form__section {
  width: 90%;
  margin: 3rem auto 0 auto;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 1rem;
}
@media (min-width: 550px) {
  .hero-form__section {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .hero-form__section {
    width: 50%;
  }
}
.hero-form__header {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}
.hero-form__input-section {
  margin-top: 1.5rem;
}
.hero-form__input-section-radio {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.hero-form__label {
  color: #333;
  margin: 2rem 0 5px 0;
  font-weight: 700;
}
.hero-form__input {
  margin: 5px auto;
  width: 95%;
  color: #4b4f56;
  height: 40px;
  display: block;
  outline: none;
  padding: 5px;
}
.hero-form__input-radio {
  margin-left: 1rem;
  margin-right: 0.5rem;
}
.discovery-form {
  position: relative;
}
.discovery-form.page-two {
  display: none;
}
.discovery-form.page-three {
  display: none;
}
.hero-apply__content {
  width: 95%;
  display: block;
  color: #fff;
}
@media (min-width: 550px) {
  .hero-apply__content {
    width: 60%;
  }
}
.hero-apply__title {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 0;
}
.hero-apply__subtitle {
  font-size: 1.4rem;
  text-align: left;
}
.hero-apply__incorrect-code {
  text-align: center;
}
.invite-section-apply {
  display: none;
  text-align: center;
}
.self-service__container {
  width: 90%;
  margin: auto;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 1rem;
}
@media (min-width: 550px) {
  .self-service__container {
    width: 50%;
  }
}
.self-service__title {
  text-align: center;
  color: #333;
}
.self-service__table {
  border-collapse: collapse;
  width: 95%;
  margin: 1.5rem auto;
}
.self-service__table td {
  text-align: center;
  padding: 0.75rem;
}
.self-service__table tr {
  border-top: solid 1px #808080;
}
.self-service__table tr:nth-child(even) {
  background-color: #ffd689;
}
.self-service__table tr:nth-child(odd) {
  background-color: #fff;
}
.self-service__table tr:hover {
  background-color: #808080;
  cursor: pointer;
}
.self-service__table-header {
  background-color: #00694e;
  color: #fff;
  padding: 1rem 0;
}
.self-service__final-message {
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 2rem;
  text-align: center;
  margin-top: 3rem;
}
.fast-and-simple__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 1rem auto;
}
.fast-and-simple__image {
  width: 8rem;
}
.fast-and-simple__title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
}
.fast-and-simple__link {
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.fast-and-simple__link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.section-header {
  margin: 2rem auto;
  display: block;
}
.section-header__title {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  font-weight: normal;
}
.section-header__subtitle {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px;
}
.section-header__underline {
  border: solid 1px #00694e;
  width: 50%;
}
.section-header__title-dark {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  font-weight: normal;
}
.section-header__subtitle-dark {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.how-it-works__section {
  position: relative;
}
@media (min-width: 1200px) {
  .how-it-works__image-section {
    width: 50%;
  }
}
.how-it-works__image {
  width: 80%;
  margin: 0 auto 2rem auto;
  display: block;
}
@media (min-width: 1200px) {
  .how-it-works__image {
    width: 60%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .how-it-works__steps {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
.how-it-works__step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 1rem auto;
  max-width: 80%;
}
@media (min-width: 1200px) {
  .how-it-works__step {
    margin: 0 0 1rem 0;
  }
}
.how-it-works__step .how-it-works__step,
.how-it-works__step-circle {
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  padding: 1rem;
  background-color: #8d744a;
  color: #fff;
  text-align: center;
}
.how-it-works__step-title {
  color: #333;
  margin: 0 0 0 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.how-it-works__step-subtitle {
  margin-left: 1rem;
}
.grow-your-business__item {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 1rem auto;
}
.grow-your-business__image {
  width: 8rem;
  fill: #00694e;
  stroke: #00694e;
}
.grow-your-business__title {
  text-align: center;
}
.grow-your-business__final-note {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 550px) {
  .grow-your-business__final-note {
    margin-top: 4rem;
  }
}
.grow-your-business__button {
  margin: auto;
}
.faq__items {
  width: 100%;
}
@media (min-width: 550px) {
  .faq__items {
    width: 48%;
  }
}
.faq__item {
  margin-bottom: 1rem;
}
.faq__item-question {
  font-size: 1.1rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.faq__item-answer {
  line-height: 1.42;
  margin: 0;
}
.stock-footer__section {
  background-color: #f00;
}
.stock-footer__border {
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.stock-footer__long-logo {
  height: 3rem;
  display: block;
  margin: 2rem auto;
}
@media (min-width: 550px) {
  .stock-footer__long-logo {
    height: 2rem;
    margin: 2rem;
  }
}
@media (min-width: 1200px) {
  .stock-footer__long-logo {
    height: 3rem;
    margin: 2rem;
  }
}
.stock-footer__square-logo {
  width: 4rem;
  display: block;
  margin: 2rem auto;
}
@media (min-width: 550px) {
  .stock-footer__square-logo {
    width: 2rem;
    margin: 2rem;
  }
}
@media (min-width: 550px) {
  .stock-footer__square-logo {
    width: 3rem;
    margin: 2rem;
  }
}
.stock-footer__phone-number {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 1.5em;
}
@media (min-width: 550px) {
  .stock-footer__footnote-section {
    display: flex;
    justify-content: space-between;
  }
}
.stock-footer__copyright {
  color: #333;
  text-align: center;
  margin: 1rem auto;
  display: block;
}
@media (min-width: 550px) {
  .stock-footer__copyright {
    width: 50%;
    margin: 1rem 0;
    text-align: left;
  }
}
.stock-footer__links {
  text-align: center;
  padding: 0;
}
@media (min-width: 550px) {
  .stock-footer__links {
    text-align: right;
  }
}
.stock-footer__links li {
  display: inline-block;
  font-size: 0.75rem;
  list-style: none;
  margin-left: 0.625rem;
  line-height: 1;
  font-size: 0.5rem;
}
@media (min-width: 1200px) {
  .stock-footer__links li {
    font-size: 1rem;
  }
}
.stock-footer__links li+li {
  border-left: 1px solid #9e9e9e;
  padding-left: 0.75rem;
  line-height: 2;
}
.stock-footer__links a {
  text-decoration: none;
  color: #333;
}
.stock-footer__links a:hover {
  text-decoration: underline;
}
.custom-footer__section {
  background-color: #fff;
  color: #666;
}
.custom-footer__section p,
.custom-footer__section a {
  font-size: 10px !important;
}
.custom-footer__desktop {
  display: flex;
}
.custom-footer__mobile {
  display: none;
}
.custom-footer__border {
  border-top: 1px #666 solid;
}
.custom-footer__left {
  width: 70%;
}
.custom-footer__right {
  width: 30%;
}
.custom-footer__links {
  text-align: center;
  padding: 0;
}
@media (min-width: 550px) {
  .custom-footer__links {
    text-align: left;
  }
}
.custom-footer__links li {
  display: inline-block;
  font-size: 10px !important;
  list-style: none;
  line-height: 1;
  font-size: 0.5rem;
}
@media (min-width: 1200px) {
  .custom-footer__links li {
    font-size: 1rem !important;
  }
}
.custom-footer__links li+li {
  border-left: 1px solid #333;
  padding-left: 0.75rem;
  margin-left: 0.625rem;
  line-height: 1;
}
.custom-footer__links a {
  text-decoration: none;
  color: #00694e;
}
.custom-footer__links a:hover {
  text-decoration: underline;
}
.custom-footer__links .custom-footer__disabled-link {
  text-decoration: none !important;
}
.custom-footer__logo-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.5rem;
  max-height: 50px;
}
.custom-footer__logo-section img {
  width: 20%;
  height: auto;
}
.custom-footer__logo-section .custom-footer__logo {
  max-height: 40px;
}
.custom-footer__insurance-warning {
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  margin-top: 1.5rem;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.custom-footer__insurance-warning p {
  font-size: 14px !important;
}
@media (max-width: 420px) {
  .custom-footer__desktop {
    display: none;
  }
  .custom-footer__mobile {
    display: block;
  }
  .custom-footer__mobile li,
  .custom-footer__mobile li+li {
    border-left: 0 !important;
    margin-bottom: 0.75rem;
  }
  .custom-footer__mobile li:last-of-type {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .custom-footer__mobile p {
    text-align: center;
  }
  .custom-footer__insurance-warning {
    width: 90%;
    margin: 1.5rem auto 0 auto;
  }
  .custom-footer__logo-section {
    margin: 1.5rem auto 0 auto !important;
    width: 90%;
  }
}
