@charset "UTF-8";
/* 2019 MyCreditCardFinder color scheme */
/* 2019 MyCreditCardFinder color scheme */
/*#343434*/
/* 2019 MyCreditCardFinder color scheme */
/**
* 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.
*/
body {
  margin: 0;
  font-family: roboto, sans-serif;
}

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

html {
  box-sizing: border-box;
  font-size: 100%;
}

a {
  text-decoration: none;
  color: #6200EA;
}
a:hover {
  text-decoration: underline;
}

/*ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}*/
h1, h2, h3,
input,
textarea,
select,
.footer__logo a {
  font-family: sofia-pro, sans-serif;
}

h1 {
  margin: 0;
  line-height: 0.9;
  font-size: 34px;
}
@media (min-width: 320px) {
  h1 {
    font-size: calc(15.7142857143px + 5.7142857143vw);
  }
}
@media (min-width: 1300px) {
  h1 {
    font-size: 90px;
  }
}

h2 {
  margin: 0;
  color: #FFF;
  font-size: 2rem;
  line-height: 1;
  font-size: 20px;
}
@media (min-width: 320px) {
  h2 {
    font-size: calc(16.0816326531px + 1.2244897959vw);
  }
}
@media (min-width: 1300px) {
  h2 {
    font-size: 32px;
  }
}

p {
  color: #343434;
  line-height: 1.25;
}

ol li {
  color: #343434;
}

.attn {
  font-size: 0.825rem;
  color: red;
}

.disclaimer small {
  color: #546E7A;
  font-size: 0.825rem;
  font-weight: 400;
  line-height: 1.25;
}

/**
* 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.
*/
/* 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 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 */
}

input[type=email],
select {
  -webkit-appearance: none;
}

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

/* 2019 MyCreditCardFinder color scheme */
.submit-btn.disable {
  display: none;
}

.lds-ellipsis.enable {
  display: inline-block;
}

.lds-ellipsis {
  display: none;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #6200EA;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/* 2019 MyCreditCardFinder color scheme */
.form__input-txt label {
  display: none;
}

.ccpa {
  margin: 0 auto;
  padding: 0 0.825rem;
  text-align: center;
}
.ccpa h1 {
  margin: 3rem 0 2rem;
  font-size: 2rem;
}
.ccpa .form__input-txt {
  position: relative;
  width: 100%;
  margin: 0 0 0.75rem;
}
.ccpa .form__input-txt span {
  position: absolute;
  bottom: -22px;
  left: 0;
}
.ccpa .form__input-txt label {
  display: none;
}
@media (min-width: 51.25em) {
  .ccpa .form__input-txt {
    margin: 0 1% 0.75rem;
    display: inline-block;
    width: 47%;
  }
}
.ccpa .form-intro {
  margin: 0 2%;
}
.ccpa .mccf-form input[type=submit] {
  margin: 2rem auto 4rem;
}
.ccpa .mccf-form .form-wrap > div {
  width: 100%;
  margin-top: 0;
  text-align: center;
}
.ccpa .mccf-form .form-wrap {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 51.25em) {
  .ccpa .mccf-form .form-wrap {
    max-width: 800px;
  }
}

.mccf-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0;
  background: #FFF;
}
@media (min-width: 51.25em) {
  .mccf-form {
    padding: 0 1rem;
    background: transparent linear-gradient(180deg, rgb(254, 254, 254) 0%, rgb(245, 245, 245) 100%) 0% 0% no-repeat padding-box;
  }
}
@media (min-width: 64em) {
  .mccf-form {
    padding: 0 5rem;
    background: transparent linear-gradient(180deg, rgb(254, 254, 254) 0%, rgb(245, 245, 245) 100%) 0% 0% no-repeat padding-box;
  }
}
.mccf-form .form-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 0.875rem;
}
@media (min-width: 51.25em) {
  .mccf-form .form-wrap {
    padding: 0 1rem;
  }
}
@media (min-width: 64em) {
  .mccf-form .form-wrap {
    padding: 0 2rem;
  }
}
.mccf-form .form-wrap > div {
  z-index: 1;
  margin-top: -5rem;
}
@media (min-width: 51.25em) {
  .mccf-form .form-wrap > div {
    margin-top: 0;
  }
}
.mccf-form .form-wrap p {
  display: none;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 51.25em) {
  .mccf-form .form-wrap p {
    display: block;
    font-size: 1rem;
    text-align: left;
  }
}
.mccf-form .form-wrap .form-intro p {
  display: block;
}
.mccf-form input[type=email] label,
.mccf-form input[type=text] label,
.mccf-form input[type=tel] label {
  display: none;
}
.mccf-form input[type=email],
.mccf-form input[type=text],
.mccf-form input[type=tel] {
  color: #6200EA;
}
.mccf-form input[type=email],
.mccf-form input[type=text],
.mccf-form input[type=tel],
.mccf-form select,
.mccf-form textarea {
  width: 100%;
  margin: 2rem 0 0;
  padding: 1rem;
  background-color: #FFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.125);
  border: 0.5px solid #e5ddf3;
  border-radius: 12px;
  font-size: 1.25rem;
}
.mccf-form input[type=email]:hover, .mccf-form input[type=email]:focus,
.mccf-form input[type=text]:hover,
.mccf-form input[type=text]:focus,
.mccf-form input[type=tel]:hover,
.mccf-form input[type=tel]:focus,
.mccf-form select:hover,
.mccf-form select:focus,
.mccf-form textarea:hover,
.mccf-form textarea:focus {
  outline: none;
}
.mccf-form input[type=email]:focus,
.mccf-form input[type=text]:focus,
.mccf-form input[type=tel]:focus,
.mccf-form select:focus,
.mccf-form textarea:focus {
  border: 0.5px solid #6200EA;
}
.mccf-form select {
  padding: 0.935rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 28' width='30' height='30'%3E%3Cpath fill='%236200EA' d='M16.8 11.5c0 .13-.07.27-.16.36l-7.28 7.28c-.1.1-.23.16-.36.16s-.26-.07-.36-.16l-7.28-7.28c-.1-.1-.15-.23-.15-.36s.06-.27.15-.36l.78-.78a.5.5 0 0 1 .36-.16c.13 0 .27.07.36.16L9 16.5l6.14-6.14c.1-.1.24-.16.36-.16s.27.07.36.16l.78.78c.1.1.16.24.16.36z'/%3E%3C/svg%3E");
  background-position: 98% 58%;
  background-repeat: no-repeat;
  color: #6200EA;
}
.mccf-form select:hover {
  cursor: pointer;
}
.mccf-form select option {
  color: #6200EA;
}
.mccf-form select option:first-child {
  color: #B39DDB;
}
.mccf-form select.default {
  color: #B39DDB;
}
.mccf-form input[type=submit] {
  width: 100%;
  margin: 1rem 0;
  padding: 1rem;
  color: #FFF;
  background: #6200EA;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.125);
  border-radius: 100px;
  border: none;
  font-size: 1.25rem;
  font-weight: 900;
}
.mccf-form input[type=submit]:hover, .mccf-form input[type=submit]:focus {
  cursor: pointer;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.4);
  outline: none;
}
.mccf-form .form__input-txt-area {
  margin: 2rem 0;
  text-align: left;
}
@media (min-width: 51.25em) {
  .mccf-form .form__input-txt-area {
    margin: 2rem 2%;
  }
}
.mccf-form .form__input-txt-area label {
  display: flex;
  padding: 0 1rem 0.25rem;
}
.mccf-form .form__input-txt-area textarea {
  margin-top: 0;
}
.mccf-form .mccf-form__disc {
  margin: 2rem 0 1rem;
}
@media (min-width: 51.25em) {
  .mccf-form .mccf-form__disc {
    margin: 1rem 0;
  }
}
.mccf-form .mccf-form__disc > div {
  display: flex;
  margin: 0 0.25rem;
}
.mccf-form .mccf-form__disc .checkbox {
  margin-top: 0.25rem;
  padding-right: 0.5rem;
}
.mccf-form .mccf-form__disc .checkbox input {
  width: 15px;
  height: 15px;
}
.mccf-form .mccf-form__rbl {
  margin: 2rem 0.25rem 1.75rem;
}
.mccf-form .mccf-form__rbl > label {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 51.25em) {
  .mccf-form .mccf-form__rbl > label {
    font-size: 1.15rem;
  }
}
.mccf-form .mccf-form__rbl > span {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.mccf-form .mccf-form__rbl > span label {
  margin-right: 0.75rem;
  margin-left: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 51.25em) {
  .mccf-form .mccf-form__rbl > span label {
    font-size: 1.15rem;
  }
}
.mccf-form .mccf-form__rbl > span label:hover {
  cursor: pointer;
}
.mccf-form .mccf-form__rbl input:hover {
  cursor: pointer;
}
.mccf-form .mccf-form__mob-foot {
  display: block;
  margin: 6rem 0 0;
  padding: 3rem 0 2rem;
  background: transparent linear-gradient(180deg, #EEEEEE 0%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
}
.mccf-form .mccf-form__mob-foot > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 0.875rem;
}
.mccf-form .mccf-form__mob-foot .hero__card-img--mob {
  width: 300px;
  margin-top: -7rem;
}
@media (min-width: 51.25em) {
  .mccf-form .mccf-form__mob-foot {
    display: none;
  }
}
.mccf-form .mccf-form__mob-foot p {
  font-size: 1rem;
  text-align: center;
}
.mccf-form .full-name {
  position: absolute;
  left: -70em;
}

::placeholder {
  color: #B39DDB;
}

.ccpa-thanks,
.thanks,
.alert-msg {
  min-height: 600px;
}

.thanks {
  margin: 2rem 0 0;
  padding: 2rem 0;
}

iframe {
  width: 100%;
  height: 37rem;
  margin: 0 auto;
  border: none;
}

.partners-wrap {
  display: none;
}

.partners--show .partners-wrap {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4rem 0;
  background-color: rgba(11, 70, 119, 0.85);
  overflow: auto;
  transform: translate(0, -50%);
}
.partners--show .partners-wrap h2 {
  padding: 1rem;
  background-color: #F7F7F7;
  color: #1A202C;
}
.partners--show .partners-wrap > div {
  position: relative;
  overflow-y: scroll;
  z-index: 101;
  width: 95%;
  max-height: 600px;
  margin: 0;
  padding: 1rem 0.625rem;
  background-color: #FFF;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 40.625em) {
  .partners--show .partners-wrap > div {
    width: 80%;
  }
}
.partners--show .partners-wrap > div > div {
  padding: 0 1rem;
}
.partners--show .partners-wrap .close {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
}
@media (min-width: 40.625em) {
  .partners--show .partners-wrap .close {
    right: 1rem;
  }
}
.partners--show .partners-wrap .close:hover {
  cursor: pointer;
}
.partners--show .partners-wrap .close svg {
  width: 25px;
  height: 25px;
}
@media (min-width: 40.625em) {
  .partners--show .partners-wrap .close svg {
    width: 55px;
    height: 55px;
  }
}
.partners--show .partners-wrap .partners {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22ch, 1fr));
  grid-column-gap: 1rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .partners {
    display: flex;
    flex-direction: column;
  }
}
@media (-ms-high-contrast: none) and (min-width: 40.625em), (-ms-high-contrast: active) and (min-width: 40.625em) {
  .partners {
    flex-flow: row wrap;
  }
  .partners p {
    width: 33%;
    padding-right: 1rem;
  }
}
/* 2019 MyCreditCardFinder color scheme */
.footer .footer__wrap {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0.875rem 2rem;
}
@media (min-width: 64em) {
  .footer .footer__wrap {
    grid-template-columns: 30% 70%;
  }
}
.footer .footer__logo a {
  display: flex;
  align-items: center;
  color: #B1B1B1;
  font-size: 1.25rem;
  outline: none;
}
.footer .footer__logo a:hover {
  text-decoration: none;
}
.footer .footer__logo span {
  color: #6200EA;
  font-weight: 900;
}
.footer .footer__logo img {
  width: 65px;
  margin-right: 0.5rem;
}
.footer .footer__disc {
  color: #6200EA;
}
.footer .footer__disc a {
  font-size: 0.825rem;
}
.footer .footer__disc p {
  display: flex;
  margin-top: 0.25rem;
  color: #546E7A;
  font-size: 0.75rem;
}

.wrapper .content {
  margin: 0 auto 5rem;
  min-height: 400px;
}

h1 {
  display: flex;
  justify-content: center;
  margin: 1rem 0 2rem;
}
@media (min-width: 51.25em) {
  h1 {
    margin: 6rem 0 4rem;
  }
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.875rem;
}

@media (min-width: 40.625em) {
  .mccf-form input[type=submit] {
    width: 300px;
  }
}