.icon.icon-l, .icon.icon-xl, .reassurances .tile-reassurances > .icon {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}

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

.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;
}

.home-page .section.hero .image.home-hero, .who-we-are .logo {
  line-height: .1em;
}

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

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

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

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

.icon {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}
.icon.icon-xs-s {
  width: 0.75rem;
  height: 1.5rem;
}
.icon.icon-3s-s {
  width: 4.5rem;
  height: 1.5rem;
}
.icon svg {
  width: 100%;
  height: 100%;
}

.flex, .tile-product {
  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 {
  -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: 0.75rem;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@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: 0.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.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@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: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-clip: padding-box;
  background-color: white;
  margin-bottom: 1rem;
}

.pad {
  padding: 1rem;
}

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

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

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

.reassurances .tile-reassurances > .icon {
  background-color: #C3D62E;
  margin-bottom: .75rem;
}
.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 .price sup {
  top: -.75em;
  font-size: .625em;
  margin-left: 0.125rem;
}
.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: #9F5FAA;
  height: 1rem;
  margin-bottom: 2rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.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;
}

/** terms of use and privacy policy **/
#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: #000;
  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;
  }
}

.home-page .benefits .benefits-list .text-container .title, .home-page .section.hero .section-title {
  margin: 0;
  line-height: 1.25em;
}

.home-page .benefits .benefits-list .text-container .title {
  font-size: 2rem;
}
@media screen and (min-width: 920px) {
  .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;
}

sup, sub {
  padding-left: .125em;
  font-size: .75em;
  vertical-align: baseline;
  position: relative;
}
sup a, sub a {
  font-size: inherit;
  text-decoration: none;
  padding-left: 0.25em;
  padding-right: 0.25em;
  margin-left: -0.25em;
  margin-right: -0.25em;
  color: inherit;
}
sup a:focus, sub a:focus {
  -webkit-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  border-radius: 0.125rem;
  background-clip: padding-box;
}

sup {
  top: -0.2rem;
}

.home-page .section.hero {
  background: url("/shared/static/images/marketing/home-hero-background-2x.jpg") no-repeat;
  text-align: center;
  background-position: center bottom;
  background-size: cover;
}
.home-page .section.hero .section-title {
  margin-bottom: 16px;
}
.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 {
  background: url("/shared/static/images/marketing/choose-a-plan-background-2x.png") no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .home-page .section.last-call {
    background-position: 0% center;
    background-size: cover;
  }
}

.who-we-are .layout-columns > * {
  padding: 0;
}
.who-we-are .section-header {
  padding-bottom: 0rem;
}
.who-we-are .logo-group {
  overflow: hidden;
  border-radius: 0.5rem;
  margin: 10px 0 0 0;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  -moz-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
@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;
}
@media screen and (min-width: 768px) {
  .who-we-are .logo {
    padding: 2rem 0;
  }
}
.who-we-are .logo > svg {
  max-width: 248px;
}
@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: 600;
}
@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;
  }
}

.reassurances .tile-reassurances .icon-l {
  padding: 1rem;
  color: white;
  background-color: #00609C;
}
@media screen and (max-width: 767px) {
  .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: #EBECED;
  position: absolute;
  left: 13px;
  top: 13px;
}
.testimonials .double-quotes svg {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.products-list-three-col .link-w-icon {
  color: #00609C;
  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;
}
.products-list-three-col .legal-disclosures.legal-disclosures-full {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: left;
  font-weight: 300;
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
}
.products-list-three-col .legal-disclosures.legal-disclosures-full p {
  font-size: 0.875rem;
  line-height: 1rem;
}
.products-list-three-col .legal-disclosures.legal-disclosures-full > *:first-child {
  font-weight: 400;
}
.products-list-three-col .legal-disclosures.legal-disclosures-full p + p {
  margin-top: .25rem;
}
.products-list-three-col .legal-disclosures.legal-disclosures-full .abtest {
  display: none;
}
@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;
}

.home-page .section-lead {
  margin-bottom: 0;
}

.home-page .section.hero {
  padding-bottom: 1.5rem;
  background-image: url(/static/images/homepage/home-variation-hero-background.svg);
}

/*# sourceMappingURL=myfico_homepage_a.css.map */
