:root {
  --brand-primary: #023047;
  --black: black;
  --brand-secondary: #ffb306;
  --button-secondary: #d8d8d8;
  --white-smoke: #f3f3f3;
  --steel-grey: #565151;
  --primary-button: #c52b21;
  --white: white;
  --primary-button-hover: #8b1c16;
  --button-secondary-hover: #c7c7c7;
  --poppy-red\<deleted\|variable-94556b91\>: #dd3134;
  --primary-color: var(--brand-primary);
  --primary-link-color: #bb2d19;
  --charcoal: #7a7171;
  --secondary-color: var(--brand-secondary);
  --error-background: #f2dede;
  --error-color: #b94a48;
  --error-border: #eed3d7;
}

.body {
  background-color: var(--brand-primary);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7rem;
}

.heading-1 {
  color: var(--brand-primary);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2em;
  line-height: 1.2em;
}

.heading-1.page-title {
  margin-bottom: 0;
  line-height: 1.2em;
}

.heading-2 {
  color: var(--brand-primary);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8em;
  line-height: 1.7em;
}

.heading-2.steel {
  color: var(--brand-primary);
}

.heading-2.steel.subheading {
  margin-top: 2em;
}

.heading-3 {
  color: var(--brand-secondary);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
}

.header-main {
  border-bottom: 1px solid var(--button-secondary);
  justify-content: space-between;
  align-items: center;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  display: flex;
}

.tfn-cta {
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.brand-logo-container {
  max-width: 200px;
  text-decoration: none;
  box-shadow: 0 0 #000;
}

.brand-logo-container:hover {
  text-decoration: none;
  box-shadow: 0 0 #000;
}

.brand-logo-container.w--current {
  width: 250px;
}

.brand-logo-img {
  text-decoration: none;
}

.main-content-container {
  flex-direction: column;
  max-width: 1270px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em 2em;
  display: flex;
  position: relative;
}

.progress-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 4em;
  display: flex;
  position: relative;
}

.progress-item {
  z-index: 1;
  background-color: var(--button-secondary);
  outline-offset: 0px;
  color: var(--steel-grey);
  border-radius: 50%;
  outline: 8px solid #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 1em;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.progress-item.active {
  background-color: var(--brand-secondary);
  color: #fff;
}

.progress-item.complete {
  background-color: var(--button-secondary);
}

.progress-line {
  z-index: 0;
  background-color: var(--button-secondary);
  width: 100%;
  height: 4px;
  position: absolute;
  inset: 50% 0% auto;
}

.app-container {
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.form-container {
  max-width: 800px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.buttons-container {
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.button {
  border: 2px solid var(--primary-button);
  background-color: var(--primary-button);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  padding: 1rem 1.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 #000;
}

.button:hover {
  border-color: var(--primary-button-hover);
  background-color: var(--primary-button-hover);
  color: var(--white);
  padding: 1rem 1.75rem;
  box-shadow: 0 0 #000;
}

.button.secondary {
  border-color: var(--button-secondary);
  background-color: var(--button-secondary);
  color: var(--steel-grey);
}

.button.secondary:hover {
  border-color: var(--button-secondary-hover);
  background-color: var(--button-secondary-hover);
  color: var(--black);
}

.button.secondary.w--current {
  color: var(--black);
}

.button.cta {
  width: 100%;
  min-width: 100%;
}

.buttons-left {
  width: 50%;
  display: flex;
}

.buttons-right {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.footer-main {
  background-color: var(--brand-primary);
  color: #fff;
  font-size: .9rem;
}

.footer-container {
  flex-direction: column;
  justify-content: space-between;
  max-width: 1275px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 1em;
  display: flex;
}

.legal-links-list {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.legal-links-container {
  width: 50%;
}

.legal-container {
  border-top: 1px solid #ffffff4d;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  padding-top: 2em;
  display: flex;
}

.legal-link-item {
  margin-left: 2em;
}

.legal-link-item.first {
  margin-left: 0;
}

.legal-link {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 #000;
}

.legal-link:hover {
  color: #fff;
  text-decoration: underline;
  box-shadow: 0 0 #000;
}

.footer-disclosures {
  width: 100%;
}

.bg-light {
  background-color: #fff;
}

.cta-form-container {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.cta-heading-container {
  position: relative;
}

.box-highlight-line {
  background-color: var(--brand-secondary);
  width: 70px;
  height: 4px;
  position: absolute;
  inset: 10% -12% auto auto;
}

.expand-item-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.expand-item-trigger:hover {
  color: var(--poppy-red\<deleted\|variable-94556b91\>);
}

.required-field-flag {
  color: var(--poppy-red\<deleted\|variable-94556b91\>);
  margin-right: .25em;
}

.required-field-text {
  text-align: right;
  margin-bottom: 2em;
  font-size: .9rem;
}

.form-section-heading {
  border-bottom: 1px solid var(--button-secondary);
  color: var(--steel-grey);
  width: 100%;
  margin-top: 4em;
  margin-bottom: 1em;
  padding-bottom: .5em;
  font-size: 1.2em;
  line-height: 1.7em;
  display: flex;
}

.disclosure-section {
  border: 1px solid var(--button-secondary);
  flex-direction: column;
  margin-top: 4em;
  display: flex;
}

.disclosure-heading {
  background-color: var(--button-secondary);
  color: var(--steel-grey);
  padding: .5em 1em;
  font-size: 1.2rem;
  font-weight: 700;
}

.disclosure-text {
  max-height: 350px;
  padding: 2em;
  font-size: 14px;
  overflow: auto;
}

.app-disclosures {
  color: #a19a9a;
  margin-top: 4em;
  font-size: .9rem;
}

.error-panel {
  color: var(--poppy-red\<deleted\|variable-94556b91\>);
  text-align: center;
  background-color: #ffcdce;
  align-items: center;
  margin-top: 0;
  padding: 2em;
  display: block;
}

.page-title {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hint-content {
  width: 30%;
}

.app-content {
  width: 70%;
  padding-left: 6em;
}

.hint-text {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  max-width: 100%;
}

.hint-box {
  border: 1px solid var(--button-secondary);
  border-radius: 8px;
  margin-top: 4em;
  padding: 2em;
  position: relative;
  box-shadow: 8px 8px 14px #0003;
}

.company-heading {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.4rem;
}

.selected-coverage-box {
  border: 1px solid var(--button-secondary);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  margin-top: 4em;
  padding-bottom: 1em;
  box-shadow: 8px 8px 14px #0003;
}

.selected-coverage-heading {
  border-bottom: 1px solid var(--button-secondary);
  background-color: var(--white-smoke);
  text-align: center;
  border-radius: 8px 8px 0 0;
  width: 100%;
  padding: .5em 1em;
  font-weight: 600;
}

.selected-plan-content {
  text-align: center;
  width: 100%;
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 2rem;
}

.selected-plan-name {
  color: var(--brand-secondary);
  font-size: 1.3rem;
  font-weight: 600;
}

.text-span {
  color: var(--brand-primary);
  font-size: 2rem;
  font-weight: 700;
}

.selected-plan-premium {
  color: var(--brand-primary);
  line-height: 3rem;
}

.selected-plan-currency {
  position: relative;
  top: -9px;
}

.selected-coverage-back {
  color: #9e9191;
  margin-top: 1em;
  font-size: 14px;
}

.disclosure-checkbox-container {
  border-top: 1px solid var(--button-secondary);
  background-color: var(--white-smoke);
  padding: 1em;
}

.review-item-label {
  text-align: right;
  width: 60%;
  padding-right: 4em;
  font-weight: 700;
}

.review-item-value {
  color: var(--steel-grey);
  width: 40%;
}

.review-item {
  justify-content: center;
  align-items: center;
  padding-top: .25em;
  padding-bottom: .25em;
  display: flex;
}

.review-content {
  margin-top: 2em;
  padding-left: 2em;
  display: none;
}

.review-header {
  border-bottom: 1px solid var(--button-secondary);
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.3rem;
  display: flex;
}

.review-heading {
  color: var(--brand-primary);
  font-weight: 700;
}

.review-items {
  margin-top: 1em;
}

.enrollment-type-container {
  display: block;
}

.app-disclosure {
  width: 50%;
  margin-top: 2em;
  font-size: .9rem;
  line-height: 1.2rem;
}

.app-disclosure.justify-right {
  text-align: right;
}

.app-disclosure-container {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.coverage-button {
  border: 1px solid var(--primary-color);
  cursor: pointer;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  transition: all .2s;
  display: flex;
}

.coverage-button:hover, .coverage-button:focus {
  background-color: var(--primary-color);
  color: var(--white-smoke);
}

.coverage-text {
  width: 100%;
}

.coverage-heading {
  font-size: 1.3rem;
  font-weight: 600;
}

.coverage-types {
  margin-top: .5em;
  margin-bottom: .5em;
  display: block;
  overflow: hidden;
}

.benefit-level-wrapper.first {
  margin-top: 2em;
}

.age-band-text {
  margin-top: 2em;
  margin-bottom: 1em;
}

.full-width-content {
  width: 100%;
}

.step-item {
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.step {
  background-color: var(--brand-secondary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 1em;
  font-size: 1.5rem;
  font-weight: 900;
  display: flex;
}

.step-text {
  align-items: center;
  width: 90%;
  padding-left: 2em;
}

.address-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
}

.review-subheading {
  color: var(--steel-grey);
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
}

.mailing-company-name {
  font-size: 110%;
  font-weight: 700;
}

.top-disclosure {
  margin-bottom: 2em;
}

.premium-remind {
  justify-content: space-around;
  margin-top: 1em;
  display: flex;
}

.remind-label {
  width: 50%;
}

.remind-value {
  text-align: right;
  width: 50%;
}

.plan-icon-arrow {
  filter: invert();
  height: 22px;
}

.plan-icon-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  display: flex;
}

.expand-item-trigger-2 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.expand-item-trigger-2:hover {
  color: #dd3134;
}

.benefit-rate {
  width: 30%;
  padding-right: 1em;
}

.benefit-text {
  width: 95%;
}

.benefit-price {
  font-size: 1.5rem;
  font-weight: 700;
}

.benefit-plan-name {
  width: 30%;
  padding-right: 1em;
}

.benefit-currency {
  position: relative;
  top: -4px;
}

.button-3 {
  border: 2px solid var(--primary-button);
  background-color: var(--primary-button);
  color: var(--white-smoke);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  padding: 1rem 1.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 #000;
}

.button-3:hover {
  border-color: var(--primary-button-hover);
  background-color: var(--primary-button-hover);
  color: var(--white-smoke);
  padding: 1rem 1.75rem;
  box-shadow: 0 0 #000;
}

.button-3.benefit-plan-button {
  border-color: var(--primary-button);
  background-color: var(--primary-button);
}

.button-3.benefit-plan-button:hover {
  border-color: var(--primary-button-hover);
  background-color: var(--primary-button-hover);
}

.benefit-plan {
  color: var(--brand-primary);
  border-bottom: 1px solid #d8d8d8;
  justify-content: space-around;
  align-items: center;
  min-height: 125px;
  padding: 1em;
  transition: all .2s;
  display: flex;
}

.benefit-plan:hover {
  color: var(--primary-button-hover);
  background-color: #f3f3f3;
}

.benefit-plan.last {
  border-bottom-style: none;
  margin-bottom: 2em;
}

.benefit-icon-container {
  width: 5%;
}

.benefit-item {
  align-items: center;
  margin-top: .25em;
  display: flex;
}

.error-container {
  width: 100%;
}

.error-link {
  color: #dd3134;
  font-weight: 700;
  text-decoration: none;
}

.error-link:hover {
  color: #be0905;
  text-decoration: underline;
}

.heading-6 {
  color: var(--brand-primary);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.2em;
}

.coverage-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: .5em;
  display: flex;
}

.hero-form-container {
  width: 100%;
}

.box-highlight-line-2 {
  background-color: #a61f1b;
  width: 70px;
  height: 4px;
  position: absolute;
  inset: 10% -11% auto auto;
}

.coverage-currency {
  margin-right: .25em;
  font-size: 1.2rem;
  font-weight: 300;
  position: relative;
  top: -10px;
}

.hero-container {
    background-image: url('../images/familyimage.png');
    background-position: 100% 160px;
    background-repeat: no-repeat;
    background-size: 40%;
    align-items: flex-start;
    max-width: 1275px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4em;
    padding-bottom: 4em;
    display: flex;
    position: relative;
}

.cta-button-container {
  justify-content: center;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.coverage-type {
  color: var(--brand-primary);
  text-align: center;
  width: 100%;
  font-size: .9rem;
}

.hero-text-container {
  background-color: #fff;
  border-radius: 8px;
  width: 60%;
  padding: 2em;
  position: relative;
  box-shadow: 8px 8px 14px #0003;
}

.coverage-price {
  color: var(--brand-primary);
  text-align: center;
  width: 100%;
  margin-top: .25em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.coverage-price.annual {
  display: none;
}

.coverage-item {
  width: 50%;
  padding-left: 1em;
  padding-right: 1em;
}

.content-heading {
  color: #69c;
  margin-top: 2em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.6em;
}

.benefit-item-heading-2 {
  background-color: #f3f3f3;
  padding: .5em 1em;
  font-weight: 700;
}

.landing-content-container {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1275px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.benefit-items {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.feature-icon-container {
  background-color: var(--brand-secondary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: relative;
}

.div-block-2 {
  width: 100%;
  margin-top: 1em;
}

.product-panel {
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2em;
  display: flex;
}

.product-content {
  padding-left: 1em;
  padding-right: 1em;
}

.feature-item {
  text-align: center;
  align-items: center;
  margin-top: 2em;
  margin-left: 2em;
  margin-right: 2em;
  display: flex;
}

.benefit-list-item {
  margin-top: .5em;
}

.benefit-list-item.first {
  margin-top: 0;
}

.sidebar-content {
  width: 30%;
  padding-left: 2em;
}

.heading-7 {
  color: #211f47;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.2em;
}

.additional-benefit-text {
  margin-top: .5em;
}

.benefit-item-2 {
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.feature-content {
  padding-left: 1em;
}

.benefit-item-text-2 {
  padding: .5em;
}

.product-icon-img {
  width: 75px;
}

.feature-icon {
  font-size: 3rem;
}

.additional-benefit-item {
  margin-top: 2em;
}

.product-title {
  color: #211f47;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4em;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #211f47;
  border: 2px solid #211f47;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  padding: 1rem 1.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 #000;
}

.button-4:hover {
  color: #fff;
  background-color: #322f6c;
  border-color: #211f47;
  padding: 1rem 1.75rem;
  box-shadow: 0 0 #000;
}

.button-4.cta {
  width: 100%;
}

.landing-content {
  width: 100%;
  padding-right: 2em;
}

.content-emph-heading {
  color: var(--brand-primary);
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.6em;
}

.heading-8 {
  color: var(--brand-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: 1.5em;
}

.features {
  flex-flow: column;
  justify-content: space-around;
  margin-bottom: 2em;
  display: flex;
}

.link-2 {
  color: var(--primary-link-color);
}

@media screen and (max-width: 991px) {
  .heading-1 {
    font-size: 1.8em;
  }

  .heading-2 {
    font-size: 1.5em;
  }

  .heading-3 {
    font-size: 1.3em;
  }

  .header-main {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tfn-cta {
    font-size: 1.1rem;
  }

  .brand-logo-container, .brand-logo-container.w--current {
    width: 200px;
  }

  .main-content-container {
    margin-left: 2em;
    margin-right: 2em;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .progress-container {
    margin-top: 2em;
  }

  .progress-item {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .app-container {
    flex-direction: column;
  }

  .button {
    flex-direction: column;
    min-width: 250px;
  }

  .button.cta {
    width: 100%;
  }

  .footer-container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .legal-container {
    margin-top: 2em;
  }

  .box-highlight-line {
    width: 40px;
    top: 50%;
    right: -10%;
  }

  .required-field-text {
    text-align: left;
  }

  .page-title {
    max-width: 100%;
  }

  .hint-content {
    width: 100%;
  }

  .app-content {
    width: 100%;
    margin-top: 2em;
    padding-left: 0;
  }

  .hint-box {
    margin-top: 0;
  }

  .review-item-label {
    padding-right: 2em;
  }

  .review-content {
    padding-left: 0;
  }

  .step {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }

  .step-text {
    padding-left: 1em;
  }

  .address-text {
    margin-top: 2em;
  }

  .plan-icon-wrapper {
    display: none;
  }

  .benefit-text {
    width: 92%;
  }

  .button-3 {
    flex-direction: column;
    min-width: 250px;
  }

  .benefit-icon-container {
    width: 8%;
  }

  .heading-6 {
    font-size: 2em;
  }

  .coverage-container {
    flex-flow: column;
  }

  .box-highlight-line-2 {
    width: 40px;
    top: 102%;
    right: -10%;
  }

  .hero-container {
    background-position: 50% 0;
    background-size: 100%;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 2em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .hero-text-container {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    margin-top: 40%;
    position: relative;
  }

  .coverage-item {
    width: 100%;
    margin-top: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .coverage-item.first {
    margin-top: 0;
  }

  .landing-content-container {
    flex-flow: column;
    padding-left: 2em;
    padding-right: 2em;
  }

  .benefit-items {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .feature-icon-container {
    width: 75px;
    height: 75px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .feature-item {
    margin-left: 1em;
    margin-right: 1em;
  }

  .sidebar-content {
    width: 100%;
    margin-top: 2em;
    padding-left: 0;
  }

  .heading-7 {
    font-size: 1.8em;
  }

  .benefit-item-2 {
    width: 100%;
    margin-top: 1em;
  }

  .feature-icon {
    font-size: 2rem;
  }

  .button-4 {
    flex-direction: column;
    min-width: 250px;
  }

  .landing-content {
    width: 100%;
    padding-right: 0;
  }

  .content-emph-heading {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.5em;
  }

  .heading-8 {
    line-height: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 1.7em;
    line-height: 1.3em;
  }

  .header-main {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .tfn-cta {
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1rem;
  }

  .brand-logo-container, .brand-logo-container.w--current {
    width: 150px;
  }

  .main-content-container {
    padding-top: 0;
  }

  .buttons-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .button {
    width: 100%;
  }

  .buttons-left {
    width: 100%;
    margin-top: 2em;
  }

  .buttons-right {
    width: 100%;
  }

  .legal-links-list {
    justify-content: center;
  }

  .legal-links-container {
    width: 100%;
    margin-top: 2em;
  }

  .legal-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .box-highlight-line {
    width: 40px;
    top: 60%;
    right: -12%;
  }

  .disclosure-heading {
    font-size: 1rem;
  }

  .disclosure-text {
    max-height: 200px;
    padding: 1em;
  }

  .review-item-label {
    padding-right: 1em;
  }

  .app-disclosure {
    text-align: right;
    width: 100%;
  }

  .app-disclosure-container {
    flex-direction: column-reverse;
  }

  .step {
    width: 50px;
    height: 50px;
  }

  .benefit-rate {
    text-align: center;
    width: 100%;
    margin-top: .5em;
    margin-bottom: 1em;
    padding-right: 0;
  }

  .benefit-text {
    width: 90%;
  }

  .benefit-plan-name {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .button-3 {
    width: 100%;
  }

  .benefit-plan {
    flex-direction: column;
    padding: 1.5em 0;
  }

  .benefit-icon-container {
    width: 10%;
  }

  .heading-6 {
    font-size: 1.7em;
    line-height: 1.1em;
  }

  .box-highlight-line-2 {
    width: 40px;
    top: 40%;
    right: -13%;
  }

  .hero-container {
    background-position: 60% 0;
    background-size: 100%;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-text-container {
    margin-top: 38%;
  }

  .feature-item {
    width: 100%;
    margin-top: 4em;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-item.first {
    margin-top: 0;
  }

  .heading-7 {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .feature-content {
    text-align: left;
    width: 80%;
  }

  .button-4 {
    width: 100%;
  }

  .content-emph-heading {
    line-height: 1.4em;
  }

  .features {
    flex-direction: column;
    margin-top: 2em;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 1rem;
  }

  .heading-1 {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .heading-2 {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .heading-3 {
    font-size: 1.1em;
  }

  .tfn-cta {
    padding: .25em .5em;
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .brand-logo-container, .brand-logo-container.w--current {
    width: 120px;
  }

  .tfn-cta-container {
    max-width: 140px;
  }

  .main-content-container {
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 2em;
  }

  .progress-container {
    display: none;
  }

  .app-container, .form-container, .buttons-container {
    margin-top: 2em;
  }

  .buttons-left {
    margin-top: 1em;
  }

  .footer-container {
    padding: 2em 1em;
  }

  .legal-container {
    margin-top: 2em;
  }

  .box-highlight-line {
    width: 20px;
    top: 20%;
    right: -20%;
  }

  .expand-item-trigger {
    align-items: flex-start;
  }

  .disclosure-section {
    margin-top: 2em;
  }

  .hint-box {
    padding: 1em;
  }

  .selected-coverage-box {
    margin-top: 2em;
  }

  .selected-plan-name {
    line-height: 1.5rem;
  }

  .selected-plan-premium {
    line-height: 3.5rem;
  }

  .selected-coverage-back {
    flex-direction: column;
    line-height: 1.2rem;
    display: flex;
  }

  .text-block {
    margin-top: 1em;
    line-height: 1.5rem;
  }

  .review-item-label {
    text-align: left;
    width: 100%;
    padding-right: 0;
  }

  .review-item-value {
    width: 100%;
  }

  .review-item {
    flex-direction: column;
  }

  .address-text {
    font-size: 1rem;
  }

  .expand-item-trigger-2 {
    align-items: flex-start;
  }

  .benefits {
    font-size: 1rem;
  }

  .heading-6 {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .box-highlight-line-2 {
    width: 20px;
    top: 24%;
    right: -18%;
  }

  .hero-container {
    background-position: 75% 0;
    background-size: 100%;
    padding: 2em 1em;
  }

  .hero-text-container {
    width: 100%;
    margin-top: 38%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .content-heading {
    line-height: 1.4em;
  }

  .landing-content-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .feature-icon-container {
    width: 60px;
    height: 60px;
  }

  .feature-item {
    margin-top: 2em;
  }

  .heading-7 {
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .benefit-item-2 {
    width: 100%;
  }

  .feature-content {
    width: 70%;
  }

  .product-icon-img {
    width: 50px;
  }

  .product-title {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .content-emph-heading {
    font-size: 1.3em;
  }

  .heading-8 {
    font-size: 1em;
    line-height: 1.3em;
  }

  .features {
    margin-top: 2em;
  }
}


