@font-face {
  font-family: 'Font Awesome';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/font_awesome/fontawesome-webfont.eot");
  src: url("../fonts/font_awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font_awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font_awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font_awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font_awesome/fontawesome-webfont.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Area Normal';
  src: url("../fonts/Area/AreaNormal-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'Area Normal';
  src: url("../fonts/Area/AreaNormal-Extrabold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: 'Area Normal';
  src: url("../fonts/Area/AreaNormal-SemiboldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 600; }

@font-face {
  font-family: 'Area Normal';
  src: url("../fonts/Area/AreaNormal-ExtraboldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 800; }

html {
  margin: 0;
  padding: 0;
  font-family: "Area Normal", Tahoma, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5em;
  color: #53565A; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff; }

input {
  font-size: 1em;
  font-weight: 600;
  font-family: "Area Normal", Tahoma, Geneva, sans-serif;
  background: transparent;
  border: 0; }

::placeholder {
  color: #53565A;
  font-weight: 600; }

input:focus {
  outline: none; }

iframe {
  border: 0;
  width: 100%;
  overflow: visible;
  max-width: 800px;
  margin: 0 auto 48px;
  display: block;
  height: 0; }

.overall-container {
  max-width: 1240px;
  margin: 0 auto;
  min-height: 100vh;
  background: #D9E1E2; }

.container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto; }

/*Typography*/
a {
  color: #0092BC;
  text-decoration: none;
  font-weight: 600; }

a.caret:after {
  content: "\f105";
  width: 0;
  vertical-align: bottom;
  font-family: 'Font Awesome';
  font-weight: 400;
  margin-left: 6px;
  display: inline-block;
  top: -1.5px;
  position: relative; }

h1 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4em; }

h2 {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.3em; }

sup {
  font-size: .6875em;
  line-height: 1em; }

h1 sup {
  font-size: 0.5454545455em; }

h2 sup {
  font-size: 0.6666666667em; }

.text-light {
  color: #97999B; }

.text-small {
  font-size: 0.875rem; }

.center {
  text-align: center; }

/*Modules*/
.module {
  padding: 24px 0;
  position: relative; }

.module__logo {
  text-align: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  background: #ffffff; }

.module__logo:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  height: 6px;
  width: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(#53565A, transparent);
  opacity: .25; }

.module__callout {
  color: #ffffff;
  background: #0092BC; }

.module__disclaimers {
  font-size: 0.75rem;
  color: #53565A;
  background: #D9E1E2; }

.module__search {
  background: #ffffff; }

.module__plan-links {
  background: #F4F4F4; }

.module__plan-links div:not(.container) {
  margin: 1.5em 0; }

.module__plan-links a {
  cursor: pointer; }

.module__close--icon {
  text-align: right;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  background: #ffffff;
  border-bottom: 1px solid #D9E1E2;
  height: 50px;
  padding: 0; }

.module__long-form {
  padding: 24px 0;
  overflow: scroll;
  height: calc(100vh - 76px);
  background: #ffffff;
  -webkit-overflow-scrolling: touch; }

.module__result {
  background: #ffffff; }

.module__card-list {
  background: #ffffff; }

/*Misc*/
.module__logo svg title, .module__logo svg desc {
  color: #53565A;
  font-weight: 600; }

.shadow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 6px;
  width: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(#53565A, transparent);
  opacity: .25; }

.legal-id__input-container {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  margin: 1.75rem 0 1rem;
  border: 1px solid #D9E1E2; }

.legal-id__label {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  text-indent: -9999999px;
  color: #D9E1E2; }

.legal-id__label:before {
  content: "\f002";
  font-family: 'Font Awesome';
  font-weight: 400;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 1.125rem;
  position: absolute;
  width: 40px;
  height: 100%;
  text-indent: 0; }

.legal-id__input {
  padding: 14px 10px 6px 40px;
  display: block;
  width: calc(100% - 50px);
  border-radius: 8px; }

.legal-id__button {
  display: none; }

.legal-id__error {
  color: #D50032; }

.card-list {
  margin: 0 0 48px 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse; }

.card-list td, .card-list th {
  padding: 6px 0;
  vertical-align: top;
  border-spacing: 0; }

.card-list td:not(.card-list__terms):not(.card-list__sflf) span {
  padding-left: calc(45% + 8px);
  display: block; }

@media only screen and (min-width: 596px) {
  .card-list td:not(.card-list__terms):not(.card-list__sflf) span {
    padding-left: 250px; } }

.card-list__heading {
  display: none; }

.card-list tbody td {
  font-weight: 800;
  width: 100%;
  display: block; }

.card-list tbody td:not(.card-list__terms):not(.card-list__sflf):before {
  content: attr(data-label);
  display: block;
  float: left;
  width: 45%;
  max-width: 250px;
  text-align: left;
  font-weight: 300; }

.card-list tbody td:after {
  content: '';
  display: block;
  clear: both; }

.hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.card-list .card-list__program {
  padding-top: 16px; }

.card-list .card-list__sflf {
  border-bottom: 1px solid #D9E1E2;
  padding-bottom: 16px; }

.card-list .card-list__terms {
  padding-top: 12px; }

.card-list tbody tr:last-of-type .card-list__sflf {
  border-bottom: none; }

.card-list__link {
  cursor: pointer; }

.inactive {
  display: none !important; }

.noscroll {
  overflow: hidden;
  position: fixed; }

.legal-id__error:not(.error) {
  display: none; }

.legal-id__directive {
  margin-bottom: 2.5rem; }

#longForm {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #D9E1E2;
  z-index: 10; }

.print {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

.print__link:before {
  content: "\f02f";
  font-family: 'Font Awesome';
  font-weight: 400;
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 6px; }

.long-form__title {
  text-align: center; }

.long-form__title h1 {
  font-weight: 600; }

.module__close--icon .module__close--link {
  cursor: pointer;
  color: #97999B;
  margin: 18px 0px 2px 20px;
  display: inline-block; }

.module__close--icon .module__close--link:after {
  content: "\f00d";
  font-family: 'Font Awesome';
  font-weight: 400;
  display: inline-block;
  font-size: 1.25rem; }

.module__close--icon .module__close--link:hover {
  color: #F74C02; }

/*Loading*/
.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px; }

@keyframes loading_outer {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes loading_inner {
  0% {
    stroke-dashoffset: 268.60617px;
    transform: rotate(0); }
  12.5% {
    stroke-dashoffset: 56.54867px;
    transform: rotate(0); }
  12.5001% {
    stroke-dashoffset: 56.54867px;
    transform: rotateX(180deg) rotate(72.5deg); }
  25% {
    stroke-dashoffset: 268.60617px;
    transform: rotateX(180deg) rotate(72.5deg); }
  25.0001% {
    stroke-dashoffset: 268.60617px;
    transform: rotate(270deg); }
  37.5% {
    stroke-dashoffset: 56.54867px;
    transform: rotate(270deg); }
  37.5001% {
    stroke-dashoffset: 56.54867px;
    transform: rotateX(180deg) rotate(161.5deg); }
  50% {
    stroke-dashoffset: 268.60617px;
    transform: rotateX(180deg) rotate(161.5deg); }
  50.0001% {
    stroke-dashoffset: 268.60617px;
    transform: rotate(180deg); }
  62.5% {
    stroke-dashoffset: 56.54867px;
    transform: rotate(180deg); }
  62.5001% {
    stroke-dashoffset: 56.54867px;
    transform: rotateX(180deg) rotate(251.5deg); }
  75% {
    stroke-dashoffset: 268.60617px;
    transform: rotateX(180deg) rotate(251.5deg); }
  75.0001% {
    stroke-dashoffset: 268.60617px;
    transform: rotate(90deg); }
  87.5% {
    stroke-dashoffset: 56.54867px;
    transform: rotate(90deg); }
  87.5001% {
    stroke-dashoffset: 56.54867px;
    transform: rotateX(180deg) rotate(341.5deg); }
  100% {
    stroke-dashoffset: 268.60617px;
    transform: rotateX(180deg) rotate(341.5deg); } }

.loading__spinner {
  animation: loading_outer 2s linear infinite;
  width: 50px;
  height: 50px; }

.loading__spinner svg {
  position: absolute;
  transform: rotate(-90deg);
  top: 0;
  left: 0;
  transform-origin: center;
  overflow: visible;
  width: 50px;
  height: 50px; }

.loading__spinner svg circle {
  transition-property: stroke;
  animation: loading_inner 4s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  fill: transparent;
  transform-origin: center;
  transition: stroke-dashoffset 225ms linear;
  stroke: #0092BC;
  stroke-dasharray: 282.743px;
  stroke-width: 10%; }

/*Desktop*/
@media only screen and (min-width: 1240px) {
  body {
    background: #D9E1E2; }
  .overall-container {
    min-height: auto; }
  #search, #result, .module__logo, .module__card-list {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
  .module__logo, .module__close--icon {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden; }
  #search, #result, .module__card-list {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden; }
  #longForm {
    position: absolute; }
  #longForm .overall-container {
    border-radius: 6px;
    overflow: hidden;
    margin-top: 48px;
    margin-bottom: 48px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
  .noscroll {
    overflow: visible;
    position: static; }
  .module__long-form {
    overflow: visible;
    height: auto; }
  .module__logo {
    margin-top: 50px; }
  .module__logo, .module__close--icon {
    position: relative; }
  .module__callout, .module__search p {
    text-align: center; }
  .module__disclaimers {
    background: transparent; }
  .module__disclaimers.shadow:before, .module__logo:after {
    display: none; }
  .legal-id__input-container {
    margin: 1.75rem auto 1rem;
    max-width: 360px; }
  .card-list {
    margin-bottom: 0; }
  .card-list th {
    text-align: left;
    padding: 12px 15px 4px;
    vertical-align: middle; }
  .card-list td:not(.card-list__terms):not(.card-list__sflf) span {
    padding-left: 0; }
  .card-list__heading {
    display: table-header-group; }
  .card-list tbody td {
    text-align: left;
    font-weight: 300;
    width: auto;
    display: table-cell;
    padding: 12px 16px 4px; }
  .card-list tbody td:not(.card-list__terms):not(.card-list__sflf):before {
    display: none; }
  .card-list tbody td:after {
    display: none; }
  .card-list__heading th,
  .card-list tbody tr:nth-child(2n) td {
    background: rgba(0, 146, 188, 0.05); }
  .card-list .card-list__bank {
    width: 23%; }
  .card-list .card-list__lfid {
    width: 12%; }
  .card-list .card-list__program {
    width: 35%;
    padding-top: 12px; }
  .card-list .card-list__terms {
    width: 20%;
    padding-top: 12px; }
  .card-list .card-list__sflf {
    width: 10%;
    border-bottom: none;
    padding-bottom: 8px; }
  .card-list__link {
    font-weight: 300; }
  .card-list .card-list__bank--heading, .card-list .card-list__program--heading, .card-list .card-list__terms--heading, .card-list .card-list__lfid--heading, .card-list .card-list__sflf--heading {
    font-weight: 800; } }

/*No Hover*/
@media (hover: none) {
  .module__close--icon .module__close--link:hover {
    color: #97999B; } }
