@charset "UTF-8";
/*--------   FONTS  --------*/
@font-face {
  font-family: "Meta Web Light";
  src: url("/global/public/fonts/MetaWebPro-Light_modified.eot");
  /* IE9 Compat Modes */
  src: url("/global/public/fonts/MetaWebPro-Light_modified.eot?#iefix") format("embedded-opentype"), url("/global/public/fonts/MetaWebPro-Light_modified.woff") format("woff");
  /* Pretty Modern Browsers */
}
@font-face {
  font-family: "Meta Web Normal";
  src: url("/global/public/fonts/MetaWebPro-Normal.eot");
  /* IE9 Compat Modes */
  src: url("/global/public/fonts/MetaWebPro-Normal.eot?#iefix") format("embedded-opentype"), url("/global/public/fonts/MetaWebPro-Normal.woff") format("woff");
  /* Pretty Modern Browsers */
}
@font-face {
  font-family: "Meta Web Medium";
  src: url("/global/public/fonts/MetaWebPro-Medium.eot");
  /* IE9 Compat Modes */
  src: url("/global/public/fonts/MetaWebPro-Medium.eot?#iefix") format("embedded-opentype"), url("/global/public/fonts/MetaWebPro-Medium.woff") format("woff");
  /* Pretty Modern Browsers */
}
@font-face {
  font-family: "Meta Web Bold";
  src: url("/global/public/fonts/MetaWebPro-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/global/public/fonts/MetaWebPro-Bold.eot?#iefix") format("embedded-opentype"), url("/global/public/fonts/MetaWebPro-Bold.woff") format("woff");
  /* Pretty Modern Browsers */
}
/*--------   VARIABLES  --------*/
/*--------   ACCESSIBILITY  --------*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[aria-hidden="true"] {
  display: none;
}

/* Microsoft Edge Browser 13+ - @supports method */
@supports (-ms-accelerator: true) and (color: unset) {
  input:focus, select:focus {
    outline: 1px dotted black;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nowrap {
  white-space: nowrap;
}

.tap-target {
  line-height: 44px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -10px;
}

.inline-block {
  display: inline-block;
}

.icon--tooltip {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 5px;
  background-image: url("/credit-cards/images/global/information.png");
}

.icon {
  height: 1em;
  width: 1em;
  fill: currentColor;
  stroke: currentColor;
}

.icon--plusMinus {
  display: inline;
  background: none;
}
.icon--plusMinus::before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 20px;
  font-size: 1.3em;
  line-height: 0.8em;
  font-family: "Meta Web Light", Arial, sans-serif;
  content: '+';
}

[aria-expanded="true"] .icon--plusMinus:before {
  content: '\2013';
}

p {
  font-size: 15px;
  line-height: 1.4666667;
  font-family: "Meta Web Normal", Arial, sans-serif;
}

b, strong {
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-weight: normal;
}

sup {
  font-size: 0.6666667em;
}
sup a {
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-weight: normal;
}

abbr[data-original-title], abbr[title] {
  border-bottom: none !important;
  text-decoration: none !important;
  cursor: text;
}

.link {
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: "Meta Web Normal", Arial, sans-serif;
  color: #2477ab;
}
.link:hover, .link:focus {
  text-decoration: underline;
}
.link:focus {
  outline: 1px solid #4d90fe;
  outline-offset: 1px;
}
.link--info {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}
.link--expandable {
  position: relative;
  left: -20px;
  padding-left: 20px;
}
.link--normal-text {
  text-decoration: none;
  color: currentColor;
}

a.link--dark {
  color: #1a587e;
}

.highlight {
  color: #ff6000;
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-weight: normal;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.button {
  display: inline-block;
  min-width: 74px;
  max-width: 264px;
  border-radius: 3px;
  border: 0 none;
  padding: 8px 20px;
  text-decoration: none;
  font-family: "Meta Web Bold", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  line-height: 1;
  background-color: #ff6000;
  color: #ffffff;
}
.button:hover, .button:focus {
  background: #e94d00;
  color: white !important;
  text-decoration: none;
}

.button--secondary {
  padding: 8px 20px 6px;
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-size: 15px;
  color: #2477ab;
  background-color: #ffffff;
  border: 1px solid #2477ab;
  border-radius: 4px;
}
.button--secondary:hover, .button--secondary:focus {
  color: #2477ab;
  background: #f8f8f8;
}

.button--apply {
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
}
@media (min-width: 730px) {
  .button--apply {
    display: inline-block;
  }
}

.select {
  position: relative;
  display: inline-block;
  background-color: #f8f8f8;
  border: 1px solid #dbdbdb;
}
.select select {
  display: inline-block;
  min-height: 65px;
  width: 100%;
  margin: 0;
  padding: 15px 60px 15px 30px;
  padding-right: 60px;
  color: #293033;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 1;
  font-family: "Meta Web Medium", Arial, sans-serif;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select:after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: url(/credit-cards/images/global/triangle.svg);
  width: 65px;
  height: 65px;
  padding-top: 22px;
  text-align: center;
  pointer-events: none;
  border-left: 1px solid #dbdbdb;
}

.section {
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}
@media (min-width: 730px) {
  .section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.section--visible {
  overflow: visible;
}
.section--inner {
  margin-top: 35px;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 35px;
  border-top: 1px solid #dbdbdb;
}
@media (min-width: 730px) {
  .section--inner:nth-child(1) {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
}
.section--no-top-margin {
  margin-top: 0;
}
.section--no-top-padding {
  padding-top: 0;
}
.section--gray {
  background-color: #f8f8f8;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.section--gray-to-blue {
  background-color: #e4eef8;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 730px) {
  .section--gray-to-blue {
    background-color: #f8f8f8;
  }
}
.section--m-calculator {
  padding-bottom: 40px;
}
@media (min-width: 730px) {
  .section--m-calculator {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section--m-calculator {
    padding-bottom: 80px;
  }
}
.section--
.section--noborder {
  border-top: none;
  border-bottom: none;
}
.section__header {
  margin-bottom: 35px;
  font-family: "Meta Web Light", Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.1875;
  letter-spacing: -0.025em;
  text-align: center;
  color: #293033;
}
.section__header--compare {
  padding: 0 20px;
  margin-bottom: 8px;
}
@media (min-width: 730px) {
  .section__header--compare {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .section__header--compare {
    margin-bottom: 10px;
  }
}
.section__header--m-calculator {
  margin-bottom: 0;
}
.section__header--benefits {
  margin-bottom: 30px;
}
@media (min-width: 730px) {
  .section__header--benefits {
    margin-bottom: 38px;
  }
}
@media (min-width: 992px) {
  .section__header--benefits {
    margin-bottom: 50px;
  }
}
.section__header--fees {
  margin-bottom: 23px;
}
@media (min-width: 730px) {
  .section__header--fees {
    margin-bottom: 30px;
  }
}
.section__header--testimonials {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .section__header {
    font-size: 38px;
  }
}
.section__subhead {
  margin-bottom: 10px;
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .section__subhead {
    letter-spacing: -.025em;
  }
}
.section__header-copy--center {
  text-align: center;
}
.section--compare-table {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .section--compare-table {
    padding-bottom: 60px;
  }
}
@media (min-width: 730px) and (max-width: 991px) {
  .section--compare-table .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section--benefits {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .section--benefits {
    padding-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .section--benefits {
    padding-bottom: 25px;
  }
}
.section--testimonials {
  padding-top: 0;
}
.section--fees {
  margin-bottom: 40px;
}
@media (min-width: 730px) {
  .section--fees {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .section--fees {
    margin-bottom: 75px;
  }
}
.section--how-it-works {
  background-color: #f8f8f8;
  text-align: center;
}
.section--how-it-works .button--apply {
  margin-top: 25px;
}
@media (min-width: 730px) and (max-width: 991px) {
  .section--how-it-works .container, .section--secured-benefits .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 729px) {
  .section--secured-v2 {
    padding-top: 0;
  }
}
@media (min-width: 730px) {
  .section--secured-v2 {
    padding-bottom: 30px;
  }
  .section--secured-v2 hr {
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .section--secured-v2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section--secured-v2 hr {
    margin: 35px auto;
  }
}

.modal-overlay, .unclickable, .modal-auto-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 100;
  height: 100%;
}
.modal-overlay.open, .unclickable.open, .modal-auto-overlay.open {
  display: block;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-overlay .inner-modal, .unclickable .inner-modal, .modal-auto-overlay .inner-modal {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #f8f8f8;
  padding: 20px;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 730px) {
  .modal-overlay .inner-modal, .unclickable .inner-modal, .modal-auto-overlay .inner-modal {
    visibility: visible;
  }
}
.modal-overlay .inner-modal:focus, .unclickable .inner-modal:focus, .modal-auto-overlay .inner-modal:focus {
  outline: 1px solid #4d90fe;
  outline-offset: 1px;
}
.modal-overlay .inner-modal.system-unavailable, .unclickable .inner-modal.system-unavailable, .modal-auto-overlay .inner-modal.system-unavailable {
  max-width: 600px !important;
}
.modal-overlay .inner-modal.tdiff, .unclickable .inner-modal.tdiff, .modal-auto-overlay .inner-modal.tdiff {
  max-width: 460px !important;
}
.modal-overlay .inner-modal .close-link, .unclickable .inner-modal .close-link, .modal-auto-overlay .inner-modal .close-link {
  top: 2px;
  right: 5px;
  position: absolute;
  padding: 11px 10px;
}
.modal-overlay .inner-modal .close-link .icon-cross, .unclickable .inner-modal .close-link .icon-cross, .modal-auto-overlay .inner-modal .close-link .icon-cross {
  height: 20px;
  width: 20px;
  margin-left: 5px;
  background: url("/global/images/utility-icons.png") -192px -397px no-repeat;
  vertical-align: middle;
}
.modal-overlay .inner-modal button.close-link:hover, .modal-overlay .inner-modal button.close-link:focus, .unclickable .inner-modal button.close-link:hover, .unclickable .inner-modal button.close-link:focus, .modal-auto-overlay .inner-modal button.close-link:hover, .modal-auto-overlay .inner-modal button.close-link:focus {
  text-decoration: underline;
}
@media only screen and (min-width: 730px) {
  .modal-overlay .inner-modal, .unclickable .inner-modal, .modal-auto-overlay .inner-modal {
    margin-bottom: 40px;
    height: auto;
  }
}
.modal-overlay button.close-link, .unclickable button.close-link, .modal-auto-overlay button.close-link {
  color: #2477ab;
}
.modal-overlay.in-ajax form, .modal-overlay.in-ajax .close-link, .modal-overlay.in-ajax .inner-modal .row, .unclickable.in-ajax form, .unclickable.in-ajax .close-link, .unclickable.in-ajax .inner-modal .row, .modal-auto-overlay.in-ajax form, .modal-auto-overlay.in-ajax .close-link, .modal-auto-overlay.in-ajax .inner-modal .row {
  opacity: .35;
}

body.in-modal {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 730px) {
  body.in-modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
}
body.in-modal .unclickable {
  z-index: 101;
  display: block;
}
body.in-modal .unclickable p {
  text-align: center;
  position: fixed;
  top: 50vh;
  left: 50%;
  width: 100px;
  height: 50px;
  margin-top: -25px;
  margin-left: -50px;
}
body.in-modal .unclickable p img {
  margin-top: 15px;
}

.tech-diff, .dropdown-diff {
  overflow: hidden;
}
.tech-diff .icon-lg-warning, .dropdown-diff .icon-lg-warning {
  margin-right: 10px;
  display: inline-block;
}

.modal-backdrop, .modal-auto-backdrop {
  background: #293033;
  opacity: .4;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.scroll-box {
  height: 200px;
  overflow-y: auto;
  color: #dbdbdb;
  font-size: 12px;
}
.scroll-box .sub-headline {
  color: #dbdbdb;
}
.scroll-box ol {
  margin: 0 0 0 12px;
  padding: 0;
}
.scroll-box ol li {
  list-style-type: decimal;
}
.scroll-box ol ol li {
  list-style-type: lower-alpha;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.125em;
  min-height: 50px;
  border-bottom: 1px solid #dbdbdb;
  font-family: "Meta Web Normal", Arial, sans-serif;
}

.breadcrumbs__container {
  width: 100%;
  max-width: 950px;
  margin: auto;
  padding-left: 50px;
}
@media (min-width: 992px) {
  .breadcrumbs__container {
    padding-left: 0;
  }
}

.breadcrumbs__link {
  font-size: 13px;
}
.breadcrumbs__link:after {
  content: ' >';
  display: inline-block;
  margin-left: 5px;
  color: #b2b3b5;
}
.breadcrumbs__link:nth-last-child(1):after {
  content: '';
}

.breadcrumbs__link--current {
  color: #63686b;
}

.marquee {
  background-color: #f8f8f8;
  padding-bottom: 20px;
}
.marquee .highlight--underline {
  display: inline-block;
  line-height: 0.8;
  border-bottom: 2px solid #ff6000;
}
.marquee .asterick {
  font-size: 0.6em;
  position: relative;
  top: -10px;
}
.marquee--no-tiles {
  background-repeat: no-repeat;
  background-size: cover;
}
.marquee__main-content {
  text-align: center;
}
.marquee__title {
  font-size: 32px;
  font-family: "Meta Web Light", Arial, sans-serif;
  margin-bottom: 5px;
  letter-spacing: -0.025em;
}
.marquee__title sup {
  font-size: 9px;
  top: -2.25em;
}
.marquee__subtitle {
  font-family: "Meta Web Light", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -.025em;
  margin-bottom: 10px;
}
.marquee__subtitle sup {
  top: -9px;
  font-size: 10px;
}
.marquee__bazaar {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}
.marquee__link {
  font-size: 16px;
  font-family: "Meta Web Medium", Arial, sans-serif;
  margin-bottom: 12px;
}
.marquee__cta {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.marquee__disclosure {
  margin-bottom: 20px;
  font-family: "Meta Web Normal", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 730px) {
  .marquee__disclosure {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-bottom: 0;
    font-size: 15px;
  }
}

.marquee__cards--m {
  text-align: center;
}

.marquee__tile {
  margin: 0 13px 20px;
  padding: 30px 20px;
  border-color: #dbdbdb;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  font-family: "Meta Web Normal", Arial, sans-serif;
}
.marquee__tile__title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.181818em;
  text-align: center;
}
.marquee__tile__title--highlight {
  color: #ff6000;
  font-family: "Meta Web Normal", Arial, sans-serif;
  font-weight: normal;
}
.marquee__tile__content {
  font-size: 15px;
  line-height: 1.4666667em;
  text-align: center;
}

@media (min-width: 730px) {
  .marquee {
    position: relative;
    padding-bottom: 0;
  }
  .marquee__interior {
    padding: 30px 35px 0;
  }
  .marquee::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .marquee--no-tiles:before {
    display: none;
  }
  .marquee__cards--m {
    display: none;
  }
  .marquee__main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 10px;
    max-width: 50%;
    float: left;
  }
  .marquee__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .marquee__subtitle {
    font-size: 19px;
  }
  .marquee__bazaar {
    margin-bottom: 25px;
  }
  .marquee__bazaar a {
    color: #1a587e;
  }
  .marquee__link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    font-size: 19px;
  }
  .marquee__cta {
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .marquee__tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .marquee__tile {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    margin-right: 5px;
    padding: 20px 10px;
    opacity: 0.922;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  }
  .marquee__tile:nth-last-child(1) {
    margin-right: 0;
  }
  .marquee__tile__title {
    font-size: 15px;
    font-family: "Meta Web Medium", Arial, sans-serif;
    letter-spacing: -0.025em;
  }
  .marquee__tile--flash {
    margin-top: 60px;
    text-align: center;
  }
  .marquee__tile--flash .marquee__tile__title {
    position: relative;
    left: 50px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: -5px;
    line-height: 22px;
    text-align: left;
  }
  .marquee__tile--flash .marquee__tile__title--sub {
    font-family: "Meta Web Normal", Arial, sans-serif;
  }
  .marquee__tile--flash .marquee__tile__title::before {
    position: absolute;
    bottom: -26px;
    left: -140px;
    width: 123px;
    height: 131px;
    display: block;
    background-image: url("/credit-cards/images/global/phone_alert.png");
    background-repeat: no-repeat;
    content: '';
  }

  .marquee__tiles[data-tile-count="3"] .marquee__tile {
    padding: 20px;
  }
}
@media (min-width: 730px) and (min-width: 730px) {
  .marquee__tiles[data-tile-count="3"] .marquee__tile {
    margin-right: 20px;
  }
  .marquee__tiles[data-tile-count="3"] .marquee__tile:nth-last-child(1) {
    margin-right: 0;
  }
}

@media (min-width: 730px) {
  .marquee__tiles.marquee__tiles--padded .marquee__tile {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .marquee__interior {
    padding: 0;
    padding-top: 25px;
  }

  .marquee::before {
    height: 340px;
  }

  .marquee__title {
    font-size: 38px;
  }

  .marquee__subtitle {
    margin-bottom: 7px;
    font-size: 24px;
  }

  .marquee__main-content {
    width: 60%;
    margin-top: 20px;
  }

  .marquee__tile {
    margin-right: 10px;
  }
  .marquee__tile__title {
    font-size: 22px;
    font-family: "Meta Web Normal", Arial, sans-serif;
  }
  .marquee__tile--flash {
    margin-top: 60px;
  }
  .marquee__tile--flash .marquee__tile__title {
    line-height: 22px;
    font-size: 22px;
    font-family: "Meta Web Normal", Arial, sans-serif;
    text-align: left;
  }
  .marquee__tile--flash .marquee__tile__title sup a {
    font-family: "Meta Web Normal", Arial, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
  }
  .marquee__tile--flash .marquee__tile__title::before {
    bottom: -26px;
    left: -160px;
    width: 123px;
    height: 131px;
    background-image: url("/credit-cards/images/global/phone_alert_W.png");
  }

  .marquee__link {
    font-size: 24px;
  }
}
/*
* PAGE SPECIFIC
*/
@media (min-width: 730px) {
  .marquee--padding-bottom {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .marquee--padding-bottom {
    padding-bottom: 80px;
  }
}

@media (min-width: 730px) {
  .marquee--miles::before {
    background-image: url("/credit-cards/images/miles/miles_marquee-mid.jpg");
  }
}
@media (min-width: 730px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 730px) and (min-resolution: 192dpi) {
  .marquee--miles::before {
    background-image: url("/credit-cards/images/miles/miles_marquee-mid@2x.jpg");
  }
}

@media (min-width: 992px) {
  .marquee--miles::before {
    background-image: url("/credit-cards/images/miles/miles_marquee.jpg");
  }
}
@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi) {
  .marquee--miles::before {
    background-image: url("/credit-cards/images/miles/miles_marquee@2x.jpg");
  }
}

@media (min-width: 730px) {
  .marquee--chromeStudent:before {
    height: 415px;
    background-image: url("/credit-cards/images/student/StudentChrome_M.jpg");
    background-position: left top;
  }
}
@media (min-width: 992px) {
  .marquee--chromeStudent:before {
    height: 400px;
    background-image: url("/credit-cards/images/student/StudentChrome_W.jpg");
  }
  .marquee--chromeStudent .marquee__main-content {
    max-width: none;
    width: 70%;
  }
  .marquee--chromeStudent .card-switch {
    margin-right: 10px;
  }
}
@media (min-width: 1401px) {
  .marquee--chromeStudent:before {
    background-position: center;
  }
}

@media (min-width: 730px) {
  .marquee--itStudent:before {
    height: 415px;
    background-image: url("/credit-cards/images/student/StudentCash_M.jpg");
    background-position: left bottom;
  }
}
@media (min-width: 992px) {
  .marquee--itStudent:before {
    height: 400px;
    background-position: center top;
    background-image: url("/credit-cards/images/student/StudentCash_W.jpg");
  }
}
@media (min-width: 1401px) {
  .marquee--itStudent:before {
    background-position: center;
  }
}

.marquee--it-landing-flash .marquee__title {
  line-height: 1.2;
}
@media (min-width: 730px) {
  .marquee--it-landing-flash:before {
    height: 325px;
    background-image: url("/credit-cards/images/cash/flash_marquee_M.jpg");
    background-position: left bottom;
  }
}
@media (min-width: 992px) {
  .marquee--it-landing-flash:before {
    height: 400px;
    background-image: url("/credit-cards/images/cash/flash_marquee_W.jpg");
    background-position: center top;
  }
}
@media (min-width: 1401px) {
  .marquee--it-landing-flash:before {
    background-position: center;
  }
}

@media (min-width: 730px) {
  .marquee--secured_v2:before {
    height: 375px;
    background-image: url("/credit-cards/images/secured/secured_marquee_v2.jpg");
    background-position: left bottom;
    background-position-x: 45%;
  }
  .marquee--secured_v2 .card-art {
    position: absolute;
    right: 50px;
    width: 154px;
    height: 93px;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .marquee--secured_v2:before {
    height: 360px;
    background-position: center;
  }
  .marquee--secured_v2 .card-art {
    width: 213px;
    height: 131px;
    margin-top: 20px;
  }
}

@media (min-width: 730px) {
  .marquee--secured {
    background-image: url("/credit-cards/images/secured/secured_marquee.jpg");
    background-position: left top;
    background-position-x: 5%;
  }
}
@media (min-width: 992px) {
  .marquee--secured {
    background-position: center;
  }
}
@media (min-width: 730px) and (max-width: 991px) {
  .marquee--secured .marquee__main-content {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media (min-width: 730px) {
  .marquee--secured .card-art {
    width: 155px;
    height: 96px;
  }
}
@media (min-width: 992px) {
  .marquee--secured .card-art {
    width: 212px;
    height: 131px;
    margin-top: 20px;
  }
}

.card-art {
  display: inline-block;
  width: 150px;
  height: 92px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .card-art {
    width: 208px;
    height: 127px;
  }
}
.card-art--small {
  width: 88px;
  height: 54px;
}
.card-art--mobile {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 262px;
  height: 135px;
  margin-bottom: 5px;
}
.card-art--miles-mobile {
  background-image: url(/credit-cards/images/miles/miles-cards_m.jpg);
}
.card-art--chrome-mobile {
  background-image: url(/credit-cards/images/chrome/card_m.jpg);
}
.card-art--it-mobile {
  background-image: url(/credit-cards/images/cash/cards_m.jpg) !important;
}
.card-art--itpride-mobile {
  background-image: url(/credit-cards/images/cards/CardArt_W_Cash_Pride.png);
  width: 60% !important;
  margin-top: 15px;
}
.card-art--it-landing-flash-mobile {
  height: 165px;
  margin-bottom: 20px;
  background-image: url(/credit-cards/images/cash/it-card_flash_m.png);
  background-position: center;
}
.card-art--itStudent-mobile {
  background-image: url(/credit-cards/images/cards/Irridencent_Student_Array-mobile.png) !important;
}
.card-art--chromeStudent-mobile {
  background-image: url(/credit-cards/images/student/cluster-cards_m.png);
}
.card-art--secured-mobile, .card-art--secured_v2-mobile {
  height: 162px;
  width: 320px;
  background-image: url(/credit-cards/images/secured/card_m.jpg);
}

.phone-art {
  display: none;
}
@media (min-width: 730px) {
  .phone-art {
    display: block;
    position: absolute;
    right: 5px;
    top: -15px;
    width: 200px;
    height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (min-width: 992px) {
  .phone-art {
    top: -35px;
    right: 7px;
    width: 300px;
    height: 410px;
  }
}

.card-switch {
  display: none;
}

@media (min-width: 730px) {
  .card-switch {
    display: block;
    max-width: 150px;
    text-align: center;
    margin-bottom: 20px;
    /*margin-right: 100px;*/
    float: right;
  }
  .card-switch__card {
    display: none;
  }
  .card-switch__card img {
    width: 100%;
  }
  .card-switch__card--active {
    display: block;
  }
  .card-switch__circles {
    margin-top: 10px;
  }
  .card-switch__circle {
    display: inline-block;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    border: 2px solid #63686b;
    background-color: transparent;
    padding: 0;
    color: black;
  }
  .card-switch__circle--active {
    border-color: #63686b;
    background-color: #63686b;
  }
}
@media (min-width: 992px) {
  .card-switch {
    max-width: 215px;
    /*margin-right: 125px;*/
    margin-bottom: 35px;
  }
}
/*
* BOTH APPLY BTNS
*/
.apply__link--container {
  position: relative;
  display: inline-block;
}
.apply__link--container .apply__link {
  color: white;
  font-size: 19px;
  line-height: 1;
  padding: 10px;
  margin-top: 13px;
}
.apply__link--container .apply__link[aria-expanded="true"], .apply__link--container .apply__link:hover, .apply__link--container .apply__link:focus {
  background: #e94d00;
}
@media (min-width: 450px) {
  .apply__link--container .apply__link {
    margin-top: 11px;
    padding: 10px 13px;
  }
}
.apply__link--container .apply__link[aria-expanded="false"] ~ .apply__dropdown {
  display: none;
}
.apply__link--container .apply__link .triangle {
  width: .6em;
  height: .6em;
  transition: .25s -webkit-transform ease;
  transition: .25s transform ease;
}
@media (min-width: 450px) {
  .apply__link--container .apply__link .triangle {
    margin-left: .2em;
  }
}
.apply__link--container .apply__link[aria-expanded=true] .triangle {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.apply__link--container .apply__dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 20px;
  width: 200px;
  font-family: "Meta Web Medium", Arial, sans-serif;
  font-size: 15px;
  border: 1px solid #dbdbdb;
  z-index: 1;
}
@media (min-width: 450px) {
  .apply__link--container .apply__dropdown {
    top: 100%;
    font-size: 13px;
    width: auto;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    padding: 20px 10px;
  }
}
.apply__link--container .apply__list-item {
  padding: 10px 0;
}
.apply__link--container .apply__list-item:nth-child(1) {
  padding-top: 0;
}
.apply__link--container .apply__list-item:nth-last-child(1) {
  padding-bottom: 0;
}

/*
* SPECIFIC TO TOP NAV BAR
*/
.navbar-nav .apply__link--container {
  right: -10px;
}
@media (min-width: 450px) {
  .navbar-nav .apply__link--container {
    right: auto;
  }
}

.subnav {
  min-height: 65px;
}
.subnav__wrapper {
  background-color: transparent;
  transition: background-color 300ms ease;
}

.subnav--wide {
  position: relative;
  margin: auto;
  border-bottom: 1px solid #ededed;
}
@media (min-width: 992px) {
  .subnav--wide {
    max-width: 940px;
  }
}

.subnav--wide__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 5em;
  margin: 0 50px;
  font-family: "Meta Web Medium", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 992px) {
  .subnav--wide__links {
    max-width: 840px;
    margin: 0;
  }
}

.subnav--wide__link {
  position: relative;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 80px;
}
.subnav--wide__link .subnav--wide__link--toggle {
  position: relative;
  height: 50px;
  background: none;
  border: 0;
  padding: 0;
  z-index: 2;
}
.subnav--wide__link .subnav--wide__link--toggle .chevron {
  transition: 0.25s -webkit-transform ease;
  transition: 0.25s transform ease;
}
.subnav--wide__link .subnav--wide__link--toggle[aria-expanded="true"] .chevron {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.subnav--wide__link .subnav--wide__link--toggle:focus {
  outline: 1px solid #4d90fe;
  outline-offset: 1px;
}
@media (min-width: 992px) {
  .subnav--wide__link .subnav--wide__link--toggle {
    height: 42px;
  }
}
.subnav--wide__link a {
  color: #293033;
}
.subnav--wide__link .chevron {
  position: absolute;
  bottom: 1px;
  left: calc(50% - 0.5em);
  width: 10px;
  height: 7px;
  fill: #ff6000;
  stroke: none;
  color: #ff6000;
}
@media (min-width: 992px) {
  .subnav--wide__link {
    max-width: none;
  }
}

.subnav--wide__link .subnav--wide__link--toggle[aria-expanded="false"] ~ .subnav--wide__dropdown {
  display: none;
}

.subnav--wide__dropdown {
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  margin: auto;
  padding: 10px;
  padding-top: 65px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-top: 0;
  z-index: 1;
}
.subnav--wide__dropdown a {
  color: #2477ab;
}

.subnav--wide__dropdown__item {
  padding: 10px 0;
}

.subnav--wide__link--apply-now {
  display: none;
}

.subnav__narrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subnav__narrow-wrapper .select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: none;
}
.subnav__narrow-wrapper .apply__link {
  display: none;
  height: 100%;
  padding: 8px 15px;
  margin-top: 0;
  white-space: nowrap;
}
.subnav__narrow-wrapper .backTop {
  display: none;
}

.subnav--sticky .subnav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: white;
  border-bottom: 1px solid #dbdbdb;
}
.subnav--sticky .subnav--wide,
.subnav--sticky .select {
  border-bottom: none;
}
.subnav--sticky .subnav__narrow-wrapper {
  height: 65px;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subnav--sticky .subnav__narrow-wrapper .select {
  display: none;
}
.subnav--sticky .subnav__narrow-wrapper .backTop {
  display: block;
}
.subnav--sticky .subnav--wide__links {
  max-width: 930px;
  margin-left: 15px;
  margin-right: 15px;
}
.subnav--sticky .subnav--wide__link--apply-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.subnav--sticky .apply__link {
  display: inline-block;
  margin-top: 0;
}
@media (min-width: 992px) {
  .subnav--sticky .apply__link--container .apply__dropdown {
    top: 38px;
  }
}

.compare-table,
.compare-table__details {
  display: none;
}

.compare-table {
  position: relative;
  width: 100%;
  background: white;
  font-family: "Meta Web Normal", Arial, sans-serif;
  text-align: left;
}
.compare-table:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: -3px;
  right: -3px;
  height: 28px;
  background: linear-gradient(to bottom, rgba(173, 176, 181, 0) 0%, #000000 500%);
}
.compare-table--border-gray {
  border: 3px solid #f8f8f8;
  border-top: none;
  border-bottom: none;
}
.compare-table__row--nofee .compare-table__cell {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 12px;
  font-family: "Meta Web Bold", Arial, sans-serif;
}
.compare-table__row--nofee .compare-table__cell--discover, .compare-table__row--nofee .compare-table__cell--competitor {
  font-size: 19px;
  color: #63686b;
}
.compare-table__row--highlight .compare-table__cell {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 19px;
  color: white;
  text-transform: uppercase;
}
.compare-table__cell {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}
.compare-table__cell p {
  font-size: 12px;
  margin-bottom: 10px;
}
.compare-table__cell p:nth-last-child(1) {
  margin-bottom: 0;
}
.compare-table__cell:first-of-type {
  padding-left: 20px;
}
.compare-table__cell--column {
  width: 10.5%;
  border-top: 3px solid #dbdbdb;
  border-bottom: 3px solid #dbdbdb;
  font-size: 10px;
  line-height: 12px;
  font-family: "Meta Web Bold", Arial, sans-serif;
}
.compare-table__cell--column--discover {
  width: 37%;
}
.compare-table__cell--feature, .compare-table__cell--discover, .compare-table__cell--competitor {
  border-bottom: 1px solid #dbdbdb;
}
.compare-table__cell--discover, .compare-table__cell--competitor {
  text-align: center;
}
.compare-table__cell--discover {
  border-left: 2px solid #ff6000;
  border-right: 2px solid #ff6000;
}
.compare-table__chart-button {
  margin: 0 auto;
  text-align: center;
}
.compare-table__wrapper {
  text-align: center;
}
@media (min-width: 730px) {
  .compare-table__wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.compare-table__chart-link {
  margin: 10px auto 0;
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-weight: normal;
  line-height: 19px;
  text-align: center;
}
@media (min-width: 730px) {
  .compare-table__chart-link {
    margin-top: 0px;
  }
}
.compare-table__details p {
  font-size: 13px;
  font-family: "Meta Web Normal", Arial, sans-serif;
  line-height: 18px;
  margin-bottom: 12px;
}
.compare-table__details p:nth-last-child(1) {
  margin-bottom: 0;
}
.compare-table__details p:target {
  margin-top: -75px;
  padding-top: 75px;
}
.compare-table__details:target {
  margin-top: -75px;
  padding-top: 75px;
}
.compare-table__subhead {
  font-size: 19px;
  line-height: 1;
}
.compare-table thead .compare-table__cell--column {
  border-color: #f8f8f8;
}
.compare-table thead .compare-table__cell--column--card,
.compare-table thead .compare-table__cell--column--competitor {
  vertical-align: top;
  padding-top: 30px;
  padding-bottom: 30px;
}

.compare-table--bleed .compare-table::before {
  bottom: 42px;
}
.compare-table--bleed .compare-table::after {
  content: ' ';
  position: absolute;
  bottom: -3px;
  left: -3px;
  right: -3px;
  height: 3px;
  transition: background 300ms ease;
  background-color: #e4eef8;
}
@media (min-width: 730px) {
  .compare-table--bleed .compare-table__wrapper {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -30px;
  }
}
.compare-table--bleed .compare-table__details {
  position: relative;
  top: -15px;
}

@media only screen and (min-width: 730px) {
  .compare-table,
  .compare-table__details {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .compare-table__row--nofee .compare-table__cell {
    font-size: 14px;
  }
  .compare-table__row--nofee .compare-table__cell--discover, .compare-table__row--nofee .compare-table__cell--competitor {
    font-size: 24px;
  }
  .compare-table__cell {
    font-size: 15px;
    line-height: 22px;
  }
  .compare-table__cell p {
    font-size: 15px;
    line-height: 22px;
  }
  .compare-table__cell--column {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 730px) {
  .compare-table--miles tbody .compare-table__row:nth-last-child(1) .compare-table__cell--discover,
  .compare-table--miles tbody .compare-table__row:nth-last-child(1) .compare-table__cell--competitor {
    vertical-align: top;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .compare-table--miles tbody .compare-table__row:nth-last-child(1) .compare-table__cell--discover {
    padding-top: 25px;
  }
  .compare-table--miles tbody .compare-table__row:nth-last-child(1) .compare-table__cell--competitor {
    padding-top: 30px;
  }
}

.compare-table--itStudent .compare-table__cell--column--discover {
  width: 26%;
}
.compare-table--itStudent .compare-table__cell--column--card {
  width: 2%;
}

.compare-table--chromeStudent .compare-table__cell--column--discover {
  width: 29%;
}
.compare-table--chromeStudent .compare-table__cell--column--card {
  width: 6%;
}

.compare-table--chrome .compare-table__cell--column--discover {
  width: 33%;
}

.bazaar {
  font-family: "Meta Web Normal", Arial, sans-serif;
  text-align: center;
}
.bazaar__stars {
  margin-bottom: 10px;
}
.bazaar__average {
  display: inline-block;
  margin-left: 10px;
}
.bazaar p {
  line-height: 1;
  margin-top: 5px;
}
.bazaar sup {
  margin-left: -2px;
}
.bazaar strong {
  font-family: "Meta Web Medium", Arial, sans-serif;
  font-weight: normal;
}

@media (min-width: 730px) {
  .bazaar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bazaar__stars {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.bazaar--compare {
  margin-top: -10px;
  margin-bottom: 20px;
}
.bazaar--compare a {
  color: #1a587e;
}
.bazaar--compare .bazaar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 730px) {
  .bazaar--compare {
    margin-top: -20px;
  }
}

.footnotes {
  position: relative;
  font-family: "Meta Web Normal", Arial, sans-serif;
}
@media (min-width: 730px) {
  .footnotes.container {
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .footnotes.container {
    padding: 0 10px;
  }
}
.footnotes__container {
  border: 1px solid #dbdbdb;
}
.footnotes__container strong {
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-weight: normal;
}
.footnotes__container ol {
  margin-left: 10px;
  margin-bottom: 25px;
  padding-left: 0;
}
.footnotes__container ol:before {
  content: "";
  position: relative;
  display: block;
  width: 30%;
  margin: 20px auto;
  border-top: 2px solid #dbdbdb;
}
.footnotes__container p,
.footnotes__container li {
  font-size: 13px;
  line-height: 1.4615;
  color: #63686b;
  margin-bottom: 10px;
}
.footnotes__container--scroll {
  height: 300px;
}
.footnotes__holder {
  position: relative;
  padding: 27px 27px 27px 27px;
  height: 100%;
}
.footnotes__holder a {
  text-decoration: underline;
}
.footnotes__holder a.footnotes__item-link {
  text-decoration: none;
  color: #63686b;
}
.footnotes__container--scroll .footnotes__holder {
  overflow-y: scroll;
}
.footnotes__container--scroll .footnotes__holder::-webkit-scrollbar {
  -webkit-appearance: none;
}
.footnotes__container--scroll .footnotes__holder::-webkit-scrollbar:vertical {
  width: 12px;
}
.footnotes__container--scroll .footnotes__holder::-webkit-scrollbar:horizontal {
  height: 12px;
}
.footnotes__container--scroll .footnotes__holder::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.footnotes__container--scroll .footnotes__holder::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.footnotes__content {
  margin-bottom: 25px;
}
@media (min-width: 730px) {
  .footnotes__content {
    float: left;
    width: 25%;
    padding-right: 20px;
  }
}
.footnotes__title {
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-weight: normal;
  font-size: 19px !important;
  margin-bottom: 10px;
}
.footnotes-list__container {
  clear: both;
  position: relative;
}
.footnotes-list {
  padding-left: 12px;
  padding-bottom: 15px;
  margin: 0;
}
.footnotes-list__item {
  margin-bottom: 15px;
}
.footnotes--toggle {
  position: absolute;
  left: 15px;
  bottom: 0;
  font-size: 15px;
  font-family: "Meta Web Normal", Arial, sans-serif;
  color: #2477ab;
  padding: 10px 18px 2px 20px;
  border: none;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background-color: #ffffff;
  background-image: url("/credit-cards/images/global/plus.svg");
  background-repeat: no-repeat;
  background-size: 13px 24px;
  background-position: 0px 0px;
}
.footnotes--toggle.open {
  background-image: url("/credit-cards/images/global/minus.svg");
  background-size: 13px 13px;
  background-position: 0 9px;
}
@media (min-width: 730px) {
  .footnotes--toggle {
    left: 50px;
  }
}
@media (min-width: 992px) {
  .footnotes--toggle {
    left: 10px;
  }
}
.footnotes--toggle__text {
  padding-left: 5px;
}
.footnotes--toggle:focus, .footnotes--toggle:hover {
  text-decoration: underline;
}

.footnotes--indent {
  text-indent: -10px;
  margin-left: 10px;
}

.benefits {
  text-align: center;
  font-family: "Meta Web Normal", Arial, sans-serif;
}

.benefits__benefit {
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.36842105;
  margin-bottom: 15px;
}
.benefits__benefit::after {
  content: '';
  display: block;
  width: 40px;
  height: 5px;
  background: #ff6000;
  margin: auto;
  margin-top: 10px;
}

.benefits__text {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.466667;
}

.benefits--last .benefits__text {
  margin-bottom: 0;
}

@media (min-width: 730px) {
  .benefits .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .benefits__benefit {
    font-size: 15px;
    line-height: 1.46666667;
  }
  .benefits__benefit::after {
    height: 3px;
    margin-top: 5px;
  }

  .benefits__text {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .benefits .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefits__benefit {
    font-size: 19px;
    line-height: 1.36842105;
  }
  .benefits__benefit::after {
    height: 4px;
  }

  .benefits__text {
    max-width: 330px;
    margin: auto;
    margin-bottom: 50px;
  }
}
.benefits-list {
  font-family: "Meta Web Normal", Arial, sans-serif;
  text-align: center;
}
@media (min-width: 730px) {
  .benefits-list {
    text-align: left;
  }
}
.benefits-list__benefit {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 730px) {
  .benefits-list__benefit {
    position: relative;
    padding-left: 75px;
    padding-right: 0;
  }
}
.benefits-list__image {
  display: none;
}
@media (min-width: 730px) {
  .benefits-list__image {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 75px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 45px;
  }
  .benefits-list__image--calendar {
    background-size: 38px;
  }
  .benefits-list__image--match {
    background-size: 45px 60px;
  }
}
.benefits-list__heading {
  margin-bottom: 5px;
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
}
.benefits-list__text {
  font-size: 15px;
  line-height: 22px;
}

.testimonials {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Meta Web Normal", Arial, sans-serif;
  text-align: center;
}
@media (min-width: 730px) {
  .testimonials__slide {
    padding: 0 25px;
  }
}
.testimonials__slider {
  position: relative;
}
.testimonials__slider::before, .testimonials__slider::after {
  content: '“';
  position: absolute;
  color: #ff6000;
  font-family: "Meta Web Light", Arial, sans-serif;
  font-size: 478px;
  letter-spacing: -0.01em;
  line-height: 478px;
  left: -35px;
  top: -45px;
  opacity: 0.1;
}
.testimonials__slider::after {
  content: '”';
  right: -35px;
  left: auto;
  bottom: -335px;
  top: auto;
  z-index: -1;
}
@media (min-width: 730px) {
  .testimonials__slider {
    max-width: 90%;
    margin: auto;
  }
  .testimonials__slider::before, .testimonials__slider::after {
    top: calc(50% - 125px);
    bottom: auto;
    font-size: 338px;
  }
  .testimonials__slider::before {
    left: 0;
  }
  .testimonials__slider::after {
    right: 0;
  }
}
@media (min-width: 992px) {
  .testimonials__slider::before, .testimonials__slider::after {
    top: calc(50% - 85px);
    font-size: 478px;
  }
  .testimonials__slider::before {
    left: -15px;
  }
  .testimonials__slider::after {
    right: -15px;
  }
}
.testimonials__slide-header {
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-size: 19px;
  color: #ff6000;
  font-weight: bold;
  margin-bottom: 11px;
}
.testimonials__bazaar {
  margin-bottom: 35px;
}
.testimonials__bazaar .bazaar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials__text {
  margin-bottom: 15px;
}
.testimonials__attribution {
  padding: 0 30px;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 35px;
}
@media (min-width: 730px) {
  .testimonials__attribution {
    margin-bottom: 35px;
  }
}
.testimonials__btn {
  position: absolute;
  top: 0;
  left: -15px;
  width: 15px;
  height: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
}
@media (min-width: 730px) {
  .testimonials__btn {
    width: 13px;
  }
}
@media (min-width: 992px) {
  .testimonials__btn {
    width: 15px;
  }
}
.testimonials__btn--next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: auto;
  right: -15px;
}
.testimonials__arrow {
  fill: #1666af;
  max-height: 100%;
  max-width: 100%;
}

.fees {
  text-align: center;
  font-family: "Meta Web Normal", Arial, sans-serif;
}
.fees__list {
  font-size: 15px;
}
.fees__list .strong {
  font-size: 19px;
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-weight: normal;
}
.fees__list .fees__fee {
  margin-bottom: 20px;
  line-height: 1.4666667;
}
.fees__disclaimer::after {
  position: relative;
  top: 2px;
  display: inline-block;
  height: 10px;
  width: 10px;
  content: url("/credit-cards/images/global/icon-expand.png");
}
.fees .button--apply {
  margin-top: 25px;
}

@media (min-width: 730px) {
  .fees .container {
    padding: 0 50px;
  }

  .fees__one-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fees__one-item .fees__list {
    display: block;
    width: auto;
    margin-right: 10px;
  }
  .fees__one-item .fees__disclaimer {
    width: auto;
    line-height: 28px;
  }

  .fees__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .fees__list .strong {
    font-size: 15px;
  }

  .fees__fee {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .fees .button {
    display: inline-block;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .fees .container {
    padding: 0 10px;
  }

  .fees__list .strong {
    font-size: 19px;
  }

  .fees__fee {
    max-width: none;
    margin-right: 25px;
  }
  .fees__fee:nth-last-child(1) {
    margin-right: 0;
  }
}
.back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  border-top: 1px solid #dbdbdb;
}
@media (min-width: 730px) {
  .back-to-top {
    display: block;
    height: auto;
    max-width: 974px;
    margin: auto;
    margin-bottom: 15px;
    padding-right: 50px;
    padding-left: 50px;
    border-top: none;
  }
}
@media (min-width: 992px) {
  .back-to-top {
    max-width: 940px;
    padding-right: 0;
    padding-left: 0;
  }
}

.link--backTop {
  font-size: 16px;
  font-family: "Meta Web Normal", Arial, sans-serif;
}
.link--backTop__arrow {
  display: inline-block;
  height: 11px;
  margin-left: 6px;
}
@media (min-width: 730px) {
  .link--backTop {
    font-size: 15px;
  }
}

@media (min-width: 730px) {
  .all-reviews {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .all-reviews {
    margin-left: 0;
    margin-right: 0;
  }
}

.tooltip-overlay {
  min-width: 200px;
}
.tooltip-overlay .tooltip-anchor-heading {
  font-size: 1em;
  margin-bottom: 5px;
}
.tooltip-overlay .close-link .icon-cross {
  margin-left: 5px;
}
@media (min-width: 730px) {
  .tooltip-overlay.new-reference-modal-tooltip {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .tooltip-overlay.new-reference-modal-tooltip {
    max-width: 550px;
  }
}

.tooltip-opener {
  font-family: "Meta Web Normal", Arial, sans-serif;
}

.tooltip-body {
  text-align: left;
}

@media (max-width: 729px) {
  .tooltip-overlay.new-reference-modal-tooltip {
    overflow: visible;
  }
}
.new-reference-modal {
  color: #293033;
}
.new-reference-modal:hover, .new-reference-modal:focus {
  color: #293033;
  text-decoration: none;
  border-bottom-style: solid;
}
.new-reference-modal.open-tooltip {
  border-color: currentColor;
}

.tooltip--link {
  color: #2477ab;
}
.tooltip--link:hover, .tooltip--link:focus {
  color: #2477ab;
}

.tooltip--has-icon {
  border-bottom: none;
}
.tooltip--has-icon:hover, .tooltip--has-icon:focus {
  text-decoration: underline;
  border-bottom-style: none;
}

.tooltip__list {
  margin-left: 1.2em;
  list-style-type: decimal;
  font-family: "Meta Web Normal", Arial, sans-serif;
  line-height: 22px;
}

.tooltip__list-item {
  margin-bottom: 10px;
}

.how-steps {
  margin: 0 20px;
}
@media (min-width: 730px) {
  .how-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
}
.how-steps__how-step {
  margin-bottom: 20px;
}
@media (min-width: 730px) {
  .how-steps__how-step {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    margin-right: 35px;
  }
}
.how-steps__how-step:nth-last-child(1) {
  margin-bottom: 0;
}
@media (min-width: 730px) {
  .how-steps__how-step:nth-last-child(1) {
    margin-right: 0;
  }
}
.how-steps__how-step:nth-last-child(1):after {
  display: none;
}
.how-steps__how-step:after {
  display: block;
  height: 14px;
  width: 20px;
  margin: auto;
  margin-top: 15px;
  background-image: url("/credit-cards/images/secured/arrow.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  content: '';
}
@media (min-width: 730px) {
  .how-steps__how-step:after {
    position: absolute;
    top: calc(40%);
    right: -26px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (min-width: 730px) {
  .how-steps__how-step:after {
    top: calc(50%);
  }
}

.how-step {
  text-align: center;
}
.how-step__image-box {
  display: none;
}
@media (min-width: 730px) {
  .how-step__image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.how-step__image {
  max-width: 75px;
  max-height: 100%;
}
.how-step__content {
  letter-spacing: -.01em;
  line-height: 22px;
}

.faqs__faq {
  margin-left: 20px;
}

.faq {
  font-family: "Meta Web Normal", Arial, sans-serif;
}
.faq__question {
  margin-bottom: 10px;
  text-align: left;
  line-height: 22px;
}
.faq__answer {
  position: relative;
  top: -7px;
  display: none;
  margin-bottom: 7px;
  line-height: 22px;
}

.faq-all {
  font-family: "Meta Web Normal", Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}
.faq-all__question {
  margin-bottom: 20px;
}
.faq-all__question a {
  text-decoration: underline;
}

.video__link {
  float: left;
  width: 120px;
  height: 68px;
  margin-right: 20px;
  background-image: url("/credit-cards/images/secured/video_v1.jpg");
  background-position: center;
}
.video__header {
  margin-bottom: 20px;
}
.video__header:after {
  content: '';
  display: block;
  clear: both;
}
.video .tooltip-opener {
  white-space: initial;
}

.video__wrapper {
  position: relative;
  margin-top: 30px;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 729px) {
  .video-modal {
    z-index: 999996;
  }
}
.video-modal .inner-modal {
  max-width: 800px;
  padding-bottom: 35px;
}
@media (max-width: 729px) {
  .video-modal .inner-modal {
    min-height: 100vh;
    border: none;
  }
  .video-modal .inner-modal .video__wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .video-modal .inner-modal .button--apply {
    display: inline-block;
  }
}
.video-modal .button {
  color: #fff;
  margin-bottom: 20px;
}
.video-modal__content {
  max-width: 440px;
  margin: 40px auto 15px;
  text-align: center;
}
.video-modal__transcript {
  margin-left: 20px;
}
.video-modal__transcript-content {
  position: relative;
  top: 10px;
  display: none;
}
.video-modal__transcript-content p {
  line-height: 22px;
  margin-bottom: 25px;
}
.video-modal__transcript-content a {
  text-decoration: underline;
}

@media (min-width: 730px) {
  .section--secured-v2 .video__header {
    position: relative;
    max-width: 300px;
    height: 168px;
    margin-bottom: 14px;
    background-color: #000;
  }
  .section--secured-v2 .video__link {
    float: none;
    width: 100%;
    height: 168px;
    margin-right: 0;
    background-image: url("/credit-cards/images/secured/video_v2.jpg");
  }
  .section--secured-v2 .video__subhead {
    position: absolute;
    bottom: 11px;
    color: #fff;
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 730px) {
  .m-calculator__inner-wrapper {
    width: 60%;
    margin: 0 auto;
  }
}
.m-calculator__range-slider {
  position: relative;
  margin: 30px 13px 0;
  padding: 10px 10px 30px;
  background-color: #fff;
  border: 1px #dbdbdb solid;
}
@media (min-width: 730px) {
  .m-calculator__range-slider {
    margin: 125px 0 50px;
    padding: 0;
    background-color: transparent;
    border: 0;
  }
}
@media (min-width: 992px) {
  .m-calculator__range-slider {
    margin: 145px 0 50px;
  }
}
.m-calculator__range-slider-range {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  overflow: visible;
  outline: 1px solid transparent;
}
.m-calculator__range-slider-range:focus::-moz-range-thumb, .m-calculator__range-slider-range:active::-moz-range-thumb {
  outline: 1px #4d90fe solid;
  outline-offset: 1px;
}
.m-calculator__range-slider-range:focus::-webkit-slider-thumb, .m-calculator__range-slider-range:active::-webkit-slider-thumb {
  outline: 1px #4d90fe solid;
  outline-offset: 1px;
}
.m-calculator__range-slider-range:focus::-ms-thumb, .m-calculator__range-slider-range:active::-ms-thumb {
  outline: 1px #4d90fe solid;
  outline-offset: 1px;
}
.m-calculator__range-slider-range::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 5px;
}
.m-calculator__range-slider-range::-moz-range-track {
  background: #b2b3b5;
  border: 0;
  height: 5px;
  border-radius: 5px;
}
.m-calculator__range-slider-range::-ms-track {
  height: 5px;
  border: 1px transparent solid;
  color: transparent;
  background: transparent;
  border-color: transparent;
  border-width: 17px;
}
.m-calculator__range-slider-range::-ms-fill-lower {
  background-color: #ff6000;
}
.m-calculator__range-slider-range::-ms-fill-upper {
  background-color: #b2b3b5;
}
.m-calculator__range-slider-range::-moz-range-progress {
  background-color: #ff6000;
}
.m-calculator__range-slider-range::-ms-tooltip {
  display: none;
}
.m-calculator__range-slider-range::-webkit-slider-thumb {
  width: 19px;
  height: 19px;
  margin-top: -8px;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  border-color: transparent;
  background-image: url("/credit-cards/images/calculator/planeIcon.png");
  background-size: 21px;
  background-position: center center;
  border: 2px #ff6000 solid;
  cursor: pointer;
  box-shadow: 5px 5px 12px -5px rgba(0, 0, 0, 0.34);
}
@media (min-width: 730px) {
  .m-calculator__range-slider-range::-webkit-slider-thumb {
    background-size: 29px;
    width: 29px;
    height: 29px;
    margin-top: -12px;
  }
}
.m-calculator__range-slider-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-color: transparent;
  border-radius: 50%;
  background-image: url("/credit-cards/images/calculator/planeIcon.png");
  background-size: cover;
  cursor: pointer;
  -moz-box-shadow: 5px 5px 12px -5px rgba(0, 0, 0, 0.34);
}
@media (min-width: 730px) {
  .m-calculator__range-slider-range::-moz-range-thumb {
    width: 30px;
    height: 30px;
  }
}
.m-calculator__range-slider-range::-ms-thumb {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background-color: #ff6000;
  background-image: url("/credit-cards/images/calculator/planeIcon.png");
  background-size: cover;
  cursor: pointer;
  margin-top: -5px !important;
}
@media (min-width: 730px) {
  .m-calculator__range-slider-range::-ms-thumb {
    width: 28px;
    height: 28px;
  }
}
.m-calculator__range-value-container {
  position: static;
  display: block;
  margin-bottom: 10px;
  font-size: .8em;
  text-align: center;
  line-height: 24px;
  color: #63686b;
}
.m-calculator__range-value-container label {
  margin: 0;
}
.m-calculator__range-value-container strong {
  color: #000;
  font-size: 15px;
}
@media (min-width: 730px) {
  .m-calculator__range-value-container {
    position: absolute;
    top: -90px;
    left: 10px;
    width: 200px;
    margin-bottom: 0;
    padding: 5px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .m-calculator__range-value-container:after, .m-calculator__range-value-container:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
  }
  .m-calculator__range-value-container:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
  }
  .m-calculator__range-value-container:before {
    border-color: rgba(189, 189, 189, 0);
    border-top-color: #e2e2e2;
    border-width: 11px;
    margin-left: -11px;
  }
}
.m-calculator__range-label-container {
  position: relative;
  margin-top: 10px;
  height: 17px;
}
.m-calculator__range-label {
  position: absolute;
  font-size: 15px;
}
.m-calculator__range-label--left {
  left: 0;
}
.m-calculator__range-label--right {
  right: 0;
}
.m-calculator__results-container {
  margin: 40px 0;
  border-bottom: #dbdbdb 1px solid;
  text-align: center;
}
@media (min-width: 730px) {
  .m-calculator__results-container {
    margin-top: 40px;
    margin-bottom: 60px;
    border: 0;
  }
}
@media (min-width: 992px) {
  .m-calculator__results-container {
    margin-top: 60px;
    margin-bottom: 80px;
    border: 0;
  }
}
.m-calculator__result {
  width: 100%;
  border-top: #dbdbdb 1px solid;
  border-bottom: #f8f8f8 1px solid;
  text-align: center;
  padding: 15px 0;
}
.m-calculator__result p {
  font-size: 22px;
  font-family: "Meta Web Bold", Arial, sans-serif;
}
.m-calculator__result span {
  font-family: "Meta Web Normal", Arial, sans-serif;
  font-size: 15px;
}
.m-calculator__result--first {
  border-top: 0;
}
@media (min-width: 730px) {
  .m-calculator__result {
    display: inline-block;
    width: 32%;
    border-bottom: 0;
    border-top: 0;
    vertical-align: top;
    padding: 0;
  }
  .m-calculator__result--first {
    border-right: 1px #e3e3e3 solid;
  }
  .m-calculator__result--last {
    border-left: 1px #e3e3e3 solid;
  }
}
.m-calculator__result-header {
  font-size: 32px;
  font-family: "Meta Web Light", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1875;
  letter-spacing: -0.025em;
  text-align: center;
  color: #293033;
}
@media (min-width: 992px) {
  .m-calculator__result-header {
    font-size: 60px;
  }
}
.m-calculator__center {
  text-align: center;
}
.m-calculator input::-moz-focus-inner,
.m-calculator input::-moz-focus-outer {
  border: 0;
}

.page-theme .card-art,
.page-theme .marquee,
.page-theme .section--compare-table,
.page-theme .compare-table__accordion {
  transition: background 300ms ease;
  -webkit-backface-visibility: hidden;
}
.page-theme--miles-blue .section--compare-table,
.page-theme--miles-blue .compare-table:after {
  background-color: #e4eef8;
}
.page-theme--miles-blue .compare-table__row--highlight {
  background-color: #4F75BD;
}
@media (min-width: 730px) {
  .page-theme--miles-blue .marquee {
    background-color: #e4eef8;
  }
  .page-theme--miles-blue .card-art {
    background-image: url(/credit-cards/images/miles/CardArt_Miles_Blue.png);
  }
}
.page-theme--miles-pink .section--compare-table,
.page-theme--miles-pink .compare-table:after {
  background-color: #FFEEF8;
}
.page-theme--miles-pink .compare-table__row--highlight {
  background-color: #BD458C;
}
@media (min-width: 730px) {
  .page-theme--miles-pink .marquee {
    background-color: #FFEEF8;
  }
  .page-theme--miles-pink .card-art {
    background-image: url(/credit-cards/images/miles/CardArt_Miles_Pink.png);
  }
}
.page-theme--miles-green .section--compare-table,
.page-theme--miles-green .compare-table:after {
  background-color: #F8FFE2;
}
.page-theme--miles-green .compare-table__row--highlight {
  background-color: #819E42;
}
@media (min-width: 730px) {
  .page-theme--miles-green .marquee {
    background-color: #F8FFE2;
  }
  .page-theme--miles-green .card-art {
    background-image: url(/credit-cards/images/miles/CardArt_Miles_Green.png);
  }
}
.page-theme--chrome .section--compare-table,
.page-theme--chrome .compare-table:after {
  background-color: #d8dbde;
}
.page-theme--chrome .compare-table__row--highlight {
  background-color: #797a7b;
}
@media (min-width: 730px) {
  .page-theme--chrome .marquee {
    background-color: #d8dbde;
  }
  .page-theme--chrome .marquee::before {
    background-color: #f2f2f2;
  }
  .page-theme--chrome .card-art {
    background-image: url(/credit-cards/images/cards/cluster-cards.png);
  }
  
}
.page-theme--it .section--compare-table,
.page-theme--it .compare-table:after {
  background-color: #ddecf5;
}
.page-theme--it .compare-table__row--highlight {
  background-color: #4f75bd;
}
@media (min-width: 730px) {
  .page-theme--it .card-art.card-switch__image.Iridescent{
    background-image: url(/credit-cards/images/cards/Irridencent_Student_Array.png) !important;
  }
  }
  .page-theme--it .card-art {
    background-image: url(/credit-cards/images/cards/CardArt_W_Cash_Blue.png);
  }
    .page-theme--itpride .card-art-pride {
    background-image: url(/credit-cards/images/cards/ChartCardArt_W_Cash_Pride.png);
  }
  
@media (min-width: 730px) {
  .page-theme--it .marquee {
    background-color: #ddecf5;
  }
  .page-theme--it .marquee::before {
    background-color: #ecf6fc;
  }
    .page-theme--itpride .card-art-pride {
    background-image: url(/credit-cards/images/cards/ChartCardArt_W_Cash_Pride.png);
  }
}
.page-theme--it-garnet .section--compare-table,
.page-theme--it-garnet .compare-table:after {
  background-color: #f0d9e2;
}
.page-theme--it-garnet .compare-table__row--highlight {
  background-color: #7b2e42;
}
@media (min-width: 730px) {
  .page-theme--it-garnet .marquee {
    background-color: #f0d9e2;
  }
  .page-theme--it-garnet .marquee::before {
    background-color: #feecf3;
  }
  .page-theme--it-garnet .card-art {
    background-image: url(/credit-cards/images/cards/CardArt_W_Cash_Garnet.png);
  }
}
.page-theme--it-spruce .section--compare-table,
.page-theme--it-spruce .compare-table:after {
  background-color: #d1e8ea;
}
.page-theme--it-spruce .compare-table__row--highlight {
  background-color: #2c535a;
}
@media (min-width: 730px) {
  .page-theme--it-spruce .marquee {
    background-color: #d1e8ea;
  }
  .page-theme--it-spruce .marquee::before {
    background-color: #e7f9fb;
  }
  .page-theme--it-spruce .card-art {
    background-image: url(/credit-cards/images/cards/CardArt_W_Cash_Spruce.png);
  }
}
.page-theme--it-plum .section--compare-table,
.page-theme--it-plum .compare-table:after {
  background-color: #ebe0f2;
}
.page-theme--it-plum .compare-table__row--highlight {
  background-color: #693f7e;
}
@media (min-width: 730px) {
  .page-theme--it-plum .marquee {
    background-color: #ebe0f2;
  }
  .page-theme--it-plum .marquee::before {
    background-color: #f7eefc;
  }
  .page-theme--it-plum .card-art {
    background-image: url(/credit-cards/images/cards/CardArt_W_Cash_Plum.png);
  }
}
.page-theme--student-mixtape .section--compare-table,
.page-theme--student-mixtape .compare-table:after {
  background-color: #dbdbdb;
}
.page-theme--student-mixtape .compare-table__row--highlight {
  background-color: #63686b;
}
@media (min-width: 730px) {
  .page-theme--student-mixtape .marquee {
    background-color: #dbdbdb;
  }
  .page-theme--student-mixtape .card-art {
    background-image: url(/credit-cards/images/cards/CardArt_W_Student_Mixtape.png);
  }
}
.page-theme--student-city .section--compare-table,
.page-theme--student-city .compare-table:after {
  background-color: #ddecf5;
}
.page-theme--student-city .compare-table__row--highlight {
  background-color: #4f75be;
}
@media (min-width: 730px) {
  .page-theme--student-city .marquee {
    background-color: #ddecf5;
  }
  .page-theme--student-city .card-art {
    background-image: url(/credit-cards/images/cards/CardArt_W_Student_NYSkyline.png);
  }
}
.page-theme--student-beach .section--compare-table,
.page-theme--student-beach .compare-table:after {
  background-color: #e2fafb;
}
.page-theme--student-beach .compare-table__row--highlight {
  background-color: #2a90ba;
}
@media (min-width: 730px) {
  .page-theme--student-beach .marquee {
    background-color: #e2fafb;
  }
  .page-theme--student-beach .card-art {
    background-image: url(/credit-cards/images/cards/CardArt_W_Student_Beach.png);
  }
}
.page-theme--student-raspberry .section--compare-table,
.page-theme--student-raspberry .compare-table:after {
  background-color: #ffecf2;
}
.page-theme--student-raspberry .compare-table__row--highlight {
  background-color: #cc406e;
}
@media (min-width: 730px) {
  .page-theme--student-raspberry .marquee {
    background-color: #ffecf2;
  }

.page-theme--student-raspberry .card-art {
  background-image: url(/credit-cards/images/cards/CardArt_W_Student_Raspberry.png);
}
}
@media (min-width: 730px) {
  .page-theme--it-landing-flash .phone-art {
    background-image: url(/credit-cards/images/cash/phone_isolated.png);
  }
}
@media (min-width: 992px) {
  .page-theme--it-landing-flash .marquee__main-content {
    margin-bottom: 80px;
  }
}
.page-theme--secured .section--compare-table,
.page-theme--secured .compare-table:after, .page-theme--secured_v2 .section--compare-table,
.page-theme--secured_v2 .compare-table:after {
  background-color: #d8dbde;
}
.page-theme--secured .compare-table__row--highlight, .page-theme--secured_v2 .compare-table__row--highlight {
  background-color: #797a7b;
}
.page-theme--secured .card-art, .page-theme--secured_v2 .card-art {
  background-image: url(/credit-cards/images/secured/secured_W.png);
}
.page-theme--secured .section--how-it-works .button--apply {
  display: none;
}
.page-theme--secured_v2 .section--how-it-works {
  background-color: #fff;
}
@media (max-width: 729px) {
  .page-theme--secured_v2 .marquee__tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-theme--secured_v2 .marquee__tile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-theme--secured_v2 .marquee__tile:nth-child(2),
  .page-theme--secured_v2 .marquee__tile:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-theme--secured_v2 .marquee__tile--flash {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-theme--business .business-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 9px;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: white;
  border-bottom: 1px solid #dbdbdb;
  opacity: 0;
  transition: opacity 300ms ease, z-index 0ms ease 300ms;
}
@media (min-width: 730px) {
  .page-theme--business .business-header {
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.page-theme--business .business-header--sticky {
  z-index: 1;
  opacity: 1;
  transition: opacity 300ms ease;
}
.page-theme--business .business-header__copy {
  margin-left: 10px;
  font-family: "Meta Web Bold", Arial, sans-serif;
  line-height: 1;
}
@media (min-width: 730px) {
  .page-theme--business .business-header__copy {
    font-size: 19px;
  }
}
.page-theme--business .business-header .button {
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-theme--business .card-art {
  background-image: url(/credit-cards/images/cards/CardArt_W_Business.png);
}
.page-theme--business .card-art--business-mobile {
  background-image: url(/credit-cards/images/business/card-m.png);
  background-position: center 20px;
}
.page-theme--business .container {
  /*padding-left: 29px;
  padding-right: 29px;*/
 
}
@media (min-width: 992px) {
  .page-theme--business .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-theme--business .marquee {
  background-color: white;
  padding-bottom: 0;
}
.page-theme--business .marquee:before {
  content: " ";
  position: absolute;
  height: 436px;
  width: 100%;
  background-color: #f8f8f8;
  border-bottom: 1px solid #dbdbdb;
}
.page-theme--business .marquee__interior {
  position: relative;
}
.page-theme--business .marquee__cta {
  width: auto;
  font-size: 19px;
}
.page-theme--business .marquee__title {
  font-size: 24px;
  line-height: 30px;
  font-family: "Meta Web Normal", Arial, sans-serif;
  color: #657195;
}
.page-theme--business .marquee__title sup {
  top: -1.25em;
}
.page-theme--business .marquee__title .highlight {
  display: block;
  font-family: inherit;
}
.page-theme--business .marquee__subtitle {
  width: 100%;
  margin-bottom: 20px;
  font-size: 19px;
  color: #63686b;
}
.page-theme--business .marquee__link {
  margin-bottom: 30px;
  font-size: 19px;
}
.page-theme--business .marquee__tile {
  padding: 20px;
  margin-left: 0;
  margin-right: 0;
}
.page-theme--business .marquee__tile__title {
  font-family: "Meta Web Medium", Arial, sans-serif;
  font-size: 19px;
  line-height: 26px;
}
.page-theme--business .footnotes__container .footnotes__title {
  line-height: 26px;
}
.page-theme--business .footnotes__container p, .page-theme--business .footnotes__container li {
  font-size: 12px;
  line-height: 16px;
}
.page-theme--business .footnotes__container .footnotes--toggle {
  left: 29px;
}
@media (min-width: 992px) {
  .page-theme--business .footnotes__container .footnotes--toggle {
    left: 10px;
  }
}
.page-theme--business .back-to-top {
  border-top: none;
  -ms-flex-pack: left;
      justify-content: left;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .page-theme--business .back-to-top {
    padding: 0;
  }
}
.page-theme--business .section--nobordertop {
  border-top: none;
}
.page-theme--business .section__header {
  color: #657195;
}
.page-theme--business .section__header--business {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-family: "Meta Web Normal", Arial, sans-serif;
}
@media (min-width: 730px) {
  .page-theme--business .section__header--business {
    font-size: 32px;
    line-height: 38px;
    font-family: "Meta Web Light", Arial, sans-serif;
  }
}
@media (min-width: 992px) {
  .page-theme--business .section__header--business {
    font-size: 38px;
  }
}
.page-theme--business .section__header--benefits {
  font-size: 24px;
  line-height: 30px;
  font-family: "Meta Web Normal", Arial, sans-serif;
}
@media (min-width: 730px) {
  .page-theme--business .section__header--benefits {
    font-size: 32px;
    line-height: 38px;
    font-family: "Meta Web Light", Arial, sans-serif;
  }
}
@media (min-width: 992px) {
  .page-theme--business .section__header--benefits {
    font-size: 40px;
  }
}
.page-theme--business .section__header--fees {
  font-size: 24px;
  line-height: 30px;
  font-family: "Meta Web Normal", Arial, sans-serif;
}
.page-theme--business .section__header--fees a {
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 730px) {
  .page-theme--business .section__header--fees {
    font-size: 32px;
    line-height: 38px;
    font-family: "Meta Web Light", Arial, sans-serif;
  }
}
@media (min-width: 992px) {
  .page-theme--business .section__header--fees {
    font-size: 40px;
  }
}
.page-theme--business .section__header--pull-up-lg {
  font-size: 24px;
  line-height: 30px;
  font-family: "Meta Web Normal", Arial, sans-serif;
}
@media (min-width: 730px) {
  .page-theme--business .section__header--pull-up-lg {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
    font-family: "Meta Web Light", Arial, sans-serif;
  }
}
@media (min-width: 992px) {
  .page-theme--business .section__header--pull-up-lg {
    margin-bottom: 0;
    font-size: 40px;
  }
}
.page-theme--business .section__header .section__subhead {
  color: #63686b;
}
.page-theme--business .section__subhead {
  display: block;
}
.page-theme--business .section__subhead--sm {
  font-family: "Meta Web Normal", Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}
.page-theme--business .section__subhead--pull-up {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-theme--business .section__subhead--pull-up {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-theme--business .section--callout {
  position: relative;
  padding: 0;
  border: none;
}
.page-theme--business .section--callout .section__callout-bg {
  height: 160px;
  width: 100%;
  background: #dbdbdb url(/credit-cards/images/business/compare-products.jpg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 730px) {
  .page-theme--business .section--callout .section__callout-bg {
    height: 374px;
    background-image: url(/credit-cards/images/business/compare-products-lg.jpg);
    background-position: center top;
  }
}
.page-theme--business .section--callout .section__callout {
  margin-top: -42px;
  font-size: 19px;
  line-height: 26px;
  color: #63686b;
}
@media (min-width: 730px) {
  .page-theme--business .section--callout .section__callout {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 550px;
    margin-top: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
  }
}
@media (min-width: 992px) {
  .page-theme--business .section--callout .section__callout {
    max-width: 620px;
    font-size: 24px;
    line-height: 30px;
  }
}
.page-theme--business .section--quotes {
  margin-top: -44px;
  padding-top: 0;
}
.page-theme--business .section--quotes .tile {
  margin-bottom: 20px;
}
.page-theme--business .section--benefits {
  padding-bottom: 85px;
}
@media (min-width: 730px) {
  .page-theme--business .section--benefits {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .page-theme--business .section--benefits {
    padding-bottom: 155px;
  }
}
.page-theme--business .section--benefits .benefits__benefit {
  font-family: "Meta Web Medium", Arial, sans-serif;
  font-size: 19px;
  line-height: 26px;
}
.page-theme--business .section--benefits .benefits__text {
  margin-bottom: 40px;
}
@media (min-width: 730px) {
  .page-theme--business .section--benefits .benefits__text {
    padding-left: 20px;
    padding-right: 20px;
	max-width:385px !important;
	
  }
}
.page-theme--business .section.fees {
  margin-top: -95px;
  padding-top: 0;
}
@media (min-width: 730px) {
  .page-theme--business .section.fees {
    margin-top: -107px;
  }
}
@media (min-width: 992px) {
  .page-theme--business .section.fees {
    margin-top: -150px;
  }
}
.page-theme--business .section.fees .fees__card-image {
  width: 100%;
  max-width: 300px;
  height: auto;
}
@media (min-width: 730px) {
  .page-theme--business .section.fees .fees__card-image {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .page-theme--business .section.fees .fees__card-image {
    max-width: 500px;
  }
}
.page-theme--business .section.fees .fees__fee .strong {
  font-family: "Meta Web Medium", Arial, sans-serif;
}
.page-theme--business .section.fees .fees__disclaimer sup {
  display: inline-block;
}
.page-theme--business .section__flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 730px) {
  .page-theme--business .section__flex-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.page-theme--business .section__flex-col {
  display: -ms-flexbox;
  display: flex;
}
.page-theme--business .tile {
  position: relative;
  width: 100%;
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-bottom-width: 3px;
  background-color: white;
  font-size: 19px;
  line-height: 26px;
}
.page-theme--business .tile--cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
@media (min-width: 730px) {
  .page-theme--business .tile--cta {
    -ms-flex-direction: row;
        flex-direction: row;
    border-bottom: 0;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.24);
  }
}
.page-theme--business .tile--cta .button {
  margin-top: 15px;
}
@media (min-width: 730px) {
  .page-theme--business .tile--cta .button {
    margin-top: 0;
    margin-left: 20px;
  }
}
.page-theme--business .tile--quote blockquote {
  padding: 0;
  margin: 0;
  font-size: inherit;
  border: none;
}
.page-theme--business .tile--quote:after {
  content: " ";
  position: absolute;
  bottom: 15px;
  right: 20px;
  height: 30px;
  width: 38px;
  background: transparent url(/credit-cards/images/business/quote.png) no-repeat center center;
}
.page-theme--business .tile__quote {
  margin-bottom: 11px;
  font-size: 19px;
  line-height: 26px;
}
.page-theme--business .tile__quote strong {
  font-family: "Meta Web Medium", Arial, sans-serif;
}
.page-theme--business .footnotes__container ol:before {
  border-top-width: 1px;
}
@media (min-width: 730px) {
  .page-theme--business .marquee:before {
    height: 300px;
  }
  .page-theme--business .marquee__interior {
    padding-left: 0;
    padding-right: 0;
  }
  .page-theme--business .marquee__main-content {
    margin-bottom: 50px;
  }
  .page-theme--business .marquee__title {
    font-size: 32px;
    line-height: 38px;
    font-family: "Meta Web Light", Arial, sans-serif;
  }
  .page-theme--business .marquee__title sup {
    top: -2.25em;
  }
  .page-theme--business .marquee__title .highlight {
    display: inline;
  }
  .page-theme--business .marquee__link {
    margin-top: 3px;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .page-theme--business .marquee__tile {
    padding: 20px 30px;
    border: 1px solid #dbdbdb;
    border-bottom: 4px solid #dbdbdb;
  }
  .page-theme--business .card-switch {
    position: absolute;
    right: 0;
    top: 25px;
    max-width: 218px;
    margin-right: 0;
    margin-bottom: 0px;
  }
  .page-theme--business .card-art {
    width: 218px;
    height: 150px;
  }
  .page-theme--business .fees__list {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-theme--business .fees__fee .strong {
    font-family: "Meta Web Medium", Arial, sans-serif;
    font-size: 19px;
  }
  .page-theme--business .fees__fee--constrain {
    max-width: 300px;
    -ms-flex: none;
        flex: none;
  }
  .page-theme--business .fees__fee--constrain:first-child {
    margin-right: 20px;
  }
  .page-theme--business .footnotes__holder {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-theme--business .back-to-top {
    margin-top: 40px;
    border-top: none;
  }
}
@media (min-width: 992px) {
  .page-theme--business .marquee:before {
    height: 355px;
  }
  .page-theme--business .marquee__main-content {
    margin-bottom: 70px;
    margin-top: 45px;
  }
  .page-theme--business .marquee__title {
    font-size: 40px;
    line-height: 42px;
  }
  .page-theme--business .marquee__subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  .page-theme--business .card-switch {
    max-width: 278px;
  }
  .page-theme--business .card-art {
    width: 300px;
    height: 198px;
  }
}
.page-theme--business .earnings-calc {
  position: relative;
  padding: 0;
}
.page-theme--business .earnings-calc__slider-wrapper {
  position: relative;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media (min-width: 730px) {
  .page-theme--business .earnings-calc__slider-wrapper {
    max-width: 550px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .page-theme--business .earnings-calc__slider-wrapper {
    max-width: 620px;
  }
}
.page-theme--business .earnings-calc__label {
  position: absolute;
  top: -20px;
  left: 11.5%;
  display: none;
  padding: 12px;
  width: 85px;
  font-family: "Meta Web Normal", Arial, sans-serif;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  font-weight: normal;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-top: 3px solid #ff6000;
  -ms-transform: translateX(-50%) translateY(-100%);
      transform: translateX(-50%) translateY(-100%);
  box-sizing: border-box;
}
@media (min-width: 730px) {
  .page-theme--business .earnings-calc__label {
    width: 150px;
    padding: 20px;
    font-size: 15px;
  }
}
.page-theme--business .earnings-calc__label:after, .page-theme--business .earnings-calc__label:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
}
.page-theme--business .earnings-calc__label:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.page-theme--business .earnings-calc__label:before {
  border-color: rgba(189, 189, 189, 0);
  border-top-color: #dcdcdc;
  border-width: 11px;
  margin-left: -11px;
}
.page-theme--business .earnings-calc__range-value {
  display: block;
  margin-top: 4px;
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
}
@media (min-width: 730px) {
  .page-theme--business .earnings-calc__range-value {
    margin-top: 8px;
  }
}
.page-theme--business .earnings-calc__slider {
  width: 100%;
  height: 7px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  overflow: visible;
  outline: 1px solid transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page-theme--business .earnings-calc__slider:focus::-moz-range-thumb, .page-theme--business .earnings-calc__slider:active::-moz-range-thumb {
  outline: 1px #4d90fe solid;
  outline-offset: 1px;
}
.page-theme--business .earnings-calc__slider:focus::-webkit-slider-thumb, .page-theme--business .earnings-calc__slider:active::-webkit-slider-thumb {
  outline: 1px #4d90fe solid;
  outline-offset: 1px;
}
.page-theme--business .earnings-calc__slider:focus::-ms-thumb, .page-theme--business .earnings-calc__slider:active::-ms-thumb {
  outline: 1px #4d90fe solid;
  outline-offset: 1px;
}
.page-theme--business .earnings-calc__slider::-moz-focus-outer {
  border: 0;
}
.page-theme--business .earnings-calc__slider::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 5px;
}
.page-theme--business .earnings-calc__slider::-moz-range-track {
  background: #b2b3b5;
  border: 0;
  height: 2px;
  border-radius: 5px;
}
.page-theme--business .earnings-calc__slider::-ms-track {
  height: 8px;
  border: 12px transparent solid;
  color: transparent;
  background: transparent;
  border-color: transparent;
  padding: 0px 2px;
}
.page-theme--business .earnings-calc__slider::-ms-fill-lower {
  background-color: #ff6000;
  border-radius: 10px;
}
.page-theme--business .earnings-calc__slider::-ms-fill-upper {
  background-color: #b2b3b5;
  border-radius: 10px;
}
.page-theme--business .earnings-calc__slider::-moz-range-progress {
  background-color: #ff6000;
}
.page-theme--business .earnings-calc__slider::-ms-tooltip {
  display: none;
}
.page-theme--business .earnings-calc__slider::-webkit-slider-thumb {
  width: 19px;
  height: 19px;
  margin-top: -8px;
  background-size: 22px;
  background-position: -2px -1px;
  background-image: url("/credit-cards/images/business/toggle.png");
  border-color: transparent;
  border: 2px #ff6000 solid;
  border-radius: 50%;
  box-shadow: 5px 5px 12px -5px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
.page-theme--business .earnings-calc__slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background-size: 28px;
  background-position: -2px -2px;
  background-image: url("/credit-cards/images/business/toggle.png");
  border-color: transparent;
  border: 2px #ff6000 solid;
  border-radius: 50%;
  box-shadow: 5px 5px 12px -5px rgba(0, 0, 0, 0.34);
  cursor: pointer;
}
.page-theme--business .earnings-calc__slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background-size: 28px;
  background-position: -2px -2px;
  background-image: url("/credit-cards/images/business/toggle.png");
  border-color: transparent;
  border: 2px #ff6000 solid;
  border-radius: 50%;
  box-shadow: 5px 5px 12px -5px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  appearance: none;
}
.page-theme--business .earnings-calc__slider:focus, .page-theme--business .earnings-calc__slider:hover ~ .earnings-calc__label {
  display: block;
}
.page-theme--business .earnings-calc__slider-labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .page-theme--business .earnings-calc__slider-labels {
    padding-top: 0;
  }
}
.page-theme--business .earnings-calc__slider-label {
  font-family: "Meta Web Normal", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #63686b;
}
@media (min-width: 992px) {
  .page-theme--business .earnings-calc__slider-label {
    position: absolute;
    bottom: -7px;
    left: -25px;
  }
  .page-theme--business .earnings-calc__slider-label:last-of-type {
    left: auto;
    right: -70px;
  }
}
.page-theme--business .earnings-calc__amount, .page-theme--business .earnings-calc__amount-label, .page-theme--business .earnings-calc__symbol {
  text-align: center;
}
.page-theme--business .earnings-calc__amount {
  font-family: "Meta Web Normal", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  padding-right: 10px;
}
@media (min-width: 730px) {
  .page-theme--business .earnings-calc__amount {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .page-theme--business .earnings-calc__amount {
    font-size: 40px;
  }
}
.page-theme--business .earnings-calc__amount-label {
  position: relative;
  line-height: 22px;
  font-family: "Meta Web Bold", Arial, sans-serif;
  font-size: 15px;
}
@media (min-width: 730px) {
  .page-theme--business .earnings-calc__amount-label {
    max-width: 145px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
  .page-theme--business .earnings-calc__amount-label:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 31px;
    height: 4px;
    background-color: #ff6000;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .page-theme--business .earnings-calc__amount-label {
    max-width: 160px;
  }
}
.page-theme--business .earnings-calc__symbol {
  font-size: 40px;
  line-height: 1;
  font-family: "Meta Web Medium", Arial, sans-serif;
  color: #657195;
}
@media (min-width: 730px) {
  .page-theme--business .earnings-calc__symbol {
    font-size: 50px;
    font-family: "Meta Web Bold", Arial, sans-serif;
  }
}

.select select {
  font-size: 15px;
}
.select:after {
  width: 45px;
}

.footer-container {
  margin-top: 0;
}

@media print {
  /*
  * Things only for when page is printed
  */
  /* GLOBALS */
  .button {
    max-width: initial;
  }

  .section {
    padding-top: 20px;
    paddint-bottom: 20px;
  }

  .modal-overlay .inner-modal {
    max-width: initial;
    border: none;
    padding: 0;
    padding-top: 20px;
  }

  .close-link {
    display: none;
  }

  /* HEADER */
  .subnav,
  .breadcrumbs,
  .right-nav,
  header {
    display: none;
  }

  /* MARQUEE */
  .marquee__main-content {
    width: 100%;
    max-width: 100%;
  }

  .card-switch {
    display: none;
  }

  /* BENEFITS */
  .benefits-list__benefit {
    padding-left: 0;
  }

  .section--secured-benefits .col-sm-7,
  .section--secured-v2 .col-sm-7 {
    width: 100%;
  }
  .section--secured-benefits .col-sm-5,
  .section--secured-v2 .col-sm-5 {
    width: 100%;
  }
  .section--secured-benefits .col-sm-offset-1,
  .section--secured-v2 .col-sm-offset-1 {
    margin-left: 0;
  }

  .faqs {
    display: none;
  }

  #more_faq {
    display: block;
    position: initial;
  }

  .tooltip-overlay {
    display: block !important;
    position: relative;
    max-width: initial !important;
  }
  .tooltip-overlay .arrow-focus,
  .tooltip-overlay .arrow-focus-down {
    display: none;
  }

  .tooltip-overlay .tooltip-body {
    padding: 20px;
  }

  .fees__one-item {
    display: block;
  }

  .video__header {
    display: none;
  }

  .footnotes__container {
    height: auto;
  }

  .footnotes--toggle {
    display: none;
  }

  .all-reviews,
  .back-to-top,
  footer {
    display: none;
  }
}
.link--cashback {
  display: block;
  text-align: center;
}

.col-xs-12.col-md-6{
	padding: 15px 0 !important;
	
	
}

a:hover{
	color: #ff6600 !important;
	
}
h2.marquee__tile__title sup{
    font-size: 45%;
    font-weight:bold;
    vertical-align: super;
}

@media (max-width: 730px)
{
.marquee__bazaar {
   display: flex;
   justify-content: center;
}
}

@media (min-width: 768px) and (max-width: 780px)
{
.col-sm-12 .benefits__text {
  margin-left: 150px !important;
  margin-right: 150px !important;
margin-bottom: 40px !important;
  }
}


@media (min-width: 411px) and (max-width: 500px)
{
.benefits--last {
  width: 97% !important;
 }
}

.marquee__interior .card-art.card-art--mobile.card-art--itStudent-mobile {
    width: 240px;
    height: 143px;
}

@media (min-width: 992px){
.marquee__interior .card-art.card-switch__image.Iridescent {
   height: 230px;
    width: 305px;
    margin-left: -70px !important;
    margin-bottom: -25px !important;
}
}
@media (min-width: 730px) and (max-width: 900px) {
.card-art.card-switch__image.Iridescent {
    width: 214px !important;
    height: 135px !important;
}
.card-switch {
    margin-right: 50px !important; 
}
}
.marquee__tiles h2.rtb {
font-family: "Meta Web Bold", Arial, sans-serif;
font-weight: normal;
}