@import url("//fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900,900i&amp;lang=en");
:focus {
  outline: none;
}

.icon.icon-l, .icon.icon-xl, .tile-features > .icon, button.help,
.button.help,
input[type=submit].help {
  -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;
}

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

.icon.icon-xl, .tile-features > .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, .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;
}

.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-features {
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
  -moz-box-shadow: inset 0 0 0 1px #ccc;
  box-shadow: inset 0 0 0 1px #ccc;
}

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

.tile-product, .tile-features {
  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 {
  background-color: #C3D62E;
  margin-bottom: .75rem;
}
.tile-features > .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;
  }
}

.q-and-a .question > .title, .section .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;
  }
}

.section .section-title {
  font-size: 2rem;
}
@media screen and (min-width: 920px) {
  .section .section-title {
    font-size: 3rem;
  }
}

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

.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: 0.125rem;
  -ms-border-radius: 0.125rem;
  border-radius: 0.125rem;
  background-clip: padding-box;
  color: inherit;
}

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[type=submit].link {
  text-decoration: underline;
  display: inline-block;
  background: transparent;
  border: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  -webkit-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  border-radius: 0.125rem;
  background-clip: padding-box;
}
button.help,
.button.help,
input[type=submit].help {
  background: none;
  padding: 0;
  color: #00609C;
  border: none;
}
button.help svg,
.button.help svg,
input[type=submit].help 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 1rem;
  display: inline-block;
  -webkit-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background-clip: padding-box;
}

.btn-primary {
  color: #fff;
  background-color: #00609C;
}
.btn-primary:hover {
  background-color: #005388;
}
.btn-primary:active {
  background-color: #004773;
}

.btn-secondary {
  color: #00609C;
  background-color: white;
  -webkit-box-shadow: inset 0 0 0 1px #00609C;
  -moz-box-shadow: inset 0 0 0 1px #00609C;
  box-shadow: inset 0 0 0 1px #00609C;
}
.btn-secondary:focus {
  -webkit-box-shadow: inset 0 0 0 1px #00609C, 0 0 0 3px #BEDCFB;
  -moz-box-shadow: inset 0 0 0 1px #00609C, 0 0 0 3px #BEDCFB;
  box-shadow: inset 0 0 0 1px #00609C, 0 0 0 3px #BEDCFB;
}
.btn-secondary:hover {
  background-color: whitesmoke;
}
.btn-secondary:active {
  background-color: #ebebeb;
}

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

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

.nww {
  white-space: nowrap;
}

.offbg {
  background-color: #F5F6F7;
}

abbr {
  text-decoration: none;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #fff;
  color: #000;
  -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: 600;
  text-align: center;
  margin-bottom: 1rem;
}
.section .section-lead {
  font-weight: 400;
  text-align: center;
  font-size: 1.25rem;
  margin: 0;
  margin-bottom: 1.5rem;
  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;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .legal-disclosures {
    margin-top: 2rem;
    text-align: center;
  }
}
.legal-disclosures p {
  margin: 0;
}
.legal-disclosures p + p {
  margin-top: 1rem;
}

.checklist {
  padding: 0;
  margin: 0;
  margin-top: .5rem;
  margin-bottom: 2rem;
}
.checklist > li {
  text-align: left;
  padding: .5rem 0;
  border-bottom: 1px solid #ccc;
}
.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 .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 .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 .legal-disclosures {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  text-align: center;
}
@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-features > .icon {
  background-color: #C3D62E;
}
.tile-features > ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.tile-features > ul > li {
  border-bottom: 1px solid #ccc;
  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 #ccc;
}
.q-and-a .question {
  padding: 1.25rem .75rem;
}
.q-and-a .question:hover {
  cursor: pointer;
  background-color: #eef8ff;
}
@media screen and (max-width: 767px) {
  .q-and-a .max-width-narrow {
    padding-left: 0;
    padding-right: 0;
  }
}
.q-and-a .answer {
  background-color: #F5F6F7;
  padding: .75rem 1rem;
}

.js-collapsible {
  display: none;
}

.js-collapsible-toggle:active {
  background-color: #EEF8FF !important;
}
.js-collapsible-toggle.expand {
  -webkit-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  border-radius: 0.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);
}

/* needed for old browsers */
dialog {
  display: block;
}

/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden;
}

/* overlay covers everything */
.myf-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: .55;
  z-index: 666;
  /* satan inside */
  cursor: pointer;
}

/* modal */
.myf-modal {
  position: fixed;
  left: 50%;
  margin-left: -415px;
  width: 90%;
  max-width: 830px;
  top: 8%;
  max-height: 80%;
  right: auto;
  border: 0;
  background: #fff;
  z-index: 667;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all .2s;
}
.myf-modal #js-modal-content {
  margin-top: 63px;
}
.myf-modal #js-modal-content > *:not(h1) {
  padding: 22px 16px 32px;
  box-sizing: border-box;
}
.myf-modal.full #js-modal-content > *:not(h1) {
  padding: 0;
}
@media screen and (max-width: 920px) {
  .myf-modal {
    transition: all 0s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .myf-modal .myf-modal_wrapper {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    height: 100%;
    width: 100%;
  }
}

#modal-title {
  font-weight: 400;
  margin: 0;
  padding: 16px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ccc;
  position: fixed;
  left: 50%;
  margin-left: -415px;
  width: 90%;
  max-width: 830px;
  top: 8%;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 52px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #modal-title {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.myf-modal-iframe {
  width: 100%;
  height: 70vh;
  max-height: 1150px;
}

.myf-modal-image {
  width: 100%;
  height: auto;
}

.myf-modal-close {
  position: fixed;
  top: calc( 8% + 10px);
  right: calc(50% - 399px);
  z-index: 2;
  padding: 0.6rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .myf-modal-close {
    /* IE10+ CSS styles go here */
    height: 50px;
  }
}
@supports (-ms-accelerator: true) {
  .myf-modal-close {
    /* IE Edge 12+ CSS styles go here */
    height: 50px;
  }
}
.myf-modal-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}

.myf-modal-close:focus,
.myf-modal-close:hover,
.myf-modal-close:active {
  background: rgba(0, 0, 0, 0.6);
}

.myf-modal-overlay[data-background-click="disabled"] {
  cursor: auto;
}

/* media-queries for tablets/mobile */
@media screen and (max-width: 920px) {
  .myf-modal {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .myf-modal #modal-title {
    top: 0;
    width: 100vw;
    left: 0;
    margin: 0;
    max-width: 100%;
    border-radius: 0;
    padding: 10px 52px 10px 16px;
    max-height: 52px;
    font-size: 18px;
    height: 52px;
    line-height: 32px;
  }
  .myf-modal #js-modal-content {
    margin-top: 52px;
  }
  .myf-modal .myf-modal-close {
    right: 10px;
    top: 10px;
    padding: 0.2rem;
  }
  .myf-modal .myf-modal-iframe {
    height: calc( 100vh - 52px);
  }
}
@-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: fixed;
  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 .util-btn {
  background-color: transparent;
  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;
  font-family: Roboto, helvetica, sans-serif;
  color: #00609C;
  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;
}
@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 #00609C;
}
.nav-bar ul.util-menu-mobile li.active {
  border-left: 4px solid #00609C;
}
.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: #000;
}
.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.loggeduser .util-menu-mobile {
  padding-bottom: 80px;
}

#myfico-support #myf-primary a:not([class*="btn"]) {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #myfico-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("/shared/static/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;
}

/* TODO: remove after A/B test */
/* temporary for why fico */
#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: 0.75rem;
  text-align: center;
}
.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: white;
  background-color: #323232;
}
.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;
  }
}

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