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

.btn--animate {
  position: relative;
  width: 16em;
  height: 3em;
  margin: 0 1rem;
  color: #FFF;
  background-color: #226BE2;
  border-radius: 0.25em;
  font-size: 0.9rem;
  text-decoration: none;
}
@media (min-width: 48em) {
  .btn--animate {
    width: 18em;
  }
}

.btn--animate input[type=submit] {
  /*display: flex;
  justify-content: center;*/
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 37.5em) {
  .btn--animate input[type=submit] {
    font-size: 1.125rem;
  }
}

.btn--animate:hover input[type=submit] {
  color: #226BE2;
}
.btn--animate:hover input[type=submit]:hover {
  color: #226BE2;
}

.btn--animate.cancel:hover .DefaultBtn {
  color: #E2E8F0;
}

.btn--animate.cancel {
  width: 14em;
  background-color: #E2E8F0;
}
@media (min-width: 64em) {
  .btn--animate.cancel {
    width: 18em;
  }
}

.btn--animate:before,
.btn--animate:after {
  z-index: 0;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #226BE2;
  border-radius: inherit;
  pointer-events: none;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transform: scale3d(1.2, 1.2, 1);
}
@media (min-width: 48em) {
  .btn--animate:before,
  .btn--animate:after {
    top: -2px;
  }
}

.btn--animate:before,
.btn--animate:after {
  border: 2px solid #226BE2;
}

.btn--animate.cancel:before,
.btn--animate.cancel:after {
  border: 2px solid #E2E8F0;
}

.btn--animate:hover:before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  z-index: 1;
}

.btn--animate:hover:after {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  z-index: 1;
}

.btn--animate:after {
  background: #fff;
}

.btn--animate:hover {
  color: #226BE2;
  background-color: transparent;
}

.btn--animate input[type=submit] {
  /*display: flex;
  justify-content: center;*/
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  outline: none;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 37.5em) {
  .btn--animate input[type=submit] {
    font-size: 1.125rem;
  }
}

.btn--home {
  padding: 0.65rem 0;
  background: #226BE2;
  border: none;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  color: #FFF;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
  text-align: center;
  text-decoration: none;
}
.btn--home:hover, .btn--home:focus {
  box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 37.5em) {
  .btn--home {
    font-size: 1.125rem;
  }
}

/*links - headers*/
/*articles header - home page */
/* headers - upper footer */
/*lower footer */
/*backgrounds */
/*borders*/
/*small text - disclaimer text*/
/*paragraph text*/
/*btns*/
fieldset {
  width: 100%;
  margin: 0 auto;
  /** Time at Address **/
  /** Phone, DOB, SSN **/
  /** END **/
}
@media (min-width: 64em) {
  fieldset {
    margin-top: 1rem;
    padding: 0 2rem;
  }
}
fieldset h2 {
  width: 100%;
  margin: 0 0 1rem;
  padding-top: 1.5rem;
  clear: both;
  font-size: 1rem;
  font-weight: 700;
}
fieldset h2:first-of-type {
  padding-top: 0;
}
@media (min-width: 64em) {
  fieldset h2 {
    font-size: 1.125rem;
  }
  fieldset h2:first-of-type {
    padding-top: 1.5rem;
  }
}
fieldset .q-wrap {
  margin: 0 0 1.75rem;
}
@media (min-width: 37.5em) {
  fieldset .q-wrap {
    float: left;
    width: 47%;
    margin: 0 0 1.5em 0;
  }
  fieldset .q-wrap:not(.q-clear) {
    margin-left: 5%;
  }
}
fieldset .q-wrap > [style*=inline].attn {
  display: block !important;
}
fieldset .q-head {
  flex-direction: column;
  padding: 0;
}
@media (min-width: 37.5em) {
  fieldset .q-head {
    margin-bottom: 0;
  }
}
fieldset .q-clear {
  clear: both;
}
fieldset .q-full-width {
  width: 100%;
}
fieldset .q-state-zip #su-ZipCode {
  display: flex;
  flex-direction: column;
  min-width: 13ex;
  margin-left: 1rem;
}
fieldset .q-money input[type=tel] {
  padding-left: 0.75em;
}
fieldset .q-flat {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
fieldset .q-flat label {
  margin-right: 1em;
  font-size: 0.75em;
  font-weight: bold;
}
fieldset .q-addr div + div {
  margin-left: 1rem;
}
fieldset .q-addr .lbl--float label {
  left: -0.55rem;
  right: 0;
  margin-right: 0;
  color: #9c9c9c;
  font-weight: normal;
  text-align: center;
}
fieldset .q-addr .input--entered label, fieldset .q-addr .input--selected label {
  left: 0;
}
fieldset .q-addr input {
  width: 7.5ex;
  text-align: center;
}
fieldset .q-addr span.attn[style*=inline] {
  display: block !important;
}
fieldset .q-Fico input,
fieldset input[type].PhonePart1,
fieldset input[type].PhonePart2,
fieldset input[type].SsnPart1 {
  width: 7ex;
}
fieldset input[type].SsnPart2,
fieldset input[type].month,
fieldset input[type].day {
  width: 6ex;
}
fieldset input[type].PhonePart3,
fieldset input[type].SsnPart3,
fieldset input[type].year {
  width: 9ex;
}
fieldset .SsnPart2,
fieldset .SsnPart3,
fieldset .PhonePart3,
fieldset .PhonePart2,
fieldset .day,
fieldset .year {
  margin-left: 1ex;
}
fieldset .digits--4 {
  max-width: 8ex;
  text-align: center;
}
fieldset .chk-acct {
  display: flex;
  flex-direction: column;
  margin: 0 0.5rem;
  padding-top: 1rem;
  clear: both;
}
fieldset .chk-acct > span {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
}
fieldset .chk-acct > span label {
  margin: 0.15em 0.75em 0 0.25em;
  font-size: 0.825em;
  font-weight: 500;
}
fieldset .attn {
  color: #D6202E;
  font-size: 0.7125rem;
}

.splash-lead .form-header h1 {
  font-weight: 400;
}
@media (min-width: 64em) {
  .splash-lead .form-header h1 {
    font-size: 1.5rem;
  }
}
.splash-lead .form-header h1 span {
  font-weight: 700;
}
.splash-lead .form-info {
  margin-top: 1rem;
}
@media (max-width: 21.865em) {
  .splash-lead .form-info {
    padding: 0 1rem;
  }
}
.splash-lead .form-info h1 {
  margin-top: 1rem;
  color: #393939;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 31.25em) {
  .splash-lead .form-info h1 {
    font-size: 1.25rem;
  }
}
@media (min-width: 37.5em) {
  .splash-lead .form-info h1 {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.splash-lead .form-info h1 span {
  font-weight: 700;
}
@media (min-width: 48em) {
  .splash-lead .form-wrap {
    margin: 1rem 0 1rem;
  }
}
@media (min-width: 64em) {
  .splash-lead .form-wrap {
    margin: 3rem 0 1rem;
  }
}

/**
 * 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.
 */
.RandomArticlesWrap {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 0 4rem;
}
@media (min-width: 64em) {
  .RandomArticlesWrap {
    border-top: 1px solid #E2E8F0;
  }
}
.RandomArticlesWrap h4 {
  margin: 2.5rem 0 0;
  font-weight: 700;
}
@media (min-width: 48em) {
  .RandomArticlesWrap h4 {
    font-size: 1.125rem;
  }
}
.RandomArticlesWrap ol {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 1rem 0 0;
  padding: 0;
}
.RandomArticlesWrap li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0.5rem 0;
  list-style-type: none;
  text-align: center;
}
@media (min-width: 48em) {
  .RandomArticlesWrap li {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .RandomArticlesWrap li {
    width: 20%;
  }
}
.RandomArticlesWrap img {
  width: 275px;
  border-radius: 4px;
}
.RandomArticlesWrap a {
  display: block;
  max-width: 18rem;
  margin: 0 auto 0.5em;
  color: #1A202C;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}
.RandomArticlesWrap a:hover {
  color: #4A5568;
}

.LatestBlog .ReadMore a {
  width: 100%;
  max-width: 7em;
  margin: 0 auto;
  padding: 0.5em 2em;
  background-color: #20C997;
  border-radius: 0.375em;
  color: #FFF;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.8s, color 0.3s 0.3s;
}

.LatestBlog .ReadMore a:hover {
  box-shadow: 200px 0 0 0 rgba(0, 0, 0, 0.15) inset, -200px 0 0 0 rgba(0, 0, 0, 0.15) inset;
}

/***************************************/
/*Blog - Latest Advice and Expertise*/
.ArticleImgWrap {
  position: relative;
  width: 100%;
  max-width: 345px;
}
.ArticleImgWrap:hover .ReadMoreHover {
  opacity: 1;
  transform: scale(1);
}

.LatestBlog {
  max-width: 73.3125rem;
  margin: 0 auto;
  padding: 3em 0.825em;
}
@media (min-width: 64em) {
  .LatestBlog {
    padding: 6.25em 0.825em;
  }
}
.LatestBlog ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 48em) {
  .LatestBlog ol {
    display: flex;
    justify-content: space-between;
  }
}
.LatestBlog ol li {
  position: relative;
  max-width: 300px;
  margin: 0 auto 1em;
  padding: 0 0.25rem;
  text-align: center;
}
@media (min-width: 31.25em) {
  .LatestBlog ol li {
    min-width: 12rem;
    max-width: 345px;
  }
}
@media (min-width: 48em) {
  .LatestBlog ol li {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column nowrap;
    width: 32%;
    max-width: 22.5rem;
    margin: 0;
  }
}
.LatestBlog ol li p {
  font-size: 0.9rem;
  font-weight: 400;
}
@media (min-width: 48em) {
  .LatestBlog ol li p {
    flex-grow: 1;
  }
}
.LatestBlog ol h4 a {
  color: #1A202C;
  font-weight: 400;
  text-decoration: none;
}
.LatestBlog .ArticleTitle {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 3em;
  margin: 1rem 0 0;
  color: #00499B;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}
@media (min-width: 31.25em) {
  .LatestBlog .ArticleTitle {
    font-size: 1.375em;
  }
}
.LatestBlog .ArticleTitle:hover, .LatestBlog .ArticleTitle:focus {
  color: #3FBDF1;
}
.LatestBlog .DatePublished {
  margin-top: 0.2em;
  font-size: 0.875rem;
  font-weight: bold;
}
.LatestBlog .ReadMore {
  display: block;
  margin: 1em 0 0;
}
.LatestBlog .SeeMore {
  margin: 0;
}

.ReadMoreHover {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  transition: all 0.4s ease-in-out;
  transform: scale(0);
}
.ReadMoreHover a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.25rem;
  text-decoration: none;
}
.ReadMoreHover img {
  display: block;
  width: 350px;
}

.ButtonArticle, .ButtonArticle:link {
  min-width: 7.5rem;
  max-width: 15rem;
  padding: 0.8em 3rem 0.8em;
  line-height: 1.1;
}
@media (min-width: 37.5em) {
  .ButtonArticle, .ButtonArticle:link {
    padding: 0.8em 5rem 0.8em;
  }
}

.ButtonArticle, .ButtonArticle:link, .ButtonArticle:visited {
  border: 1px solid #226BE2;
  border-radius: 0.375em;
  color: #226BE2;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.8s, color 0.3s 0.3s;
}

.ButtonArticle:hover,
.ButtonArticle:focus {
  background-color: #1A202C;
  border-color: #1A202C;
  color: #FFF;
  box-shadow: 0 80px 0 0 rgba(0, 0, 0, 0.25) inset, 0 -80px 0 0 rgba(0, 0, 0, 0.25) inset;
}

.popular-categories {
  padding: 3em 0.825rem;
  background-color: #F7FAFC;
}
@media (min-width: 64em) {
  .popular-categories {
    padding: 6.25em 0.825rem;
  }
}

.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-options {
    justify-content: space-between;
  }
}
.card-options .cards-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-bottom: 2em;
}
@media (min-width: 37.5em) {
  .card-options .cards-inner {
    width: 17%;
    margin-bottom: 0;
  }
}
.card-options .cards-inner a {
  text-align: center;
  text-decoration: none;
}
@media (min-width: 48em) {
  .card-options .cards-inner a {
    width: 100%;
  }
}

.cards-inner:nth-child(3n) a {
  border-right: none;
}

.icon-wrap {
  position: relative;
  margin: 0 auto;
}

.cards-inner a:hover h3,
.cards-inner a:focus h3 {
  color: #3FBDF1;
}

.cards-inner h3 {
  margin-top: 0.5em;
  color: #00499B;
  font-size: 0.9rem;
  font-weight: 700;
}
@media (min-width: 48em) {
  .cards-inner h3 {
    margin-top: 0;
    font-size: 1.25rem;
  }
}

@keyframes pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cards-inner .pulse, .cc-section .pulse, .pl-section .pulse {
  transform: translateZ(0);
}

.cards-inner:hover .pulse, .cc-section:hover .pulse, .pl-section:hover .pulse {
  animation-name: pulse;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/*links - headers*/
/*articles header - home page */
/* headers - upper footer */
/*lower footer */
/*backgrounds */
/*borders*/
/*small text - disclaimer text*/
/*paragraph text*/
/*btns*/
.featured {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem 0;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  .featured {
    flex-direction: row;
  }
}
.featured span {
  margin: 0 0 2rem;
  color: #393939;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .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;
}
@media (min-width: 64em) {
  .featured .featured__logos svg {
    margin: 0 2rem;
  }
}
.featured .featured__logos .ent {
  width: 100px;
}
@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;
  }
}

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

.CoBrand.CoBrandNoNav .NavWrapInner > div {
  height: 70px;
}

.CoBrand .NavWrapInner {
  position: relative;
}

.CoBrand .NavWrapInner > div {
  height: 100px;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 48em) {
  .CoBrand .NavWrapInner > div {
    flex-direction: row;
    height: 70px;
    justify-content: flex-start;
  }
}

.CoBrand .wrap {
  padding-top: 100px;
}
@media (min-width: 48em) {
  .CoBrand .wrap {
    padding-top: 70px;
  }
}

.CoBrand.CoBrandNoNav .wrap {
  padding-top: 70px;
}

.CoBrandWrap img {
  height: 30px;
}
@media (min-width: 37.5em) {
  .CoBrandWrap img {
    height: 35px;
  }
}

.NavFloatRight {
  margin-top: 0.5em;
}
@media (min-width: 48em) {
  .NavFloatRight {
    margin-top: 0;
    margin-left: auto;
  }
}

.NavFloatRight a {
  margin: 0 0.35em;
  color: #226BE2;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (min-width: 31.25em) {
  .NavFloatRight a {
    margin: 0 0.5em;
    font-size: 0.875rem;
  }
}
@media (min-width: 48em) {
  .NavFloatRight a {
    margin: 0 0 0 1em;
  }
}

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

.CoBrandHead {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.AltLayout .CoBrandHead {
  flex-direction: row;
}

.CoBrandHead a {
  display: flex;
}

.CoBrandHead span {
  display: flex;
  align-items: center;
  font-size: 0.625rem;
  font-style: italic;
}
@media (min-width: 48em) {
  .CoBrandHead span {
    justify-content: flex-end;
    margin-right: -6em;
  }
}

.AltLayout .CoBrandHead span {
  margin-right: 0;
  margin-left: 1rem;
  align-items: flex-start;
  flex-direction: column;
}

.CoBrandHead a svg {
  width: 90px;
  height: auto;
  margin-left: 0.5em;
}

.CoBrandHead span svg {
  width: 80px;
  height: auto;
  margin-left: 0.5em;
}

.CoBrandHead .CreditLoan svg {
  width: auto;
  height: 23px;
  margin-left: 0;
}
@media (min-width: 25em) {
  .CoBrandHead .CreditLoan svg {
    height: 30px;
  }
}

.CoBrandHead .CreditAndDebt svg {
  width: auto;
  height: 43px;
  margin-left: 0;
}

.CoBrandHead .CardGuru svg {
  width: auto;
  height: 23px;
  margin-left: 0;
}
@media (min-width: 25em) {
  .CoBrandHead .CardGuru svg {
    height: 30px;
  }
}

.CoBrandHead .bestcash svg {
  width: auto;
  height: 34px;
  margin-left: 0;
}
@media (min-width: 48em) {
  .CoBrandHead .bestcash svg {
    margin-bottom: 0.25rem;
  }
}

.CoBrandHead a.TopCards {
  font-size: 1.5rem;
}

.CoBrandHead .moneytime svg {
  width: auto;
  height: 34px;
  margin-left: 0;
}
@media (min-width: 48em) {
  .CoBrandHead .moneytime svg {
    margin-bottom: 0.25rem;
  }
}

.CoBrandHead .CreditOneBank img {
  height: 51px;
}

.CoBrandHead .IdentityIQ img {
  height: 42px;
}

.AltLayout.CreditOneBank .CoBrandHead,
.AltLayout.submark .CoBrandHead,
.AltLayout.YourBestCreditCard .CoBrandHead {
  flex-direction: column;
}
@media (min-width: 48em) {
  .AltLayout.CreditOneBank .CoBrandHead,
  .AltLayout.submark .CoBrandHead,
  .AltLayout.YourBestCreditCard .CoBrandHead {
    flex-direction: row;
  }
}
.AltLayout.CreditOneBank span,
.AltLayout.submark span,
.AltLayout.YourBestCreditCard span {
  margin-left: 0;
}
@media (min-width: 48em) {
  .AltLayout.CreditOneBank span,
  .AltLayout.submark span,
  .AltLayout.YourBestCreditCard span {
    margin-left: 1rem;
  }
}
.AltLayout.CreditOneBank .alt-text,
.AltLayout.submark .alt-text,
.AltLayout.YourBestCreditCard .alt-text {
  font-size: 0.825rem;
  font-style: normal;
}
@media (min-width: 48em) {
  .AltLayout.CreditOneBank .alt-text,
  .AltLayout.submark .alt-text,
  .AltLayout.YourBestCreditCard .alt-text {
    padding-right: 1rem;
    border-right: 1px solid #E2E8F0;
  }
}
.AltLayout.CreditOneBank span + span,
.AltLayout.submark span + span,
.AltLayout.YourBestCreditCard span + span {
  margin-top: 0.5rem;
  align-items: center;
  align-self: center;
  flex-direction: row;
}
@media (min-width: 48em) {
  .AltLayout.CreditOneBank span + span,
  .AltLayout.submark span + span,
  .AltLayout.YourBestCreditCard span + span {
    position: relative;
    top: 0.125rem;
    margin-top: 0;
    align-self: flex-end;
  }
}

.submark .CoBrandHead img {
  height: 50px;
}

.CoBrandHead .CardByCredit svg {
  width: auto;
  height: 40px;
}

.CoBrandHead .MyCreditCardFinder {
  align-items: center;
  color: #B1B1B1;
  font-weight: 200;
  text-decoration: none;
}
.CoBrandHead .MyCreditCardFinder b {
  color: #6200EA;
}
.CoBrandHead .MyCreditCardFinder svg {
  width: auto;
  height: 22px;
  margin-right: 0.5rem;
  margin-left: 0;
}
@media (min-width: 48em) {
  .CoBrandHead .MyCreditCardFinder svg {
    height: 30px;
  }
}

.CoBrandHead .iCashFinder svg {
  width: 185px;
  margin-bottom: 0.25rem;
}

.CoBrandHead .co-link2finance svg {
  width: 185px;
  margin-bottom: 0.25rem;
}

.CoBrandHead .Monevo svg {
  width: 95px;
  margin-bottom: 0.35rem;
}

.CoBrandHead .Float svg {
  width: 85px;
  margin-bottom: 0.25rem;
}

.CoBrandHead .Solvent svg {
  width: 115px;
}

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

.hide {
  display: none;
}

.splash-personal-loans .head {
  background: url(https://cdn.bmgfiles.com/csoup/img/splash/CS_LoanSplash_Hero_Mobile.jpg) no-repeat;
  background-size: 150%;
  background-position: center top;
}
@media (min-width: 23.375em) {
  .splash-personal-loans .head {
    background-size: 120%;
  }
}
@media (min-width: 31.25em) {
  .splash-personal-loans .head {
    background-position: initial;
  }
}
@media (min-width: 48em) {
  .splash-personal-loans .head {
    background: url(https://cdn.bmgfiles.com/csoup/img/splash/CS_LoanSplash_Hero_Mobile.jpg) no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 56.25em) {
  .splash-personal-loans .head {
    background: url(https://cdn.bmgfiles.com/csoup/img/splash/CS_LoanSplash_Hero.jpg) no-repeat;
    background-position: 0px 35%;
    background-size: cover;
  }
}

.splash-credit-cards .head {
  background: url(https://cdn.bmgfiles.com/csoup/img/splash/CS_CardSplash_Hero_Mobile.jpg) no-repeat;
  background-size: 150%;
  background-position: center top;
}
@media (min-width: 23.375em) {
  .splash-credit-cards .head {
    background-size: 120%;
  }
}
@media (min-width: 31.25em) {
  .splash-credit-cards .head {
    background-position: initial;
  }
}
@media (min-width: 48em) {
  .splash-credit-cards .head {
    background: url(https://cdn.bmgfiles.com/csoup/img/splash/CS_CardSplash_Hero_Mobile.jpg) no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 56.25em) {
  .splash-credit-cards .head {
    background: url(https://cdn.bmgfiles.com/csoup/img/splash/CS_CardSplash_Hero.jpg) no-repeat;
    background-position: 0px 35%;
    background-size: cover;
    height: 500px;
  }
}
@media (min-width: 56.25em) {
  .splash-credit-cards .home-head__form {
    margin-bottom: -7rem;
  }
}
@media (min-width: 56.25em) {
  .splash-credit-cards .issuers-head .issuers img {
    margin-right: 3rem;
    margin-left: 0;
  }
}

.splash-auto-insurance .head {
  background: url(https://cdn.bmgfiles.com/csoup/img/splash/CS_Auto_Hero_Mobile.jpg) no-repeat;
  background-size: 215%;
  background-position: center top;
}
@media (min-width: 23.375em) {
  .splash-auto-insurance .head {
    background-size: 160%;
  }
}
@media (min-width: 31.25em) {
  .splash-auto-insurance .head {
    background-size: 140%;
    background-position: initial;
  }
}
@media (min-width: 48em) {
  .splash-auto-insurance .head {
    background: url(https://cdn.bmgfiles.com/csoup/img/splash/CS_Auto_Hero_Mobile.jpg) no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 56.25em) {
  .splash-auto-insurance .head {
    background: url(https://cdn.bmgfiles.com/csoup/img/splash/CS_Auto_Hero.jpg) no-repeat;
    background-position: 0px 35%;
    background-size: cover;
    height: 650px;
  }
}
.splash-auto-insurance .head .head__inner {
  padding-bottom: 0;
}
@media (min-width: 56.25em) {
  .splash-auto-insurance .home-head__form {
    margin-bottom: -3rem;
  }
}
.splash-auto-insurance .headline .headline__paths {
  margin-left: 0;
}
.splash-auto-insurance .headline .headline__paths svg {
  display: none;
}
.splash-auto-insurance .home-head__form fieldset h2 {
  font-size: 1.15rem;
}

.head {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0.875rem;
}
@media (min-width: 56.25em) {
  .head {
    height: 600px;
  }
}
@media (min-width: 48em) {
  .head {
    margin-top: 55px;
  }
}
@media (min-width: 64em) {
  .head {
    margin-top: 70px;
  }
}
.head .head__home-lnk {
  display: none;
}
.head .head__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 4rem 0;
}
@media (min-width: 56.25em) {
  .head .head__inner {
    width: 70rem;
    padding: 0;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

@media (max-width: 47.99em) {
  .CoBrand .head {
    margin-top: 55px;
  }
}

.headline {
  max-width: 385px;
  width: 100%;
  margin: 3rem 0 0;
  text-align: left;
}
@media (min-width: 37.5em) {
  .headline {
    max-width: 650px;
  }
}
@media (min-width: 48em) {
  .headline {
    margin: 0;
  }
}
@media (min-width: 56.25em) {
  .headline {
    display: flex;
    flex-direction: column;
    width: 55%;
    max-width: 100%;
  }
}
.headline h1 {
  margin: 0 0 0.75rem;
  color: #FFF;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
@media (min-width: 56.25em) {
  .headline h1 {
    max-width: 35rem;
    margin: 0 0 1rem;
    font-weight: 700;
  }
}
.headline p {
  display: none;
  margin: 0;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 200;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
}
@media (min-width: 56.25em) {
  .headline p {
    display: block;
    max-width: 35rem;
    font-size: 1.25rem;
  }
}
.headline small {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
  color: #FFF;
}
@media (min-width: 56.25em) {
  .headline small {
    display: none;
  }
}
.headline .headline__paths {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 1rem 0 0 1rem;
}
@media (min-width: 48em) {
  .headline .headline__paths {
    margin: 1rem 0 0 1.5rem;
  }
}
@media (min-width: 64em) {
  .headline .headline__paths {
    margin: 1rem 0 0 2rem;
  }
}
.headline .headline__paths span {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 0.25rem;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 300;
}
@media (min-width: 48em) {
  .headline .headline__paths span {
    margin: 0 0 1rem;
    font-size: 1.15rem;
  }
}
.headline .headline__paths span svg {
  width: 18px;
  margin-right: 1rem;
}
@media (min-width: 48em) {
  .headline .headline__paths span svg {
    width: 25px;
  }
}

.home-head__form {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding: 1.5rem 1rem;
  background-color: #FFF;
  box-shadow: 0px 20px 30px rgba(38, 50, 56, 0.4);
}
@media (min-width: 23.375em) {
  .home-head__form {
    min-width: 320px;
    max-width: 385px;
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 31.25em) {
  .home-head__form {
    min-width: 360px;
  }
}
@media (min-width: 56.25em) {
  .home-head__form {
    max-width: 450px;
    width: 38%;
    margin-top: 0;
    padding: 2rem 2.5rem 3rem;
    margin-bottom: -7rem;
  }
}
.home-head__form .arrow {
  display: none;
}
@media (min-width: 37.5em) {
  .home-head__form .arrow {
    position: absolute;
    top: 2rem;
    left: -0.75rem;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 1rem;
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 31.25em) {
  .home-head__form .arrow {
    top: 1.75rem;
    left: -1rem;
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 56.25em) {
  .home-head__form .arrow {
    top: 5.5rem;
  }
}
.home-head__form fieldset {
  padding: 0;
  margin: 0;
  text-align: center;
}
.home-head__form fieldset small {
  font-size: 0.725rem;
}
.home-head__form fieldset .q-input {
  margin-bottom: 1.5rem;
  text-align: left;
}
.home-head__form fieldset .q-input .money {
  display: none;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.home-head__form fieldset .input--entered .money, .home-head__form fieldset .input--selected .money {
  display: block;
}
.home-head__form fieldset h2 {
  display: none;
}
@media (min-width: 56.25em) {
  .home-head__form fieldset h2 {
    display: block;
    margin: 0 0 1.5rem;
    color: #226BE2;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .home-head__form fieldset h2 span {
    color: #3FBDF1;
  }
}
.home-head__form fieldset legend {
  display: none;
}
.home-head__form fieldset .form-disc {
  text-align: left;
}
.home-head__form fieldset .form-disc__aggree {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.home-head__form fieldset .form-disc__aggree input[type=checkbox] {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin: 0.333em 0 0 0;
}
.home-head__form fieldset .form-disc__aggree small {
  display: inline-block;
  margin-left: 0.5rem;
  color: #4A5568;
  line-height: 1.75;
}
.home-head__form fieldset .submit-wrap {
  display: flex;
  flex-direction: column;
}
.home-head__form fieldset .submit-wrap small {
  margin: 1rem 0 2rem;
  color: #FFAB00;
}
.home-head__form fieldset .submit-wrap a {
  margin: 0 auto;
  color: #226BE2;
  font-size: 0.725rem;
}
@media (min-width: 23.375em) {
  .home-head__form .q-input--first,
  .home-head__form .q-input--last {
    width: 48%;
    float: left;
  }
}
@media (min-width: 23.375em) {
  .home-head__form .q-input--last {
    margin-left: 4%;
  }
}
@media (min-width: 23.375em) {
  .home-head__form .q-input--clear {
    clear: both;
  }
}
.home-head__form .attn[style*=inline] {
  display: block !important;
  line-height: 1.35;
}
.home-head__form .cs-member {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.home-head__form .cs-member h4 {
  margin: 0 0 2rem;
  color: #226BE2;
  font-weight: 700;
}
.home-head__form .cs-member small {
  font-weight: 400;
  font-size: 0.875rem;
}
.home-head__form .cs-member h2 {
  margin: 0;
  color: currentColor;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
}
.home-head__form .cs-member div {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.home-head__form .cs-member div span:first-of-type {
  font-weight: bold;
}
.home-head__form .cs-member .cs-default h2 {
  margin: 1rem 0;
  color: #226BE2;
  font-size: 2rem;
}
.home-head__form .cs-member .cs-excellent {
  color: #226BE2;
}
.home-head__form .cs-member .cs-good {
  color: #22DBE2;
}
.home-head__form .cs-member .cs-fair {
  color: #20C997;
}
.home-head__form .cs-member .cs-poor {
  color: #FFA158;
}
.home-head__form .cs-member .dash-lnks {
  margin: 0;
}
@media (min-width: 31.25em) {
  .home-head__form .cs-member .dash-lnks {
    margin: 0 1.5rem 0;
  }
}
.home-head__form .cs-member .lnk--dash {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.5rem 1rem;
  color: #226BE2;
  font-size: 0.875rem;
  text-decoration: none;
}
.home-head__form .cs-member .lnk--dash:hover {
  color: #3FBDF1;
}
.home-head__form .cs-member .lnk--dash:hover svg {
  fill: currentColor;
}
.home-head__form .cs-member .lnk--dash .lnk__icon {
  margin-right: 1rem;
}
@media (min-width: 23.375em) {
  .home-head__form .cs-member .lnk--dash .lnk__icon {
    margin-right: 2rem;
  }
}
.home-head__form .cs-member .lnk--dash .lnk__icon--last {
  margin-left: auto;
}
.home-head__form .cs-member .split {
  border-top: 1px solid #E2E8F0;
}
.home-head__form .default {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-align: left;
}
.home-head__form .default h4 {
  margin: 0;
  color: #226BE2;
  font-weight: 700;
}
.home-head__form .default .btn--details {
  margin: 1rem 0 0;
  text-align: center;
}
.home-head__form .btn--details {
  width: 12rem;
  margin: 0 auto 2rem;
  padding: 0.35rem 0;
  border: 1px solid #20C997;
  border-radius: 4px;
  color: #226BE2;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.home-head__form .btn--details:hover {
  border-color: #226BE2;
}

.submit-wrap {
  margin-top: 1.5rem;
}

.issuers-head {
  padding: 0 0.875rem;
  background-color: #FBFBFC;
}
.issuers-head > div {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 56.25em) {
  .issuers-head > div {
    max-width: 70rem;
  }
}
.issuers-head .issuers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}
@media (min-width: 56.25em) {
  .issuers-head .issuers {
    justify-content: flex-start;
    max-width: 600px;
  }
}
@media (min-width: 64em) {
  .issuers-head .issuers {
    max-width: 100%;
  }
}
.issuers-head .issuers img {
  margin: 0 1rem;
  padding: 1rem 0;
}
@media (min-width: 56.25em) {
  .issuers-head .issuers img {
    margin-right: 2rem;
    margin-left: 0;
  }
}
.issuers-head .issuers .chase {
  margin-top: 0.3rem;
}

.home-h3 {
  margin: 3rem 0.875rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 56.25em) {
  .home-h3 {
    margin: 3.5rem 0;
  }
}

.hide-nav .head {
  margin-top: 0;
}
.hide-nav .head__home-lnk {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
}
@media (min-width: 56.25em) {
  .hide-nav .head__home-lnk {
    top: 2rem;
    left: 0;
    right: 0;
    max-width: 71.75rem;
    margin: 0 auto;
    padding: 0 0.875rem;
  }
}
.hide-nav .head__home-lnk a {
  display: flex;
  outline: none;
}
.hide-nav .head__home-lnk a svg {
  width: 140px;
  padding: 0rem 1rem;
  background: #414141;
  border-radius: 95px;
}
@media (min-width: 56.25em) {
  .hide-nav .head__home-lnk a svg {
    width: 165px;
    height: 42px;
  }
}

.insurance-bullets {
  display: flex;
  flex-flow: row wrap;
  margin-top: 0;
  list-style-type: disc;
}
.insurance-bullets li {
  width: 50%;
  margin-bottom: 0.5rem;
  color: #FFF;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .insurance-bullets li {
    font-size: 1rem;
  }
}
.insurance-bullets li:before {
  content: none;
}

.insurance-rates {
  margin: 0 auto;
  padding: 0.5rem 2rem;
  border: 2px solid #efb025;
  border-radius: 50px;
  color: #FFF;
  font-weight: 500;
  font-size: 0.875rem;
}
@media (min-width: 23.375em) {
  .insurance-rates {
    font-size: 1rem;
  }
}
@media (min-width: 56.25em) {
  .insurance-rates {
    margin: 1rem 0 0;
  }
}