@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

footer,
header,
nav {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

main {
  /* 1 */
  display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

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

body {
  background-color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  min-width: 320px;
  color: #000;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 1440px) {
  body {
    width: 1440px;
    margin: 0 auto !important;
  }
}

[tabindex='-1']:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a {
  text-decoration: underline;
  color: #005197;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

textarea {
  resize: vertical;
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/**
 * @utility utility-name
 * @description Utility description
 * -----------------------------------------------------------------------------
 */
.u-vertAlign--single {
  line-height: 40px !important;
  vertical-align: middle;
}

/* .u-noToggle:before {
  content: url("../images/icon-expand.png");
  margin-right: 12px;
} */

.u-backTop {
  position: absolute;
  right: 10px;
  top: 4px;
  line-height: 44px;
  font-weight: 600;
  font-size: 16px;
}

.u-backTop:after {
  color: #005197;
  content: '\2191';
  font-size: 24px;
}

/*************
STICKY HEADER
**************/
.c-stickyHeader {
  padding: 7px 15px;
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  background-image: -webkit-radial-gradient(
    50% 107%,
    #ededed 11%,
    #d8d8d8 100%
  );
  background-image: radial-gradient(50% 107%, #ededed 11%, #d8d8d8 100%);
  min-width: 320px;
  height: 95px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.c-stickyHeader:before,
.c-stickyHeader:after {
  content: ' ';
  display: table;
}

.c-stickyHeader:after {
  clear: both;
}

@media screen and (min-width: 720px) {
  .c-stickyHeader {
    height: 60px;
  }
}

.c-stickyHeader.is-sticky {
  z-index: 800;
  top: 0;
}

.c-apply {
  background-color: #128020;
  border-radius: 8px;
  line-height: 44px;
  max-height: 44px;
  overflow: hidden;
  position: absolute;
  width: 174px;
  -webkit-transition: max-height ease 0.5s;
  transition: max-height ease 0.5s;
  z-index: 900;
}

.c-apply:hover {
  background-color: #056e13;
}

.c-apply.is-active {
  max-height: 1000px;
}

.c-apply ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}

.c-apply ul li {
  line-height: 32px;
  text-align: center;
}

.c-apply ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.c-mailOffer__container {
  font-weight: 600;
  margin: 0 auto;
  padding: 55px 0 0 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 100%;
}

.c-sticky__preapproval {
  background-color: #128020;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  transition: background-color ease-in 0.2s;
  width: 174px;
}

.c-mailOffer__container:before,
.c-mailOffer__container:after {
  content: ' ';
  display: table;
}

.c-mailOffer__container:after {
  clear: both;
}

@media screen and (min-width: 720px) {
  .c-mailOffer__container {
    padding: 0;
    font-size: 16px;
    line-height: 43px;
    text-align: left;
    width: 305px;
  }
}

@media screen and (min-width: 920px) {
  .c-mailOffer__container {
    padding: 0;
    font-size: 16px;
    line-height: 43px;
    text-align: left;
    width: 305px;
  }
}

.c-mailOffer__container a {
  display: inline;
}

@media screen and (min-width: 720px) {
  .c-mailOffer__container a {
    display: inline;
  }
}

.c-mailOffer__container img {
  display: none;
  width: 43px;
  width: 43px;
  float: left;
  margin: 0 15px 0 0;
}

@media screen and (min-width: 720px) {
  .c-mailOffer__container img {
    display: block;
  }
}

/*************
TITLEBAR
**************/
.c-titlebar:before,
.c-titlebar:after {
  content: ' ';
  display: table;
}

.c-titlebar:after {
  clear: both;
}

.c-titlebar__logo {
  margin: 0 auto;
  border-bottom: 1px solid #666;
  width: 96%;
}

.c-titlebar__logo img {
  height: 51px;
  width: 145px;
  margin: 13px 0 13px 10px;
  display: block;
}

@media screen and (min-width: 720px) {
  .c-titlebar__logo img {
    height: 61px;
    margin: 0;
    width: 173px;
  }
}

@media screen and (min-width: 720px) {
  .c-titlebar__logo {
    border-bottom: 0;
    width: 173px;
    margin: 19px 32px;
    float: left;
  }
}

.c-titlebar__logo--ibt img {
  height: 79px;
  width: 63px;
}

@media screen and (min-width: 720px) {
  .c-titlebar__logo--ibt img {
    height: 79px;
    margin: 0;
    width: 63px;
  }
}

@media screen and (min-width: 720px) {
  .c-titlebar__logo--ibt {
    border-bottom: 0;
    width: 63px;
    margin: 19px 32px;
    float: left;
  }
}

.c-titlebar__title {
  color: #17467b;
  font-weight: 600;
  font-size: 19px;
  line-height: 130%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  width: 300px;
}

.c-titlebar__title span {
  font-weight: 400;
  text-transform: none;
}

@media screen and (min-width: 720px) {
  .c-titlebar__title {
    border-left: 1px solid #666;
    float: left;
    margin: 23px 0 0 0;
    padding: 5px 25px 5px 17px;
    text-align: left;
    width: 350px;
  }
}

@media screen and (min-width: 920px) {
  .c-titlebar__title {
    margin: 23px 0;
    width: 350px;
  }
}

@media screen and (min-width: 1120px) {
  .c-titlebar__title {
    font-size: 20px;
    margin: 23px 0 15px 0;
    padding: 14px 0 18px 32px;
    width: auto;
  }
}

.c-titlebar__secure {
  background: url(../images/icon-secure.png) no-repeat;
  font-weight: 300;
  font-size: 18px;
  color: #005197;
  text-transform: uppercase;
  padding-left: 25px;
  position: absolute;
  top: 36px;
  right: 15px;
}

@media screen and (min-width: 720px) {
  .c-titlebar__secure {
    top: auto;
    right: auto;
    margin: 36px 30px 0 0;
    float: right;
    padding-left: 25px;
    position: relative;
  }
}

@media screen and (min-width: 720px) {
  .c-titlebar__secure--ibt {
    top: auto;
    right: auto;
  }
}

@media screen and (min-width: 1120px) {
  .c-titlebar__secure--ibt {
    margin: 45px 30px 0 0;
    position: reative;
  }
}

/*************
HERO
**************/
.c-hero {
  background: #17467b;
  display: block;
  position: relative;
  width: 100%;
}

.c-hero--ibt {
  height: 218px;
}

@media screen and (min-width: 920px) {
  .c-hero:before {
    content: url('../images/star-blue.png');
    position: absolute;
    left: 50px;
    top: 96px;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero:before {
    top: 80px;
  }
}

@media screen and (min-width: 920px) {
  .c-hero:after {
    content: url('../images/star-blue.png');
    position: absolute;
    right: 50px;
    top: 96px;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero:after {
    top: 80px;
  }
}

@media screen and (min-width: 920px) {
  .c-hero {
    height: 199px;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero {
    height: 199px;
  }
}

.c-hero__content {
  position: relative;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

@media screen and (min-width: 920px) {
  .c-hero__content {
    left: 12%;
    margin: 39px 0 0 0;
    position: absolute;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__content {
    left: 17%;
  }
}

.c-hero__title {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  padding: 26px 0 20px 0;
}

.c-hero__title span {
  color: #709ec5;
  font-weight: 300;
}

@media screen and (min-width: 920px) {
  .c-hero__title {
    font-size: 28px;
    float: left;
    margin: 7px 0 0 313px;
    padding: 0 0 10px 0;
    text-align: left;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__title {
    font-size: 36px;
    margin: 7px 0 0 313px;
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .c-hero__title {
    font-size: 40px;
  }
}

@media screen and (min-width: 920px) {
  .c-hero__title--ibt {
    font-size: 35px;
    margin: 7px 0 0 313px;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__title--ibt {
    font-size: 36px;
    line-height: 120%;
    margin: 7px 0 0 313px;
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .c-hero__title--ibt {
    font-size: 40px;
    line-height: 120%;
    margin: 7px 0 0 313px;
    width: auto;
  }
}

.c-hero__card {
  display: block;
  width: 185px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 919px) {
  .c-hero__card:before {
    content: url('../images/star-blue.png');
    position: absolute;
    left: -50px;
    top: 30%;
  }
}

@media screen and (max-width: 919px) {
  .c-hero__card:after {
    content: url('../images/star-blue.png');
    position: absolute;
    right: -50px;
    top: 30%;
  }
}

@media screen and (min-width: 920px) {
  .c-hero__card {
    margin: 0;
    width: 285px;
    position: absolute;
  }
}

.c-hero__bullets {
  background-image: -webkit-radial-gradient(
    50% 107%,
    rgba(237, 237, 237, 0.68) 11%,
    #d8d8d8 100%
  );
  background-image: radial-gradient(
    50% 107%,
    rgba(237, 237, 237, 0.68) 11%,
    #d8d8d8 100%
  );
  padding: 15px 0;
  position: relative;
  margin: 0 15px;
  color: #005197;
}

.c-hero__bullets h3 {
  color: #17467b;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 920px) {
  .c-hero__bullets h3 {
    float: left;
    line-height: 22px;
    margin: 22px 0 0 0;
    padding: 10px 20px 0 20px;
    text-align: right;
    width: 17%;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__bullets h3 {
    margin: 26px 0 0 0;
    padding: 10px 20px 0 37px;
  }
}

@media screen and (min-width: 1440px) {
  .c-hero__bullets h3 {
    padding: 10px 20px 0 45px;
  }
}

@media screen and (min-width: 920px) {
  .c-hero__bullets {
    height: 130px;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__bullets {
    height: 139px;
    margin: 0 35px;
  }
}

.c-hero__bullets ul {
  list-style-type: none;
  width: 240px;
  margin: 0 auto;
  padding: 0;
}

.c-hero__bullets ul:before,
.c-hero__bullets ul:after {
  content: ' ';
  display: table;
}

.c-hero__bullets ul:after {
  clear: both;
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul {
    float: left;
    width: 83%;
    margin: 20px 0 0 0;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__bullets ul {
    margin: 23px 0 0 0;
  }
}

.c-hero__bullets ul li {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  padding: 7px 0;
  text-align: center;
}

.c-hero__bullets ul li:before {
  content: '•';
  color: #b11f24;
  padding-right: 6px;
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li:before {
    content: '';
    padding-right: 0;
  }
}

.c-hero__bullets ul li p {
  display: inline;
  padding-right: 4px;
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li {
    font-size: 16px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__bullets ul li {
    font-size: 18px;
    line-height: 24px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .c-hero__bullets ul li {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li.c-hero__fee span {
    font-weight: 100;
  }
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li {
    float: left;
    text-align: left;
  }
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li.c-hero__fee span {
    color: #b11f24;
    display: inline;
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin: 6px 2px 0 0;
    width: 65px;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__bullets ul li.c-hero__fee span {
    font-size: 48px;
    line-height: 60px;
    margin: 0 2px 0 0;
    width: 75px;
  }
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li.c-hero__fee--ibt span {
    color: #17467b;
  }
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li.c-hero__fee p {
    display: inline-block;
    padding-top: 16px;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__bullets ul li.c-hero__fee p {
    display: inline;
    padding-top: 0;
  }
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li.c-hero__fee {
    width: 26%;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__bullets ul li.c-hero__fee {
    line-height: 60px;
    width: 24%;
  }
}

.c-hero__bullets ul li.c-hero__service img {
  display: none;
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li.c-hero__service img {
    display: block;
    float: left;
    margin-right: 15px;
    height: 40px;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__bullets ul li.c-hero__service img {
    height: 43px;
  }
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li.c-hero__service {
    width: 35%;
    padding-top: 14px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__bullets ul li.c-hero__service {
    padding-right: 46px;
  }
}

.c-hero__bullets ul li.c-hero__fraud img {
  display: none;
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li.c-hero__fraud img {
    display: block;
    float: left;
    margin-right: 15px;
    height: 40px;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__bullets ul li.c-hero__fraud img {
    height: 43px;
  }
}

.c-hero__bullets ul li.c-hero__fraud span {
  font-weight: 400;
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li.c-hero__fraud span {
    display: block;
  }
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li.c-hero__fraud {
    padding-top: 14px;
    width: 39%;
  }
}

.c-hero__bullets:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-top: 15px solid #285c87;
  border-right: 0 solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  top: 0;
  left: -15px;
}

@media screen and (min-width: 1120px) {
  .c-hero__bullets:before {
    border-top: 25px solid #285c87;
    border-right: 0 solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid transparent;
    left: -35px;
  }
}

.c-hero__bullets:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-top: 15px solid #285c87;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 0 solid transparent;
  top: 0;
  right: -15px;
}

@media screen and (min-width: 1120px) {
  .c-hero__bullets:after {
    border-top: 25px solid #285c87;
    border-right: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 0 solid transparent;
    right: -35px;
  }
}

/* ==========================================================================
   Interstitial Unions modal styles
========================================================================== */
#up-modal {
  max-width: 700px;
  margin: 0 auto;
  padding: 3%;
  height: 100%;
  background: #ffffff;
}

#up-modal-header {
  margin: 0;
  padding: 0;
  width: 100%;
}

#up-modal-header h1 {
  font-size: 25px;
  font-weight: 600;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#up-modal-body {
  height: 100%;
  max-width: 700px;
}

#up-modal-body::-webkit-scrollbar {
  display: none;
}

#up-modal-body p {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #666666;
  margin: 0;
  padding: 0;
}

#up-modal-body .modal-column {
  width: 221.33%;
  height: 450px;
  border: 2px solid #00447d;
  padding: 0 0 0 0;
  margin: 50px 12px 22px 0;
  float: left;
}

#up-modal-body .modal-column-right {
  width: 202px;
  height: 450px;
  border: 2px solid #00447d;
  padding: 0 0 0 0;
  margin: 50px 0 22px 0;
  float: left;
}

#up-modal-body .header-image div {
  height: 41px;
  width: 76px;
  display: block;
  margin: -32px auto 35px auto;
  text-align: center;
}

#up-modal-body .modal-column h2,
#up-modal-body .modal-column-right h2 {
  font-weight: 600;
  font-weight: bold;
  font-size: 1em;
  color: #00447d;
  margin: -25px 0 25px 0;
  padding: 0;
  text-align: center;
}

#up-modal-body .modal-column h3,
#up-modal-body .modal-column-right h3 {
  font-weight: 600;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #00447d;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
}

#up-modal-body .modal-column p,
#up-modal-body .modal-column-right p {
  font-weight: 600;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
  margin: 0 13px 0 15px;
  padding: 0;
  text-align: left;
}

#up-modal-body .modal-column p.first,
#up-modal-body .modal-column-right p.first {
  height: 105px;
}

#up-modal-body .modal-column p.second,
#up-modal-body .modal-column-right p.second {
  height: 40px;
}

#up-modal-body .modal-column p.third,
#up-modal-body .modal-column-right p.third {
  height: 40px;
}

#up-modal-body .modal-column a,
#up-modal-body .modal-column-right a {
  color: #018bbb;
}

#up-modal-body .cash-rewards {
  padding-top: 25px;
  text-align: left;
}

#up-modal-body .cash-rewards:before,
#up-modal-body .cash-rewards:after {
  content: ' ';
  display: table;
}

#up-modal-body .cash-rewards:after {
  clear: both;
}

#up-modal-body .cash-rewards .left {
  float: left;
  width: 14%;
}

#up-modal-body .cash-rewards .right {
  float: left;
  width: 82%;
}

#up-modal-body .cash-rewards .right p {
  font-size: 12px;
}

#up-modal-body .cash-rewards div {
  position: relative;
  top: 0px;
  padding-top: 0px;
  margin-right: -1px;
  left: 8px;
  width: 27px;
  height: 31px;
}

#up-modal-body .rate-advantage {
  padding-top: 15px;
  text-align: left;
}

#up-modal-body .rate-advantage .left {
  float: left;
  width: 13%;
}

#up-modal-body .rate-advantage .right {
  float: left;
  width: 82%;
}

#up-modal-body .rate-advantage .right p {
  font-size: 12px;
}

#up-modal-body .rate-advantage div {
  position: relative;
  top: -2px;
  left: 10px;
  width: 18px;
  height: 29px;
}

#up-modal-body .primary-access {
  padding-top: 25px;
  text-align: left;
}

#up-modal-body .primary-access .left {
  float: left;
  width: 13%;
}

#up-modal-body .primary-access .right {
  float: left;
  width: 82%;
}

#up-modal-body .primary-access .right p {
  font-size: 12px;
}

#up-modal-body .primary-access div {
  position: relative;
  top: 0;
  left: 10px;
  width: 21px;
  height: 28px;
}

#up-modal-body .hz-divider {
  margin: 35px 0 25px 33px;
  width: 130px;
  height: 1px;
  background-color: #00447d;
  text-align: center;
}

#up-modal-body .clear {
  clear: both;
}

@media screen and (min-width: 920px) {
  #up-modal-body .modal-column,
  #up-modal-body .modal-column-right {
    width: 190px;
  }
}

@media screen and (max-width: 920px) {
  #up-modal-body .modal-column,
  #up-modal-body .modal-column-right {
    width: 300px;
    height: auto;
    padding-bottom: 25px;
  }
  #up-modal-body .modal-column,
  #up-modal-body .modal-column-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #up-modal-header h1 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  #up-modal-body .modal-column h3,
  #up-modal-body .modal-column-right h3 {
    margin: 10px auto;
  }
  #up-modal-body .modal-column p.first,
  #up-modal-body .modal-column-right p.first,
  #up-modal-body .modal-column p.second,
  #up-modal-body .modal-column-right p.second,
  #up-modal-body .modal-column p.third,
  #up-modal-body .modal-column-right p.third {
    height: auto;
  }
  #up-modal-body .hz-divider {
    margin: 35px auto 30px auto;
  }
}

@media screen and (max-width: 480px) {
  #up-modal-body .modal-column,
  #up-modal-body .modal-column-right {
    width: 280px;
    height: auto;
    padding-bottom: 25px;
  }
}

/*************
OFFERS LIST
**************/
.c-offers {
  margin: 0 auto;
}

.c-offers__title {
  color: #00447d;
  font-size: 42px;
  line-height: 120%;
  margin: 20px auto;
  text-align: center;
  width: 270px;
}

@media screen and (min-width: 920px) {
  .c-offers__title {
    width: auto;
    margin: 40px 0;
  }
}

.c-offers__list {
  margin: 0;
  padding: 0;
}

.c-offers__list:before,
.c-offers__list:after {
  content: ' ';
  display: table;
}

.c-offers__list:after {
  clear: both;
}

.c-offers__list li {
  background-color: #eaeaea;
  list-style-type: none;
  padding-bottom: 120px;
  position: relative;
}

.c-offers__list li:first-child {
  background-color: #f6f5f5;
}

.c-offers__list li:last-child {
  background-color: #dcdcdc;
}

@media screen and (min-width: 920px) {
  .c-offers__list li {
    float: left;
    min-height: 600px;
    padding-bottom: 0;
    width: 33.3%;
  }
}

.c-offers__headLink {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 0 15px 0;
  text-align: center;
  width: 100%;
}

.c-offers__featureTitle {
  background-color: #00447d;
  width: 100%;
  padding: 20px 0;
}

.c-offers__blueTitle {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 310px;
  padding-left: 10px;
}

.c-offers__blueTitle--cash:before {
  content: url('../images/cash-gold.png');
  height: 40px;
  left: 0;
  position: absolute;
}

.c-offers__blueTitle--rate:before {
  content: url('../images/percent-gold.png');
  height: 40px;
  left: 0;
  top: -6px;
  position: absolute;
}

.c-offers__blueTitle--access:before {
  content: url('../images/access-gold.png');
  height: 40px;
  left: 0;
  top: -3px;
  position: absolute;
}

.c-offers__blueTitle a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.c-offers__blueTitle a[aria-disabled='true'] {
  cursor: default;
}

.c-offers__blueTitle a:after {
  background-color: #fff;
  border-radius: 50%;
  content: '+';
  color: #00447d;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-left: 15px;
  text-align: center;
  position: relative;
  top: -3px;
  width: 19px;
  height: 19px;
  display: inline-block;
}

@media screen and (min-width: 920px) {
  .c-offers__blueTitle a:after {
    display: none;
  }
  .c-offers__blueTitle a {
    cursor: text;
  }
}

.is-active .c-offers__blueTitle a:after {
  content: '-';
}

.c-cardFeature__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/*************
CARDFEATURE
**************/
.c-cardFeature {
  width: 300px;
  margin: 40px auto 25px auto;
}

.c-cardFeature--cash {
  width: 300px;
  margin: 0 auto;
}

.c-cardFeature--rateAdv {
  width: 230px;
  margin: 0 auto;
}

.c-cardFeature--access {
  width: 200px;
  margin: 0 auto;
}

.c-cardFeature__rateContainer:before,
.c-cardFeature__rateContainer:after {
  content: ' ';
  display: table;
}

.c-cardFeature__rateContainer:after {
  clear: both;
}

.c-cardFeature__rate {
  color: #00447d;
  font-weight: 600;
  font-size: 50px;
  float: left;
  line-height: 80%;
  margin-right: 10px;
  text-transform: uppercase;
}

.c-cardFeature__description {
  color: #00447d;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

.c-cardFeature__addedFeature {
  color: #00447d;
  clear: both;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

.c-cardFeature__addedFeature span {
  font-weight: 300;
  font-size: 18px;
  text-transform: none;
}

.c-cardFeature__drawer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height ease 0.3s;
  transition: max-height ease 0.3s;
}

.is-active .c-cardFeature__drawer {
  max-height: 1000px;
}

@media screen and (min-width: 920px) {
  .c-cardFeature__drawer {
    max-height: 1000px;
  }
}

.c-cardFeature__details {
  width: 70%;
  font-size: 16px;
  margin: 0 auto 24px auto;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .c-cardFeature__details b {
    display: block;
  }
}

.c-cardFeature__button {
  background-color: #128020;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 22px;
  margin: 0 auto;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color ease-in 0.2s;
  transition: background-color ease-in 0.2s;
  width: 296px;
}

.c-cardFeature__button:hover {
  background-color: #056e13;
}

.c-cardFeature__terms {
  display: inline-block;
  padding: 15px 0 25px 0;
  text-align: center;
  width: 100%;
}

/*************
BENEFITS
**************/
.c-benefits {
  padding: 0 20px;
}

.c-benefits__title {
  color: #00447d;
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
  margin: 30px auto;
  text-align: center;
  width: 300px;
}

@media screen and (min-width: 920px) {
  .c-benefits__title {
    width: auto;
    margin: 50px 0;
  }
}

.c-benefits__list {
  width: 300px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.c-benefits__list:before,
.c-benefits__list:after {
  content: ' ';
  display: table;
}

.c-benefits__list:after {
  clear: both;
}

@media screen and (min-width: 920px) {
  .c-benefits__list {
    width: auto;
  }
}

.c-benefits__list li {
  font-size: 18px;
  padding: 0 10px 20px 10px;
  overflow: hidden;
  -webkit-transition: max-height ease-in 0.2s;
  transition: max-height ease-in 0.2s;
}

@media screen and (min-width: 920px) {
  .c-benefits__list li {
    font-size: 16px;
    float: left;
    padding: 0 25px 25px 25px;
    width: 33%;
  }
}

.c-benefits__list li.is-active {
  max-height: 1000px;
}

.c-benefits__list a[aria-expanded='true']:before {
  background-color: #00447d;
  border-radius: 50%;
  content: '-';
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 18px;
  margin-right: 12px;
  text-align: center;
  position: relative;
  top: -2px;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.c-benefits__list li h5 {
  padding: 0 0 15px 0;
}

.c-benefits__list li h5 a {
  color: #000;
  font-weight: 300;
  font-size: 24px;
  text-decoration: none;
}

@media screen and (min-width: 920px) {
  .c-benefits__list li h5 a {
    font-size: 20px;
  }
}

@media screen and (min-width: 1120px) {
  .c-benefits__list li h5 a {
    font-size: 28px;
  }
}

.c-benefits__list li h5 a:before {
  background-color: #00447d;
  border-radius: 50%;
  content: '+';
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  margin-right: 12px;
  text-align: center;
  top: 20px;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.c-benefits__list li h5 a sup {
  font-size: 10px;
  top: -10px;
}

@media screen and (min-width: 920px) {
  .c-benefits__list li h5 a sup {
    font-size: 12px;
    top: -12px;
  }
}

@media screen and (min-width: 1120px) {
  .c-benefits__list li h5 a sup {
    font-size: 14px;
    top: -14px;
  }
}

.c-benefits__list li h6 {
  color: #00447d;
  font-weight: 600;
  font-size: 18px;
  padding: 0 0 10px 0;
}

.c-benefits__list li.is-active h6 a:before {
  content: none;
}

.c-benefits__list li p {
  padding: 0 0 20px 0;
}

.c-benefits__list li h5 a sup {
  font-size: 10px;
  top: -10px;
}

@media screen and (min-width: 920px) {
  .c-benefits__list li h5 a sup {
    font-size: 12px;
    top: -12px;
  }
}

@media screen and (min-width: 1120px) {
  .c-benefits__list li h5 a sup {
    font-size: 14px;
    top: -14px;
  }
}

.c-benefits__list li h6 {
  color: #00447d;
  font-weight: 600;
  font-size: 18px;
  padding: 0 0 10px 0;
}

.c-benefits__list li p {
  padding: 0 0 20px 0;
}

/*************
APPLY PHONE
**************/
.c-applyPhone {
  border: 2px solid #cacaca;
  color: #333;
  font-weight: 300;
  line-height: 130%;
  width: 294px;
  margin: 40px auto;
  position: relative;
  padding: 30px 20px 25px 20px;
  text-align: center;
}

@media screen and (min-width: 920px) {
  .c-applyPhone {
    width: 90%;
  }
}

.c-applyPhone:before {
  content: url('../images/star-grey.png');
  position: absolute;
  top: -20px;
  background: #fff;
  width: 32px;
  height: 32px;
  left: 43%;
}

@media screen and (min-width: 920px) {
  .c-applyPhone:before {
    left: 48%;
  }
}

.c-applyPhone h3 {
  padding: 15px 0 0 0;
}

.c-applyPhone h3 a {
  color: #00447d;
  font-weight: 600;
  font-size: 30px;
  margin: 0;
  text-decoration: none;
}

/*************
REVIEWS
**************/

/*************
DISCLOSURES
**************/
.c-disclosures {
  background-color: #efefef;
  width: 100%;
  padding: 20px 25px;
}

.c-disclosures__scrollable {
  margin: 0 20px;
  font-weight: 300;
  font-size: 14px;
  padding: 10px;
}

@media screen and (min-width: 920px) {
  .c-disclosures__scrollable {
    border: 1px solid #979797;
    overflow: scroll;
    height: 454px;
  }
}

.c-disclosures__scrollable p {
  padding-bottom: 10px;
}

.c-disclosures__scrollable b {
  font-weight: normal;
  font-weight: 600;
  margin: 10px 0;
  display: inline-block;
}

/*************
FOOTER
**************/
.c-footer__nav {
  background-color: #efefef;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #909090;
}

.c-footer__nav:before,
.c-footer__nav:after {
  content: ' ';
  display: table;
}

.c-footer__nav:after {
  clear: both;
}

@media screen and (min-width: 920px) {
  .c-footer__nav {
    border: 0;
    padding: 10px 0 30px 50px;
    width: 100%;
  }
}

.c-footer__nav li {
  border-bottom: 1px solid #909090;
}

@media screen and (min-width: 920px) {
  .c-footer__nav li {
    border-bottom: 0;
    border-right: 1px solid #005296;
    float: left;
    padding: 0;
  }
}

.c-footer__nav li:last-child {
  border-right: 0;
}

.c-footer__nav li a {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 0;
  text-decoration: none;
}

@media screen and (min-width: 920px) {
  .c-footer__nav li a {
    display: inline;
    text-decoration: underline;
    padding: 0 7px;
  }
}

/**
 * @theme theme-name
 * @description Theme description
 * -----------------------------------------------------------------------------
 */

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.local-image-float {
  float: left;
  margin-right: 15px;
}

@media screen and (max-width: 920px) {
  .local-image-float {
    display: none;
  }
}

.c-cardPreapproval__button {
  background-color: #128020;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 48px;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  transition: background-color ease-in 0.2s;
  width: 226px;
}
