*:focus {
  outline: none;
}

button.help,
.button.help,
input[type=submit].help, .tile-features > .icon, .icon.icon-xl, .icon.icon-l {
  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 .logo-fico, .global-footer .app-badge, .global-footer .social-badge > * svg {
  line-height: 0.1em;
}

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

.icon-view-details svg, .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;
}

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

.icon {
  -webkit-box-sizing: border-box;
          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%;
}

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

.tile-product, .flex-column {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tile-product, .flex-space-between {
  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;
}

.checklist > li .icon-bullet, .flex-static {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-negative: 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 > * {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .layout-columns > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.75rem;
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 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 > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.75rem;
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -ms-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 920px), screen and (-ms-high-contrast: active) and (min-width: 920px) {
  .layout-columns.flex-wrap > * {
    -ms-flex-basis: 31.25%;
    -ms-flex-preferred-size: 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);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  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;
  box-shadow: inset 0 0 0 1px #ccc;
}

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

.tile-features, .tile-product {
  text-align: center;
  height: 100%;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.tile-features > .icon {
  background-color: #C3D62E;
  margin-bottom: 0.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);
  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: -0.25em;
}
.tile-product .price sup {
  top: -0.75em;
  font-size: 0.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 {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1em 1.5em;
}
.tile-product .highlighted-bar {
  margin-bottom: 0.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: 0.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: #1F323F;
  font-size: 14px;
}
#policy_terms .article input {
  font-weight: 300;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-transition: border 0.12s ease-in-out;
  transition: border 0.12s ease-in-out;
}
#policy_terms .article input:focus {
  border: 1px solid rgb(12, 94, 152);
}
#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;
  }
}

.section .section-title, .q-and-a .question > .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: 0.125em;
  font-size: 0.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 {
  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 0.25rem;
  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;
  border-radius: 0.125rem;
  background-clip: padding-box;
}
button.help,
.button.help,
input[type=submit].help {
  background: none;
  padding: 0;
  color: #0A6DE6;
  border: none;
}
button.help svg,
.button.help svg,
input[type=submit].help svg {
  line-height: 0.1em;
  -webkit-transition: all 0.125s;
  transition: all 0.125s;
  font-weight: 500;
  fill: #fff;
  font-size: 19px;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}

.btn-secondary, .btn-primary {
  font-weight: 500;
  text-decoration: none;
  padding: 0.75rem 20px;
  display: inline-block;
  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: white;
  -webkit-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 2px #0A6DE6;
  box-shadow: inset 0 0 0 1px #0A6DE6, 0 0 0 2px #0A6DE6;
}
.btn-secondary:hover {
  background-color: #EEFCFD;
}
.btn-secondary:active {
  background-color: #DEFAFB;
}

*:focus, button:focus,
.button:focus,
input[type=submit]:focus {
  -webkit-box-shadow: 0 0 0 2px #0A6DE6;
  box-shadow: 0 0 0 2px #0A6DE6;
}

@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: #F7F7F8;
}

abbr {
  text-decoration: none;
}

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

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: 0;
  text-align: left;
  font-weight: 300;
}
.legal-disclosures > * {
  font-size: 1rem;
  line-height: 1.187rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .legal-disclosures {
    text-align: center;
  }
}
.legal-disclosures p {
  margin: 0;
}
.legal-disclosures p + p {
  margin-top: 1rem;
}
.legal-disclosures b {
  font-weight: 400;
}

.checklist {
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.checklist > li {
  text-align: left;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ccc;
}
.checklist > li .icon-bullet {
  margin-left: 0.1875rem;
  margin-right: 0.75rem;
}

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

.tile-product {
  -webkit-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: -0.25em;
}
.tile-product .price sup {
  top: -0.75em;
  font-size: 0.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: 0.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: 0.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: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 0.75rem;
}
.q-and-a .question:hover {
  cursor: pointer;
  background-color: white;
}
@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: 0.75rem 1rem;
}

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

.js-collapsible {
  display: none;
}

.js-collapsible-toggle:active {
  background-color: #EEFCFD !important;
}
.js-collapsible-toggle.expand {
  border-radius: 0.125rem;
  background-clip: padding-box;
  line-height: 0.01em;
  border: none;
  background-color: transparent;
  padding: 0.25rem;
}

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

.collapsible-icon {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.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: 0.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);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.myf-modal #js-modal-content {
  margin-top: 63px;
}
.myf-modal #js-modal-content > *:not(h1) {
  padding: 22px 16px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.myf-modal.full #js-modal-content > *:not(h1) {
  padding: 0;
}
@media screen and (max-width: 920px) {
  .myf-modal {
    -webkit-transition: all 0s;
    transition: all 0s;
    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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  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 {
    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%;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  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;
  }
}
@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: 0.5rem;
  left: 0.5rem;
  padding: 0.325rem 0.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: #F7F7F8;
  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 {
    -webkit-transition: all 1s ease-in-out;
    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 {
  -webkit-transition: all 0.25s fadeOut;
  transition: all 0.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;
}
#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;
}
@media screen and (min-width: 1025px) {
  #myf-navigation.shadow {
    -webkit-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);
    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);
    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);
    box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.2);
  }
}

#myfico-support #myf-navigation #myf-primary {
  position: static;
  display: block !important;
  -webkit-box-shadow: 0 0 0 0 #fff;
          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: #F7F7F8;
  max-width: 480px;
  -webkit-box-sizing: border-box;
          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);
  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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .myf-navigation {
    height: 52px;
  }
}

.breadcrumb {
  height: 56px;
  background-color: #F7F7F8;
}
.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;
}
@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;
  color: #0A6DE6;
}
@media screen and (max-width: 1024px) {
  .myf-logo a svg {
    height: 32px;
    width: 100px;
    margin-top: 7px;
  }
}

.nav-bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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: #EEFCFD;
  -webkit-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 {
  -webkit-box-sizing: border-box;
          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%;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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: #F7F7F8;
  padding: 0;
}
#edu-menu a {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px 10px 48px;
}
#edu-menu li {
  width: 100%;
  float: none;
  -webkit-box-sizing: border-box;
          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;
}

*:focus {
  outline: none;
}

.icon.icon-l, .icon.icon-xl, button.help,
.button.help,
input[type=submit].help, .tile-features > .icon {
  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 .logo-fico, .global-footer .app-badge, .global-footer .social-badge > * svg {
  line-height: 0.1em;
}

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

/* finra **/
/**
// Breakpoint
$xsmall-bp: 416px;
$small-bp: 767px;
$medium-min-bp: 768px;
$medium-max-bp: 1024px;
$large-min-bp: 1025px;
**/
.finra-wrapper {
  background-image: -webkit-gradient(linear, left top, right top, from(#225F95), to(#0b3d6b));
  background-image: linear-gradient(to right, #225F95, #0b3d6b);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.finra-wrapper .appbar-logo img {
  padding-top: 6px;
  height: 36px;
}
@media screen and (min-width: 1199px) {
  .finra-wrapper .appbar-logo img {
    poadding-top: 8px;
    height: 56px;
  }
}
.finra-wrapper .home-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
}
@media screen and (min-width: 1199px) {
  .finra-wrapper .home-link-wrapper {
    height: 80px;
  }
}
.finra-wrapper .tagline {
  background-image: url("/shared/images/finra/finra-background-graphic@2x.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50% 150%;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .finra-wrapper .tagline {
    background-size: 50% 250%;
  }
}
@media screen and (max-width: 767px) {
  .finra-wrapper .tagline {
    display: none;
  }
}
.finra-wrapper .tagline div {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  .finra-wrapper .tagline div {
    margin-right: 16px;
  }
}
.finra-wrapper .tagline div span {
  margin-left: 24px;
}
.finra-wrapper .my-spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.finra-secondary-wrapper .appbar-logo img {
  margin-left: 48px;
}
.finra-secondary-wrapper .indent {
  margin-left: 48px;
}
@media screen and (min-width: 768px) {
  .finra-secondary-wrapper .indent {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .finra-secondary-wrapper .indent {
    margin-left: 16px;
  }
}
.finra-secondary-wrapper #log-btn {
  margin-right: 0px;
}

.finra-section .link-group-list .zero, .finra-section .link-group-list .first, .finra-section .link-group-list .second {
  margin-right: 40px;
}
@media screen and (max-width: 416px) {
  .finra-section .link-group-list .zero, .finra-section .link-group-list .first, .finra-section .link-group-list .second {
    margin-right: 0;
  }
}
.finra-section .link-group-list .third {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 416px) {
  .finra-section .link-group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .finra-section .link-group-list > span {
    padding: 0 20px 0 0;
  }
  .finra-section .link-group-list .zero, .finra-section .link-group-list .second, .finra-section .link-group-list .third {
    margin: 0;
  }
}

.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: 0.25rem;
  margin: 0 -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: -0.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;
  fill: #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: #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%;
  -webkit-box-sizing: border-box;
          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: 400;
  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: -0.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 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (min-width: 900px) {
  .global-footer #global-footer-credit-education ul {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}