@font-face {
  font-family: "Meta-Bold";
  src: url(/global/public/fonts/MetaWebPro-Bold.eot?#iefix) format("embedded-opentype"), url(/global/public/fonts/MetaWebPro-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Meta-Normal";
  src: url(/global/public/fonts/MetaWebPro-Normal.eot);
  src: url(/global/public/fonts/MetaWebPro-Normal.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Meta-Medium";
  src: url(/global/public/fonts/MetaWebPro-Medium.eot);
  src: url(/global/public/fonts/MetaWebPro-Medium.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Meta-Light";
  src: url(/global/public/fonts/MetaOffcPro-Light_modified.eot);
  src: url(/global/public/fonts/MetaOffcPro-Light_modified.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
.card-options__title, .card-stack__title, .card-stack__copy {
  font-family: "Meta-Light", Arial, sans-serif;
  font-weight: 200;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 981px) {
  #content {
    margin-bottom: 60px;
  }
}

img {
  max-width: 100%;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  font-family: "Meta-Normal", Arial, sans-serif;
  padding-bottom: 0;
}

.breadcrumbs {
  display: none;
  font-family: "Meta-Normal", Arial, sans-serif;
  font-size: 0.840em;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 981px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs a {
  color: #293033;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #293033;
  text-decoration: underline;
}
.breadcrumbs__separator {
  font-family: "Meta-Medium", Arial, sans-serif;
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumbs__active {
  font-family: "Meta-Bold", Arial, sans-serif;
}
.breadcrumbs li:first-child {
  margin-left: -16px;
}

.nav-container.desktop a {
  font-size: 13px;
}
.nav-container.mobile {
  margin-top: 45px;
}

@font-face {
  font-family: 'discover-style-guide';
  src: url("/credit-cards/fonts/discover-style-guide.eot?");
  src: url("/credit-cards/fonts/discover-style-guide.eot?#iefix") format("embedded-opentype"), url("/credit-cards/fonts/discover-style-guide.woff?") format("woff"), url("/credit-cards/fonts/discover-style-guide.ttf?") format("truetype"), url("/credit-cards/fonts/discover-style-guide.svg?#discover-style-guide") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 980px) {
  #site-header {
    border-bottom: 1px solid #e0e0e0;
  }

  nav.primary-navigation {
    margin-right: 0;
  }
}
a {
  color: #2477ab;
}
a:hover {
  color: #ff6000;
}
a:focus {
  text-decoration: underline;
  color: #ff6000;
}

.card-options {
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 45px;
}
.card-options__border--top {
  border-top: 1px solid #ddd;
}
.card-options__title {
  font-size: 30px;
}
.card-options__title--big {
  font-size: 36px;
  padding-top: 25px;
  padding-bottom: 5px;
}
@media screen and (min-width: 981px) {
  .card-options__title--big {
    font-size: 44px;
    padding-top: 15px;
  }
}
.card-options--sub-headline {
  font-family: "Meta-Medium", Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 0;
  padding-top: 5px;
}
.card-options__option {
  font-family: "Meta-Normal", Arial, sans-serif;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .card-options__option {
    float: left;
    width: 25%;
  }
}
.card-options__option--headline {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .card-options__option--headline {
    max-width: 96px;
    margin-top: 35px;
  }
}
.card-options__option img {
  display: block;
  margin: 0 auto;
  max-width: 132px;
}
@media screen and (min-width: 981px) {
  .card-options__option img {
    max-width: 100%;
  }
}
.card-options__option ul {
  list-style: none;
  margin-bottom: 0;
  line-height: 24px;
}
.card-options__img-holder {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media screen and (min-width: 768px) {
  .card-options__img-holder {
    margin-bottom: 30px;
  }
}

.card-stack__title {
padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .card-stack {
    padding-bottom: 35px;
  }
}

.card-stack__title {
  font-size: 44px;
  line-height: normal;
  padding-top: 25px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .card-stack__title {
  font-size: 30px !important;
  }
}
@media screen and (min-width: 981px) {
  .card-stack__title {
    font-size: 44px;
  }
}
.card-stack__title--small {
  font-size: 30px;
}
.card-stack__copy {
  font-size: 20px;
  line-height: 28px;
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .card-stack__copy {
    width: 72%;
  }
}
.card-stack__cards {
  text-align: right;
  background: url(../images/bg-card-stack-gradient.png) 0 center no-repeat;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .card-stack__cards {
    margin-top: 70px;
  }
}
@media screen and (min-width: 981px) {
  .card-stack__cards {
    margin-top: 58px;
  }
}
.card-stack__cards img {
  max-width: 150px;
  margin-top: -28px;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .card-stack__cards img {
    max-width: 320px;
  }
}
@media screen and (min-width: 981px) {
  .card-stack__cards img {
    max-width: 320px;
    margin-top: -14px;
  }
}
.card-stack__top-spacing {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media screen and (min-width: 981px) {
  .card-stack__top-spacing {
    padding-top: 20px;
  }
}
.card-stack__top-btm-spacing {
  padding-top: 10px;
  padding-bottom: 40px;
}
@media screen and (min-width: 981px) {
  .card-stack__top-btm-spacing {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.footnotes__container {
  border: 1px solid #dbdbdb;
  margin-top: 45px;
}
.footnotes__container p,
.footnotes__container li {
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}
.footnotes__container--scroll {
  height: 300px;
}
.footnotes__holder {
  padding: 17px 15px;
  height: 100%;
}
.footnotes__holder:after {
  content: "";
  position: absolute;
  width: 94.5%;
  bottom: 1px;
  height: 24px;
  left: 1px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .footnotes__holder:after {
    width: 97.5%;
  }
}
.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 screen and (min-width: 768px) {
  .footnotes__content {
    float: left;
    width: 25%;
    padding-right: 20px;
  }
}
.footnotes--title {
  font-weight: bold;
  margin-bottom: 10px;
}
.footnotes-list__container {
  clear: both;
  padding-top: 50px;
  position: relative;
}
.footnotes-list__container:after {
  content: "";
  position: absolute;
  width: 30%;
  margin: 10px auto 0;
  left: 0;
  right: 0;
  top: 0;
  border-top: 2px solid #dbdbdb;
}
.footnotes-list {
  padding-left: 12px;
  padding-bottom: 15px;
  margin: 0;
}
.footnotes-list__item {
  margin-bottom: 15px;
}
.footnotes--toggle {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  font-family: "Meta-Normal", Arial, sans-serif;
  padding: 2px 7px 2px 20px;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background: #fff url(../images/sprite-credit-cards-home.png) 4px 4px no-repeat;
}
.footnotes--toggle.open {
  background-position: 4px -15px;
}

.apply__module {
  width: 115px;
}
.no-touch .apply__module:hover .apply__dropdown, .no-touch .apply__module:focus .apply__dropdown {
  display: block;
}
.no-touch .apply__module:hover .apply__link i, .no-touch .apply__module:focus .apply__link i {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.apply__module.active .apply__dropdown {
  display: block;
}
.apply__module.active .apply__link i {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.apply__link {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: #ff6000;
  padding: 20px 11px;
  cursor: pointer;
  width: 100%;
}
.nav-container .apply__link {
  margin-top: -20px;
  margin-bottom: -18px;
}
.apply__link i {
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 7px;
  background: url(../images/sprite-credit-cards-home.png) 0 -39px no-repeat;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.no-touch .apply__link:focus {
  outline: 1px dotted #000;
}
.no-touch .apply__link:focus + ul {
  display: block;
}
.apply__dropdown {
  display: none;
  position: absolute;
  top: 40px;
  text-align: center;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 15px;
  background: #ff6000;
  border-top: 1px solid #bf4800;
  width: 115px;
  z-index: 1000;
}
.apply__dropdown .apply__list-item {
  line-height: 13px;
  margin-bottom: 15px;
}
.nav-container .apply__dropdown .apply__list-item {
  float: none;
  margin-left: 0;
}
.nav-container .apply__dropdown .apply__list-item:first-child {
  margin-left: 0;
}
.apply__dropdown .apply__list-item:last-child {
  border-top: 1px solid white;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .apply__dropdown .apply__list-item:last-child {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sticky-header .apply__dropdown {
  top: auto;
}
.apply__list-item a {
  font-family: "Meta-Medium", Arial, sans-serif;
  color: white;
  font-size: 13px;
}
.apply__list-item a:hover, .apply__list-item a:focus {
  color: white;
  border-bottom-color: white;
}

.js-trigger-accordion:hover {
  cursor: pointer;
}
@media all and (min-width: 701px) {
  .js-trigger-accordion:hover {
    cursor: auto;
  }
}

.js-trigger-accordion::before {
  content: "";
  display: block;
  height: 2px;
}
@media all and (min-width: 701px) {
  .js-trigger-accordion::before {
    display: none;
  }
}

.js-trigger-accordion + .js-features {
  display: none;
}

.js-trigger-accordion.reveal + .js-features {
  display: table-row-group;
}

.js-trigger-accordion.reveal .compare-table__accordion {
  background-position: 10px -22px;
}
.compare-table--lightgray .js-trigger-accordion.reveal .compare-table__accordion {
  background-position: 10px -97px;
}

.compare-table__card-picker {
  position: relative;
}

.compare-table__card-menu {
  display: none;
}

.compare-table__card-menu.show {
  display: block;
  position: absolute;
  top: 25px;
  left: -10px;
  right: 0;
  min-width: 275px;
  background: #ffffff;
  padding-top: 20px;
  z-index: 1;
}

.compare-table__card {
  margin-bottom: 10px;
  margin-left: 10px;
  color: #257cb2;
  font-size: 15px;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}
.compare-table__card .active {
  color: #293033;
  border-bottom: 2px solid #293033;
}

.compare-table__card-img {
  width: 52px;
  margin-right: 15px;
  vertical-align: middle;
}

.js-compare-table__dropdown {
  font-size: 15px;
  font-weight: 400;
  color: #2477ab;
  text-decoration: none;
}
.js-compare-table__dropdown::after {
  display: inline-block;
  content: '\e805';
  margin-left: 10px;
  font-family: "discover-style-guide";
  font-size: normal;
  -moz-transition: transform .2s linear;
  -ms-transition: transform .2s linear;
  -webkit-transition: transform .2s linear;
  transition: transform .2s linear;
}

.js-compare-table__dropdown.on::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.compare-table {
  width: 99.7%;
  text-align: left;
}
.compare-table a {
  color: #2477ab;
}
.compare-table a:focus {
  text-decoration: underline;
}
.compare-table .compare-table__accordion {
  background-image: url(/credit-cards/images/compare/accordion-icons-white.png);
  background-repeat: no-repeat;
  background-position: 10px 16px;
}
@media all and (min-width: 701px) {
  .compare-table .compare-table__accordion {
    height: 55px;
    padding-left: 10px;
    background-image: none;
  }
}
.compare-table th {
  text-align: left;
}

.compare-table--blue {
  border-bottom: 3px solid #1c405f;
}
.compare-table--blue .compare-table__column {
  border-top: 2px solid #1c405f;
  border-bottom: 2px solid #1c405f;
}
@media all and (min-width: 701px) {
  .compare-table--blue .compare-table__column {
    border-top: 3px solid #1c405f;
    border-bottom: 3px solid #1c405f;
  }
}
.compare-table--blue .compare-table__accordion {
  background-color: #1c405f;
}
.compare-table--blue .table-row--position-fixed {
  border-right: 3px solid #1c405f;
}
@media all and (min-width: 701px) {
  .compare-table--blue {
    border-left: 3px solid #1c405f;
    border-right: 3px solid #1c405f;
  }
}

.compare-table--lightblue {
  border-bottom: 3px solid #2477ab;
}
.compare-table--lightblue .compare-table__column {
  border-top: 2px solid #2477ab;
  border-bottom: 2px solid #2477ab;
}
@media all and (min-width: 701px) {
  .compare-table--lightblue .compare-table__column {
    border-top: 3px solid #2477ab;
    border-bottom: 3px solid #2477ab;
  }
}
.compare-table--lightblue .compare-table__accordion {
  background-color: #2477ab;
}
.compare-table--lightblue .table-row--position-fixed {
  border-right: 3px solid #2477ab;
}
@media all and (min-width: 701px) {
  .compare-table--lightblue {
    border-left: 3px solid #2477ab;
    border-right: 3px solid #2477ab;
  }
}

.compare-table--lightgray {
  border-bottom: 3px solid #e1e7ea;
}
.compare-table--lightgray .compare-table__column {
  border-top: 2px solid #e1e7ea;
  border-bottom: 2px solid #e1e7ea;
}
@media all and (min-width: 701px) {
  .compare-table--lightgray .compare-table__column {
    border-top: 3px solid #e1e7ea;
    border-bottom: 3px solid #e1e7ea;
  }
}
.compare-table--lightgray .compare-table__accordion {
  background-color: #e1e7ea;
  background-position: 10px -62px;
  color: #000;
}
.compare-table--lightgray .table-row--position-fixed {
  border-right: 3px solid #e1e7ea;
}
@media all and (min-width: 701px) {
  .compare-table--lightgray {
    border-left: 3px solid #e1e7ea;
    border-right: 3px solid #e1e7ea;
  }
}

.compare-table--gray {
  border-bottom: 3px solid #7f7f7f;
}
.compare-table--gray .compare-table__column {
  border-top: 2px solid #7f7f7f;
  border-bottom: 2px solid #7f7f7f;
}
@media all and (min-width: 701px) {
  .compare-table--gray .compare-table__column {
    border-top: 3px solid #7f7f7f;
    border-bottom: 3px solid #7f7f7f;
  }
}
.compare-table--gray .compare-table__accordion {
  background-color: #7f7f7f;
}
.compare-table--gray .table-row--position-fixed {
  border-right: 3px solid #7f7f7f;
}
@media all and (min-width: 701px) {
  .compare-table--gray {
    border-left: 3px solid #7f7f7f;
    border-right: 3px solid #7f7f7f;
  }
}

.compare-table--darkgray {
  border-bottom: 3px solid #454a4f;
}
.compare-table--darkgray .compare-table__column {
  border-top: 2px solid #454a4f;
  border-bottom: 2px solid #454a4f;
}
@media all and (min-width: 701px) {
  .compare-table--darkgray .compare-table__column {
    border-top: 3px solid #454a4f;
    border-bottom: 3px solid #454a4f;
  }
}
.compare-table--darkgray .compare-table__accordion {
  background-color: #454a4f;
}
.compare-table--darkgray .table-row--position-fixed {
  border-right: 3px solid #454a4f;
}
@media all and (min-width: 701px) {
  .compare-table--darkgray {
    border-left: 3px solid #454a4f;
    border-right: 3px solid #454a4f;
  }
}

.compare-container {
  width: 100%;
}
@media all and (min-width: 701px) {
  .compare-container {
    width: 92.3177%;
    max-width: 950px;
    margin: 0 auto;
  }
}

.comparison-disclaimer {
  font-family: "Meta-Normal", Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  width: 95%;
  margin: 20px auto 0;
}
@media all and (min-width: 701px) {
  .comparison-disclaimer {
    width: 84%;
    margin-top: 30px;
  }
}

.compare-table__column {
  height: 90px;
  width: 26.5%;
  padding-top: 10px;
  padding-left: 10px;
  vertical-align: top;
  font-size: 12px;
}
@media all and (min-width: 701px) {
  .compare-table__column {
    height: 70px;
    width: 10.5%;
    font-size: 11px;
  }
}
.compare-table__column.compare-table__column--discover {
  width: 47%;
  font-size: 15px;
}
@media all and (min-width: 701px) {
  .compare-table__column.compare-table__column--discover {
    width: 37%;
    font-size: 21px;
  }
}
.compare-table__column.compare-table__column--image {
  position: relative;
  text-align: right;
  padding-right: 10px;
}
.compare-table__column.compare-table__column--image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1px;
  border-right: 2px solid #dbdbdb;
}
@media all and (min-width: 701px) {
  .compare-table__column.compare-table__column--image::after {
    border-right: none;
  }
}

.compare-table__column--competitor {
  display: none;
}
@media all and (min-width: 701px) {
  .compare-table__column--competitor {
    display: table-cell;
  }
}
.compare-table__column--competitor .js-compare-card-droplist {
  width: 100%;
}
@media all and (min-width: 701px) {
  .compare-table__column--competitor .js-compare-card-droplist {
    display: none;
  }
}
.compare-table__column--competitor.selected {
  display: table-cell;
}

.compare-table__discover-card-image {
  height: 33px;
  display: block;
  margin: 0 auto;
}
@media all and (min-width: 701px) {
  .compare-table__discover-card-image {
    height: auto;
    width: 100%;
  }
}

.compare-table__row:nth-of-type(2n+1) {
  background: #f8f8f8;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
@media all and (min-width: 701px) {
  .compare-table__row:nth-of-type(2n+1) {
    border-top: none;
    border-bottom: none;
  }
}

.truncated-table tbody.js-features.compare-table__nofee > tr {
  background-color: white;
}

.compare-table__accordion {
  height: 45px;
  padding-left: 30px;
  font-size: 19px;
  color: #ffffff;
  text-transform: uppercase;
}

.compare-table__feature {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: normal;
}
@media all and (min-width: 701px) {
  .compare-table__feature {
    height: 50px;
    font-size: 13px;
    width: 37%;
  }
}
.compare-table__feature sup a {
  font-weight: bold;
}

.compare-table__nofee .compare-table__feature {
  padding-top: 0;
  padding-bottom: 0;
  height: 45px;
  font-weight: bold;
}
@media all and (min-width: 701px) {
  .compare-table__nofee .compare-table__feature {
    height: 85px;
  }
}

.compare-table__competitor-fee {
  color: #8a9499;
  font-size: 19px;
  font-weight: bold;
}

.compare-table__cell--discover {
  width: 26.5%;
  text-align: center;
  border-left: 2px solid #ff6000;
  border-right: 2px solid #ff6000;
}
@media all and (min-width: 701px) {
  .compare-table__cell--discover {
    width: 10.5%;
  }
}

.compare-table__cell--competitor {
  display: none;
  text-align: center;
}
@media all and (min-width: 701px) {
  .compare-table__cell--competitor {
    display: table-cell;
    width: 10.5%;
    border-right: 1px solid #dbdbdb;
  }
}
.compare-table__cell--competitor.selected {
  display: table-cell;
  width: 26.5%;
}
@media all and (min-width: 701px) {
  .compare-table__cell--competitor.selected {
    width: 10.5%;
  }
}

.table-row--position-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  max-width: 944px;
}
@media all and (min-width: 701px) {
  .table-row--position-fixed {
    width: 91.7%;
  }
}

.compare-table__tabs {
  overflow: hidden;
  display: none;
  list-style: none;
  width: 92.3177%;
  max-width: 950px;
  background: #606060;
  margin: 0 auto 10px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.compare-table__tabs li {
  float: left;
  width: 20%;
  text-align: center;
  padding-left: 4px;
}
.compare-table__tabs a {
  display: block;
  font-family: "Meta-Normal", Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.compare-table__tabs a.active, .compare-table__tabs a:hover {
  background: #999;
}
@media screen and (min-width: 701px) {
  .compare-table__tabs {
    display: block;
  }
}

@media screen and (min-width: 701px) {
  [data-visible] .js-features,
  [data-visible] .js-trigger-accordion {
    display: none !important;
  }
  [data-visible] .compare-table__nofee {
    display: table-row-group !important;
  }
  [data-visible] td {
    border-left: none;
    border-right: none;
  }
  [data-visible] table,
  [data-visible] .compare-table__column,
  [data-visible] .table-row--position-fixed {
    border-color: #d7d7d7;
  }
  [data-visible] .compare-table__accordion {
    background-color: #d7d7d7;
    color: #000;
  }

  [data-visible="rewards"] #rewards + .js-features,
  [data-visible="security"] #security + .js-features,
  [data-visible="value"] #value + .js-features,
  [data-visible="service"] #service + .js-features {
    display: table-row-group !important;
  }

  [data-visible="full-chart"] .js-features,
  [data-visible="full-chart"] .js-trigger-accordion {
    display: table-row-group !important;
  }
}
.animation {
  transition: transform .3s ease-in-out;
}

.animation__in--down {
  transform: translate3d(0, -100%, 0);
}

.animation__in--active {
  transform: translate3d(0, 0, 0);
}

.img-animate {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.img-animate__tilt--back {
  -moz-transform: rotateY(-45deg);
  -webkit-transform: rotateY(-45deg);
  transform: rotateY(-45deg);
}
.img-animate__tilt--front {
  -moz-transform: rotateY(45deg);
  -webkit-transform: rotateY(45deg);
  transform: rotateY(45deg);
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: white;
  border-bottom: 1px solid #ededed;
}
.sticky-header .container {
  width: 92.3177%;
}
.sticky-header ul {
  list-style: none;
  margin-bottom: 0;
  float: right;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sticky-header ul {
    width: auto;
    margin-right: 130px;
  }
}
.sticky-header__back-top {
  position: absolute;
  right: 0;
  top: 29px;
  background: url(../images/up-arrow.png) right center no-repeat;
  padding-right: 18px;
}
@media screen and (min-width: 768px) {
  .sticky-header__back-top {
    top: 18px;
  }
}
@media screen and (min-width: 981px) {
  .sticky-header {
    background: #f8f8f8;
  }
}
@media screen and (max-width: 767px) {
  .sticky-header .discover-logo {
    display: none;
  }
  .sticky-header .apply__module {
    width: 75px;
  }
}

#site-header.sticky--activated {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  z-index: 3;
}
@media screen and (min-width: 981px) {
  #site-header.sticky--activated {
    background: #f8f8f8;
    border-bottom: 1px solid #ededed;
  }
  #site-header.sticky--activated:before, #site-header.sticky--activated:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 62px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ededed;
    z-index: -1;
  }
  #site-header.sticky--activated:before {
    left: -50%;
  }
  #site-header.sticky--activated:after {
    right: -50%;
  }
  #site-header.sticky--activated .site-navigation {
    float: left;
  }
}
#site-header.sticky--activated .site-navigation .button {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #site-header.sticky--activated .site-navigation .button {
    display: inline-block;
    margin-right: 125px;
  }
}
#site-header ul {
  list-style: none;
}

.sticky__nav-links {
  display: none;
  float: left;
  margin-left: 165px;
  margin-top: 26px;
}
.sticky__nav-links li {
  float: left;
  font-size: 13px;
  margin-right: 20px;
}
.sticky__nav-links > li > a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.sticky__nav-links > li > a:hover, .sticky__nav-links > li > a:focus {
  color: #293033;
  border-bottom-color: #293033;
}
.sticky__nav-links > li > a.active span {
  color: #293033;
  border-bottom: 2px solid #293033;
}
.sticky__nav-links .dropdown-menu {
  top: 60px;
}
.sticky__nav-links .dropdown-menu li {
  float: none;
  display: block;
  padding: 5px 20px;
  margin-left: 3px;
  margin-right: 3px;
}
@media screen and (min-width: 981px) {
  .sticky--activated .sticky__nav-links {
    display: block;
  }
}

.apply__module--stuck {
  display: none;
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .apply__module--stuck {
    right: 47px;
  }
}
@media screen and (min-width: 981px) {
  .apply__module--stuck {
    right: 0;
  }
}
.sticky--activated .apply__module--stuck {
  display: block;
}
.apply__module--stuck .apply__link {
  height: 62px;
}
.apply__module--stuck .apply__dropdown {
  top: auto;
}
@media screen and (max-width: 767px) {
  .apply__module--stuck .apply__link {
    width: 85px;
  }
  .apply__module--stuck .apply__dropdown {
    width: 200px;
    right: 30px;
  }
}

.sticky__nav-links,
.apply__module--stuck {
  list-style: none;
}

.cta-group {
  overflow: hidden;
  margin-bottom: 45px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .cta-group {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}
.cta-group__item {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-group__item {
    float: left;
  }
  .cta-group__item:first-child {
    margin-right: 20px;
  }
}
.cta__button {
  display: inline-block;
  font-family: "Meta-Medium", Arial, sans-serif;
  font-size: 15px;
  padding: 6px 10px;
  border: 1px solid transparent;
  text-align: center;
  line-height: normal;
  width: 145px;
}
.cta__button:hover, .cta__button:focus, .cta__button:active {
  text-decoration: none;
}
.cta__button--primary {
  color: #fff;
  background-color: #ff6000;
  border-color: #ff6000;
}
.cta__button--primary:hover, .cta__button--primary:focus, .cta__button--primary:active {
  background-color: #cc5200;
  border-color: #cc5200;
  color: #fff;
}
.cta__button--secondary {
  color: #606060;
  background-color: #fff;
  border-color: #606060;
}
.cta__button--secondary:hover, .cta__button--secondary:focus, .cta__button--secondary:active {
  color: #fff;
  background-color: #606060;
}

a.cta__button--primary {
  color: #fff;
}

a.ctn__button--secondary {
  color: #606060;
}


.card-stack h1 {
	line-height: 20px;
}

.card-stack-head{
	padding-bottom: 10px;
}

.card-stack__cards {
	margin-top: 25px;
}