@charset "UTF-8";
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  /*border-bottom: 1px dotted rgba(0,0,0,.1);*/
  cursor: help;
  text-decoration: none;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: 700;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 90%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires 2 media queries to cap the upper (B) and lower (A) values.
 */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires 2 media queries to cap the upper (B) and lower (A) values.
 */
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading a,
.wf-loading a,
.wf-loading label,
.wf-loading span {
  visibility: hidden;
}

.wf-loading h3.qv-TabName, .wf-loading a.DashTabLink, .wf-loading h3.DashOffersName {
  visibility: visible;
}

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active p,
.wf-active a,
.wf-active label,
.wf-active span {
  visibility: visible;
}

html {
  background-color: #FFF;
  box-sizing: border-box;
  font-family: "filson-pro", sans-serif;
  font-size: 100%;
}

html.wf-active {
  font-family: "filson-pro", sans-serif;
}

html.wf-active .font-secondary {
  font-family: "filson-pro", Arial, sans-serif;
}

html.wf-active .font-alternate {
  font-family: "filson-pro", sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5 {
  color: #1A202C;
  font-weight: 900;
}

h1,
#article-page .HeaderWrap h2 {
  font-size: 24px;
}
@media (min-width: 320px) {
  h1,
  #article-page .HeaderWrap h2 {
    font-size: calc(15.2727272727px + 2.7272727273vw);
  }
}
@media (min-width: 1200px) {
  h1,
  #article-page .HeaderWrap h2 {
    font-size: 48px;
  }
}

.headline h1 {
  font-size: 18px;
}
@media (min-width: 320px) {
  .headline h1 {
    font-size: calc(-0.1818181818px + 5.6818181818vw);
  }
}
@media (min-width: 1200px) {
  .headline h1 {
    font-size: 68px;
  }
}

.CreditCardOffers .OffersPage h1 {
  text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.4);
}

h2 {
  margin: 0.75em 0 0.25em;
  font-size: 1.25rem;
}

h3 {
  margin: 1.5em 0 0.5em;
  font-weight: 700;
  font-size: 1.15rem;
}

h4 {
  font-size: 1rem;
}

.headline-wrap + h3 {
  margin-top: calc(2em - 1rem);
}

@media (min-width: 37.5em) {
  h2 {
    margin: 1.5em 0 0.5em;
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.125em;
  }
}
a {
  color: #226BE2;
  outline: none;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

.SndBlkNav h4:first-of-type,
.cardsNavWrap h4:first-of-type,
.sideCalcOptions h4 {
  margin: 0 0 1em;
}

/*h2 + p,*/
h2 + ul,
h2 + ol {
  margin-top: 0;
}

a {
  font-weight: 400;
}

p {
  color: #1A202C;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  /* height: auto; doesn't work in IE */
}

.wrap {
  background-color: #fff;
}

.wrap > hr,
.main-wrap > div > hr {
  display: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  display: none;
}

label {
  color: #1A202C;
  font-weight: 400;
}

input,
textarea,
select {
  color: #1A202C;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=number],
input[type=tel],
select {
  width: 100%;
  padding: 0.5em;
  border: 0;
  border-bottom: 1px solid #E2E8F0;
}

textarea {
  width: 100%;
  padding: 0.5em;
  background-color: #F7FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 0.25em;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=tel]:focus,
select:focus {
  outline: 0;
  border-bottom: 1px solid #3FBDF1;
}

input[type=file] {
  width: 100%;
}
@media (min-width: 48em) {
  input[type=file] {
    width: auto;
  }
}

ul {
  padding: 0 0 0 1em;
  list-style: none;
}

li {
  position: relative;
}

ul > li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.15em;
  margin-left: -1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2051.5%2048%22%20height%3D%2270%22%20width%3D%2270%22%3E%0A%09%3Cpath%20fill%3D%225A5A5A%22%20d%3D%22M9.297%2015c0%200.125-0.063%200.266-0.156%200.359l-7.281%207.281c-0.094%200.094-0.234%200.156-0.359%200.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359%200-0.125%200.063-0.266%200.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266%200.156-0.359l0.781-0.781c0.094-0.094%200.234-0.156%200.359-0.156s0.266%200.063%200.359%200.156l7.281%207.281c0.094%200.094%200.156%200.234%200.156%200.359z%22%3E%3C/path%3E%0A%3C/svg%3E");
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

blockquote {
  font-style: italic;
}

th, td {
  padding: 0.3rem 0.7rem;
  border: 1px solid #E2E8F0;
}

thead th, tfoot th {
  text-align: left;
}

/* Links */
.Link1:link,
.Link1:visited {
  color: #3FBDF1;
}

.Link1:link {
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0.2625em 0.6125rem;
  line-height: 1.2;
  text-decoration: none;
}

.Link1:hover,
.Link1:focus,
.Link1:active {
  color: #1A202C;
}

/* Background Pattern */
.Bg-Texture {
  background-color: #F7FAFC;
}

/* Hide imgs on tracking user control*/
.TrackingWrap iframe,
.TrackingWrap img {
  position: absolute;
  left: -99em;
}

.notification-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 40rem;
  margin: 2rem auto 0;
  padding: 2rem;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.notification-box h3 {
  margin: 1rem 0;
}
.notification-box p {
  margin: 0;
}
.notification-box svg {
  fill: #3FBDF1;
}

.form-sm {
  max-width: 30rem;
  margin: 0 auto;
}
.form-sm .FieldSetWrapInner {
  border-radius: 8px;
}
.form-sm h4 {
  margin: 0 0 2rem;
  font-weight: 400;
  text-align: center;
}

.main-center .form-sm {
  margin: 2rem auto;
}
@media (min-width: 48em) {
  .main-center .form-sm {
    margin: 4rem auto 2rem;
  }
}

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires 2 media queries to cap the upper (B) and lower (A) values.
 */
/*links - headers*/
/*articles header - home page */
/* headers - upper footer */
/*lower footer */
/*backgrounds */
/*borders*/
/*small text - disclaimer text*/
/*paragraph text*/
/*btns*/
.UpdateScore .LoadingMsgWrap,
.UpdateScore .LoadingSubmitWrap {
  width: 2.75em;
  height: 2.75em;
}

.LoadingMsgWrap,
.LoadingSubmitWrap {
  width: 48px;
  height: 48px;
  position: relative;
  margin: 1.5rem auto;
}

.LoadingSubmitWrap {
  margin: 0 auto;
}

.LoadingMsgWrap .double-bounce1,
.LoadingMsgWrap .double-bounce2,
.LoadingSubmitWrap .double-bounce1,
.LoadingSubmitWrap .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #393939;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.LoadingMsgWrap .double-bounce2,
.LoadingSubmitWrap .double-bounce2 {
  animation-delay: -1s;
}

.LoadingMsg {
  font-size: 1px;
  opacity: 0;
  visibility: hidden;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.btn--home.disable {
  display: none;
}

.btn--loading.enable {
  display: inline-block;
}

.btn--loading {
  display: none;
  position: relative;
  width: 60px;
  height: 45px;
  margin: -1rem auto 0;
}

.btn--loading div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2fdd08;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.btn--loading div:nth-child(1) {
  left: 6px;
  animation: btn--loading1 0.6s infinite;
}

.btn--loading div:nth-child(2) {
  left: 6px;
  animation: btn--loading2 0.6s infinite;
}

.btn--loading div:nth-child(3) {
  left: 26px;
  animation: btn--loading2 0.6s infinite;
}

.btn--loading div:nth-child(4) {
  left: 45px;
  animation: btn--loading3 0.6s infinite;
}

@keyframes btn--loading1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes btn--loading3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes btn--loading2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires 2 media queries to cap the upper (B) and lower (A) values.
 */
.lbl--float {
  position: relative;
}
.lbl--float label {
  position: absolute;
  top: -0.7rem;
  left: 0.35rem;
  padding: 0;
  color: rgba(74, 85, 104, 0.831372549);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  transform: translate(0.25rem, 1.45rem);
}

.lbl--float.input--entered label {
  top: -0.75rem;
  padding: 3px;
  color: rgba(74, 85, 104, 0.831372549);
  font-size: 0.75rem;
  transform: none;
  transition: padding, font-size, font-weight, transform ease-out 0.2s;
}

.lbl--float.input--entered.input--selected label {
  color: #3FBDF1;
}

.input-err input[type=text], .input-err input[type=email], .input-err input[type=password], .input-err input[type=date], .input-err input[type=number], .input-err input[type=tel], .input-err select {
  border-bottom: 1px solid #DC3545 !important;
}

.lbl--float.input-err label,
.lbl--float.input--entered.input-err label {
  color: #DC3545;
}

.q-money.input--selected .money,
.q-money.input--entered .money {
  display: flex;
}

@media (max-width: 63.99em) {
  body.nav-open {
    overflow: hidden;
  }
}

.CreditSoupLogo {
  display: flex;
  align-items: center;
}
@media (min-width: 37.5em) {
  .CreditSoupLogo {
    width: 180px;
  }
}

.CreditSoupLogo svg {
  width: 115px;
}
@media (min-width: 37.5em) {
  .CreditSoupLogo svg {
    width: 135px;
  }
}
@media (min-width: 48em) {
  .CreditSoupLogo svg {
    width: 145px;
  }
}

.MastNavWrap {
  position: absolute;
  top: 0;
  width: 100%;
}

.NavWrapInner {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #FFF;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.1);
  /*@include mq($from: csMobileLg) {
      position: fixed;
  }*/
}
@media (min-width: 64em) {
  .NavWrapInner :target:before {
    content: "";
    display: block;
    height: 7rem;
    margin: -7rem 0 0;
  }
}

.NavWrapInner > div {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100em;
  height: 55px;
  margin: 0 auto;
  padding: 0 0.825rem;
}
@media (min-width: 64em) {
  .NavWrapInner > div {
    height: 70px;
  }
}

.MastNavWrap.CleanMastNav .NavWrapInner,
.MastNavWrap.CleanMastNav .CreditSoupLogo {
  display: flex;
  justify-content: center;
}

label {
  cursor: pointer;
}

label:focus {
  outline: none;
}

@media (max-width: 63.99em) {
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 320px;
    height: 100vh;
    background-color: #F7FAFC;
    transform: translate3d(320px, 0, 0);
    transition: transform 0.35s;
  }
}
@media (min-width: 64em) {
  .menu {
    display: none;
  }
}

@media (min-width: 64em) {
  .MenuWrap {
    display: flex;
    width: 100%;
    height: 100%;
    margin-left: 1em;
  }
}

.menu > ul {
  margin: 0 0 1em;
  padding: 0;
}
@media (min-width: 64em) {
  .menu > ul {
    display: flex;
    height: 100%;
    margin: 0;
  }
}

@media (max-width: 63.99em) {
  .menu ul .menu {
    overflow-y: scroll;
    display: block;
  }
}

.menu li:before {
  content: none;
}

label.MenuToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0px;
  margin-left: 1em;
  padding: 0;
}

.MenuOverlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(38, 116, 142, 0.5);
  transition: all 0.25s ease;
  display: block;
}
@media (min-width: 64em) {
  .MenuOverlay {
    display: none;
  }
}

.menu ul li > label {
  font-weight: 700;
}

.LinkWrap {
  padding: 0 0.825rem;
}
@media (min-width: 64em) {
  .LinkWrap {
    position: relative;
    display: flex;
    height: 100%;
    padding: 0;
  }
}

.LinkWrap > label,
.LinkWrap > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 50px;
  border-bottom: 1px solid #E2E8F0;
  color: #00144E;
  font-size: 1rem;
  font-weight: 700;
  outline: none;
  text-decoration: none;
}
@media (min-width: 64em) {
  .LinkWrap > label,
  .LinkWrap > a {
    position: relative;
    margin: 0 0.25em;
    padding: 0 0.65em;
    border-bottom: none;
    color: #1A202C;
    font-size: 0.825rem;
    line-height: 40px;
  }
}
@media (min-width: 70.3125em) {
  .LinkWrap > label,
  .LinkWrap > a {
    font-size: 0.8725rem;
  }
}

@media (min-width: 64em) {
  .LinkWrap > label:before,
  .LinkWrap > a:before {
    content: "";
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 100%;
    height: 0.15em;
    background-color: #3FBDF1;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }
  .LinkWrap > label:hover:before,
  .LinkWrap > a:hover:before,
  .LinkWrap > label:focus:before,
  .LinkWrap > a:focus:before {
    visibility: visible;
    transform: scaleX(1);
  }
  .LinkWrap .menu > ul > li {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .LinkWrap.Open .menu,
  .LinkWrap.Open .SubMenu {
    display: block;
  }
}
.LinkWrap:hover .menu,
.LinkWrap:hover .menu .SubMenu {
  display: block;
}

.SubMenu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.55em;
  line-height: 40px;
  color: #4A5568;
  font-size: 0.9rem;
  font-weight: 500;
  outline: none;
  text-decoration: none;
}
@media (min-width: 64em) {
  .SubMenu a {
    padding: 0.25em 0.55em;
    border-radius: 0.375em;
    line-height: normal;
  }
}

/*.menu .SubMenu a:hover {
    @include mq($from: desktop) {
        color: $blue-100
    }
}*/
.menu ul li a:hover,
.menu ul li label:hover {
  color: #3FBDF1;
}

/* hide inputs */
.MenuCheckbox {
  display: none;
}

/* hide navigation icon for sublabels */
.menu .menu label.MenuToggle {
  background: none;
}

/* fade in checked menu */
.MenuCheckbox:checked ~ .MenuOverlay {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.MenuCheckbox:checked ~ .menu {
  transform: translate3d(0, 0, 0);
}
@media (min-width: 64em) {
  .MenuCheckbox:checked ~ .menu {
    display: block;
  }
}

.MobileMenuToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media (min-width: 64em) {
  .MobileMenuToggle {
    display: none;
  }
}

.MobileMenuHead {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.825em;
  background-color: #F7FAFC;
}
@media (min-width: 64em) {
  .MobileMenuHead {
    display: none;
  }
}

.MobileMenuHead label {
  color: #20C997;
  font-size: 1rem;
  font-weight: 400;
}

.MobileMenuHead > a {
  color: #00144E;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.MobileMenuHead > a:hover,
.MobileMenuHead > a:focus {
  color: #00144E;
}

.MobileMenuHeader label {
  display: flex;
  align-items: center;
  height: 75px;
  padding-left: 2em;
  color: #00144E;
  font-size: 1.25rem;
  text-align: left;
  border-bottom: none;
}

.MobileMenuHeader label:hover {
  color: #3FBDF1;
}

.menu ul .MobileMenuHeader {
  position: relative;
}
@media (min-width: 64em) {
  .menu ul .MobileMenuHeader {
    display: none;
  }
}

.menu ul .MobileMenuHeader label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 1.5em;
  height: 2.5em;
  margin: auto;
  transform: rotate(90deg);
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2018%2028%22%20width%3D%2230%22%20height%3D%2230%22%3E%0A%09%3Cpath%20fill%3D%22%2300144E%22%20d%3D%22M16.797%2011.5c0%200.125-0.063%200.266-0.156%200.359l-7.281%207.281c-0.094%200.094-0.234%200.156-0.359%200.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266%200.156-0.359l0.781-0.781c0.094-0.094%200.219-0.156%200.359-0.156%200.125%200%200.266%200.063%200.359%200.156l6.141%206.141%206.141-6.141c0.094-0.094%200.234-0.156%200.359-0.156s0.266%200.063%200.359%200.156l0.781%200.781c0.094%200.094%200.156%200.234%200.156%200.359z%22%3E%3C/path%3E%0A%3C/svg%3E);
}

.CloseMenu {
  z-index: 10;
}

.icon-RightAngle {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 64em) {
  .icon-RightAngle {
    display: none;
  }
}

.icon-RightAngle svg {
  fill: #00144E;
}

label:hover .icon-RightAngle svg {
  fill: #3FBDF1;
}

.SubMenu {
  padding: 0 0.825em;
}
@media (min-width: 64em) {
  .SubMenu {
    display: none;
    padding: 0 0.25em;
  }
}

.SubMenu ul {
  margin-top: 0.5em;
}
@media (min-width: 64em) {
  .SubMenu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin-top: 0;
  }
}

.LinkWrap ul ul {
  padding-left: 0;
}
@media (min-width: 64em) {
  .LinkWrap ul ul {
    display: flex;
  }
}

@media (min-width: 64em) {
  .SubMenu ul li {
    display: flex;
    margin: 0.75rem 0 0;
    width: 50%;
  }
}

@media (min-width: 64em) {
  .SubMenu ul li.svg-item {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

@media (min-width: 64em) {
  .SubMenu ul li.card-type-item {
    width: 50%;
  }
}

@media (min-width: 64em) {
  .SubMenu ul li.card-type-item:first-of-type {
    /*position: relative;*/
    width: 100%;
  }
}

/*.card-type-item .ArrowIcon {
	display: none;

	@include mq($from: desktop) {
		position: absolute;
		top: -1.85em;
		left: -2.35em;
		display: block;
		width: 45px;
		height: 45px;
		transform: scaleX(-1);
	}
}*/
.SubMenu h3 {
  margin: 0.5em 0 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #EDF2F7;
  color: #00144E;
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .SubMenu h3 {
    margin: 0;
    padding: 0 0.5em;
    border-bottom: none;
    font-weight: 700;
    text-transform: none;
  }
}

.svg-item svg,
.svg-item img {
  display: none;
}
@media (min-width: 64em) {
  .svg-item svg,
  .svg-item img {
    display: block;
    margin: 0 0.5em;
  }
}

.svg-item img {
  width: 100%;
  height: auto;
  max-width: 30px;
}

@media (min-width: 64em) {
  .SiteMemberAccount.MobileSiteMember,
  .enhanced .SiteMemberAccount.MobileSiteMember {
    display: none;
  }
}

.enhanced .SiteMemberAccount {
  display: none;
}
@media (min-width: 64em) {
  .enhanced .SiteMemberAccount {
    display: inline-block;
  }
}

.SiteMemberAccount {
  margin: 0;
  background-color: #F7FAFC;
}
@media (min-width: 64em) {
  .SiteMemberAccount {
    position: relative;
    display: inline-block;
    padding: 0 0.55rem;
    align-self: center;
    background-color: transparent;
    overflow: hidden;
  }
}

@media (max-width: 63.99em) {
  .menu .AccountSettings {
    margin: 0;
    padding: 0 0.5em 1em;
  }
}

.member .SiteMemberAccount {
  display: block;
}

.MenuLogin {
  display: none;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 64em) {
  .MenuLogin {
    display: flex;
  }
}

/*.SignInLink {
	align-self: center;
	color: $gray-900;
	font-size: .7rem;
	font-weight: $font-reg;
	text-decoration: none;
	text-transform: uppercase;
}

.SignInLink:hover,
.SignInLink:focus {
	color: $blue-100;
	text-decoration: none;
}*/
.SignUpMobile {
  color: #00144E;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .SignUpMobile {
    display: none;
  }
}

.SignUpMobile:hover {
  color: #3FBDF1;
  text-decoration: none;
}

.CreditScoreSignUp {
  align-self: center;
  color: #00144E;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 70.3025em) {
  .CreditScoreSignUp {
    display: none;
  }
}

.CreditScoreSignUp:hover,
.CreditScoreSignUp:focus {
  color: #3FBDF1;
  text-decoration: none;
}

@media (min-width: 64em) {
  .MenuLogin .welcome {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 0;
    color: #00144E;
    font-size: 0.9em;
    font-weight: 400;
    text-decoration: none;
  }
}

.MenuLogin .welcome svg {
  margin-left: 0.5rem;
}

@media (min-width: 64em) {
  .SiteMemberAccount:hover {
    min-width: 12rem;
    padding: 0 0.55rem;
    background-color: #00144E;
    border-radius: 0.4em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: visible;
    text-align: right;
  }
  .AccountSettings {
    position: absolute;
    top: 60%;
    right: 0;
    opacity: 0;
    max-height: 0;
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #EDF2F7;
    background-color: #FFF;
    border-radius: 0.4rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: right;
  }
  .SiteMemberAccount:hover .AccountSettings {
    opacity: 1;
    max-height: 11.5rem;
    transition: max-height 0.15s;
    transition-timing-function: ease-out;
  }
  .SiteMemberAccount:hover .AccountSettings li {
    opacity: 1;
    transition: opacity ease-out 0.5s;
  }
  .SiteMemberAccount .AccountSettings li a {
    line-height: 25px;
  }
}
.SiteMemberAccount:hover .welcome {
  color: #FFF;
}

.SiteMemberAccount:hover .welcome svg path {
  fill: #FFF;
}

.AccountSettings.ShowAccount {
  position: static;
  visibility: visible;
  opacity: 1;
  width: 100%;
  max-height: 9rem;
  margin-top: 1rem;
  border: none;
  background-color: transparent;
  text-align: left;
}

.AccountSettings li:before {
  content: none;
}

.AccountSettings li {
  padding: 0.5rem;
}
@media (min-width: 64em) {
  .AccountSettings li {
    opacity: 0;
    padding: 0.25rem 0;
  }
}

.AccountSettings li a {
  color: #00144E;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.AccountSettings li a:hover {
  color: #3FBDF1;
}

.sign-in-mobile .AccountSettings.ShowAccount a {
  color: #00144E;
}

.AccountSettings.ShowAccount a:hover {
  color: #3FBDF1;
}

.AccountSettings .SignInLink {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.SignInLink {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 64em) {
  .SignInLink {
    margin: 0 1rem;
    padding: 0.5em 1em;
    color: #00144E;
    background-color: #EDF2F7;
    border-radius: 0.25em;
  }
}

@media (min-width: 64em) {
  .SignInLink:before, .SignInLink:after {
    border: 2px solid #00499B;
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
    content: "";
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
  .SignInLink:hover::before,
  .SignInLink:focus::before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  .SignInLink:hover::after,
  .SignInLink:focus::after {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
  }
  .SignInLink:after {
    background: #fff;
  }
}
.SignInLink:hover,
.SignInLink:focus {
  color: #00499B;
  background-color: transparent;
  text-decoration: none;
}

.MenuCheckbox:checked ~ .menu .SubMenu {
  display: block;
}

@media (min-width: 64em) {
  .LinkWrap > div {
    position: absolute;
    top: 70px;
    left: -2rem;
    height: auto;
  }
  .LinkWrap .CreditCards {
    width: 52em;
  }
  .LinkWrap .Loans {
    width: 25em;
  }
  .LinkWrap .More {
    width: 30em;
  }
  .LinkWrap .Tools {
    width: 15em;
  }
  .Tools .SubMenu ul li,
  .More .SubMenu ul li {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .LinkWrap > div > ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 2rem;
    background-color: #FFF;
    border-radius: 0 0 0.4em 0.4em;
    box-shadow: inset 0 24px 12px -24px rgba(0, 0, 0, 0.2), 0 2px 3px 1px rgba(0, 0, 0, 0.2);
    color: #003673;
  }
}

@media (min-width: 64em) {
  .SubMenu.CardType {
    flex: 1.3;
  }
  .SubMenu {
    flex: 1;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .Tools h3 {
    display: none;
  }
}

@media (min-width: 64em) {
  .Tools .SubMenu ul li:first-of-type {
    margin: 0;
  }
}

@media (min-width: 64em) {
  .SubMenu ul li.credit-card-finder,
  .SubMenu ul li.loan-finder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 1em;
  }
}

.SubMenu ul li.credit-card-finder a,
.SubMenu ul li.loan-finder a {
  color: #00499B;
  font-weight: 600;
}
@media (min-width: 64em) {
  .SubMenu ul li.credit-card-finder a,
  .SubMenu ul li.loan-finder a {
    padding: 0.45em 3em;
    background-color: #226BE2;
    border-radius: 0.25em;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    transition: all 0.8s, color 0.3s 0.3s;
  }
}

@media (min-width: 64em) {
  .credit-card-finder a:hover,
  .credit-card-finder a:focus,
  .loan-finder a:hover,
  .loan-finder a:focus {
    padding: 0.45em 3em;
    background-color: #00144E;
    box-shadow: 220px 0 0 0 rgba(0, 0, 0, 0.2) inset;
    border-radius: 0.25em;
    color: #FFF;
  }
}

@media (min-width: 64em) {
  .other {
    padding-left: 3em;
  }
}

.footer-top-wrap {
  background: #4A5568;
}

.footer-bottom-wrap {
  background: #2D3748;
}

.footer-top-inner,
.footer-bottom-inner {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  height: auto;
  max-width: 80em;
  margin: 0 auto;
  padding: 3rem 1rem;
}

@media (min-width: 48em) {
  .footer-top-inner {
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
  }
}
/*Top footer*/
.footer-bottom-inner .footer-main .footer-Text:target {
  color: #20C997;
  font-size: 0.9rem;
}

.footer-nav-item-wrap {
  display: flex;
  flex-grow: 1;
  flex-flow: column nowrap;
}
@media (max-width: 63.99em) {
  .footer-nav-item-wrap {
    width: 100%;
  }
}

.footer-nav-item {
  text-align: center;
}
@media (min-width: 25em) {
  .footer-nav-item {
    width: 48%;
  }
}
@media (min-width: 37.5em) {
  .footer-nav-item {
    width: 23.5%;
  }
}
@media (min-width: 48em) {
  .footer-nav-item {
    text-align: left;
  }
}

.footer-nav-item + .footer-nav-item,
.footer-nav-item li + li {
  margin-top: 10px;
}

@media (min-width: 25em) {
  .footer-nav-item-wrap {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .footer-nav-item,
  .footer-nav-item + .footer-nav-item {
    margin: 0 0 20px;
  }
}
.footer-nav-item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-nav-item li:before {
  content: none;
}

.footer-nav-item li a[href] {
  display: inline-block;
  padding: 5px 0;
  color: #FFF;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.footer-nav-item li a:hover,
.footer-nav-item li a:focus {
  color: #3FBDF1;
}

/*bottom footer*/
.social-Links {
  order: -1;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin: 0 0 1.25rem;
  padding: 1.5rem 0 0;
  list-style: none;
}
@media (min-width: 48em) {
  .social-Links {
    order: 1;
    align-self: flex-start;
    width: 144px;
  }
}

.social-Links li:first-of-type {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 300;
  transform: translateX(-50%);
}

.social-Links li:first-of-type:before,
.social-Links > .social-Link:before {
  content: none;
}

.social-Link,
.social-Link > a {
  display: block;
}

.social-Link {
  margin: 0;
}

.social-Link > a[href] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  transition: all ease-out 0.5s;
}

.social-Link > .instagram:hover,
.social-Link > .instagram:focus {
  background: #125688;
}

.social-Link > .facebook:hover,
.social-Link > .facebook:focus {
  background: #3B5998;
}

.social-Link > .twitter:hover,
.social-Link > .twitter:focus {
  background: #00ACED;
}

.social-Link > .google:hover,
.social-Link > .google:focus {
  background: #D34836;
}

.social-Link > .linkedin:hover,
.social-Link > .linkedin:focus {
  background: #0077B5;
}

.social-Link > .pinterest:hover,
.social-Link > .pinterest:focus {
  background: #C92228;
}

.social-Link > .tiktok:hover,
.social-Link > .tiktok:focus {
  background: #ff0050;
}

.social-Link > .youtube:hover,
.social-Link > .youtube:focus {
  background: #ff0000;
}

.social-Link > a[href] path {
  fill: #1A202C;
  transition: all ease-out 0.5s;
}

.social-Link > a:hover path,
.social-Link > a:focus path {
  fill: #fff;
}

.social-Link .text {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  display: none;
}

.footer-main {
  width: 100%;
}

.footer-Text {
  position: relative;
}

.footer-bottom-inner .footer-main p,
.footer-Text small {
  color: #FFF;
  font-size: 0.8em;
  font-weight: 400;
}

.ssl {
  margin: 1rem auto 0;
  padding: 0 4px;
}
@media (min-width: 25em) {
  .ssl {
    margin-top: 0;
  }
}
@media (min-width: 48em) {
  .ssl {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.ssl > a[href] {
  display: block;
  width: 120px;
  height: 80px;
}

.ssl > a:hover path,
.ssl > a:focus path {
  fill: #3FBDF1;
}

.equalHousing {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem auto 0;
  padding: 0 4px;
}
@media (min-width: 48em) {
  .equalHousing {
    position: absolute;
    z-index: 1;
    top: 15rem;
    right: 2rem;
  }
}
@media (min-width: 64em) {
  .equalHousing {
    right: 2.7rem;
  }
}

.equalHousing svg .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: transparent;
}

.equalHousing svg .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}

.TopOfPageLinkWrap {
  position: fixed;
  z-index: 3;
  bottom: 1rem;
  right: 1em;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media (min-width: 64em) {
  .TopOfPageLinkWrap {
    right: 1.5em;
  }
}

.ShowLinkToTop .TopOfPageLinkWrap {
  opacity: 1;
  visibility: visible;
}

.TopOfPageLinkWrap .TopOfPageLink {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 48px;
  height: 44px;
  margin: 0;
  padding: 0;
  background-color: #718096;
  border-radius: 4px;
  border: 0px;
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1;
  text-decoration: none;
}

.TopOfPageLinkWrap .TopOfPageLink:hover {
  cursor: pointer;
}

.TopOfPageLinkWrap .TopOfPageLink path {
  fill: #fff;
}

.TopOfPageLinkWrap .TopOfPageLink:hover path,
.TopOfPageLinkWrap .TopOfPageLink:focus path,
.TopOfPageLinkWrap .TopOfPageLink:active path {
  fill: #3FBDF1;
}

.credit-score-dash .disc--lnk {
  top: -0.35rem;
  right: 0;
}
@media (min-width: 48em) {
  .credit-score-dash .disc--lnk {
    top: 0;
    right: 0.25rem;
  }
}

.dash-overview .disc--lnk {
  top: -1.35rem;
  right: 0;
}
@media (min-width: 48em) {
  .dash-overview .disc--lnk {
    top: 0;
    right: 2rem;
  }
}

.disc--lnk {
  position: absolute;
  top: -72px;
  right: 0;
  z-index: 10;
  display: flex;
  margin-left: auto;
  width: 9rem;
  padding: 0 0.825rem;
  color: #003673;
  font-size: 0.75rem;
  outline: none;
}
@media (min-width: 48em) {
  .disc--lnk {
    top: 0;
    right: 2rem;
  }
}

.home .disc--lnk {
  top: 0.7rem;
  right: 0;
}
@media (min-width: 64em) {
  .home .disc--lnk {
    top: -2rem;
    right: 0;
  }
}

.head__inner .disc--lnk {
  top: 4rem;
  width: auto;
  color: #FFF;
  text-decoration: underline;
  font-size: 0.7rem;
}
@media (min-width: 48em) {
  .head__inner .disc--lnk {
    top: 1rem;
    right: 0;
  }
}
@media (min-width: 56.25em) {
  .head__inner .disc--lnk {
    top: -1.5rem;
  }
}
@media (min-width: 64em) {
  .head__inner .disc--lnk {
    top: -2rem;
    right: 0;
  }
}

.disclosure.show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4rem 1rem;
  overflow: auto;
  background: rgba(34, 107, 226, 0.5);
}
.disclosure.show > div {
  position: relative;
  max-width: 50rem;
  padding: 2rem;
  background: #F7FAFC;
  box-shadow: 0px 2px 10px #A0AEC0;
  border-radius: 20px;
}
.disclosure.show > div svg {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.disclosure.show > div svg:hover, .disclosure.show > div svg:focus {
  cursor: pointer;
}
.disclosure.show > div h5 {
  margin: 0;
}

.disclosure {
  display: none;
}

body {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hide {
  display: none;
}

section {
  padding: 0 0.875rem;
}

section.hero {
  padding: 0;
}
section.hero .hero-first {
  padding: 0 0.875rem;
}
@media (min-width: 64em) {
  section.hero .hero-first {
    padding: 0 0 0 0.875rem;
  }
}

.hero {
  margin-top: 55px;
}
@media (min-width: 64em) {
  .hero {
    margin-top: 8rem;
  }
}
.hero h1 {
  color: #00144E;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  text-wrap: pretty;
}
@media (max-width: 63.9375em) {
  .hero h1 {
    margin: 0;
  }
}
@media (min-width: 64em) {
  .hero h1 {
    font-size: 58px;
    text-align: left;
  }
}
.hero > div {
  position: relative;
  display: grid;
  max-width: 1250px;
  margin: 0 auto;
  min-height: auto;
  grid-template-columns: 1fr;
}
@media (min-width: 64em) {
  .hero > div {
    grid-template-columns: 1fr 1fr;
  }
}
.hero-first {
  max-width: 450px;
  margin: 2.5rem auto;
  order: 1;
}
@media (min-width: 64em) {
  .hero-first {
    max-width: 100%;
    margin: 1rem 0 0;
    order: 0;
  }
}
.hero-first p {
  max-width: 465px;
  color: #4A5568;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 64em) {
  .hero-first p {
    font-size: 18px;
    text-align: left;
    padding-left: 4px;
  }
}
.hero-second {
  display: none;
}
@media (min-width: 64em) {
  .hero-second {
    display: block;
    position: relative;
    margin: 1rem 0 0;
    order: 1;
    background: url(https://cdn.bmgfiles.com/csoup/home/card-hero-desk.png);
    background-position: center;
    height: 600px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.hero-second p {
  display: none;
}
@media (min-width: 64em) {
  .hero-second p {
    position: absolute;
    bottom: 45px;
    right: 0;
    display: block;
    max-width: 316px;
    padding: 1rem 1.25rem;
    background-color: #FFF;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    color: #1A202C;
    font-size: 16px;
  }
}
.hero-mobile {
  display: block;
  position: relative;
  margin: 1rem 0 0;
  order: 0;
  background: url(https://cdn.bmgfiles.com/csoup/home/card-hero-mob-v1.png);
  background-position: center;
  height: 255px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 64em) {
  .hero-mobile {
    display: none;
  }
}
.hero-mobile svg {
  z-index: -1;
  display: block;
  position: absolute;
  top: -60px;
  left: -20px;
  height: 279px;
  width: 100%;
}
.hero .card-issuers {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  align-items: center;
  justify-content: space-evenly;
  margin: 4rem auto 0;
}
@media (min-width: 64em) {
  .hero .card-issuers {
    max-width: 525px;
    margin: 4rem 0 0;
    justify-content: flex-start;
  }
}
.hero .card-issuers > img {
  margin: 0 0.5rem 1rem;
  max-width: 75px;
}
@media (min-width: 64em) {
  .hero .card-issuers > img {
    margin: 0 2.5rem 1rem 0rem;
    max-width: 100%;
  }
}
.hero .card-issuers img:last-of-type {
  max-width: 150px;
}
@media (min-width: 64em) {
  .hero .card-issuers img:last-of-type {
    max-width: 100%;
  }
}
@media (min-width: 64em) {
  .hero .card-issuers img:first-of-type {
    margin-left: 11px;
  }
}
.hero .btn--continue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  margin: 2rem auto 0;
  padding-bottom: 2px;
  background-color: #226BE2;
  border: 1px solid #226BE2;
  border-radius: 100px;
  color: #FFF;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  transition-duration: 0.2s;
  perspective: 1000px;
  transform-origin: center bottom 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  outline: none;
}
@media (min-width: 28.125em) {
  .hero .btn--continue {
    width: 400px;
  }
}
@media (min-width: 64em) {
  .hero .btn--continue {
    margin: 2rem 0 0;
  }
}
.hero .btn--continue svg {
  margin-top: 0.25rem;
  margin-left: 1rem;
}
.hero .btn--continue:active {
  box-shadow: 0px 20px 30px rgba(34, 107, 226, 0.5019607843);
  color: #FFF;
  cursor: pointer;
  transform: matrix(0.95, 0, 0, 0.95, 0, 0);
  text-decoration: none;
}
.hero .btn--continue:hover, .hero .btn--continue:focus {
  box-shadow: 0px 20px 30px rgba(34, 107, 226, 0.5019607843);
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}

.featured {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2rem;
  padding: 3rem 0 1rem;
  background-color: #EDF2F7;
}
@media (min-width: 64em) {
  .featured {
    margin-top: 5rem;
    flex-direction: row;
    padding: 3rem 0;
  }
}
.featured span {
  margin: 0 0 2rem;
  color: #A0AEC0;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .featured span {
    margin: 0;
  }
}
.featured .featured__logos {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: center;
  margin: 0;
}
.featured .featured__logos svg {
  margin: 0 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 64em) {
  .featured .featured__logos svg {
    margin-bottom: 0;
  }
}
@media (min-width: 63.75em) {
  .featured .featured__logos svg {
    margin: 0 2rem;
  }
}
.featured .featured__logos .ent {
  width: 110px;
}
@media (min-width: 64em) {
  .featured .featured__logos .ent {
    width: 120px;
  }
}
.featured .featured__logos .huff {
  width: 130px;
}
@media (min-width: 64em) {
  .featured .featured__logos .huff {
    width: 150px;
  }
}
.featured .featured__logos .nas {
  width: 110px;
}
@media (min-width: 64em) {
  .featured .featured__logos .nas {
    width: 120px;
  }
}
.featured .featured__logos .inc {
  width: 65px;
}
@media (min-width: 64em) {
  .featured .featured__logos .inc {
    width: 60px;
  }
}

.main-content {
  max-width: 1200px;
  margin: 0 auto;
}
.main-content h2 {
  margin-block-start: 4rem;
  margin-inline: auto;
  color: #00144E;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 64em) {
  .main-content h2 {
    margin-block-start: 8rem;
    font-size: 60px;
  }
}
.main-content h2 span {
  color: #3FBDF1;
}
.main-content h2 sup {
  vertical-align: super;
  font-size: 15px;
}
.main-content .content {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
}
.main-content .content-item {
  display: grid;
  max-width: 1500px;
  margin: 0 auto 8rem;
  min-height: auto;
  grid-template-columns: 1fr;
  padding: 0 0.875rem;
}
@media (min-width: 64em) {
  .main-content .content-item {
    grid-template-columns: 1fr 1fr;
  }
}
.main-content .content-item > div {
  max-width: 545px;
}
.main-content .content-item img {
  margin: 0 auto;
  width: 200px;
}
@media (min-width: 64em) {
  .main-content .content-item img {
    width: 300px;
  }
}
.main-content .content-item p {
  margin: 1.5rem 0;
  font-size: 18px;
  color: #2D3748;
}
.main-content .content-item a {
  font-size: 20px;
  text-decoration: underline;
}
.main-content .content h3 {
  max-width: 365px;
  font-size: 2rem;
}
@media (min-width: 64em) {
  .main-content .content-item.middle > img {
    order: 1;
  }
}
.main-content .content-item:last-of-type {
  margin-bottom: 0;
}
.main-content .content-item:last-of-type img {
  width: 295px;
}
@media (min-width: 64em) {
  .main-content .content-item:last-of-type img {
    width: 380px;
    margin-left: 1rem;
    margin-top: 2rem;
  }
}

.card-cats {
  position: relative;
  background-color: #EDF2F7;
  margin: 5rem 0 -1px;
  padding: 5rem 0.875rem 0;
}
@media (min-width: 64em) {
  .card-cats {
    margin: 2rem 0 -1px;
    padding: 14rem 0.875rem 0;
  }
}
.card-cats .curved-bottom {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  height: 55px;
  margin-bottom: -7rem;
  width: 100%;
  background: #FFF;
}
@media (min-width: 64em) {
  .card-cats .curved-bottom {
    height: 135px;
  }
}
.card-cats h2 {
  color: #00144E;
  text-align: center;
  margin: 3rem 0 4rem;
  font-size: 2rem;
}
@media (min-width: 64em) {
  .card-cats h2 {
    margin: 4rem 0 5rem;
    font-size: 2.125rem;
  }
}
.card-cats .card-options {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  max-width: 73.3125rem;
  margin: 0 auto;
}
@media (min-width: 37.5em) {
  .card-cats .card-options {
    justify-content: space-between;
  }
}
.card-cats .card-options .cards-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-bottom: 4rem;
}
@media (min-width: 37.5em) {
  .card-cats .card-options .cards-inner {
    width: 17%;
    margin-bottom: 0;
  }
}
.card-cats .card-options .cards-inner a {
  text-align: center;
  text-decoration: none;
}
@media (min-width: 48em) {
  .card-cats .card-options .cards-inner a {
    width: 100%;
  }
}
.card-cats .card-options .cards-inner h3 {
  margin-top: 1rem;
  color: #00144E;
}

.article {
  padding: 2rem 0.875rem 10rem;
  background-color: #EDF2F7;
}
@media (min-width: 64em) {
  .article {
    padding: 10rem 0.875rem 16rem;
  }
}
.article h2 {
  color: #00144E;
  text-align: center;
  margin: 3rem 0 4rem;
  font-size: 2rem;
}
@media (min-width: 64em) {
  .article h2 {
    margin: 4rem 0 5rem;
    font-size: 2.125rem;
  }
}
.article-items {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .article-items {
    flex-direction: row;
  }
}
.article-items > div {
  display: flex;
  background-color: #FFF;
  border-radius: 20px;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  width: 300px;
  margin: 0 0 2rem;
  box-shadow: 0px 1px 30px #CBD5E0;
}
.article-items > div:hover {
  box-shadow: 0px 1px 30px #A0AEC0;
}
.article-items > div:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .article-items > div {
    width: 32%;
    max-width: 22.5rem;
    margin: 0;
    align-self: stretch;
  }
}
.article-items > div .article--link {
  color: #1A202C;
  padding: 1.5rem 1rem;
  font-weight: 600;
}
.article-items > div img {
  object-fit: contain;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

@media (max-width: 63.9375em) {
  .signed-in .hero-second svg {
    top: -23px;
    left: -40px;
  }
}