@media screen and (min-width: 1025px) {
  .sidenav .header {
    display: none !important; } }

:focus {
  outline: none; }

.tile-features > .icon,
.home-page #reassurances.reassurances .tile-reassurances > .icon,
.icon.icon-l,
.icon.icon-xl,
button.help,
.button.help,
input.help[type=submit],
.ui-radio,
.compare-plans-table .label .icon {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; }

.sr-only,
.tab-list .tab-active:before {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

html {
  scroll-behavior: smooth; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

.tile-product .title {
  text-transform: uppercase; }

.no-wrap {
  white-space: nowrap; }

.hide {
  display: none; }

.hide-force {
  display: none !important; }

#svg-lib,
.svg-lib {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden; }

.global-footer .social-badge > * svg,
.global-footer .app-badge,
.global-footer .logo-fico,
.home-page .section.hero .image.home-hero,
.who-we-are .logo,
.how-it-works-page .benefits .image-container {
  line-height: .1em; }

.q-and-a .question > .title,
.how-it-works-page .benefits .text-container .title,
.section .section-title,
.home-page .benefits .benefits-list .text-container .title,
.home-page .section.hero .section-title {
  margin: 0;
  line-height: 1.25em; }

.q-and-a .question > .title {
  font-size: 1.25rem; }

@media screen and (min-width: 920px) {
  .q-and-a .question > .title {
    font-size: 1.5rem; } }

.how-it-works-page .benefits .text-container .title {
  font-size: 1.5rem; }

@media screen and (min-width: 920px) {
  .how-it-works-page .benefits .text-container .title {
    font-size: 2rem; } }

.section .section-title,
.home-page .benefits .benefits-list .text-container .title {
  font-size: 2rem; }

@media screen and (min-width: 920px) {
  .section .section-title,
  .home-page .benefits .benefits-list .text-container .title {
    font-size: 3rem; } }

.home-page .section.hero .section-title {
  font-size: 2.5rem; }

@media screen and (min-width: 920px) {
  .home-page .section.hero .section-title {
    font-size: 4rem; } }

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.25em; }

p {
  line-height: 1.5em;
  margin: 0; }

.flex,
.tile-product,
.tile-features > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-column,
.tile-product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center; }

.flex-space-between,
.tile-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-static,
.checklist > li .icon-bullet {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home-page .section.hero .image.home-hero {
  margin-left: auto;
  margin-right: auto; }

.max-width {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

@media screen and (min-width: 768px) {
  .max-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.max-width.max-width-narrow {
  max-width: 50rem; }

@media screen and (max-width: 767px) {
  .layout-columns > * + * {
    margin-top: 1.5rem; } }

@media screen and (min-width: 768px) {
  .layout-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.75rem; }
  .layout-columns.by-2 > * {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; }
  .layout-columns > * {
    box-sizing: border-box;
    padding: .75rem;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap > * + * {
    margin-top: 0; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap > * {
    box-sizing: border-box;
    padding: .75rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; } }

@media screen and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%; } }

@media screen and (-ms-high-contrast: active) and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -webkit-flex-basis: 31.25%;
    -moz-flex-basis: 31.25%;
    -ms-flex-basis: 31.25%;
    flex-basis: 31.25%; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.75rem; } }

.layout-columns.single-col {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  background-clip: padding-box;
  background-color: white;
  margin-bottom: 1rem; }

.pad {
  padding: 1rem; }

.tile-features {
  -webkit-box-shadow: inset 0 0 0 1px #D0D6DA;
  -moz-box-shadow: inset 0 0 0 1px #D0D6DA;
  box-shadow: inset 0 0 0 1px #D0D6DA; }

.tile-product,
.tile-features {
  -webkit-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  background-clip: padding-box; }

.tile-product,
.tile-features,
.who-we-are .logo-group .tile,
.home-page #reassurances.reassurances .tile-reassurances {
  text-align: center;
  height: 100%;
  background-color: white;
  box-sizing: border-box; }

.tile-product,
.tile-features {
  padding: 1.5rem; }

@media screen and (min-width: 768px) {
  .tile-product,
  .tile-features {
    padding: 2rem; } }

.tile-features > .icon,
.home-page #reassurances.reassurances .tile-reassurances > .icon {
  background-color: #41A2A4;
  margin-bottom: .75rem; }

.tile-features > .title,
.home-page #reassurances.reassurances .tile-reassurances > .title {
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-align: center; }

@media screen and (min-width: 1025px) {
  .hide-large {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .show-large {
    display: block !important; } }

@media screen and (min-width: 768px) {
  .hide-medium-up {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .hide-medium-down {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .show-medium-up {
    display: block !important; } }

@media screen and (max-width: 1024px) {
  .show-medium-down {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .hide-small {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .show-small {
    display: block !important; } }

.tile-product {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); }

.tile-product .cta {
  display: block;
  margin-top: 1.5rem; }

.tile-product .cta input[type=submit] {
  width: 100%; }

.tile-product .price {
  font-weight: 400;
  margin-top: 1rem; }

.tile-product .price .large {
  display: inline-block;
  font-size: 2.5rem;
  vertical-align: text-top;
  margin-top: -.25em; }

.tile-product.highlighted {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media screen and (max-width: 767px) {
  .tile-product.highlighted {
    margin-top: 2.5rem; } }

.tile-product.single-tile-col {
  box-shadow: none;
  padding: 1em 1.5em; }

.tile-product .highlighted-bar {
  margin-bottom: .75rem;
  content: "";
  display: block;
  background-color: #FFD606;
  height: 1rem;
  margin-bottom: 2rem;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem; }

@media screen and (min-width: 768px) {
  .tile-product .highlighted-bar {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -3rem; } }

@media screen and (max-width: 767px) {
  .tile-product .highlighted-bar {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: -2.5rem; } }

.tile-product .title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: .75rem; }

.tile-product p {
  margin: 0; }

.tile-product p + p {
  margin-top: 1rem; }

.tile-product > .bottom {
  margin-top: 1rem; }

#policy_terms .article h1 {
  font-size: 32px; }

#policy_terms .article h2 {
  font-size: 22px; }

#policy_terms .article h3 {
  font-size: 18px;
  font-weight: 600; }

#policy_terms .article h4 {
  font-size: 16px; }

#policy_terms .article p,
#policy_terms .article ol,
#policy_terms .article ul {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px; }

#policy_terms .article ul li,
#policy_terms .article ol li {
  margin-bottom: 16px; }

#policy_terms .article input,
#policy_terms .article textarea {
  color: #1F323F;
  font-size: 14px; }

#policy_terms .article input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out; }

#policy_terms .article input:focus {
  border: 1px solid #0c5e98; }

#policy_terms .article input[disabled] {
  background-color: #ddd; }

#policy_terms .article .inline li > * {
  display: inline; }

#policy_terms .article .inline li > h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }

@media (max-width: 1023px) {
  #policy_terms .article #myf-content h1 {
    font-size: 32px;
    line-height: 40px !important; }
  #policy_terms .article #myf-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500; }
  #policy_terms .article #myf-content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px; }
  #policy_terms .article #myf-content.article p {
    font-size: 16px;
    line-height: 24px; } }

.icon.icon-s,
.icon-view-details svg {
  width: 1.5rem;
  height: 1.5rem; }

.icon.icon-m {
  width: 2rem;
  height: 2rem; }

.icon.icon-l {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  color: white; }

.tile-features > .icon,
.home-page #reassurances.reassurances .tile-reassurances > .icon,
.icon.icon-xl {
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  color: white; }

.icon {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden; }

.icon.icon-xs-s {
  width: .75rem;
  height: 1.5rem; }

.icon.icon-3s-s {
  width: 4.5rem;
  height: 1.5rem; }

.icon svg {
  width: 100%;
  height: 100%; }

:focus,
button:focus,
.button:focus,
input[type=submit]:focus {
  -webkit-box-shadow: 0 0 0 3px #005fcc;
  -moz-box-shadow: 0 0 0 3px #005fcc;
  box-shadow: 0 0 0 3px #005fcc; }

@media screen and (max-width: 1024px) {
  html.modal #myf-content {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; } }

a {
  color: inherit; }

a[target=_blank]:after {
  content: "(opens in a new tab)";
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.nww {
  white-space: nowrap; }

.offbg {
  background-color: #F5F6F7; }

abbr {
  text-decoration: none; }

body {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  background: #fff;
  color: #1F323F;
  -webkit-font-smoothing: antialiased; }

blockquote {
  margin: 0;
  text-align: left; }

blockquote .author {
  text-align: right; }

dl {
  margin-top: 0;
  margin-bottom: 0; }

dl > dd {
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .section .section-header {
    padding-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .section.hero .section-header {
    margin-bottom: 32px; } }

.section .section-title {
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
  color: #1F323F; }

.section .section-lead {
  font-weight: 400;
  text-align: center;
  font-size: 1.25rem;
  margin: 0;
  padding: 0; }

.section.last-call {
  text-align: center;
  background-position: 25% center;
  background-size: cover; }

.section.last-call .section-header {
  padding-bottom: 1rem; }

.section.last-call .section-lead {
  margin-top: 0 !important;
  margin-bottom: 0; }

.section.last-call .section-title {
  margin-bottom: 0; }

.legal-disclosures {
  margin-top: 1.5rem;
  text-align: left;
  background-color: transparent;
  font-weight: 300; }

.legal-disclosures p {
  margin: 0;
  padding-top: 0.5rem; }

.legal-disclosures p + p {
  margin-top: 1rem; }

.legal-disclosures > * {
  color: #1F323F;
  font-size: 1rem;
  line-height: 1.187rem;
  font-weight: 400; }

.checklist {
  padding: 0;
  margin: 0;
  margin-top: .5rem;
  margin-bottom: 2rem; }

.checklist > li {
  text-align: left;
  padding: .5rem 0;
  border-bottom: 1px solid #D0D6DA; }

.checklist > li .icon-bullet {
  margin-left: .1875rem;
  margin-right: .75rem; }

div[role=main] .section {
  padding: 4rem 0; }

@media screen and (max-width: 767px) {
  div[role=main] .section {
    padding: 3rem 0; } }

.tile-product {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); }

.tile-product [class*='btn-'] {
  display: block;
  margin-top: 1.5rem; }

@media screen and (min-width: 460px) and (max-width: 768px) {
  .tile-product [class*='btn-'] {
    display: inline-block; } }

.tile-product [class*='btn-'] input[type=submit] {
  width: 100%; }

.tile-product .price {
  font-weight: 400;
  margin-top: 1rem; }

.tile-product .price .large {
  display: inline-block;
  font-size: 2.5rem;
  vertical-align: text-top;
  margin-top: -.25em; }

.tile-product.highlighted {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media screen and (max-width: 767px) {
  .tile-product.highlighted {
    margin-top: 2.5rem; } }

.tile-product .highlighted-bar {
  margin-bottom: .75rem;
  content: "";
  display: block;
  background-color: #FFD606;
  height: 1rem;
  margin-bottom: 2rem;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem; }

@media screen and (min-width: 768px) {
  .tile-product .highlighted-bar {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -3rem; } }

@media screen and (max-width: 767px) {
  .tile-product .highlighted-bar {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: -2.5rem; } }

.tile-product .title {
  font-weight: 500;
  font-size: 1.625rem;
  margin-bottom: .75rem;
  color: #1F323F; }

.tile-product .legal-disclosures {
  margin-top: 1.5rem;
  font-size: .75rem; }

.tile-product .legal-disclosures.mobile-only {
  color: #5C6C75;
  font-size: 1rem;
  line-height: 1.187rem; }

@media screen and (min-width: 768px) {
  .tile-product .legal-disclosures.mobile-only {
    display: none; } }

.tile-product p {
  margin: 0; }

.tile-product p + p {
  margin-top: 1rem; }

.tile-product > .bottom {
  margin-top: 1rem; }

.tile-product sup a {
  text-decoration: none; }

.tile-product sup a span {
  font-size: 0.5em; }

.tile-features > .icon {
  background-color: #41A2A4; }

.tile-features > ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }

.tile-features > ul > li {
  border-bottom: 1px solid #D0D6DA;
  padding-top: .75rem;
  padding-bottom: .75rem;
  align-items: center;
  justify-content: space-between; }

.q-and-a {
  font-size: 1rem; }

.q-and-a .answer + .question {
  border-top: 1px solid #D0D6DA; }

.q-and-a .question {
  padding: 1.25rem .75rem; }

.q-and-a .question:hover {
  cursor: pointer;
  background-color: #EEFCFD; }

@media screen and (max-width: 767px) {
  .q-and-a .max-width-narrow {
    padding-left: 0;
    padding-right: 0; } }

.q-and-a .answer {
  background-color: #F7F7F8;
  padding: .75rem 1rem; }

sup {
  font-size: 0.5em;
  line-height: 1em; }

.hide {
  display: none; }

button,
.button,
input[type=submit] {
  display: inline-block;
  width: auto;
  border: none;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
  margin: 0; }

button > *,
.button > *,
input[type=submit] > * {
  pointer-events: none; }

button.link,
.button.link,
input.link[type=submit] {
  text-decoration: underline;
  display: inline-block;
  background: transparent;
  border: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  -webkit-border-radius: .125rem;
  -ms-border-radius: .125rem;
  border-radius: .125rem;
  background-clip: padding-box; }

button.help,
.button.help,
input.help[type=submit] {
  background: none;
  padding: 0;
  color: #0A6DE6;
  border: none; }

button.help svg,
.button.help svg,
input.help[type=submit] svg {
  line-height: .1em;
  transition: all .125s;
  font-weight: 500;
  fill: #fff;
  font-size: 19px;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle; }

.btn-primary,
.btn-secondary {
  font-weight: 500;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  display: inline-block;
  -webkit-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  border-radius: 2.5rem;
  background-clip: padding-box; }

.btn-primary {
  color: #fff;
  background-color: #0A6DE6; }

.btn-primary:hover {
  background-color: #2056C3; }

.btn-primary:active {
  background-color: #173F90; }

.btn-secondary {
  color: #0A6DE6;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #0A6DE6;
  -moz-box-shadow: inset 0 0 0 1px #0A6DE6;
  box-shadow: inset 0 0 0 1px #0A6DE6; }

.btn-secondary:focus {
  -webkit-box-shadow: inset 0 0 0 1px #0A6DE6,0 0 0 3px #005fcc;
  -moz-box-shadow: inset 0 0 0 1px #0A6DE6,0 0 0 3px #005fcc;
  box-shadow: inset 0 0 0 1px #0A6DE6,0 0 0 3px #005fcc; }

.btn-secondary:hover {
  background-color: #EEFCFD; }

.btn-secondary:active {
  background-color: #DEFAFB; }

.ui-radio-group-stacked {
  margin-bottom: 2rem;
  text-align: left; }

.ui-radio-group-stacked > * {
  padding: .5rem 0;
  border-bottom: 1px solid #D0D6DA; }

.ui-radio-group-stacked > * label {
  padding-left: 0.5rem; }

.ui-radio-item {
  cursor: pointer; }

.ui-radio-item:hover {
  background-color: #fff; }

.ui-radio {
  box-sizing: border-box;
  border: 1px solid #0A6DE6;
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin: 2px;
  margin-right: .75rem;
  margin-left: 0;
  background-color: #fff; }

input[type=radio] {
  height: 1rem;
  width: 1rem; }

input[type=radio]:checked + label .ui-radio {
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  -moz-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #0A6DE6; }

input[type=radio]:focus + label .ui-radio {
  -webkit-box-shadow: inset 0 0 0 3px #fff,0 0 0 3px #005fcc;
  -moz-box-shadow: inset 0 0 0 3px #fff,0 0 0 3px #005fcc;
  box-shadow: inset 0 0 0 3px #fff,0 0 0 3px #005fcc; }

.global-footer .link-group .link-group-list a {
  display: inline-block;
  background: transparent;
  border: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: 0 .25rem;
  -webkit-border-radius: .125rem;
  -ms-border-radius: .125rem;
  border-radius: .125rem;
  background-clip: padding-box;
  color: inherit; }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.skipLink {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap; }

.skipLink:focus {
  position: fixed;
  top: .5rem;
  left: .5rem;
  padding: .325rem .635rem;
  text-decoration: underline;
  line-height: normal;
  color: #fff;
  background-color: #505859;
  border-radius: 3px;
  z-index: 1;
  overflow: visible;
  height: auto;
  width: auto;
  clip: auto; }

.body_wrapper div[role=main] {
  margin-top: 80px; }

@media screen and (max-width: 1024px) {
  .body_wrapper div[role=main] {
    margin-top: 52px; } }

@media screen and (max-width: 767px) {
  .body_wrapper div[role=main] {
    margin-top: 100px; } }

.body_wrapper.warning-banner div[role=main] {
  margin-top: 0; }

#banner-c19 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.25px;
  text-align: center;
  padding: 24px;
  border-top: 1px solid #CCCCCC;
  background: #F5F6F7;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 80px; }

@media screen and (max-width: 1024px) {
  #banner-c19 {
    margin-top: 52px; } }

@media screen and (max-width: 767px) {
  #banner-c19 {
    margin-top: 100px; } }

#banner-c19 a {
  color: #1B75BC;
  text-decoration: none; }

#banner-c19 a:hover {
  text-decoration: underline; }

@media screen and (max-width: 767px) {
  #banner-c19 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 16px; } }

#myf-navigation {
  text-align: center;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  overflow: hidden; }

#myf-navigation .open-btn {
  display: block; }

#myf-navigation .close-btn {
  display: none; }

@media screen and (max-width: 1024px) {
  #myf-navigation {
    overflow: initial; } }

#myf-navigation #myf-primary ul {
  float: left; }

@media screen and (max-width: 767px) {
  #myf-navigation #myf-primary {
    position: absolute;
    width: 100%;
    top: 52px;
    height: 48px;
    background-color: #fff;
    padding-left: 4px; } }

@media screen and (max-width: 767px) {
  #myf-navigation.scrolldown #myf-primary {
    transition: all 1s ease-in-out;
    display: none; } }

@media screen and (max-width: 1024px) {
  #myf-navigation.expanded #myf-primary li {
    display: none; }
  #myf-navigation.expanded .open-btn {
    display: none; }
  #myf-navigation.expanded .close-btn {
    display: block; } }

#myf-navigation #myf-secondary {
  display: none; }

#myf-navigation #myf-secondary.guestuser,
#myf-navigation #myf-secondary.loggeduser {
  display: block; }

#myf-navigation #myf-secondary ul {
  transition: all .25s fadeOut;
  position: absolute;
  right: 0; }

#myf-navigation #myf-secondary .util-bar {
  display: block; }

#myf-navigation #myf-secondary .start-bar {
  display: none; }

#myf-navigation #myf-secondary-mobile-nonapp.guestuser ul,
#myf-navigation #myf-secondary-mobile-nonapp.loggeduser ul {
  display: block; }

#myf-navigation #myf-secondary-mobile-nonapp ul {
  display: none;
  position: absolute;
  right: 60px; }

#myf-navigation #myf-secondary-mobile .util-btn {
  background-color: transparent;
  color: #0A6DE6;
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 12px 14px 10px;
  z-index: 2; }

#myf-navigation #myf-secondary-mobile .util-btn svg {
  width: 24px;
  height: 24px; }

@media screen and (min-width: 1025px) {
  #myf-navigation.shadow {
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2); } }

@media screen and (max-width: 1024px) {
  #myf-navigation.shadow .myf-navigation {
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2); }
  #myf-navigation.bottom-shadow .util-menu-cta {
    -webkit-box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.2); } }

@media screen and (max-width: 767px) {
  #myf-navigation.shadow #myf-primary {
    -webkit-box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.2); } }

#myfico-support #myf-navigation #myf-primary {
  position: static;
  display: block !important;
  box-shadow: 0 0 0 0 #fff;
  padding: 0; }

@media screen and (max-width: 1024px) {
  #myfico-support .body_wrapper div[role=main] {
    margin-top: 52px; } }

#myfico-support #operation-hr {
  background-color: #EFEFF4;
  max-width: 480px;
  box-sizing: border-box;
  width: 100%;
  margin: 32px auto 70px;
  text-align: center;
  padding: 48px 16px; }

#myfico-support #operation-hr h2 {
  letter-spacing: 0.25px;
  font-size: 20px;
  line-height: 28px; }

#myfico-support #operation-hr span {
  display: inline-block; }

#myfico-support #icon-hours {
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
  margin-right: 5px; }

.shadow-bar {
  display: none;
  height: 52px;
  width: 100%;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 1;
  left: 0; }

.top-shadow .shadow-bar {
  display: block; }

#myfico-support .util-bar {
  display: block !important; }

#util-menu-mobile {
  position: fixed;
  top: 52px;
  left: 0;
  height: calc(100% - 52px);
  overflow: auto;
  width: 100%;
  margin: 0;
  background-color: #fff;
  box-sizing: border-box; }

#util-menu-mobile .util-btn {
  position: fixed !important;
  background-color: #fff !important; }

#myf-navigation.minimize #myf-secondary:not(.loggeduser) .util-bar {
  display: none; }

#myf-navigation.minimize #myf-secondary:not(.loggeduser) .start-bar {
  display: none; }

.primary-ksp #myf-navigation.minimize #myf-secondary:not(.loggeduser) .util-bar {
  display: none; }

.primary-ksp #myf-navigation.minimize #myf-secondary:not(.loggeduser) .start-bar {
  display: block;
  margin-right: 16px; }

.myf-navigation {
  height: 80px;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box; }

@media screen and (max-width: 1024px) {
  .myf-navigation {
    height: 52px; } }

.breadcrumb {
  height: 56px;
  background-color: #F5F6F7; }

.breadcrumb svg {
  display: inline-block;
  height: 24px;
  width: 12px;
  margin: 15px 8px;
  float: left; }

.breadcrumb ol.myf-navigation {
  list-style: none;
  color: #0A6DE6;
  padding: 0 0 0 16px; }

.breadcrumb ol li {
  display: inline;
  font-size: 14px;
  line-height: 16px;
  height: 56px;
  line-height: 56px; }

.breadcrumb ol li a {
  color: #0275d8;
  text-decoration: none; }

.breadcrumb ol li a:hover {
  color: #01447e;
  text-decoration: underline; }

.myf-logo {
  padding: 15px 0;
  margin-right: 17px;
  color: #0A6DE6; }

@media screen and (max-width: 1024px) {
  .myf-logo {
    padding: 0; } }

.myf-logo:hover {
  border: none !important; }

.myf-logo a {
  display: block;
  padding: 5px 16px 0;
  line-height: 100%;
  margin: 0; }

.myf-logo a svg {
  width: 158px;
  height: 50px; }

@media screen and (max-width: 1024px) {
  .myf-logo a svg {
    height: 32px;
    width: 100px;
    margin-top: 7px; } }

.nav-bar {
  flex: 0 0 auto; }

.nav-bar > ul:not(.util-menu-mobile) {
  margin: 18px 0 8px;
  padding: 0; }

@media screen and (max-width: 1024px) {
  .nav-bar > ul:not(.util-menu-mobile) {
    margin: 4px 0; } }

.nav-bar ul li:hover:not(.off) {
  background-color: #EEF8FF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.nav-bar ul:not(.util-menu-mobile) li {
  list-style: none;
  float: left; }

.nav-bar ul:not(.util-menu-mobile) li.active > a {
  padding: 12px 12px 8px;
  border-bottom: 4px solid #0A6DE6; }

.nav-bar ul.util-menu-mobile li.active {
  border-left: 4px solid #0A6DE6; }

.nav-bar a {
  box-sizing: border-box; }

.nav-bar a:not([class*="btn"]) {
  display: inline-block;
  padding: 12px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #1F323F; }

.nav-bar #log-btn {
  margin-right: 16px; }

.nav-bar ul:not(.util-menu-mobile) .btn-secondary {
  margin-left: 12px;
  margin-right: 12px; }

.nav-bar .divider span {
  display: block;
  margin: 14px 16px;
  border-bottom: 1px solid #ccc;
  height: 0; }

.nav-bar .util-menu-mobile {
  list-style: none;
  padding: 0;
  margin: 10px 0; }

.nav-bar .util-menu-mobile li {
  text-align: left; }

.nav-bar .util-menu-mobile a {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 16px;
  position: relative; }

.nav-bar .util-menu-mobile a:hover {
  outline: 0;
  box-shadow: none; }

.nav-bar .util-menu-mobile li.active a {
  padding-left: 12px; }

.nav-bar .util-menu-mobile .btn-secondary {
  margin: 0; }

.nav-bar .util-menu-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0 16px;
  box-sizing: border-box; }

.nav-bar .util-menu-cta a {
  display: block;
  margin: 16px auto;
  max-width: 460px; }

.nav-bar.guestuser .util-menu-cta,
.nav-bar.loggeduser .util-menu-cta {
  display: block; }

.nav-bar.guestuser .util-menu-mobile {
  padding-bottom: 150px; }

.nav-bar.guestuser .util-menu-mobile a {
  color: #1F323F; }

.nav-bar.loggeduser .util-menu-mobile {
  padding-bottom: 80px; }

#myfico-support:not(.non-support) #myf-primary a:not([class*="btn"]) {
  font-size: 24px; }

@media screen and (max-width: 1024px) {
  #myfico-support:not(.non-support) #myf-primary a:not([class*="btn"]) {
    font-size: 16px; } }

#myfico-support .myf-logo {
  margin-right: 8px; }

@media screen and (max-width: 1024px) {
  #myfico-support .myf-logo {
    margin-right: 0; } }

#myfico-support .section-title {
  margin-bottom: 32px; }

#myfico-support .main.section {
  background: url("/www/images/support/email-us-bg.svg") right bottom no-repeat; }

.email-us-wrap {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 70px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 24px 24px 12px;
  text-align: center;
  box-sizing: border-box; }

.email-us-wrap a {
  max-width: 170px;
  width: 100%;
  display: block;
  margin: 0 auto 16px; }

.vdivider {
  border: 1px solid #ccc;
  width: 0px;
  box-sizing: border-box;
  margin: 12px 12px 12px 0; }

@media screen and (max-width: 1024px) {
  .vdivider {
    border-right: none;
    margin: 8px 0 8px 0 !important; } }

#edu-menu {
  background-color: #F5F6F7;
  padding: 0; }

#edu-menu a {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px 10px 48px; }

#edu-menu li {
  width: 100%;
  float: none;
  box-sizing: border-box; }

#edu-menu li:hover {
  border-bottom: none; }

#edu-menu li.active a {
  padding-left: 44px; }

#edu-menu li:first-child {
  padding-top: 16px; }

#edu-menu li:last-child {
  padding-bottom: 16px; }

#edu-menu li.sub-list a {
  padding-left: 80px; }

#edu-menu li.sub-list.active a {
  padding-left: 76px; }

#myf-navigation a.js-why-nav {
  display: none; }

#global-footer .first-section a.js-why-nav {
  display: none; }

.section.last-call.js-wf {
  display: none; }

.global-footer {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.global-footer .first-section .second-group > * + * {
  padding-top: 2rem;
  clear: both; }

@media screen and (max-width: 900px) {
  .global-footer .first-section .second-group {
    padding-top: 1rem; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .global-footer {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .global-footer #global-footer-apps,
  .global-footer #global-footer-social-media {
    text-align: center; } }

.global-footer .js-row {
  cursor: pointer;
  padding: .25rem;
  margin: 0 -.25rem;
  margin-bottom: 1rem; }

@media screen and (min-width: 768px) {
  .global-footer .js-row {
    cursor: initial;
    background-color: initial; } }

.global-footer .js-row .icon-view-details {
  color: white;
  margin-top: -.5rem; }

@media screen and (min-width: 768px) {
  .global-footer .js-collapsible-toggle {
    display: none; } }

.global-footer .js-collapsible:not(#footer-link-group-credit-education) {
  display: none; }

@media screen and (min-width: 768px) {
  .global-footer .js-collapsible:not(#footer-link-group-credit-education) {
    display: block !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .global-footer #footer-link-group-credit-education {
    display: none; }
  .global-footer #global-footer-credit-education .js-collapsible-toggle {
    display: initial; } }

@media screen and (min-width: 1025px) {
  .global-footer #footer-link-group-credit-education {
    display: block !important; } }

.global-footer .social-list li {
  display: inline-block;
  margin-right: 16px; }

.global-footer .social-badge .social-icon {
  padding: 0;
  line-height: 1px;
  display: inline-block; }

.global-footer .social-badge .social-icon + span {
  position: relative;
  top: -2px; }

.global-footer .social-badge > * {
  display: inline-block;
  vertical-align: middle; }

@media screen and (max-width: 1024px) {
  .global-footer .app-store-list li {
    width: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 0 !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .global-footer .app-store-list li {
    float: none;
    display: inline-block;
    margin: 0 10px; } }

.global-footer .app-badge {
  padding: 0.25em 0;
  display: inline-block; }

.global-footer .app-badge.app-store-badge svg {
  width: 120px;
  height: 40px; }

.global-footer .app-badge.google-play-badge svg {
  width: 135px;
  height: 40px; }

.global-footer .legal-disclosures,
.global-footer button {
  margin-top: 0;
  font-size: .75rem;
  text-align: center; }

.global-footer .legal-disclosures {
  text-align: center; }

.global-footer .legal-disclosures p {
  color: #fff; }

.global-footer .legal-disclosures p b {
  font-weight: 400; }

.global-footer button {
  background-color: transparent;
  color: #fff;
  font-weight: 300;
  text-decoration: underline; }

.global-footer .logo-fico {
  color: white;
  margin-bottom: 1rem; }

.global-footer .logo-fico svg {
  width: 97px;
  height: 36px; }

.global-footer.dark-theme {
  color: #fff;
  background-color: #1F323F; }

.global-footer .global-footer-section {
  display: table;
  width: 100%; }

.global-footer .global-footer-section + .global-footer-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.33); }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .global-footer .global-footer-section.first-section {
    display: block; } }

.global-footer .global-footer-section.first-section .first-group {
  display: table;
  width: 100%; }

.global-footer .global-footer-section.first-section .first-group .link-group {
  display: table-cell;
  width: 33%; }

@media screen and (max-width: 767px) {
  .global-footer .global-footer-section.first-section .first-group .link-group {
    display: block;
    width: 100%; } }

.global-footer .global-footer-section.first-section .second-group {
  display: table-cell;
  width: 25%;
  box-sizing: border-box;
  vertical-align: top; }

@media screen and (max-width: 767px) {
  .global-footer .global-footer-section.first-section .second-group {
    display: block;
    width: 100%; } }

.global-footer .link-group .js-row .link-group-title {
  margin-bottom: 0; }

.global-footer .link-group .link-group-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem; }

.global-footer .link-group .link-group-list {
  margin-top: 1rem;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem; }

.global-footer .link-group .link-group-list a {
  text-decoration: none;
  margin-left: -.25rem;
  margin-top: 2px; }

.global-footer .link-group .link-group-list a:hover {
  text-decoration: underline; }

.global-footer .link-group .link-group-list > * {
  line-height: 1.5rem;
  margin-bottom: 1rem; }

.global-footer .link-group .link-group-list.app-store-list a {
  line-height: 1px; }

.global-footer .credit-edu {
  margin-top: 0 !important; }

@media screen and (max-width: 1024px) {
  .global-footer .credit-edu #global-footer-credit-education > div.flex-middle {
    margin-bottom: 0 !important; } }

@media screen and (min-width: 680px) {
  .global-footer #global-footer-credit-education ul {
    column-count: 3;
    column-gap: 16px; } }

@media screen and (min-width: 900px) {
  .global-footer #global-footer-credit-education ul {
    column-count: 4;
    column-gap: 16px; } }

.js-collapsible {
  display: none; }

.js-collapsible-toggle:active {
  background-color: #EEF8FF !important; }

.js-collapsible-toggle.expand {
  -webkit-border-radius: .125rem;
  -ms-border-radius: .125rem;
  border-radius: .125rem;
  background-clip: padding-box;
  line-height: .01em;
  border: none;
  background-color: transparent;
  padding: .25rem; }

[aria-expanded="true"] .icon-view-details svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

.collapsible-icon {
  transition: all .15s ease-in-out;
  position: absolute;
  right: 6px;
  padding: 10px;
  top: 0px; }

.expanded > svg.collapsible-icon {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg); }

:focus {
  outline: none; }

.tile-features > .icon,
.home-page #reassurances.reassurances .tile-reassurances > .icon,
.icon.icon-l,
.icon.icon-xl,
button.help,
.button.help,
input.help[type=submit],
.ui-radio,
.compare-plans-table .label .icon {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; }

.sr-only,
.tab-list .tab-active:before {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

html {
  scroll-behavior: smooth; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

.tile-product .title {
  text-transform: uppercase; }

.no-wrap {
  white-space: nowrap; }

.hide {
  display: none; }

.hide-force {
  display: none !important; }

#svg-lib,
.svg-lib {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden; }

.global-footer .social-badge > * svg,
.global-footer .app-badge,
.global-footer .logo-fico,
.home-page .section.hero .image.home-hero,
.who-we-are .logo,
.how-it-works-page .benefits .image-container {
  line-height: .1em; }

.icon.icon-s,
.icon-view-details svg {
  width: 1.5rem;
  height: 1.5rem; }

.icon.icon-m {
  width: 2rem;
  height: 2rem; }

.icon.icon-l {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  color: white; }

.tile-features > .icon,
.home-page #reassurances.reassurances .tile-reassurances > .icon,
.icon.icon-xl {
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  color: white; }

.icon {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden; }

.icon.icon-xs-s {
  width: .75rem;
  height: 1.5rem; }

.icon.icon-3s-s {
  width: 4.5rem;
  height: 1.5rem; }

.icon svg {
  width: 100%;
  height: 100%; }

.flex,
.tile-product,
.tile-features > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-column,
.tile-product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center; }

.flex-space-between,
.tile-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-static,
.checklist > li .icon-bullet {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home-page .section.hero .image.home-hero {
  margin-left: auto;
  margin-right: auto; }

.max-width {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

@media screen and (min-width: 768px) {
  .max-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.max-width.max-width-narrow {
  max-width: 50rem; }

@media screen and (max-width: 767px) {
  .layout-columns > * + * {
    margin-top: 1.5rem; } }

@media screen and (min-width: 768px) {
  .layout-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.75rem; }
  .layout-columns.by-2 > * {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; }
  .layout-columns > * {
    box-sizing: border-box;
    padding: .75rem;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap > * + * {
    margin-top: 0; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap > * {
    box-sizing: border-box;
    padding: .75rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; } }

@media screen and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%; } }

@media screen and (-ms-high-contrast: active) and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -webkit-flex-basis: 31.25%;
    -moz-flex-basis: 31.25%;
    -ms-flex-basis: 31.25%;
    flex-basis: 31.25%; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.75rem; } }

.layout-columns.single-col {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  background-clip: padding-box;
  background-color: white;
  margin-bottom: 1rem; }

.pad {
  padding: 1rem; }

.tile-features {
  -webkit-box-shadow: inset 0 0 0 1px #D0D6DA;
  -moz-box-shadow: inset 0 0 0 1px #D0D6DA;
  box-shadow: inset 0 0 0 1px #D0D6DA; }

.tile-product,
.tile-features {
  -webkit-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  background-clip: padding-box; }

.tile-product,
.tile-features,
.who-we-are .logo-group .tile,
.home-page #reassurances.reassurances .tile-reassurances {
  text-align: center;
  height: 100%;
  background-color: white;
  box-sizing: border-box; }

.tile-product,
.tile-features {
  padding: 1.5rem; }

@media screen and (min-width: 768px) {
  .tile-product,
  .tile-features {
    padding: 2rem; } }

.tile-features > .icon,
.home-page #reassurances.reassurances .tile-reassurances > .icon {
  background-color: #41A2A4;
  margin-bottom: .75rem; }

.tile-features > .title,
.home-page #reassurances.reassurances .tile-reassurances > .title {
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-align: center; }

@media screen and (min-width: 1025px) {
  .hide-large {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .show-large {
    display: block !important; } }

@media screen and (min-width: 768px) {
  .hide-medium-up {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .hide-medium-down {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .show-medium-up {
    display: block !important; } }

@media screen and (max-width: 1024px) {
  .show-medium-down {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .hide-small {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .show-small {
    display: block !important; } }

.tile-product {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); }

.tile-product .cta {
  display: block;
  margin-top: 1.5rem; }

.tile-product .cta input[type=submit] {
  width: 100%; }

.tile-product .price {
  font-weight: 400;
  margin-top: 1rem; }

.tile-product .price .large {
  display: inline-block;
  font-size: 2.5rem;
  vertical-align: text-top;
  margin-top: -.25em; }

.tile-product.highlighted {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media screen and (max-width: 767px) {
  .tile-product.highlighted {
    margin-top: 2.5rem; } }

.tile-product.single-tile-col {
  box-shadow: none;
  padding: 1em 1.5em; }

.tile-product .highlighted-bar {
  margin-bottom: .75rem;
  content: "";
  display: block;
  background-color: #FFD606;
  height: 1rem;
  margin-bottom: 2rem;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem; }

@media screen and (min-width: 768px) {
  .tile-product .highlighted-bar {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -3rem; } }

@media screen and (max-width: 767px) {
  .tile-product .highlighted-bar {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: -2.5rem; } }

.tile-product .title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: .75rem; }

.tile-product p {
  margin: 0; }

.tile-product p + p {
  margin-top: 1rem; }

.tile-product > .bottom {
  margin-top: 1rem; }

#policy_terms .article h1 {
  font-size: 32px; }

#policy_terms .article h2 {
  font-size: 22px; }

#policy_terms .article h3 {
  font-size: 18px;
  font-weight: 600; }

#policy_terms .article h4 {
  font-size: 16px; }

#policy_terms .article p,
#policy_terms .article ol,
#policy_terms .article ul {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px; }

#policy_terms .article ul li,
#policy_terms .article ol li {
  margin-bottom: 16px; }

#policy_terms .article input,
#policy_terms .article textarea {
  color: #1F323F;
  font-size: 14px; }

#policy_terms .article input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out; }

#policy_terms .article input:focus {
  border: 1px solid #0c5e98; }

#policy_terms .article input[disabled] {
  background-color: #ddd; }

#policy_terms .article .inline li > * {
  display: inline; }

#policy_terms .article .inline li > h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }

@media (max-width: 1023px) {
  #policy_terms .article #myf-content h1 {
    font-size: 32px;
    line-height: 40px !important; }
  #policy_terms .article #myf-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500; }
  #policy_terms .article #myf-content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px; }
  #policy_terms .article #myf-content.article p {
    font-size: 16px;
    line-height: 24px; } }

.q-and-a .question > .title,
.how-it-works-page .benefits .text-container .title,
.section .section-title,
.home-page .benefits .benefits-list .text-container .title,
.home-page .section.hero .section-title {
  margin: 0;
  line-height: 1.25em; }

.q-and-a .question > .title {
  font-size: 1.25rem; }

@media screen and (min-width: 920px) {
  .q-and-a .question > .title {
    font-size: 1.5rem; } }

.how-it-works-page .benefits .text-container .title {
  font-size: 1.5rem; }

@media screen and (min-width: 920px) {
  .how-it-works-page .benefits .text-container .title {
    font-size: 2rem; } }

.section .section-title,
.home-page .benefits .benefits-list .text-container .title {
  font-size: 2rem; }

@media screen and (min-width: 920px) {
  .section .section-title,
  .home-page .benefits .benefits-list .text-container .title {
    font-size: 3rem; } }

.home-page .section.hero .section-title {
  font-size: 2.5rem; }

@media screen and (min-width: 920px) {
  .home-page .section.hero .section-title {
    font-size: 4rem; } }

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.25em; }

p {
  line-height: 1.5em;
  margin: 0; }

[data-component=BureauTabs] [role=tablist] {
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #979797;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

[data-component=BureauTabs] [role=tablist] .tab-selected-indicator {
  overflow: hidden;
  width: calc(100%/3);
  height: 100%;
  position: absolute;
  border-radius: 2rem; }

[data-component=BureauTabs] [role=tablist] .tab-selected-indicator > * {
  position: absolute;
  background: #0A6DE6;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: 2rem; }

@media (prefers-reduced-motion: no-preference) {
  [data-component=BureauTabs] [role=tablist] .tab-selected-indicator {
    transition: transform 400ms cubic-bezier(0.02, 0.94, 0.09, 0.97); } }

[data-component=BureauTabs] [role=tablist] [role=tab] {
  z-index: 1;
  user-select: none;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-basis: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: .875rem;
  padding: .1875rem 0;
  background-color: transparent;
  border: none;
  border-radius: 2rem;
  color: #1F323F;
  margin: 3px; }

[data-component=BureauTabs] [role=tablist] [role=tab] * {
  pointer-events: none; }

[data-component=BureauTabs] [role=tablist] [role=tab]:hover,
[data-component=BureauTabs] [role=tablist] [role=tab]:active {
  color: inherit;
  background-color: transparent; }

.for-keyboard-navigation [data-component=BureauTabs] [role=tablist] [role=tab]:focus {
  -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px #005fcc;
  -moz-box-shadow: 0 0 0 1px #fff,0 0 0 3px #005fcc;
  box-shadow: 0 0 0 1px #fff,0 0 0 3px #005fcc;
  outline-color: #005fcc;
  outline-width: 2px;
  outline-offset: 1px; }

[data-component=BureauTabs] [role=tablist] [role=tab] .label {
  line-height: 1.5rem; }

[data-component=BureauTabs] [role=tablist] [role=tab][aria-selected=false] {
  cursor: pointer; }

[data-component=BureauTabs] [role=tablist] [role=tab][aria-selected=true] {
  color: white;
  cursor: initial;
  font-weight: 500; }

[data-component=BureauTabs] [role=tablist] [role=tab][aria-selected=true]:nth-of-type(1) ~ .tab-selected-indicator {
  transform: translateX(0); }

[data-component=BureauTabs] [role=tablist] [role=tab][aria-selected=true]:nth-of-type(2) ~ .tab-selected-indicator {
  transform: translateX(100%); }

[data-component=BureauTabs] [role=tablist] [role=tab][aria-selected=true]:nth-of-type(3) ~ .tab-selected-indicator {
  transform: translateX(200%); }

[data-component=BureauTabs] [role=tabpanel][aria-current=true] {
  display: block; }

[data-component=BureauTabs] [role=tabpanel][aria-current=false] {
  display: none; }

[data-component=Tabs] [role=tablist] {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #B2B2B7;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

@media screen and (max-width: 1023px) {
  [data-component=Tabs] [role=tablist] {
    padding-top: 1rem; } }

@media screen and (min-width: 1024px) {
  [data-component=Tabs] [role=tablist] {
    margin-bottom: 1.5rem; } }

[data-component=Tabs] [role=tablist] button {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: .75rem; }

[data-component=Tabs] [role=tablist] button [data-component=Icon] {
  margin-right: .5rem; }

[data-component=Tabs] [role=tablist] .label {
  padding-top: .25rem;
  padding-bottom: .25rem; }

[data-component=Tabs] [role=tab] {
  display: inline-block;
  font-size: .875rem;
  margin: 0;
  background-color: transparent;
  border: none;
  color: #1F323F;
  padding: .27344rem 0; }

[data-component=Tabs] [role=tab] * {
  pointer-events: none; }

[data-component=Tabs] [role=tab]:hover,
[data-component=Tabs] [role=tab]:active {
  color: inherit; }

.for-keyboard-navigation [data-component=Tabs] [role=tab]:focus {
  -webkit-box-shadow: inset 0 0 0 2px #0A6DE6;
  -moz-box-shadow: inset 0 0 0 2px #0A6DE6;
  box-shadow: inset 0 0 0 2px #0A6DE6; }

[data-component=Tabs] [role=tab] .label {
  display: inline-block;
  padding-right: .75rem; }

[data-component=Tabs] [role=tab][aria-selected=false] {
  cursor: pointer; }

[data-component=Tabs] [role=tab][aria-selected=true] {
  cursor: initial;
  -webkit-box-shadow: inset 0 -4px #0A6DE6;
  -moz-box-shadow: inset 0 -4px #0A6DE6;
  box-shadow: inset 0 -4px #0A6DE6;
  background-color: white; }

[data-component=Tabs] [role=tab][aria-selected=true] .label {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

[data-component=Tabs] [role=tab][aria-selected=true] + * .label {
  box-shadow: none; }

[data-component=Tabs] [role=tabpanel][aria-current=true] {
  display: block; }

[data-component=Tabs] [role=tabpanel][aria-current=false] {
  display: none; }

[data-component=ToggleTabs][data-tab-count="2"] [role=tab]:nth-of-type(n+3) {
  display: none; }

[data-component=ToggleTabs][data-tab-count="2"] [role=tablist] .tab-selected-indicator {
  width: 50%; }

[data-component=ToggleTabs][data-tab-count="3"] [role=tab]:nth-of-type(n+4) {
  display: none; }

[data-component=ToggleTabs][data-tab-count="3"] [role=tablist] .tab-selected-indicator {
  width: calc(100%/3); }

[data-component=ToggleTabs][data-tab-count="4"] [role=tab]:nth-of-type(n+5) {
  display: none; }

[data-component=ToggleTabs][data-tab-count="4"] [role=tablist] .tab-selected-indicator {
  width: 25%; }

[data-component=ToggleTabs][data-tab-count="5"] [role=tab]:nth-of-type(n+6) {
  display: none; }

[data-component=ToggleTabs][data-tab-count="5"] [role=tablist] .tab-selected-indicator {
  width: 20%; }

[data-component=ToggleTabs][data-tab-count="6"] [role=tab]:nth-of-type(n+7) {
  display: none; }

[data-component=ToggleTabs][data-tab-count="6"] [role=tablist] .tab-selected-indicator {
  width: calc(100%/6); }

[data-component=ToggleTabs][data-tab-count="7"] [role=tab]:nth-of-type(n+8) {
  display: none; }

[data-component=ToggleTabs][data-tab-count="7"] [role=tablist] .tab-selected-indicator {
  width: calc(100%/7); }

[data-component=ToggleTabs][data-tab-count="8"] [role=tab]:nth-of-type(n+9) {
  display: none; }

[data-component=ToggleTabs][data-tab-count="8"] [role=tablist] .tab-selected-indicator {
  width: 12.5%; }

[data-component=ToggleTabs] [role=tablist] {
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #979797;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

[data-component=ToggleTabs] [role=tablist] .tab-selected-indicator {
  overflow: hidden;
  width: calc(100%/3);
  height: 100%;
  position: absolute;
  border-radius: 2rem; }

[data-component=ToggleTabs] [role=tablist] .tab-selected-indicator > * {
  position: absolute;
  background: #0A6DE6;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: 2rem; }

@media (prefers-reduced-motion: no-preference) {
  [data-component=ToggleTabs] [role=tablist] .tab-selected-indicator {
    transition: transform 400ms cubic-bezier(0.02, 0.94, 0.09, 0.97); } }

[data-component=ToggleTabs] [role=tablist] [role=tab] {
  z-index: 1;
  user-select: none;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-basis: 100%;
  font-size: 16px;
  padding: .4375rem 0;
  background-color: transparent;
  border: none;
  border-radius: 2rem;
  color: #1F323F;
  margin: 3px; }

[data-component=ToggleTabs] [role=tablist] [role=tab] * {
  pointer-events: none; }

[data-component=ToggleTabs] [role=tablist] [role=tab]:hover,
[data-component=ToggleTabs] [role=tablist] [role=tab]:active {
  color: inherit;
  background-color: transparent; }

.for-keyboard-navigation [data-component=ToggleTabs] [role=tablist] [role=tab]:focus {
  -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px #005fcc;
  -moz-box-shadow: 0 0 0 1px #fff,0 0 0 3px #005fcc;
  box-shadow: 0 0 0 1px #fff,0 0 0 3px #005fcc;
  outline-color: #005fcc;
  outline-width: 2px;
  outline-offset: 1px; }

[data-component=ToggleTabs] [role=tablist] [role=tab] .label {
  line-height: 1.5rem; }

[data-component=ToggleTabs] [role=tablist] [role=tab][aria-selected=false] {
  cursor: pointer; }

[data-component=ToggleTabs] [role=tablist] [role=tab][aria-selected=true] {
  color: white;
  cursor: initial;
  font-weight: 500; }

[data-component=ToggleTabs] [role=tablist] [role=tab][aria-selected=true]:nth-of-type(1) ~ .tab-selected-indicator {
  transform: translateX(0); }

[data-component=ToggleTabs] [role=tablist] [role=tab][aria-selected=true]:nth-of-type(2) ~ .tab-selected-indicator {
  transform: translateX(100%); }

[data-component=ToggleTabs] [role=tablist] [role=tab][aria-selected=true]:nth-of-type(3) ~ .tab-selected-indicator {
  transform: translateX(200%); }

[data-component=ToggleTabs] [role=tablist] [role=tab][aria-selected=true]:nth-of-type(4) ~ .tab-selected-indicator {
  transform: translateX(300%); }

[data-component=ToggleTabs] [role=tablist] [role=tab][aria-selected=true]:nth-of-type(5) ~ .tab-selected-indicator {
  transform: translateX(400%); }

[data-component=ToggleTabs] [role=tablist] [role=tab][aria-selected=true]:nth-of-type(6) ~ .tab-selected-indicator {
  transform: translateX(500%); }

[data-component=ToggleTabs] [role=tablist] [role=tab][aria-selected=true]:nth-of-type(7) ~ .tab-selected-indicator {
  transform: translateX(600%); }

[data-component=ToggleTabs] [role=tablist] [role=tab][aria-selected=true]:nth-of-type(8) ~ .tab-selected-indicator {
  transform: translateX(700%); }

[data-component=ToggleTabs][data-style="small"] [role=tab] {
  font-size: .875rem;
  padding: .1875rem 0; }

[data-component=ToggleTabs] [role=tabpanel][aria-current=true] {
  display: block; }

[data-component=ToggleTabs] [role=tabpanel][aria-current=false] {
  display: none; }

.products-list-three-col {
  padding-bottom: 4rem; }

.products-list-three-col .link-w-icon {
  color: #0A6DE6;
  line-height: 1.5rem;
  text-decoration: none; }

.products-list-three-col .link-w-icon:hover {
  text-decoration: underline;
  cursor: pointer; }

.products-list-three-col .link-w-icon .icon {
  vertical-align: top; }

.products-list-three-col .tile-product {
  padding: 1rem; }

.products-list-three-col .tile-product .highlighted-bar {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -2rem;
  margin-bottom: 1rem; }

.products-list-three-col .product-item .link-w-icon {
  display: inline-block; }

.products-list-three-col .product-item .amount {
  font-size: 0.875rem;
  line-height: 1rem; }

.products-list-three-col .product-item .amount .large {
  font-size: 2rem;
  line-height: 2.375rem; }

.products-list-three-col .product-item .price {
  margin-top: 1.25rem; }

.products-list-three-col .legal-disclosures.mobile-only {
  margin-top: 1rem;
  background-color: transparent;
  color: #5E707A; }

@media screen and (max-width: 767px) {
  .products-list-three-col .layout-columns.mobi-reversed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse; }
  .products-list-three-col .layout-columns.mobi-reversed > * + * {
    margin-top: 0;
    margin-bottom: 1.5rem; }
  .products-list-three-col .layout-columns.mobi-reversed .tile-product.highlighted {
    margin-top: 1rem; } }

.products-list-three-col .checklist {
  margin-top: 0;
  margin-bottom: 0; }

.products-list-three-col .checklist > li > *:last-child {
  flex: 1 1 auto; }

.products-list-three-col .tile-product > .bottom {
  margin-top: 0.25rem;
  line-height: 1rem; }

.products-list-three-col .checklist > li.checklist-spacer {
  padding-top: 1.5rem; }

.products-list-three-col .btn-primary {
  display: block;
  margin-top: .5rem; }

.products-list-stack .link-w-icon {
  color: #0A6DE6;
  line-height: 1.5rem;
  text-decoration: none; }

.products-list-stack .link-w-icon:hover {
  text-decoration: underline;
  cursor: pointer; }

.products-list-stack .link-w-icon .icon {
  vertical-align: top; }

.products-list-stack .product-item .link-w-icon {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem; }

@media screen and (max-width: 767px) {
  .products-list-stack .layout-columns.mobi-reversed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse; }
  .products-list-stack .layout-columns.mobi-reversed > * + * {
    margin-top: 0;
    margin-bottom: 1.5rem; } }

.products-list-stack .layout-columns.mobi-reversed .product-item:first-child {
  max-width: 408px; }

@media screen and (max-width: 767px) {
  .products-list-stack .layout-columns.mobi-reversed .product-item:first-child {
    max-width: none; } }

.products-list-stack .layout-columns.mobi-reversed .product-item.comparison-width-expand {
  flex-grow: 1; }

.products-list-stack .tile-product {
  padding: 0; }

.products-list-stack .tile-product > .top {
  padding: 1rem 0 1rem 0; }

.products-list-stack .tile-product > .top > * {
  padding-left: 1rem;
  padding-right: 1rem; }

.products-list-stack .tile-product .title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  text-transform: none; }

.products-list-stack .comparison-width-expand .tile-product > .top {
  padding-top: 2rem; }

.products-list-stack .comparison-width-expand .tile-product > .top .title {
  margin-bottom: 2rem; }

@media screen and (max-width: 767px) {
  .products-list-stack .comparison-width-expand .tile-product > .top .title {
    padding-left: .5rem;
    padding-right: .5rem; } }

.products-list-stack .checklist {
  margin: 0;
  padding: 1.25rem 1rem 1.25rem 1rem;
  border-top: 1px solid #CCCCCC;
  font-size: 1rem;
  line-height: 1.5rem; }

.products-list-stack .checklist > li {
  border: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.products-list-stack .checklist > li:first-child {
  padding-top: 0; }

.products-list-stack .checklist > li:last-child {
  padding-bottom: 0; }

.products-list-stack .checklist > li > *:last-child {
  flex: 1 1 auto; }

.products-list-stack .checklist .icon-bullet {
  align-self: flex-start; }

.products-list-stack .purchase-box {
  margin-top: 1rem;
  padding: 1rem 0 1.25rem 0;
  line-height: 1rem; }

.products-list-stack .purchase-box > p {
  padding-left: 1rem;
  padding-right: 1rem; }

@media screen and (max-width: 767px) {
  .products-list-stack .purchase-box {
    padding-top: 0;
    padding-bottom: 1rem; } }

.products-list-stack .purchase-box-title {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400; }

.products-list-stack .purchase-box-title-detail {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500; }

.products-list-stack .purchase-box-plan-detail {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem; }

.products-list-stack .tile-product > .bottom {
  margin-top: 0; }

.products-list-stack .commparison-stack-product-split {
  display: flex; }

@media screen and (max-width: 767px) {
  .products-list-stack .commparison-stack-product-split {
    flex-direction: row;
    flex-wrap: wrap-reverse; } }

.products-list-stack .commparison-stack-product-split .checklist {
  flex: 0 1 100%; }

.products-list-stack .commparison-stack-product-split .purchase-box {
  box-sizing: border-box;
  flex: 0 1 50%; }

@media screen and (max-width: 767px) {
  .products-list-stack .commparison-stack-product-split .purchase-box {
    flex: 0 1 100%; } }

.products-list-stack .commparison-stack-product-split .purchase-box.highlighted {
  padding-top: 0;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC; }

@media screen and (max-width: 767px) {
  .products-list-stack .commparison-stack-product-split .purchase-box.highlighted {
    border-left: none; } }

.products-list-stack .commparison-stack-product-split .highlighted-bar {
  margin-left: -.0625rem;
  margin-right: 0rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  border-radius: 0; }

.products-list-stack .product-item .amount {
  font-size: 0.875rem;
  line-height: 1rem; }

.products-list-stack .product-item .amount .large {
  font-size: 2rem;
  line-height: 2.375rem; }

.products-list-stack .product-item .price {
  margin-top: 1.5rem; }

.products-list-stack .btn-primary {
  display: block;
  margin: .5rem 2rem 0 2rem; }

.home-page .section.hero {
  padding-bottom: 1.5rem;
  background-image: url(/www/images/brand_refresh/2023-09-00-home-variationA-hero-background-2x.png);
  text-align: center;
  background-position: center bottom;
  background-size: cover; }

.home-page .section.hero .section-title {
  margin-bottom: 16px; }

@media screen and (min-width: 920px) {
  .home-page .section.hero .section-title {
    font-size: 4.125rem;
    line-height: 4.562rem; } }

.home-page .section.hero .image.home-hero {
  margin-top: -1rem;
  max-width: 448px;
  margin-bottom: -3rem; }

.home-page .section.hero .image.home-hero img {
  width: 100%;
  display: inline-block;
  max-width: 448px; }

@media screen and (min-width: 768px) {
  .home-page .section.hero .image.home-hero {
    margin-bottom: -4rem; } }

.home-page .section.last-call.visible {
  background: url("/www/images/brand_refresh/2023-09-00-choose-a-plan-variationA-background-2x.png") no-repeat;
  background-position: center center;
  background-size: cover; }

@media screen and (max-width: 767px) {
  .home-page .section.last-call.visible {
    background-position: 40% center;
    background-size: cover; } }

.home-page .layout-columns.mobi-reversed {
  justify-content: center; }

@media screen and (min-width: 767px) {
  .home-page .free-product-wrapper,
  .home-page .legal-disclosures .free-elem,
  .home-page .tab-select-wrapper {
    display: none; }
  .home-page .inner {
    background-color: #fff;
    padding-top: 2em;
    margin: 0; }
  .home-page .section.hero {
    background-image: none;
    padding: 0; }
  .home-page .section-hero {
    padding-bottom: 0; }
  .home-page .products-list.products-list-three-col {
    background-color: transparent;
    padding-top: 3em;
    background-image: url(/www/images/brand_refresh/2023-09-00-home-variationA-hero-background-2x.png);
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 2rem; }
  .home-page .products-list.products-list-three-col .free-center {
    display: flex;
    justify-content: center;
    margin: 0 auto; }
  .home-page .products-list.products-list-three-col .free-center .tile-product {
    min-width: 360px; } }

@media screen and (max-width: 767px) {
  .home-page .products-list.products-list-three-col .free-center .tile-product {
    min-width: initial; }
  .home-page .products-list.products-list-three-col .free-product-wrapper {
    display: block !important; }
  .home-page .products-list.products-list-three-col .basic-product-wrapper {
    display: none; }
  .home-page .products-list.products-list-three-col .legal-disclosures .free-elem {
    display: inline !important; }
  .home-page .products-list.products-list-three-col .legal-disclosures .base-elem {
    display: none; } }

.who-we-are .layout-columns > * {
  padding: 0; }

.who-we-are .section-header {
  padding-bottom: 0rem; }

.who-we-are .logo-group {
  overflow: hidden;
  border-radius: .5rem;
  margin: 10px 0 0 0;
  -webkit-box-shadow: 0 0 0 1px #D0D6DA;
  -moz-box-shadow: 0 0 0 1px #D0D6DA;
  box-shadow: 0 0 0 1px #D0D6DA; }

@media screen and (max-width: 767px) {
  .who-we-are .logo-group {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }

.who-we-are .logo {
  padding: .25rem 0;
  color: #0A6DE6; }

@media screen and (min-width: 768px) {
  .who-we-are .logo {
    padding: 2rem 0; } }

.who-we-are .logo > svg {
  max-width: 248px; }

.who-we-are .section-lead {
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .who-we-are .section-lead {
    margin-bottom: 2rem; } }

.home-page .benefits {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #F5F6F7; }

@media screen and (min-width: 768px) {
  .home-page .benefits {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

.home-page .benefits .benefits-list .text-container {
  padding-top: .75rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem; }

@media screen and (max-width: 767px) {
  .home-page .benefits .benefits-list .text-container p {
    font-size: 1.125rem;
    line-height: 1.5rem; } }

.home-page .benefits .benefits-list .text-container .title {
  margin: 0;
  padding: 0;
  padding-bottom: 1rem;
  font-weight: 400; }

@media screen and (min-width: 768px) {
  .home-page .benefits .benefits-list .text-container {
    text-align: left;
    padding-top: 0;
    margin-right: 0;
    padding-right: 0; } }

.home-page .benefits .benefits-list > *:nth-child(even) > .text-container {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  z-index: 0; }

@media screen and (min-width: 768px) {
  .home-page .benefits .benefits-list > *:nth-child(even) > .text-container {
    margin-left: 0;
    text-align: right;
    padding-left: 0; } }

.home-page .benefits .benefits-list > * > .image-container {
  transition: all .25s;
  display: block;
  text-align: center;
  line-height: .1em; }

.home-page .benefits .benefits-list > * > .image-container img {
  width: 100%;
  height: 100%;
  max-width: 500px;
  display: inline-block; }

@media screen and (min-width: 768px) {
  .home-page .benefits .benefits-list > * > .image-container {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 240px;
    -moz-flex-basis: 240px;
    -ms-flex-basis: 240px;
    flex-basis: 240px; } }

@media screen and (min-width: 900px) {
  .home-page .benefits .benefits-list > * > .image-container {
    -webkit-flex-basis: 500px;
    -moz-flex-basis: 500px;
    -ms-flex-basis: 500px;
    flex-basis: 500px; } }

.home-page .benefits .benefits-list > * + * {
  margin-top: 6rem; }

@media screen and (min-width: 768px) {
  .home-page .benefits .benefits-list > * + * {
    margin-top: 4rem; } }

@media screen and (min-width: 768px) {
  .home-page .benefits .benefits-list > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.home-page #reassurances.reassurances .tile-reassurances .icon.icon-l {
  padding: 1rem;
  color: white;
  background-color: #0A6DE6; }

@media screen and (max-width: 767px) {
  .home-page #reassurances.reassurances .section-title {
    margin-bottom: 2rem; } }

.ratings {
  text-align: center;
  line-height: 1.25em;
  padding-bottom: 2rem; }

.ratings .sub-title {
  font-size: 1.25rem; }

@media screen and (min-width: 768px) {
  .ratings .sub-title {
    font-size: 1.5rem; } }

@media screen and (min-width: 768px) {
  .ratings {
    padding-bottom: 3rem; } }

.ratings-illustration-stars {
  line-height: .1em;
  margin-bottom: 1rem; }

.ratings-illustration-stars svg {
  line-height: 0.05em;
  height: 48px;
  width: 240px;
  display: inline-block; }

.testimonials .quote {
  position: relative; }

.testimonials .quote blockquote {
  position: relative; }

.testimonials .quote cite {
  font-style: normal; }

.testimonials .double-quotes {
  z-index: 0;
  color: #F0F1F1;
  position: absolute;
  left: 13px;
  top: 13px; }

.testimonials .double-quotes svg {
  display: inline-block;
  width: 64px;
  height: 64px; }

.tab-select-round-wrapper {
  max-width: 352px;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .tab-select-round-wrapper.visible {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .tab-select-round-wrapper.visible {
    display: none !important; } }

.ksp-test-wrapper .free-product-wrapper,
.ksp-test-wrapper .free-elem,
.ksp-test-wrapper .tab-select-wrapper {
  display: none; }

.gray-text {
  color: #5C6C75;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center; }

:focus {
  outline: none; }

.tile-features > .icon,
.home-page #reassurances.reassurances .tile-reassurances > .icon,
.icon.icon-l,
.icon.icon-xl,
button.help,
.button.help,
input.help[type=submit],
.ui-radio,
.compare-plans-table .label .icon {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; }

.sr-only,
.tab-list .tab-active:before {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

html {
  scroll-behavior: smooth; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

.tile-product .title {
  text-transform: uppercase; }

.no-wrap {
  white-space: nowrap; }

.hide {
  display: none; }

.hide-force {
  display: none !important; }

#svg-lib,
.svg-lib {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden; }

.global-footer .social-badge > * svg,
.global-footer .app-badge,
.global-footer .logo-fico,
.home-page .section.hero .image.home-hero,
.who-we-are .logo,
.how-it-works-page .benefits .image-container {
  line-height: .1em; }

.icon.icon-s,
.icon-view-details svg {
  width: 1.5rem;
  height: 1.5rem; }

.icon.icon-m {
  width: 2rem;
  height: 2rem; }

.icon.icon-l {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  color: white; }

.tile-features > .icon,
.home-page #reassurances.reassurances .tile-reassurances > .icon,
.icon.icon-xl {
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  color: white; }

.icon {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden; }

.icon.icon-xs-s {
  width: .75rem;
  height: 1.5rem; }

.icon.icon-3s-s {
  width: 4.5rem;
  height: 1.5rem; }

.icon svg {
  width: 100%;
  height: 100%; }

.flex,
.tile-product,
.tile-features > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-column,
.tile-product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center; }

.flex-space-between,
.tile-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-static,
.checklist > li .icon-bullet {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home-page .section.hero .image.home-hero {
  margin-left: auto;
  margin-right: auto; }

.max-width {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

@media screen and (min-width: 768px) {
  .max-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.max-width.max-width-narrow {
  max-width: 50rem; }

@media screen and (max-width: 767px) {
  .layout-columns > * + * {
    margin-top: 1.5rem; } }

@media screen and (min-width: 768px) {
  .layout-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.75rem; }
  .layout-columns.by-2 > * {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; }
  .layout-columns > * {
    box-sizing: border-box;
    padding: .75rem;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap > * + * {
    margin-top: 0; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap > * {
    box-sizing: border-box;
    padding: .75rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; } }

@media screen and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%; } }

@media screen and (-ms-high-contrast: active) and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -webkit-flex-basis: 31.25%;
    -moz-flex-basis: 31.25%;
    -ms-flex-basis: 31.25%;
    flex-basis: 31.25%; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.75rem; } }

.layout-columns.single-col {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  background-clip: padding-box;
  background-color: white;
  margin-bottom: 1rem; }

.pad {
  padding: 1rem; }

.tile-features {
  -webkit-box-shadow: inset 0 0 0 1px #D0D6DA;
  -moz-box-shadow: inset 0 0 0 1px #D0D6DA;
  box-shadow: inset 0 0 0 1px #D0D6DA; }

.tile-product,
.tile-features {
  -webkit-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  background-clip: padding-box; }

.tile-product,
.tile-features,
.who-we-are .logo-group .tile,
.home-page #reassurances.reassurances .tile-reassurances {
  text-align: center;
  height: 100%;
  background-color: white;
  box-sizing: border-box; }

.tile-product,
.tile-features {
  padding: 1.5rem; }

@media screen and (min-width: 768px) {
  .tile-product,
  .tile-features {
    padding: 2rem; } }

.tile-features > .icon,
.home-page #reassurances.reassurances .tile-reassurances > .icon {
  background-color: #41A2A4;
  margin-bottom: .75rem; }

.tile-features > .title,
.home-page #reassurances.reassurances .tile-reassurances > .title {
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-align: center; }

@media screen and (min-width: 1025px) {
  .hide-large {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .show-large {
    display: block !important; } }

@media screen and (min-width: 768px) {
  .hide-medium-up {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .hide-medium-down {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .show-medium-up {
    display: block !important; } }

@media screen and (max-width: 1024px) {
  .show-medium-down {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .hide-small {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .show-small {
    display: block !important; } }

.tile-product {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); }

.tile-product .cta {
  display: block;
  margin-top: 1.5rem; }

.tile-product .cta input[type=submit] {
  width: 100%; }

.tile-product .price {
  font-weight: 400;
  margin-top: 1rem; }

.tile-product .price .large {
  display: inline-block;
  font-size: 2.5rem;
  vertical-align: text-top;
  margin-top: -.25em; }

.tile-product.highlighted {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media screen and (max-width: 767px) {
  .tile-product.highlighted {
    margin-top: 2.5rem; } }

.tile-product.single-tile-col {
  box-shadow: none;
  padding: 1em 1.5em; }

.tile-product .highlighted-bar {
  margin-bottom: .75rem;
  content: "";
  display: block;
  background-color: #FFD606;
  height: 1rem;
  margin-bottom: 2rem;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem; }

@media screen and (min-width: 768px) {
  .tile-product .highlighted-bar {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -3rem; } }

@media screen and (max-width: 767px) {
  .tile-product .highlighted-bar {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: -2.5rem; } }

.tile-product .title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: .75rem; }

.tile-product p {
  margin: 0; }

.tile-product p + p {
  margin-top: 1rem; }

.tile-product > .bottom {
  margin-top: 1rem; }

#policy_terms .article h1 {
  font-size: 32px; }

#policy_terms .article h2 {
  font-size: 22px; }

#policy_terms .article h3 {
  font-size: 18px;
  font-weight: 600; }

#policy_terms .article h4 {
  font-size: 16px; }

#policy_terms .article p,
#policy_terms .article ol,
#policy_terms .article ul {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px; }

#policy_terms .article ul li,
#policy_terms .article ol li {
  margin-bottom: 16px; }

#policy_terms .article input,
#policy_terms .article textarea {
  color: #1F323F;
  font-size: 14px; }

#policy_terms .article input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out; }

#policy_terms .article input:focus {
  border: 1px solid #0c5e98; }

#policy_terms .article input[disabled] {
  background-color: #ddd; }

#policy_terms .article .inline li > * {
  display: inline; }

#policy_terms .article .inline li > h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }

@media (max-width: 1023px) {
  #policy_terms .article #myf-content h1 {
    font-size: 32px;
    line-height: 40px !important; }
  #policy_terms .article #myf-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500; }
  #policy_terms .article #myf-content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px; }
  #policy_terms .article #myf-content.article p {
    font-size: 16px;
    line-height: 24px; } }

.q-and-a .question > .title,
.how-it-works-page .benefits .text-container .title,
.section .section-title,
.home-page .benefits .benefits-list .text-container .title,
.home-page .section.hero .section-title {
  margin: 0;
  line-height: 1.25em; }

.q-and-a .question > .title {
  font-size: 1.25rem; }

@media screen and (min-width: 920px) {
  .q-and-a .question > .title {
    font-size: 1.5rem; } }

.how-it-works-page .benefits .text-container .title {
  font-size: 1.5rem; }

@media screen and (min-width: 920px) {
  .how-it-works-page .benefits .text-container .title {
    font-size: 2rem; } }

.section .section-title,
.home-page .benefits .benefits-list .text-container .title {
  font-size: 2rem; }

@media screen and (min-width: 920px) {
  .section .section-title,
  .home-page .benefits .benefits-list .text-container .title {
    font-size: 3rem; } }

.home-page .section.hero .section-title {
  font-size: 2.5rem; }

@media screen and (min-width: 920px) {
  .home-page .section.hero .section-title {
    font-size: 4rem; } }

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.25em; }

p {
  line-height: 1.5em;
  margin: 0; }

.how-it-works-page .section .section-lead {
  margin-bottom: 1.5rem; }

.how-it-works-page .video-transcript-link-container {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: -1rem; }

.how-it-works-page .video-transcript-link-container .transcript-link {
  color: #1F323F;
  padding: .25rem .5rem;
  margin: .25rem .5rem; }

.how-it-works-page .hero {
  background: url("/www/images/brand_refresh/2023-09-00-how-it-works-variationA-hero-background-2x.jpg") no-repeat;
  background-position: right bottom;
  background-size: cover; }

@media screen and (max-width: 600px) {
  .how-it-works-page .hero {
    text-align: center; }
  .how-it-works-page .hero .section-header .section-title,
  .how-it-works-page .hero .section-header .section-lead {
    text-align: center !important; } }

@media screen and (min-width: 600px) {
  .how-it-works-page .hero .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .how-it-works-page .hero .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .how-it-works-page .hero .text-container {
    padding-right: 2rem; } }

.how-it-works-page .hero .smartphone {
  display: inline-block;
  background-color: white;
  padding: 14px;
  min-width: 270px;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 7px 4px #ebebeb, 0 0 6px #b3b3b3, 0 0 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 7px 4px #ebebeb, 0 0 6px #b3b3b3, 0 0 16px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 7px 4px #ebebeb, 0 0 6px #b3b3b3, 0 0 16px rgba(0, 0, 0, 0.15); }

.how-it-works-page .hero .smartphone .video-container {
  width: 270px;
  height: 480px;
  overflow: hidden;
  line-height: .1em;
  border-radius: 20px; }

.how-it-works-page .hero .smartphone .video-container .video-poster img {
  width: 270px;
  height: 480px; }

.how-it-works-page .hero .section-title,
.how-it-works-page .hero p {
  text-align: left !important; }

@media screen and (max-width: 767px) {
  .how-it-works-page .hero .section-title {
    margin-bottom: 1rem; } }

.how-it-works-page .benefits {
  text-align: left;
  color: #5E707A; }

.how-it-works-page .benefits .image-container {
  text-align: center;
  margin-bottom: 1rem; }

.how-it-works-page .benefits .image-container .image {
  width: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

.how-it-works-page .benefits .text-container {
  text-align: left; }

.how-it-works-page .benefits .text-container .category {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem; }

.how-it-works-page .benefits .text-container .title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #1F323F; }

@media screen and (min-width: 920px) {
  .how-it-works-page .benefits .text-container .title {
    font-size: 2rem; } }

.how-it-works-page .benefits .text-container p + p {
  padding-top: .75em; }

.how-it-works-page .benefits .benefit {
  padding-top: 3rem;
  padding-bottom: 3rem; }

@media screen and (min-width: 767px) {
  .how-it-works-page .benefits .benefit {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

.how-it-works-page .benefits #category-credit-reports {
  padding-top: 0px; }

.how-it-works-page .benefits .layout-stacked {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 767px) {
  .how-it-works-page .benefits .layout-side-by-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-top: 4rem; }
  .how-it-works-page .benefits .layout-side-by-side > * {
    margin-left: 1rem;
    margin-right: 1rem;
    box-sizing: content-box;
    width: calc(50% - 2rem); } }

.how-it-works-page .benefits .layout-side-by-side .image-container {
  text-align: center; }

.how-it-works-page .benefits .layout-side-by-side .image-container img {
  max-width: 584px; }

.how-it-works-page .section.last-call.visible {
  background: url("/www/images/brand_refresh/2023-09-00-choose-a-plan-variationA-background-2x.png") no-repeat;
  background-position: center center;
  background-size: cover; }

@media screen and (max-width: 767px) {
  .how-it-works-page .section.last-call.visible {
    background-position: 35% center;
    background-size: cover; } }

.video-container .video-poster {
  display: inline;
  position: relative; }

.video-container .video-poster .play-button-container {
  justify-content: center;
  display: inline-flex;
  position: absolute;
  width: 100%; }

.video-container .video-poster button {
  margin-top: 82px;
  border-radius: 50%;
  display: inline-flex; }

.video-container .video-poster svg {
  width: 64px;
  color: #00609C;
  border-radius: 50%; }

.video-container .video-poster button:focus svg .background {
  stroke: #7ed2ff;
  stroke-width: 3; }

:focus {
  outline: none; }

.tile-features > .icon,
.home-page #reassurances.reassurances .tile-reassurances > .icon,
.icon.icon-l,
.icon.icon-xl,
button.help,
.button.help,
input.help[type=submit],
.ui-radio,
.compare-plans-table .label .icon {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; }

.sr-only,
.tab-list .tab-active:before {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

html {
  scroll-behavior: smooth; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

.tile-product .title {
  text-transform: uppercase; }

.no-wrap {
  white-space: nowrap; }

.hide {
  display: none; }

.hide-force {
  display: none !important; }

#svg-lib,
.svg-lib {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden; }

.global-footer .social-badge > * svg,
.global-footer .app-badge,
.global-footer .logo-fico,
.home-page .section.hero .image.home-hero,
.who-we-are .logo,
.how-it-works-page .benefits .image-container {
  line-height: .1em; }

.icon.icon-s,
.icon-view-details svg {
  width: 1.5rem;
  height: 1.5rem; }

.icon.icon-m {
  width: 2rem;
  height: 2rem; }

.icon.icon-l {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  color: white; }

.tile-features > .icon,
.home-page #reassurances.reassurances .tile-reassurances > .icon,
.icon.icon-xl {
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  color: white; }

.icon {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden; }

.icon.icon-xs-s {
  width: .75rem;
  height: 1.5rem; }

.icon.icon-3s-s {
  width: 4.5rem;
  height: 1.5rem; }

.icon svg {
  width: 100%;
  height: 100%; }

.flex,
.tile-product,
.tile-features > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-column,
.tile-product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center; }

.flex-space-between,
.tile-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-static,
.checklist > li .icon-bullet {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home-page .section.hero .image.home-hero {
  margin-left: auto;
  margin-right: auto; }

.max-width {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

@media screen and (min-width: 768px) {
  .max-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.max-width.max-width-narrow {
  max-width: 50rem; }

@media screen and (max-width: 767px) {
  .layout-columns > * + * {
    margin-top: 1.5rem; } }

@media screen and (min-width: 768px) {
  .layout-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.75rem; }
  .layout-columns.by-2 > * {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; }
  .layout-columns > * {
    box-sizing: border-box;
    padding: .75rem;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap > * + * {
    margin-top: 0; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap > * {
    box-sizing: border-box;
    padding: .75rem;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; } }

@media screen and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%; } }

@media screen and (-ms-high-contrast: active) and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -webkit-flex-basis: 31.25%;
    -moz-flex-basis: 31.25%;
    -ms-flex-basis: 31.25%;
    flex-basis: 31.25%; } }

@media screen and (min-width: 540px) {
  .layout-columns.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.75rem; } }

.layout-columns.single-col {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  background-clip: padding-box;
  background-color: white;
  margin-bottom: 1rem; }

.pad {
  padding: 1rem; }

.tile-features {
  -webkit-box-shadow: inset 0 0 0 1px #D0D6DA;
  -moz-box-shadow: inset 0 0 0 1px #D0D6DA;
  box-shadow: inset 0 0 0 1px #D0D6DA; }

.tile-product,
.tile-features {
  -webkit-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  background-clip: padding-box; }

.tile-product,
.tile-features,
.who-we-are .logo-group .tile,
.home-page #reassurances.reassurances .tile-reassurances {
  text-align: center;
  height: 100%;
  background-color: white;
  box-sizing: border-box; }

.tile-product,
.tile-features {
  padding: 1.5rem; }

@media screen and (min-width: 768px) {
  .tile-product,
  .tile-features {
    padding: 2rem; } }

.tile-features > .icon,
.home-page #reassurances.reassurances .tile-reassurances > .icon {
  background-color: #41A2A4;
  margin-bottom: .75rem; }

.tile-features > .title,
.home-page #reassurances.reassurances .tile-reassurances > .title {
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-align: center; }

@media screen and (min-width: 1025px) {
  .hide-large {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .show-large {
    display: block !important; } }

@media screen and (min-width: 768px) {
  .hide-medium-up {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .hide-medium-down {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .show-medium-up {
    display: block !important; } }

@media screen and (max-width: 1024px) {
  .show-medium-down {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .hide-small {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .show-small {
    display: block !important; } }

.tile-product {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); }

.tile-product .cta {
  display: block;
  margin-top: 1.5rem; }

.tile-product .cta input[type=submit] {
  width: 100%; }

.tile-product .price {
  font-weight: 400;
  margin-top: 1rem; }

.tile-product .price .large {
  display: inline-block;
  font-size: 2.5rem;
  vertical-align: text-top;
  margin-top: -.25em; }

.tile-product.highlighted {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media screen and (max-width: 767px) {
  .tile-product.highlighted {
    margin-top: 2.5rem; } }

.tile-product.single-tile-col {
  box-shadow: none;
  padding: 1em 1.5em; }

.tile-product .highlighted-bar {
  margin-bottom: .75rem;
  content: "";
  display: block;
  background-color: #FFD606;
  height: 1rem;
  margin-bottom: 2rem;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem; }

@media screen and (min-width: 768px) {
  .tile-product .highlighted-bar {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -3rem; } }

@media screen and (max-width: 767px) {
  .tile-product .highlighted-bar {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: -2.5rem; } }

.tile-product .title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: .75rem; }

.tile-product p {
  margin: 0; }

.tile-product p + p {
  margin-top: 1rem; }

.tile-product > .bottom {
  margin-top: 1rem; }

#policy_terms .article h1 {
  font-size: 32px; }

#policy_terms .article h2 {
  font-size: 22px; }

#policy_terms .article h3 {
  font-size: 18px;
  font-weight: 600; }

#policy_terms .article h4 {
  font-size: 16px; }

#policy_terms .article p,
#policy_terms .article ol,
#policy_terms .article ul {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px; }

#policy_terms .article ul li,
#policy_terms .article ol li {
  margin-bottom: 16px; }

#policy_terms .article input,
#policy_terms .article textarea {
  color: #1F323F;
  font-size: 14px; }

#policy_terms .article input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out; }

#policy_terms .article input:focus {
  border: 1px solid #0c5e98; }

#policy_terms .article input[disabled] {
  background-color: #ddd; }

#policy_terms .article .inline li > * {
  display: inline; }

#policy_terms .article .inline li > h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }

@media (max-width: 1023px) {
  #policy_terms .article #myf-content h1 {
    font-size: 32px;
    line-height: 40px !important; }
  #policy_terms .article #myf-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500; }
  #policy_terms .article #myf-content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px; }
  #policy_terms .article #myf-content.article p {
    font-size: 16px;
    line-height: 24px; } }

.q-and-a .question > .title,
.how-it-works-page .benefits .text-container .title,
.section .section-title,
.home-page .benefits .benefits-list .text-container .title,
.home-page .section.hero .section-title {
  margin: 0;
  line-height: 1.25em; }

.q-and-a .question > .title {
  font-size: 1.25rem; }

@media screen and (min-width: 920px) {
  .q-and-a .question > .title {
    font-size: 1.5rem; } }

.how-it-works-page .benefits .text-container .title {
  font-size: 1.5rem; }

@media screen and (min-width: 920px) {
  .how-it-works-page .benefits .text-container .title {
    font-size: 2rem; } }

.section .section-title,
.home-page .benefits .benefits-list .text-container .title {
  font-size: 2rem; }

@media screen and (min-width: 920px) {
  .section .section-title,
  .home-page .benefits .benefits-list .text-container .title {
    font-size: 3rem; } }

.home-page .section.hero .section-title {
  font-size: 2.5rem; }

@media screen and (min-width: 920px) {
  .home-page .section.hero .section-title {
    font-size: 4rem; } }

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.25em; }

p {
  line-height: 1.5em;
  margin: 0; }

.products-list-three-col {
  padding-bottom: 4rem; }

.products-list-three-col .link-w-icon {
  color: #0A6DE6;
  line-height: 1.5rem;
  text-decoration: none; }

.products-list-three-col .link-w-icon:hover {
  text-decoration: underline;
  cursor: pointer; }

.products-list-three-col .link-w-icon .icon {
  vertical-align: top; }

.products-list-three-col .tile-product {
  padding: 1rem; }

.products-list-three-col .tile-product .highlighted-bar {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -2rem;
  margin-bottom: 1rem; }

.products-list-three-col .product-item .link-w-icon {
  display: inline-block; }

.products-list-three-col .product-item .amount {
  font-size: 0.875rem;
  line-height: 1rem; }

.products-list-three-col .product-item .amount .large {
  font-size: 2rem;
  line-height: 2.375rem; }

.products-list-three-col .product-item .price {
  margin-top: 1.25rem; }

.products-list-three-col .legal-disclosures.mobile-only {
  margin-top: 1rem;
  background-color: transparent;
  color: #5E707A; }

@media screen and (max-width: 767px) {
  .products-list-three-col .layout-columns.mobi-reversed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse; }
  .products-list-three-col .layout-columns.mobi-reversed > * + * {
    margin-top: 0;
    margin-bottom: 1.5rem; }
  .products-list-three-col .layout-columns.mobi-reversed .tile-product.highlighted {
    margin-top: 1rem; } }

.products-list-three-col .checklist {
  margin-top: 0;
  margin-bottom: 0; }

.products-list-three-col .checklist > li > *:last-child {
  flex: 1 1 auto; }

.products-list-three-col .tile-product > .bottom {
  margin-top: 0.25rem;
  line-height: 1rem; }

.products-list-three-col .checklist > li.checklist-spacer {
  padding-top: 1.5rem; }

.products-list-three-col .btn-primary {
  display: block;
  margin-top: .5rem; }

.products-list-stack .link-w-icon {
  color: #0A6DE6;
  line-height: 1.5rem;
  text-decoration: none; }

.products-list-stack .link-w-icon:hover {
  text-decoration: underline;
  cursor: pointer; }

.products-list-stack .link-w-icon .icon {
  vertical-align: top; }

.products-list-stack .product-item .link-w-icon {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem; }

@media screen and (max-width: 767px) {
  .products-list-stack .layout-columns.mobi-reversed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse; }
  .products-list-stack .layout-columns.mobi-reversed > * + * {
    margin-top: 0;
    margin-bottom: 1.5rem; } }

.products-list-stack .layout-columns.mobi-reversed .product-item:first-child {
  max-width: 408px; }

@media screen and (max-width: 767px) {
  .products-list-stack .layout-columns.mobi-reversed .product-item:first-child {
    max-width: none; } }

.products-list-stack .layout-columns.mobi-reversed .product-item.comparison-width-expand {
  flex-grow: 1; }

.products-list-stack .tile-product {
  padding: 0; }

.products-list-stack .tile-product > .top {
  padding: 1rem 0 1rem 0; }

.products-list-stack .tile-product > .top > * {
  padding-left: 1rem;
  padding-right: 1rem; }

.products-list-stack .tile-product .title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  text-transform: none; }

.products-list-stack .comparison-width-expand .tile-product > .top {
  padding-top: 2rem; }

.products-list-stack .comparison-width-expand .tile-product > .top .title {
  margin-bottom: 2rem; }

@media screen and (max-width: 767px) {
  .products-list-stack .comparison-width-expand .tile-product > .top .title {
    padding-left: .5rem;
    padding-right: .5rem; } }

.products-list-stack .checklist {
  margin: 0;
  padding: 1.25rem 1rem 1.25rem 1rem;
  border-top: 1px solid #CCCCCC;
  font-size: 1rem;
  line-height: 1.5rem; }

.products-list-stack .checklist > li {
  border: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.products-list-stack .checklist > li:first-child {
  padding-top: 0; }

.products-list-stack .checklist > li:last-child {
  padding-bottom: 0; }

.products-list-stack .checklist > li > *:last-child {
  flex: 1 1 auto; }

.products-list-stack .checklist .icon-bullet {
  align-self: flex-start; }

.products-list-stack .purchase-box {
  margin-top: 1rem;
  padding: 1rem 0 1.25rem 0;
  line-height: 1rem; }

.products-list-stack .purchase-box > p {
  padding-left: 1rem;
  padding-right: 1rem; }

@media screen and (max-width: 767px) {
  .products-list-stack .purchase-box {
    padding-top: 0;
    padding-bottom: 1rem; } }

.products-list-stack .purchase-box-title {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400; }

.products-list-stack .purchase-box-title-detail {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500; }

.products-list-stack .purchase-box-plan-detail {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem; }

.products-list-stack .tile-product > .bottom {
  margin-top: 0; }

.products-list-stack .commparison-stack-product-split {
  display: flex; }

@media screen and (max-width: 767px) {
  .products-list-stack .commparison-stack-product-split {
    flex-direction: row;
    flex-wrap: wrap-reverse; } }

.products-list-stack .commparison-stack-product-split .checklist {
  flex: 0 1 100%; }

.products-list-stack .commparison-stack-product-split .purchase-box {
  box-sizing: border-box;
  flex: 0 1 50%; }

@media screen and (max-width: 767px) {
  .products-list-stack .commparison-stack-product-split .purchase-box {
    flex: 0 1 100%; } }

.products-list-stack .commparison-stack-product-split .purchase-box.highlighted {
  padding-top: 0;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC; }

@media screen and (max-width: 767px) {
  .products-list-stack .commparison-stack-product-split .purchase-box.highlighted {
    border-left: none; } }

.products-list-stack .commparison-stack-product-split .highlighted-bar {
  margin-left: -.0625rem;
  margin-right: 0rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  border-radius: 0; }

.products-list-stack .product-item .amount {
  font-size: 0.875rem;
  line-height: 1rem; }

.products-list-stack .product-item .amount .large {
  font-size: 2rem;
  line-height: 2.375rem; }

.products-list-stack .product-item .price {
  margin-top: 1.5rem; }

.products-list-stack .btn-primary {
  display: block;
  margin: .5rem 2rem 0 2rem; }

.tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 400; }

.tab-list + * {
  padding-top: 1rem; }

@media screen and (min-width: 768px) {
  .tab-list + * {
    padding-top: 2rem; } }

.tab-list .tab-active {
  cursor: default;
  -webkit-box-shadow: inset 0 -4px #0A6DE6;
  -moz-box-shadow: inset 0 -4px #0A6DE6;
  box-shadow: inset 0 -4px #0A6DE6; }

.tab-list .tab-active:before {
  content: "Current tab: "; }

.tab-list > * {
  display: inline-block; }

.tab-list > * a,
.tab-list > * .a {
  color: inherit;
  margin: 0;
  font-weight: inherit;
  padding: 1rem 0.75rem;
  font-size: 1rem;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: box-shadow 0.125s, background-color 0.125s; }

.tab-list > * a:hover:not(.tab-active),
.tab-list > * .a:hover:not(.tab-active) {
  background-color: #fff; }

.tab-list > * a:focus,
.tab-list > * .a:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 3px #005fcc;
  -moz-box-shadow: inset 0 0 0 3px #005fcc;
  box-shadow: inset 0 0 0 3px #005fcc; }

.tab-list > * a.tab-active:focus,
.tab-list > * .a.tab-active:focus {
  -webkit-box-shadow: 0 -4px #0A6DE6 inset,0 -7px #005fcc inset,0 0 0 3px #005fcc inset;
  -moz-box-shadow: 0 -4px #0A6DE6 inset,0 -7px #005fcc inset,0 0 0 3px #005fcc inset;
  box-shadow: 0 -4px #0A6DE6 inset,0 -7px #005fcc inset,0 0 0 3px #005fcc inset; }

.tab-list > * a:active,
.tab-list > * .a:active {
  background-color: #EEF8FF; }

.section > .tab-list {
  margin-top: -1rem; }

@media screen and (min-width: 768px) {
  .section > .tab-list {
    margin-top: -1.5rem; } }

.tab-group > .tab-active:before {
  display: block;
  content: "";
  height: 50px;
  margin: -50px 0 0; }

.tab-group > *:focus {
  outline: none; }

.tab-group > *:not(.tab-active) {
  display: none; }

.section .section-title {
  margin-bottom: 10px; }

.tipsy {
  height: 24px;
  width: 24px;
  margin-top: 20px; }

#pricing #util-menu-mobile .util-menu-cta [data-cs-name="nav.menu.cta.start.membership"] {
  display: none; }

#pricing .offsection {
  background-color: #F0F1F2; }

#pricing #reports-features {
  background-color: #fff; }

#pricing .offbg {
  background-color: #F5F6F7; }

#pricing .section:nth-child(1) h2 {
  padding-left: 16px;
  padding-right: 16px; }

@media screen and (min-width: 920px) and (-ms-high-contrast: active) {
  .layout-columns.flex-wrap .product-item {
    flex-basis: 30%; } }

@media screen and (min-width: 920px) {
  @supports (-ms-accelerator: true) {
    .layout-columns.flex-wrap .product-item {
      flex-basis: 30%; } } }

.tab-list .abtest_fpp {
  display: none; }

#pricing #reports-features-1 .seg-button,
#pricing #plans-features.plans-features-app .seg-button {
  text-align: center;
  padding: 12px 0 24px; }

#pricing #reports-features-1 .seg-button > button,
#pricing #plans-features.plans-features-app .seg-button > button {
  padding: 12px 16px;
  border: 1px solid #ccc;
  line-height: 24px;
  background-color: white; }

#pricing #reports-features-1 .seg-button > button:hover,
#pricing #plans-features.plans-features-app .seg-button > button:hover {
  background-color: #005388;
  color: white; }

#pricing #reports-features-1 .seg-button > button.active,
#pricing #plans-features.plans-features-app .seg-button > button.active {
  background-color: #0A6DE6;
  color: white;
  font-weight: 500;
  cursor: default; }

#pricing #reports-features-1 .seg-button > button.active:hover,
#pricing #plans-features.plans-features-app .seg-button > button.active:hover {
  background-color: #005388; }

#pricing #reports-features-1 .seg-button > button.seg-first,
#pricing #plans-features.plans-features-app .seg-button > button.seg-first {
  border-radius: 4px 0 0 4px; }

#pricing #reports-features-1 .seg-button > button.seg-second,
#pricing #plans-features.plans-features-app .seg-button > button.seg-second {
  margin-left: -5px;
  border-left: none;
  border-radius: 0 4px 4px 0; }

.products-list-single-col .product-item.balance-col {
  padding: 48px 0; }

@media screen and (max-width: 767px) {
  .products-list-single-col .product-item.balance-col {
    padding: 0;
    margin-top: 0; } }

@media screen and (min-width: 767px) {
  .products-list-single-col .product-item.no-pad-rl {
    padding-left: 0;
    padding-right: 0; } }

.products-list-single-col .product-item .bottom span > svg.normal,
.products-list-single-col .product-item .bottom div > span > svg.normal {
  width: 48px;
  height: 48px;
  fill: #9F5FAA; }

@media screen and (max-width: 767px) {
  .products-list-single-col .product-item .bottom .price-wrapper.one {
    display: none; }
  .products-list-single-col .product-item .bottom .price-wrapper.two {
    display: block; } }

@media screen and (max-width: 767px) {
  .products-list-single-col .product-item .bottom .flex-c {
    justify-content: center; } }

.products-list-single-col .product-item .bottom .pos-center {
  position: relative;
  top: 7px; }

.products-list-single-col .product-item.img-holder > img {
  width: 354px;
  height: 340px; }

@media screen and (max-width: 767px) {
  .products-list-single-col .product-item.img-holder {
    display: none; } }

@media screen and (max-width: 767px) {
  .products-list-single-col .r-pad-top {
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  .products-list-single-col .r-mag-bot {
    margin-bottom: 0; } }

.products-list-single-col .price-wrapper a {
  margin-top: 0.5rem; }

.products-list-single-col .price-wrapper a.link-w-icon {
  color: #0A6DE6;
  display: block;
  line-height: 1.5rem;
  text-decoration: none; }

.products-list-single-col .price-wrapper a.link-w-icon:hover {
  text-decoration: underline; }

.products-list-single-col .legal-disclosures.mobile-only {
  margin-top: 1rem; }

#choose-a-plan .section-header,
#choose-a-plan .tab-list,
#choose-a-credit-report .section-header,
#choose-a-credit-report .tab-list {
  background-color: #fff; }

@media screen and (min-width: 768px) {
  #choose-a-plan .products-list,
  #choose-a-credit-report .products-list {
    padding-top: 80px; } }

@media screen and (max-width: 767px) {
  #choose-a-plan .products-list,
  #choose-a-credit-report .products-list {
    padding-top: 48px; } }

#choose-a-plan .legal-disclosures:not(.mobile-only),
#choose-a-credit-report .legal-disclosures:not(.mobile-only) {
  padding-bottom: 4rem; }

@media screen and (max-width: 767px) {
  #choose-a-plan .legal-disclosures:not(.mobile-only),
  #choose-a-credit-report .legal-disclosures:not(.mobile-only) {
    padding-bottom: 3rem; } }

#choose-a-plan.section,
#choose-a-credit-report.section {
  padding-bottom: 0; }

#choose-a-plan #legal-credit-reports-01 .disc-text,
#choose-a-credit-report #legal-credit-reports-01 .disc-text {
  font-weight: 400;
  display: inline-block;
  margin: 0;
  font-size: 16px; }

#choose-a-plan .products-list {
  background-color: #F7F7F8; }

.compare-plans-table {
  line-height: 1.5em;
  border-collapse: collapse; }

.compare-plans-table .advanced {
  background-color: #fafafa; }

.compare-plans-table .premier {
  background-color: #f5f5f5; }

.compare-plans-table .highlighted:before {
  content: "";
  display: block;
  background-color: #FFD606;
  height: .5rem;
  margin-top: -.5rem;
  margin-left: -1px;
  margin-right: -1px;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem; }

@media screen and (max-width: 880px) {
  .compare-plans-table .highlighted:before {
    margin-top: calc((.5rem + 1px) * -1); } }

.compare-plans-table th {
  text-transform: uppercase; }

.compare-plans-table .label {
  height: 100%; }

.compare-plans-table .label .icon {
  background-color: #FDB528;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: .75rem;
  color: white; }

.compare-plans-table .label .text {
  margin-left: 1rem;
  font-size: 1.25rem; }

@media screen and (min-width: 768px) {
  .compare-plans-table .label .text {
    font-size: 1.5rem; } }

.compare-plans-table .label .help {
  margin-left: .375rem; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .compare-plans-table .label .help {
    margin-left: 0; } }

.compare-plans-table .value {
  text-align: center;
  width: calc(50%/3); }

@media screen and (min-width: 881px) {
  .compare-plans-table td,
  .compare-plans-table th {
    -webkit-box-shadow: inset 1px 0 #D0D6DA,inset 0 1px #D0D6DA;
    -moz-box-shadow: inset 1px 0 #D0D6DA,inset 0 1px #D0D6DA;
    box-shadow: inset 1px 0 #D0D6DA,inset 0 1px #D0D6DA; }
  .compare-plans-table tbody tr:first-of-type td:first-child {
    border-top-left-radius: .5rem; }
  .compare-plans-table tbody tr:not(last-of-type) td:last-of-type {
    -webkit-box-shadow: inset 0 1px #D0D6DA,inset -1px 0 #D0D6DA,inset 1px 0 #D0D6DA;
    -moz-box-shadow: inset 0 1px #D0D6DA,inset -1px 0 #D0D6DA,inset 1px 0 #D0D6DA;
    box-shadow: inset 0 1px #D0D6DA,inset -1px 0 #D0D6DA,inset 1px 0 #D0D6DA; }
  .compare-plans-table thead tr :nth-child(2) {
    border-top-left-radius: .5rem; }
  .compare-plans-table thead tr > th:first-of-type {
    box-shadow: none; }
  .compare-plans-table thead tr > th:last-of-type {
    border-top-right-radius: .5rem;
    -webkit-box-shadow: inset 0 1px #D0D6DA,inset -1px 0 #D0D6DA,inset 1px 0 #D0D6DA;
    -moz-box-shadow: inset 0 1px #D0D6DA,inset -1px 0 #D0D6DA,inset 1px 0 #D0D6DA;
    box-shadow: inset 0 1px #D0D6DA,inset -1px 0 #D0D6DA,inset 1px 0 #D0D6DA; }
  .compare-plans-table tbody tr:last-of-type > td {
    -webkit-box-shadow: inset 0 1px #D0D6DA,inset 0 -1px #D0D6DA,inset 1px 0 #D0D6DA;
    -moz-box-shadow: inset 0 1px #D0D6DA,inset 0 -1px #D0D6DA,inset 1px 0 #D0D6DA;
    box-shadow: inset 0 1px #D0D6DA,inset 0 -1px #D0D6DA,inset 1px 0 #D0D6DA; }
  .compare-plans-table tbody tr:last-of-type > td:last-of-type {
    border-bottom-right-radius: .5rem;
    -webkit-box-shadow: inset 0 1px #D0D6DA,inset -1px 0 #D0D6DA,inset 0 -1px #D0D6DA,inset 1px 0 #D0D6DA;
    -moz-box-shadow: inset 0 1px #D0D6DA,inset -1px 0 #D0D6DA,inset 0 -1px #D0D6DA,inset 1px 0 #D0D6DA;
    box-shadow: inset 0 1px #D0D6DA,inset -1px 0 #D0D6DA,inset 0 -1px #D0D6DA,inset 1px 0 #D0D6DA; }
  .compare-plans-table tbody tr:last-of-type > td:first-of-type {
    border-bottom-left-radius: .5rem;
    -webkit-box-shadow: inset 0 1px #D0D6DA,inset 0 -1px #D0D6DA,inset 1px 0 #D0D6DA;
    -moz-box-shadow: inset 0 1px #D0D6DA,inset 0 -1px #D0D6DA,inset 1px 0 #D0D6DA;
    box-shadow: inset 0 1px #D0D6DA,inset 0 -1px #D0D6DA,inset 1px 0 #D0D6DA; } }

@media screen and (max-width: 359px) {
  .compare-plans-table .pad {
    padding-left: .25rem;
    padding-right: .25rem; } }

@media screen and (max-width: 880px) {
  .compare-plans-table {
    border: 1px solid #D0D6DA;
    -webkit-border-radius: .5rem;
    -ms-border-radius: .5rem;
    border-radius: .5rem;
    background-clip: padding-box;
    display: block; }
  .compare-plans-table thead tr th:last-of-type {
    border-top-right-radius: .5rem; }
  .compare-plans-table tbody tr:last-of-type > td:last-of-type {
    border-bottom-right-radius: .5rem; }
  .compare-plans-table td {
    border-top: 1px solid #D0D6DA; }
  .compare-plans-table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .compare-plans-table .label {
    display: block;
    flex-basis: 100%; }
  .compare-plans-table .label .text {
    font-size: 1.25rem; }
  .compare-plans-table .value {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    flex-basis: 30%;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .compare-plans-table .middle-column {
    -webkit-box-shadow: inset -1px 0 #D0D6DA,inset 1px 0 #D0D6DA;
    -moz-box-shadow: inset -1px 0 #D0D6DA,inset 1px 0 #D0D6DA;
    box-shadow: inset -1px 0 #D0D6DA,inset 1px 0 #D0D6DA; } }

#pricing.app #choose-a-plan.freeplan .products-list-three-col .layout-columns .product-item:nth-child(1) {
  display: block; }

#pricing .freeplan-product-landing-page .plan-ind-wrapper {
  background-color: #EFEFF4; }

#pricing .freeplan-product-landing-page .tab-list {
  border-bottom: 1px solid #ccc; }

#pricing .freeplan-product-landing-page .tab-list + * {
  padding-top: 0; }

#pricing .freeplan-product-landing-page .superhide {
  display: none !important; }

#pricing .freeplan-product-landing-page .freeplan-compare .layout-columns {
  margin: 0 auto;
  justify-content: center; }

#pricing .freeplan-product-landing-page .freeplan-compare .product-item {
  flex-basis: 36%;
  padding: 0; }

#pricing .freeplan-product-landing-page .freeplan-compare .gray-text {
  color: #5C6C75;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center; }

#pricing .freeplan-product-landing-page .freeplan-compare ul.checklist {
  margin-bottom: 1rem; }

#pricing .freeplan-product-landing-page .freeplan-compare ul.checklist li {
  border: none; }

#pricing .freeplan-product-landing-page .freeplan-compare ul.checklist li.checklist-border {
  border-bottom: 1px solid #ccc; }

#pricing .freeplan-product-landing-page .freeplan-compare ul.checklist li.top-text {
  justify-content: center;
  padding: 0.2rem 0;
  text-align: center; }

#pricing .freeplan-product-landing-page .freeplan-compare ul.checklist li.wrap-content {
  flex-wrap: wrap;
  max-width: 360px;
  justify-content: left;
  text-align: left; }

#pricing .freeplan-product-landing-page .freeplan-compare ul.checklist li.wrap-content.special-wrap {
  width: 300px; }

#pricing .freeplan-product-landing-page .freeplan-compare ul.checklist li .fbasis80 {
  flex-basis: 80%; }

#pricing .freeplan-product-landing-page .freeplan-compare ul.checklist li .texta {
  margin-left: 40px;
  text-align: left; }

#pricing .freeplan-product-landing-page .freeplan-compare ul.checklist .pb16 {
  padding-bottom: 16px; }

#pricing .freeplan-product-landing-page .freeplan-compare ul.checklist .pt16 {
  padding-top: 16px; }

#pricing .freeplan-product-landing-page .freeplan-compare .bottom .price,
#pricing .freeplan-product-landing-page .freeplan-compare .bottom .amount {
  font-size: 0.875rem;
  line-height: 1rem; }

#pricing .freeplan-product-landing-page .freeplan-compare .bottom .price {
  padding-top: 0; }

#pricing .freeplan-product-landing-page .freeplan-compare .bottom .icon {
  flex-grow: initial; }

#pricing .freeplan-product-landing-page .freeplan-compare .bottom .large {
  font-size: 2rem;
  line-height: 2.375rem; }

#pricing .freeplan-product-landing-page .freeplan-compare .legal-disclosures .impt-note {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 1.17em;
  color: #1F323F; }

#pricing .freeplan-product-landing-page .freeplan-compare .legal-disclosures.mobile-only {
  margin-top: 0; }

#pricing .freeplan-product-landing-page .freeplan-compare .layout-columns.mobi-reversed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse; }

#pricing .freeplan-product-landing-page .freeplan-compare .layout-columns.mobi-reversed > * + * {
  margin-top: 0;
  margin-bottom: 1.5rem; }

#pricing .freeplan-product-landing-page .freeplan-compare .special-space {
  margin: 0; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(12px); }
  20% {
    opacity: 0.5;
    transform: translateY(9px); }
  40% {
    opacity: 0.8;
    transform: translateY(6px); }
  60% {
    opacity: 1;
    transform: translateY(3px); }
  100% {
    transform: translateY(0px); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(12px); }
  20% {
    opacity: 0.5;
    transform: translateY(9px); }
  40% {
    opacity: 0.8;
    transform: translateY(6px); }
  60% {
    opacity: 1;
    transform: translateY(3px); }
  100% {
    transform: translateY(0px); } }

.myf-po {
  position: absolute;
  max-width: 400px;
  width: 400px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #323232;
  padding: 24px;
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  z-index: 1; }

.myf-po button {
  color: #fff; }

.myf-po > i.tip-arrow {
  display: block;
  padding: 0;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  position: absolute; }

.myf-po[x-placement="bottom"] > i.tip-arrow {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #2f2f2f;
  top: -12px; }

.myf-po[x-placement="top"] > i.tip-arrow {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #2f2f2f;
  bottom: -12px; }

.myf-po.display {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@media screen and (max-width: 540px) {
  .myf-po {
    width: calc( 100vw - 16px);
    max-width: calc( 100vw - 16px); }
  .myf-po > i.tip-arrow {
    left: auto;
    right: 24px; } }

.ksp-test-wrapper.ksp-test-pricing .free-product-wrapper,
.ksp-test-wrapper.ksp-test-pricing .free-elem {
  display: none; }

.ksp-test-wrapper.ksp-test-pricing .gray-text {
  color: #5C6C75;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center; }

.ksp-test-wrapper.ksp-test-pricing .free-product-wrapper .price {
  margin-top: 0.75rem; }

@media screen and (max-width: 767px) {
  .ksp-test-wrapper.ksp-test-pricing .products-list.products-list-three-col .basic-product-wrapper,
  .ksp-test-wrapper.ksp-test-pricing .products-list.products-list-three-col .base-elem {
    display: none; }
  .ksp-test-wrapper.ksp-test-pricing .products-list.products-list-three-col .free-product-wrapper {
    display: block; }
  .ksp-test-wrapper.ksp-test-pricing .products-list.products-list-three-col .free-elem {
    display: inline-block; } }

*,
*:before,
*:after,
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

*:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0A6DE6; }

body {
  margin: 0;
  background: #F7F7F8;
  font-family: "Outfit", sans-serif;
  color: #1F323F; }

.svgs,
.hide {
  display: none; }

.for-keyboard-navigation .control-checkbox:focus + label, .for-keyboard-navigation .control-radio:focus + label {
  outline: auto 5px -webkit-focus-ring-color; }

@media screen and (max-width: 480px) {
  .more-link-wrapper {
    padding-top: 1rem; } }

@media screen and (min-width: 481px) {
  .more-link-wrapper {
    position: absolute;
    top: 1rem;
    right: 1rem; } }

@media screen and (min-width: 1024px) {
  .more-link-wrapper {
    top: 1.25rem;
    right: 1.5rem; } }

.more-link-wrapper a {
  display: inline-flex;
  text-decoration: none;
  border-radius: 4px;
  color: #0A6DE6;
  padding: .25rem .5rem;
  margin: -.25rem -.5rem; }
  .more-link-wrapper a:hover {
    color: #2056C3;
    background-color: #EEFCFD; }

.widget-inline {
  padding: 1rem;
  background-color: #F7F7F8;
  border-radius: .5rem; }
  @media screen and (min-width: 1024px) {
    .widget-inline {
      padding: 1rem;
      box-shadow: none;
      margin-left: .75rem;
      margin-bottom: .25rem;
      width: 270px;
      max-width: 50%;
      float: right; } }
  .widget-inline a {
    border-radius: .25rem;
    line-height: 1em;
    display: flex;
    align-items: center;
    margin: -.325rem -.5rem;
    padding: .325rem .5rem;
    text-decoration: none; }
    .widget-inline a:hover {
      color: inherit;
      text-decoration: none;
      color: #2056C3;
      border-radius: .25rem;
      background-color: #EEFCFD; }
  .widget-inline .icon {
    display: table-cell;
    color: #0A6DE6;
    width: 1.5rem; }
    .widget-inline .icon svg {
      margin-left: -.25rem;
      vertical-align: center;
      width: 2rem;
      height: 2rem; }
  .widget-inline .text {
    padding-left: .5rem;
    font-weight: 500;
    flex: 1; }
  .widget-inline .legend {
    display: block;
    margin-top: .25rem;
    margin-bottom: .25rem;
    color: #5C6C75; }

* {
  font-family: "Outfit"; }

.page {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex; }

.main-nav-wrapper {
  padding: 1rem 0.25rem;
  border-bottom: 1px solid #ddd;
  background-color: white;
  min-height: 24px; }
  .main-nav-wrapper .control-toggle-app-nav {
    margin-right: 1rem; }
  .main-nav-wrapper .logo {
    vertical-align: top;
    max-height: 36px; }

.page-content {
  padding-top: 1rem; }
  @media screen and (min-width: 1024px) {
    .page-content {
      padding-top: 1.5rem; } }
  @media screen and (max-width: 768px) {
    .page-content {
      padding-top: 4rem; } }
  @media screen and (min-width: 960px) {
    .page-content {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
.page-content-secondary {
  flex-shrink: 0;
  margin-bottom: 1em; }
  @media screen and (min-width: 960px) {
    .page-content-secondary {
      margin-left: 1.5rem;
      width: 260px; } }
.page-footer {
  padding: 1rem 0.25rem;
  background-color: #1B75BC;
  color: white;
  border-top: 1px solid #ddd; }

.float {
  padding: 0 10%;
  margin-bottom: 0.5rem;
  width: 100%; }
  @media screen and (min-width: 415px) {
    .float {
      right: 0;
      float: right;
      margin-bottom: 0.25rem;
      padding: 0;
      padding-left: 1rem;
      max-width: 235px; }
      .float.left {
        float: left;
        padding-left: 0;
        padding-right: 1rem; } }
.heading-glossary {
  margin-bottom: 0;
  padding-top: 1.125rem;
  border-top: 1px solid #DDDDDD; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.0625em; }

abbr {
  text-decoration: none; }

p {
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.5rem; }
  p + h2, p + h3, p + h4, p + h5, p + h6 {
    padding-top: .5rem; }
  p:last-of-type {
    margin-bottom: 0; }

a {
  color: inherit; }
  a:hover {
    text-decoration: underline; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

.uppercase {
  text-transform: uppercase; }

blockquote {
  color: #1F323F;
  margin-left: 0;
  margin-right: 0; }

.footnote {
  color: #0A6DE6;
  border-radius: 3px;
  text-decoration: none;
  padding-left: .125rem;
  padding-right: .125rem; }
  .footnote:hover {
    background-color: #EEFCFD;
    color: #2056C3; }
  .footnote:focus {
    color: #2056C3; }
  .footnote:before {
    content: "[";
    padding-right: .125rem; }
  .footnote:after {
    content: "]";
    padding-left: .125rem; }

.reversefootnote {
  color: #4EAFE5;
  border-radius: 3px;
  padding-left: .325rem;
  padding-right: .325rem;
  padding-bottom: .25rem;
  text-decoration: none; }
  .reversefootnote:hover {
    background-color: #EEFCFD;
    color: #2056C3; }
  .reversefootnote:focus {
    color: #2056C3; }

.footnotes ol {
  margin-top: 0;
  padding: 1.125rem;
  margin-bottom: 0; }
  .footnotes ol li:last-of-type {
    margin-bottom: -1.5rem; }

label {
  cursor: pointer; }

.control-checkbox {
  position: absolute;
  left: -9999px; }

.sidenav-wrapper {
  width: 248px;
  transition: margin-left 0.25s;
  margin-right: 1.5rem;
  margin-right: 1rem; }
  @media screen and (min-width: 1024px) {
    .sidenav-wrapper {
      margin-top: 1.5rem; } }
  @media screen and (max-width: 1023px) {
    .sidenav-wrapper {
      margin-right: 0;
      margin-left: -248px;
      float: left;
      display: none; }
      .sidenav-wrapper.visible {
        display: initial;
        float: none;
        background-color: rgba(0, 0, 0, 0.85);
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        padding-right: 3rem;
        margin-left: 0;
        z-index: 999; }
        .sidenav-wrapper.visible nav {
          background-color: white; } }
.sidenav > .body {
  overflow-y: auto; }

.sidenav a {
  padding: 0;
  transition: 0.125s all;
  color: #1F323F;
  text-decoration: none;
  display: block; }
  .sidenav a:focus {
    outline: none;
    box-shadow: none; }
    .sidenav a:focus .current {
      box-shadow: inset 4px 0 #0A6DE6, inset 0 0 0 2px #0A6DE6; }
    .sidenav a:focus > * {
      box-shadow: inset 0 0 0 2px #0A6DE6; }
  .sidenav a:hover {
    text-decoration: none; }
    .sidenav a:hover > * {
      background-color: #EEFCFD;
      color: black; }

.sidenav ul {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.sidenav .pad {
  display: block;
  padding: 0.625rem 1rem 0.625rem 1.5rem;
  padding-left: 1.5rem; }
  @media screen and (min-width: 1024px) {
    .sidenav .pad {
      border-radius: 0 100px 100px 0; } }
.sidenav .icon {
  font-size: 0.125em;
  color: inherit;
  line-height: 0.05em;
  vertical-align: middle; }
  .sidenav .icon svg {
    font-size: 0.25em;
    width: 24px;
    height: 24px; }
  .sidenav .icon.icon-button {
    padding: 0.625rem; }

.sidenav .hide-children ul {
  display: none; }

.sidenav .top-level {
  font-size: 1.375rem;
  font-weight: 500; }

.sidenav .second-level {
  font-size: 1rem;
  font-weight: 400; }

.sidenav .current {
  background-color: #fff;
  box-shadow: inset 4px 0 #0A6DE6; }

.sidenav .header {
  line-height: 1em;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D0D6DA;
  align-items: center;
  justify-content: space-between; }
  .sidenav .header .sidenav-toggle-icon {
    border-radius: 100px; }
  .sidenav .header :focus + .sidenav-toggle-icon {
    box-shadow: 0 0 0 2px #0A6DE6; }
  .sidenav .header .icon-button {
    color: #0A6DE6; }
  .sidenav .header button,
  .sidenav .header a {
    color: #0A6DE6;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 100px;
    padding: 0.625rem;
    margin: -0.625rem; }
    .sidenav .header button .icon,
    .sidenav .header a .icon {
      margin: 0; }
    .sidenav .header button *,
    .sidenav .header a * {
      padding: 0; }
    .sidenav .header button:hover,
    .sidenav .header a:hover {
      background-color: #EEFCFD;
      color: black; }
    .sidenav .header button:focus,
    .sidenav .header a:focus {
      box-shadow: 0 0 0 2px #0A6DE6;
      outline: none; }
  .sidenav .header .left {
    font-size: 21px; }
    .sidenav .header .left .text {
      vertical-align: middle; }
  @media screen and (min-width: 1024px) {
    .sidenav .header {
      display: none; } }
@media screen and (min-width: 1024px) {
  .sidenav .products {
    display: none; } }

.sidenav .product-list a {
  display: block; }

.sidenav .product-list .icon {
  padding: 0;
  padding-right: 0.5rem; }
  .sidenav .product-list .icon svg {
    width: 36px;
    height: 36px; }

.sidenav .product-list .name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #0e171d;
  line-height: 1.25em;
  margin-bottom: 0.25rem; }

.sidenav .product-list .description {
  font-size: 16px;
  line-height: 1.25em;
  margin-bottom: -0.5em; }

.sidenav .product-list > li div {
  display: table;
  vertical-align: top; }
  .sidenav .product-list > li div > * {
    display: table-cell; }

.icon-dropdown svg {
  transform: rotate(0deg); }
  .hide-children .icon-dropdown svg {
    transform: rotate(180deg); }

.faq_section h1,
.glossary_section h1 {
  margin: 0; }

.collection ul, .collection li {
  margin: 0;
  padding: 0; }

.collection .collection-index {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 1024px) {
    .collection .collection-index {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  .collection .collection-index li {
    flex-shrink: 0;
    margin: -.25rem 0;
    padding: 0; }
  .collection .collection-index a {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    color: #0A6DE6;
    border-radius: 3px; }
    .collection .collection-index a:hover {
      background-color: #EEFCFD;
      color: #2056C3; }
    .collection .collection-index a:hover, .collection .collection-index a:focus {
      padding: .125rem .5rem;
      margin: -.125rem -.5rem; }

.collection .collection-view {
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.25);
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 70rem;
  overflow-y: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -1.25rem; }
  @media screen and (min-width: 1024px) {
    .collection .collection-view {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  .collection .collection-view ul, .collection .collection-view li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .glossary_section .collection .collection-view {
    padding-left: 0; }
    @media screen and (min-width: 1024px) {
      .glossary_section .collection .collection-view {
        padding-left: .5rem; } }
    .glossary_section .collection .collection-view .group {
      margin-left: 1rem;
      box-shadow: inset 0 1px #D0D6DA; }
      .glossary_section .collection .collection-view .group > h2 {
        padding-left: 0; }
      .glossary_section .collection .collection-view .group:first-of-type {
        margin-top: 0;
        box-shadow: none; }
      .glossary_section .collection .collection-view .group ul {
        padding-left: 0; }
  .collection .collection-view .group {
    margin-top: 1rem;
    padding-top: 1rem; }
    .collection .collection-view .group h2 {
      font-weight: 500;
      padding: 0 1rem;
      margin-bottom: .5rem;
      color: #1F323F; }
      @media screen and (min-width: 1024px) {
        .collection .collection-view .group h2 {
          padding: 0 1.5rem; } }
      .collection .collection-view .group h2 a {
        display: block;
        color: white;
        text-decoration: none; }
    .collection .collection-view .group h3 {
      font-weight: 500;
      margin-top: 1.25rem;
      margin-bottom: 0; }
      .collection .collection-view .group h3 a {
        margin: -.125rem -.25rem;
        padding: .125rem .25rem;
        text-decoration: none;
        color: inherit; }
    .collection .collection-view .group > ul {
      padding-left: 1rem; }
      @media screen and (min-width: 1024px) {
        .collection .collection-view .group > ul {
          padding-left: 1.5rem; } }
      .collection .collection-view .group > ul li {
        padding-right: 1.5rem; }
        @media screen and (min-width: 1024px) {
          .collection .collection-view .group > ul li {
            padding-right: 1rem; } }
    .faq .collection .collection-view .group {
      margin-top: 0; }
      .faq .collection .collection-view .group h2 {
        margin: 0;
        margin-bottom: .5rem; }
      .faq .collection .collection-view .group .entries {
        margin-bottom: 0; }
        .faq .collection .collection-view .group .entries li a {
          margin-left: -1rem;
          margin-right: -1.5rem;
          padding: 1rem;
          display: block;
          transition: .125s padding;
          text-decoration: none; }
          @media screen and (min-width: 1024px) {
            .faq .collection .collection-view .group .entries li a {
              margin-left: -1.5rem;
              margin-right: -1rem;
              padding-left: 1.5rem; } }
          .faq .collection .collection-view .group .entries li a:focus {
            outline: none;
            box-shadow: inset 0 0 0 2px #0A6DE6; }
          .faq .collection .collection-view .group .entries li a:hover {
            background-color: #EEFCFD; }
        .faq .collection .collection-view .group .entries li + li {
          border-top: solid 1px #D0D6DA; }

i {
  color: #0A6DE6;
  padding: 6px;
  display: inline-block;
  line-height: .5em; }
  i svg {
    line-height: .5em;
    display: inline-block;
    height: 24px;
    width: 24px; }

label {
  border-radius: 4px;
  display: inline-block; }
  label:hover {
    background: #EEFCFD; }

section {
  position: relative; }

article {
  position: relative;
  background-color: #fff; }
  article > img {
    display: block;
    width: 100%;
    margin-right: -1.5rem;
    margin-bottom: 0.75rem; }
  article h1 {
    margin-top: -.25rem; }
  article .header + h1 {
    font-weight: 400; }
  article .lead {
    line-height: 1.5em; }
  article .header {
    border-bottom: 1px solid #D0D6DA;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: -1rem;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    margin-right: -1rem;
    padding-bottom: .5rem; }
    @media screen and (min-width: 1024px) {
      article .header {
        display: none; } }
    article .header .nav-link {
      border-radius: 100px;
      text-decoration: none;
      padding: .375rem .5rem;
      margin-left: -.5rem;
      display: inline-block; }
      article .header .nav-link:hover {
        background-color: #EEFCFD;
        color: #2056C3; }
      article .header .nav-link .text {
        vertical-align: middle;
        font-size: 1rem;
        line-height: 1.5rem; }
      article .header .nav-link .icon {
        vertical-align: bottom;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: -.125rem;
        color: #0A6DE6; }
        article .header .nav-link .icon + .text {
          padding-left: .125rem;
          padding-right: .125rem; }
        article .header .nav-link .icon svg {
          line-height: 0;
          width: 24px;
          height: 24px; }
  article ul {
    padding-left: 1.125rem;
    line-height: 1.375em;
    margin-bottom: 1rem; }
    article ul:not(.link-list) li + li {
      margin-top: 1em; }

.link-list {
  list-style: none; }
  .link-list:focus {
    outline: none;
    box-shadow: none; }
  .link-list .thumbnail {
    max-width: 100%;
    border-radius: .5rem;
    margin-bottom: 1rem; }
  .link-list .js-click-target-parent {
    padding: .5rem;
    margin: -.5rem;
    cursor: pointer; }
    .link-list .js-click-target-parent a {
      text-decoration: none;
      pointer-events: none; }
    .link-list .js-click-target-parent:hover {
      background-color: #EEFCFD; }
    .link-list .js-click-target-parent:focus-within {
      box-shadow: 0 0 0 2px #0A6DE6; }
      .link-list .js-click-target-parent:focus-within a {
        box-shadow: none;
        outline: none; }
  .link-list.blog-art .thumbnail {
    aspect-ratio: 1.75;
    background-size: cover;
    background-repeat: no-repeat; }
  .link-list:not(.thumbnails) {
    padding-left: 0;
    margin: 0;
    margin-top: .5rem; }
    .link-list:not(.thumbnails) > li {
      display: flex;
      break-inside: avoid-column;
      padding: .5rem 0; }
    .link-list:not(.thumbnails) a {
      display: flex;
      flex-basis: 100%;
      align-items: flex-start;
      text-decoration: none;
      padding: .25rem;
      margin: -0.25rem;
      border-radius: .25rem; }
      .link-list:not(.thumbnails) a:hover {
        text-decoration: none;
        color: #2056C3;
        background-color: #EEFCFD; }
    .link-list:not(.thumbnails) .bullet {
      color: inherit;
      padding-top: 4px;
      width: .5rem; }
      .link-list:not(.thumbnails) .bullet svg {
        vertical-align: top;
        width: .5rem;
        height: 1rem; }
    .link-list:not(.thumbnails) .text {
      padding-left: .5rem; }
    @media screen and (min-width: 481px) {
      .link-list:not(.thumbnails) {
        padding: 0;
        vertical-align: top; }
        .page-content-primary .link-list:not(.thumbnails) {
          column-count: 2;
          column-gap: 1rem; }
        .link-list:not(.thumbnails) li {
          vertical-align: top; } }
    @media screen and (min-width: 1024px) {
      .link-list:not(.thumbnails) {
        margin-bottom: -.5rem; }
        .page-content-primary .link-list:not(.thumbnails) {
          column-gap: 1.5rem; } }
  .link-list.counter-bullet a {
    text-decoration: none; }
  .link-list.counter-bullet a:hover {
    color: #2056C3; }
    .link-list.counter-bullet a:hover .value {
      background-color: #2056C3; }
  .link-list.counter-bullet .value {
    text-decoration: none;
    background-color: #0A6DE6;
    color: white;
    display: inline-block;
    min-width: 2.75em;
    padding: .325em .325em .25em .325em;
    border-radius: 3px; }
  .link-list.counter-bullet .counter {
    text-align: center;
    display: table-cell; }
  .link-list.icon-bullet {
    padding-left: 0;
    list-style: none; }
    .link-list.icon-bullet a {
      text-decoration: none; }
    .link-list.icon-bullet a:hover {
      color: #2056C3; }
    .link-list.icon-bullet .icon {
      margin-top: .25rem;
      color: #0A6DE6;
      width: 1.5rem; }
      .link-list.icon-bullet .icon svg {
        margin-top: -.25em;
        vertical-align: top;
        width: 1.5rem;
        height: 1.5rem; }
  .link-list.videos button {
    background-color: #fff; }
  .link-list.thumbnails {
    margin: -.5rem -1rem -1rem -1rem;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 1rem; }
    .link-list.thumbnails.videos button {
      background-color: #fff;
      text-align: left;
      display: flex; }
    @media screen and (min-width: 1024px) {
      .link-list.thumbnails {
        padding: 1rem 1.5rem;
        gap: 1.5rem;
        margin: 0 -1.5rem -1rem -1.5rem; } }
    .link-list.thumbnails .thumbnail {
      display: block;
      border-radius: .5rem;
      margin-bottom: .5rem; }
    .link-list.thumbnails li {
      margin: 0;
      padding: 0;
      display: flex;
      flex-basis: 160px;
      flex-shrink: 0;
      flex-grow: 1; }
      .link-list.thumbnails li > a, .link-list.thumbnails li button {
        text-decoration: none; }
        .link-list.thumbnails li > a:hover, .link-list.thumbnails li button:hover {
          color: #2056C3;
          background-color: #EEFCFD; }

.icon-header h2 {
  margin-top: -.5rem;
  font-size: 150%;
  display: flex;
  align-items: center; }
  .icon-header h2 .icon {
    background-color: #F7F7F8;
    padding: 1rem;
    border-radius: 100px; }
    .icon-header h2 .icon svg {
      vertical-align: middle;
      width: 3rem;
      height: 3rem; }
      @media screen and (min-width: 1024px) {
        .icon-header h2 .icon svg {
          width: 4.5rem;
          height: 4.5rem; } }
  .icon-header h2 .text {
    font-size: inherit;
    padding-left: 0.75rem; }
    @media screen and (min-width: 1024px) {
      .icon-header h2 .text {
        padding-left: 1rem; } }
.icon-header .link-list + h3 {
  margin-top: 1.25rem; }

article h1, article .header + h1 {
  font-size: 212.5%;
  line-height: 1.125em; }

.feature-article .para-title {
  font-size: 187.5%;
  line-height: 1.125em; }

.art-wrapper article .art-item .art-block .info-block .title, .large-art, .collection .collection-view .group h2, article h2 {
  font-size: 150%;
  margin-bottom: 0.5rem;
  line-height: 1.125em; }

article h3, .icon-header h3 {
  font-size: 137.5%;
  line-height: 1.25em;
  margin-bottom: 0.5rem; }

.feature-article .headline-title, .widget-inline .text, blockquote, .collection .collection-index, .collection .collection-view .group h3, .faq .collection .collection-view .group .entries li, article .lead {
  font-size: 112.5%;
  line-height: 1.25em; }

p, .link-list:not(.thumbnails) .text {
  font-size: 100%;
  line-height: 1.5em; }

section, article {
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 1024px) {
    section, article {
      padding: 1.5rem;
      margin-bottom: 1.5rem; } }
.sidenav .header {
  display: flex; }

.main-nav-wrapper, .sidenav-wrapper {
  flex-shrink: 0; }

.page, .main-nav-wrapper > *, .page-footer > * {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }

.accessibility-text, .sr-only {
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.main_content p img {
  margin-top: 1rem;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem; }
  @media screen and (min-width: 1024px) {
    .main_content p img {
      width: calc(100% + 3rem);
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
.page-content-primary .main_content .topic-tag {
  border-radius: 100px;
  color: #5C6C75;
  font-size: 16px;
  text-decoration: none;
  line-height: 22px;
  padding: 8px 12px;
  margin: -8px -12px; }
  .page-content-primary .main_content .topic-tag:hover {
    background-color: #EEFCFD; }

.page-content-primary .main_content .topic-tag + * {
  margin-top: .5rem; }
  @media screen and (min-width: 1024px) {
    .page-content-primary .main_content .topic-tag + * {
      margin-top: .75rem; } }
.page-content-primary .main_content .art-date-info {
  margin: 0;
  color: #5C6C75;
  font-size: .875rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 1024px) {
    .page-content-primary .main_content .art-date-info {
      padding-bottom: 1.5rem; } }
.page-content-primary .main_content .art-img-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 260px;
  margin-bottom: .5rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media screen and (min-width: 1024px) {
    .page-content-primary .main_content .art-img-block {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
.author-wrapper {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #D0D6DA;
  margin-left: -1rem;
  padding-left: 1rem;
  margin-right: -1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 1024px) {
    .author-wrapper {
      margin-left: -1.5rem;
      padding-left: 1.5rem;
      margin-right: -1.5rem;
      padding-right: 1.5rem;
      padding-top: 1.5rem;
      margin-top: 1.5rem; } }
  .author-wrapper img {
    box-shadow: 0 0 0 1px #D0D6DA;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin: 0; }
  .author-wrapper .author {
    padding-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center; }
    @media screen and (max-width: 599px) {
      .author-wrapper .author {
        padding: 0 0 0 12px; } }
.text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px; }

.feature-article {
  box-sizing: border-box;
  border-radius: 1rem;
  cursor: pointer; }
  .feature-article:focus-within {
    box-shadow: 0 0 0 3px #0A6DE6; }
    .feature-article:focus-within a {
      box-shadow: none;
      outline: none; }
  .feature-article .headline-title {
    color: #5C6C75; }
  .feature-article .image {
    height: 260px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 1rem -1rem; }
    @media screen and (min-width: 1024px) {
      .feature-article .image {
        margin: 1rem -1.5rem; } }
  .feature-article a {
    text-decoration: none; }

.large-art {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 400; }

.art-wrapper {
  padding: 0;
  margin: 0;
  border: none;
  background-color: inherit; }
  .art-wrapper article {
    padding: 0;
    overflow: auto; }
    .art-wrapper article:focus-within {
      box-shadow: 0 0 0 3px #0A6DE6; }
    .art-wrapper article a {
      box-shadow: none;
      outline: none; }
    .art-wrapper article .art-item {
      display: block;
      text-decoration: none;
      cursor: pointer; }
      @media screen and (min-width: 600px) {
        .art-wrapper article .art-item .art-block {
          display: flex; } }
      .art-wrapper article .art-item .art-block .image {
        flex-basis: 10rem;
        flex-basis: 40%;
        flex-shrink: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #DDDDDD; }
        @media screen and (min-width: 1024px) {
          .art-wrapper article .art-item .art-block .image {
            flex-basis: 50%; } }
        @media screen and (max-width: 599px) {
          .art-wrapper article .art-item .art-block .image {
            border-radius: 1rem 1rem 0 0;
            width: 100%;
            height: 8rem;
            margin-bottom: .75rem; } }
      .art-wrapper article .art-item .art-block .info-block {
        padding-left: 1rem;
        padding-right: 1rem; }
        @media screen and (min-width: 600px) {
          .art-wrapper article .art-item .art-block .info-block {
            padding: 1rem; } }
        @media screen and (min-width: 1024px) {
          .art-wrapper article .art-item .art-block .info-block {
            padding: 1.5rem; } }
        .art-wrapper article .art-item .art-block .info-block .date {
          color: #5C6C75;
          font-size: 14px;
          line-height: 1.5em;
          padding-top: 0;
          margin: 0; }
        .art-wrapper article .art-item .art-block .info-block .title {
          letter-spacing: 0;
          line-height: 30px;
          margin: .375rem 0;
          font-weight: 400; }
          .art-wrapper article .art-item .art-block .info-block .title a {
            text-decoration: none; }
        @media screen and (max-width: 599px) {
          .art-wrapper article .art-item .art-block .info-block .teaser {
            padding-bottom: 1rem; } }
.loadmore-container {
  text-align: center;
  margin-bottom: 20px; }

.loadmore-button {
  font-family: "Outfit", sans-serif;
  border: 1px solid #0A6DE6;
  color: #0A6DE6;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  background-color: inherit;
  border-radius: 100px;
  padding: 10px 18px; }
  .loadmore-button .icon {
    line-height: 0;
    padding-left: .5rem; }
    .loadmore-button .icon svg {
      height: 1.5rem;
      width: 1.5rem; }
  .loadmore-button:hover {
    background-color: #EEFCFD;
    color: #2056C3; }

#myf_credit_edu_main .dialog_video {
  padding: 0;
  box-sizing: border-box;
  width: 736px;
  max-width: 100%;
  background-color: white;
  border-radius: 1rem;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 736px) {
    #myf_credit_edu_main .dialog_video[open] {
      display: flex;
      flex-direction: column;
      border-radius: 0;
      margin: 0;
      height: 100%;
      max-height: 100%; } }
  #myf_credit_edu_main .dialog_video::backdrop {
    background-color: #000;
    opacity: 0.5; }
  #myf_credit_edu_main .dialog_video .transcript-button-container {
    padding: 1.5rem;
    box-sizing: border-box; }
  #myf_credit_edu_main .dialog_video .transcript-button {
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    color: #0a6de6;
    margin: -0.25rem -0.625rem;
    padding: 0.25rem 0.625rem; }
    #myf_credit_edu_main .dialog_video .transcript-button:hover {
      text-decoration: none;
      background-color: #EEFCFD; }
  #myf_credit_edu_main .dialog_video .dialog_video__header {
    padding: 0.5rem;
    display: flex;
    align-items: center; }
    #myf_credit_edu_main .dialog_video .dialog_video__header [data-component="Button"] {
      user-select: none;
      text-decoration: none;
      padding: 0;
      border: none;
      display: inline-block;
      line-height: 0;
      text-align: center;
      background-color: inherit;
      cursor: pointer; }
    #myf_credit_edu_main .dialog_video .dialog_video__header [data-component="Button"][data-component-type="icon"]:hover {
      background-color: #EEFCFD; }
    #myf_credit_edu_main .dialog_video .dialog_video__header [data-component="Button"][data-component-type="icon"] {
      margin-right: 0.25rem;
      color: #0a6de6;
      background-color: transparent;
      padding: 0.625rem;
      border-radius: 500px; }
      #myf_credit_edu_main .dialog_video .dialog_video__header [data-component="Button"][data-component-type="icon"] svg {
        width: 1.5rem;
        height: 1.5rem; }
    #myf_credit_edu_main .dialog_video .dialog_video__header .dialog_title {
      margin: 0;
      font-size: 1.375rem; }
  @media screen and (max-width: 767px) {
    #myf_credit_edu_main .dialog_video .dialog_video__body {
      overflow-y: auto; } }
  #myf_credit_edu_main .dialog_video .video-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%; }
    #myf_credit_edu_main .dialog_video .video-iframe-container iframe {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.credit-galaxy {
  background: url("/static/images/sidebar/banner-score-galaxy-credit-education.jpg") no-repeat 0 0 transparent;
  background-size: 100% auto;
  padding-bottom: 0 !important; }
  .credit-galaxy .info {
    width: 100% !important;
    color: white;
    padding: 0 10px 10px !important;
    text-align: center;
    margin-top: 140px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .credit-galaxy .info {
        margin-top: 175px; } }
    .credit-galaxy .info > span {
      display: block; }
    .credit-galaxy .info > small {
      display: block;
      display: block;
      padding: 0 2px;
      font-size: 12px;
      margin-top: 20px; }
      .credit-galaxy .info > small a {
        display: block;
        margin-top: 12px;
        margin-bottom: 10px; }
    .credit-galaxy .info a {
      color: #006EC6;
      text-decoration: none; }

.page-content .page-content-secondary .also-custom-body {
  position: sticky;
  top: 90px;
  border-top: 1px solid #f7f7f7;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 0px;
  box-shadow: 0px 5px 5px 5px #f7f7f7;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1; }
  .page-content .page-content-secondary .also-custom-body .also-custom-context {
    border: 1px solid #c9c9ce;
    padding-bottom: 20px; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .logo-title {
      text-align: center; }
      .page-content .page-content-secondary .also-custom-body .also-custom-context .logo-title svg {
        height: 100px; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .titleScore {
      font-weight: 500;
      padding: 12px 12px 0;
      font-size: 28px;
      line-height: 32px;
      text-align: center;
      margin-bottom: 20px; }
      .page-content .page-content-secondary .also-custom-body .also-custom-context .titleScore span {
        display: block; }
        @media (max-width: 959px) {
          .page-content .page-content-secondary .also-custom-body .also-custom-context .titleScore span {
            display: inline; } }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .contentTitle {
      width: 100%;
      text-align: center;
      margin-top: 8px; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper {
      position: relative; }
      .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .info {
        padding: 0 20px;
        width: 60%; }
        .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .info > a {
          background-image: none;
          padding: 10px 20px;
          margin-top: 20px;
          text-decoration: none; }
      .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .logo-score svg {
        position: absolute;
        right: -65px;
        width: 200px;
        height: 215px;
        bottom: -20px; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .paraCon {
      padding: 0 16px;
      line-height: 26px;
      margin: -20px 0 0;
      text-align: center; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .scoreCon {
      background-color: #E5EFF5;
      width: 100%;
      margin: 0 auto;
      text-align: center; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .scoreInner {
      padding: 8px 0 0; }
      .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .scoreInner svg {
        margin-right: 60px;
        height: 27px; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .imgSpan {
      display: block;
      color: #00609C;
      font-weight: bold;
      font-size: 38px; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .btnEFF {
      background-image: none;
      padding: 10px 20px;
      text-decoration: none;
      margin: 16px auto 0;
      text-align: center;
      display: block;
      width: 60%;
      background-color: #00609C;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      color: #fff; }
      .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper2 .btnEFF:hover {
        background-color: #004773 !important; }

@media all and (min-width: 767px) and (max-width: 1139px) {
  .page-content .page-content-secondary .also-custom-body {
    top: 80px; } }

@media all and (max-width: 959px) {
  .page-content .page-content-secondary .also-custom-body {
    position: static;
    width: auto;
    border-top: none; } }

@media all and (min-width: 767px) and (max-width: 959px) {
  .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .info {
    width: 80%;
    line-height: 20px; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .info > a {
      display: block;
      text-align: center; } }

@media all and (max-width: 640px) {
  .page-content .page-content-secondary .also-custom-body {
    margin-bottom: 0; } }

@media all and (min-width: 380px) and (max-width: 766px) {
  .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .info {
    width: 80%;
    line-height: 20px; }
    .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .info > a {
      display: block;
      text-align: center; }
  .page-content .page-content-secondary .also-custom-body .also-custom-context .content-wrapper .logo-score svg {
    width: 175px;
    height: 185px; } }

.ce-ad-2024a {
  -webkit-font-smoothing: antialiased;
  color: #1F323F;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  overflow: clip; }
  .ce-ad-2024a a, .ce-ad-2024a a:visited {
    color: inherit; }
  .ce-ad-2024a sup {
    vertical-align: super;
    position: relative;
    top: 0.25em;
    line-height: 0; }
  .ce-ad-2024a * {
    font-family: "Outfit"; }
  .ce-ad-2024a .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .ce-ad-2024a .cta {
    color: #fff;
    border-radius: 1.5rem;
    display: inline-flex;
    padding: .625rem 1.25rem;
    line-height: 1.5rem;
    text-decoration: none;
    background-color: #0A6DE6; }
    .ce-ad-2024a .cta:visited {
      color: #fff; }
    .ce-ad-2024a .cta:visited {
      background-color: #0A6DE6; }
    .ce-ad-2024a .cta:hover {
      background-color: #2056C3; }
    .ce-ad-2024a .cta:focus {
      box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0A6DE6; }
    .ce-ad-2024a .cta:active {
      background-color: #173F90; }
  .ce-ad-2024a .cta-container {
    flex-shrink: 0;
    margin-top: 1rem; }
    @media screen and (min-width: 431px) and (max-width: 959px) {
      .ce-ad-2024a .cta-container {
        margin-top: 0; } }
    .ce-ad-2024a .cta-container .cta-disclaimer {
      color: #5C6C75;
      font-size: .875rem; }
    .ce-ad-2024a .cta-container .cta-legal-disclaimer,
    .ce-ad-2024a .cta-container .cta-disclaimer {
      padding-top: .75rem; }
      @media screen and (min-width: 415px) {
        .ce-ad-2024a .cta-container .cta-legal-disclaimer,
        .ce-ad-2024a .cta-container .cta-disclaimer {
          text-align: center; } }
  .ce-ad-2024a .background-graphic-container {
    line-height: 0; }
    .ce-ad-2024a .background-graphic-container .background-graphic {
      height: 32px;
      width: 100%; }
  .ce-ad-2024a .ce-ad-inner-container {
    position: relative;
    padding: 1.5rem;
    padding-bottom: 0; }
    @media screen and (min-width: 431px) and (max-width: 959px) {
      .ce-ad-2024a .ce-ad-inner-container {
        display: flex;
        gap: 1rem; }
        .ce-ad-2024a .ce-ad-inner-container .main-messaging-container {
          flex: auto; } }
    @media screen and (min-width: 960px) {
      .ce-ad-2024a .ce-ad-inner-container {
        text-align: center; } }
    .ce-ad-2024a .ce-ad-inner-container .hero-image-container {
      flex: none;
      line-height: 0; }
      @media screen and (max-width: 659px) {
        .ce-ad-2024a .ce-ad-inner-container .hero-image-container {
          display: none; } }
      @media screen and (max-width: 959px) {
        .ce-ad-2024a .ce-ad-inner-container .hero-image-container {
          max-width: 180px; } }
      @media screen and (min-width: 960px) {
        .ce-ad-2024a .ce-ad-inner-container .hero-image-container {
          margin-bottom: 1rem; } }
      .ce-ad-2024a .ce-ad-inner-container .hero-image-container .image {
        width: 100%; }
    .ce-ad-2024a .ce-ad-inner-container .banner-title {
      margin: 0;
      font-size: 22px;
      line-height: 28px;
      font-weight: 500;
      margin: 0; }
    .ce-ad-2024a .ce-ad-inner-container .banner-paragraph {
      margin: 0;
      line-height: 1.5rem;
      margin-top: .375rem; }
  .ce-ad-2024a .link-footnote {
    text-decoration: none;
    font-size: .875em; }
    .ce-ad-2024a .link-footnote:focus {
      padding: .25rem .5rem .125rem .5rem;
      margin: -.25rem -.5rem -.125rem -.5rem;
      box-shadow: 0 0 0 2px #0A6DE6;
      background-color: rgba(255, 255, 255, 0.5); }

#credit-education-ad-2024a__advanced-plan-01 .disclaimer {
  font-family: "outfit";
  font-weight: 400;
  color: #5C6C75;
  line-height: 1.25rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 1.5rem; }
  #credit-education-ad-2024a__advanced-plan-01 .disclaimer sup {
    vertical-align: super;
    position: relative;
    top: 0.25em;
    line-height: 0; }
  #credit-education-ad-2024a__advanced-plan-01 .disclaimer a {
    color: inherit; }
  #credit-education-ad-2024a__advanced-plan-01 .disclaimer h2 {
    font-weight: 500;
    margin: 0;
    font-size: 1rem; }

@media screen and (min-width: 200px) and (max-width: 431px) {
  .section-ad-promo .ad-promo.display .background-graphic-container svg.top {
    display: none; }
  .page-content-secondary .ad-promo.display .background-graphic-container svg.side {
    display: block; } }

@media only screen and (max-device-width: 736px) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .page-content-secondary .ad-promo.display {
    display: none; }
    .page-content-secondary .ad-promo.display .background-graphic-container svg.top {
      display: none; } }

@media screen and (min-width: 431px) and (max-width: 959px) {
  .section-ad-promo .ad-promo.display {
    display: block; }
    .section-ad-promo .ad-promo.display .background-graphic-container svg.side {
      display: none; }
  .page-content-secondary .ad-promo.display {
    display: none; }
    .page-content-secondary .ad-promo.display .background-graphic-container svg.top {
      display: none; } }

@media screen and (min-width: 960px) {
  .section-ad-promo .ad-promo.display {
    display: none; }
    .section-ad-promo .ad-promo.display .background-graphic-container svg.side {
      display: none; }
  .page-content-secondary .ad-promo.display {
    display: block;
    position: sticky;
    top: 90px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 0px; }
    .page-content-secondary .ad-promo.display .background-graphic-container svg.top {
      display: none; } }

/*# sourceMappingURL=../../../../../../target/education/myf_credit_edu.css.map */