@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 {
  font-family: sans-serif;
  /* 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-.
 */
article,
aside,
footer,
header,
nav,
section {
  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.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@font-face {
  font-family: 'Optimist-ExtraLight';
  src: url("../fonts/EOT/Optimist_W_XLt.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EOT/Optimist_W_XLt.eot?#iefix") format("embedded-opentype"), url("../fonts/WOFF2/Optimist_W_XLt.woff2") format("woff2"), url("../fonts/WOFF/Optimist_W_XLt.woff") format("woff"), url("../fonts/TTF/Optimist_W_XLt.ttf") format("truetype");
}

@font-face {
  font-family: 'Optimist-Light';
  src: url("../fonts/EOT/Optimist_W_Lt.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EOT/Optimist_W_Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/WOFF2/Optimist_W_Lt.woff2") format("woff2"), url("../fonts/WOFF/Optimist_W_Lt.woff") format("woff"), url("../fonts/TTF/Optimist_W_Lt.ttf") format("truetype");
}

@font-face {
  font-family: 'Optimist-Italic';
  src: url("../fonts/EOT/Optimist_W_It.eot.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EOT/Optimist_W_It.eot?#iefix") format("embedded-opentype"), url("../fonts/WOFF2/Optimist_W_It.woff2") format("woff2"), url("../fonts/WOFF/Optimist_W_It.woff") format("woff"), url("../fonts/TTF/Optimist_W_It.ttf") format("truetype");
}

@font-face {
  font-family: 'Optimist-Regular';
  src: url("../fonts/EOT/Optimist_W_Rg.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EOT/Optimist_W_Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/WOFF2/Optimist_W_Rg.woff2") format("woff2"), url("../fonts/WOFF/Optimist_W_Rg.woff") format("woff"), url("../fonts/TTF/Optimist_W_Rg.ttf") format("truetype");
}

@font-face {
  font-family: 'Optimist-SemiBold';
  src: url("../fonts/EOT/Optimist_W_SBd.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EOT/Optimist_W_SBd.eot?#iefix") format("embedded-opentype"), url("../fonts/WOFF2/Optimist_W_SBd.woff2") format("woff2"), url("../fonts/WOFF/Optimist_W_SBd.woff") format("woff"), url("../fonts/TTF/Optimist_W_SBd.ttf") format("truetype");
}

@font-face {
  font-family: 'Optimist-Bold';
  src: url("../fonts/EOT/Optimist_W_Bd.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EOT/Optimist_W_Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/WOFF2/Optimist_W_Bd.woff2") format("woff2"), url("../fonts/WOFF/Optimist_W_Bd.woff") format("woff"), url("../fonts/TTF/Optimist_W_Bd.ttf") format("truetype");
}

@-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-family: 'Optimist-Regular', Arial, sans-serif;
  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: 1400px;
    margin: 0 auto;
  }
}

body.overlay-active {
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  body.overlay-active .c-titlebar,
  body.overlay-active .c-hero {
    margin-left: -8px;
  }
  body.overlay-active .c-hero__bullets {
    margin-left: 25px;
  }
  body.overlay-active .c-offers {
    margin-left: -15px;
  }
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

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

th {
  text-align: left;
}

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

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

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

blockquote {
  margin: 0;
}

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

/**
 * @object object-name
 * @description Object description
 * -----------------------------------------------------------------------------
 */
.o-sample {
  display: block;
}

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

.u-noToggle {
  color: #000;
  font-family: 'Optimist-Light', Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

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

.u-backTop {
  position: absolute;
  right: 10px;
  top: 4px;
  line-height: 44px;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 16px;
}

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

.u-invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-hidden {
  display: none;
}

.u-device-state:before {
  content: "xs";
}

@media screen and (min-width: 520px) {
  .u-device-state:before {
    content: "sm";
  }
}

@media screen and (min-width: 720px) {
  .u-device-state:before {
    content: "md";
  }
}

@media screen and (min-width: 920px) {
  .u-device-state:before {
    content: "lg";
  }
}

@media screen and (min-width: 1120px) {
  .u-device-state:before {
    content: "xl";
  }
}

@media screen and (min-width: 1440px) {
  .u-device-state:before {
    content: "xxl";
  }
}

.u-overlay {
  height: 100%;
  width: 200%;
  margin-left: -25%;
  background: #fff;
  opacity: 0.8;
  position: fixed;
  z-index: 499;
  display: none;
}

.overlay-active .u-overlay {
  display: block;
}

.c-titlebar__union {
  position: relative;
  margin-top: 0;
}

@media screen and (max-width: 719px) {
  .c-titlebar__union {
    margin-top: 0;
  }
}

@media screen and (min-width: 719px) and (max-width: 800px) {
  .c-titlebar__union {
    margin-top: 8px;
  }
}

.c-titlebar__union .selectstyle {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 200px !important;
  z-index: 501;
  overflow-x: hidden;
  height: 330px;
}

.c-titlebar__union .selectstyle:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  height: 32px;
  width: 40px;
  background: url(../images/ss-go-union-icon.png) no-repeat top center;
  background-size: 36px 28px;
}

@media screen and (max-width: 719px) {
  .c-titlebar__union .selectstyle {
    top: -120px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
}

.c-titlebar__union .selectstyle ul {
  margin: 0 !important;
  padding: 0 !important;
}

.c-titlebar__union .selectstyle .ss_button {
  width: 100% !important;
  border: none;
  border-radius: 0;
  font-family: 'Optimist-Regular', Arial, sans-serif;
  background: #EAE7E7 url("../images/ss-arrows.png") no-repeat 97% center;
  background-size: 7px 13px;
}

.c-titlebar__union .selectstyle .ss_ulsearch {
  width: 100% !important;
  top: 35px;
  border: none;
  background-color: #D8D6D4;
  border-radius: 0;
  box-shadow: none;
}

.c-titlebar__union .selectstyle .ss_ulsearch .nosearch {
  padding-top: 10px;
}

.c-titlebar__union .selectstyle .ss_ulsearch .search {
  padding: 5px;
  border: none;
}

.c-titlebar__union .selectstyle .ss_ulsearch .search input {
  background: #FEFEFE url("../images/ss-search-icon.png") no-repeat 97% center;
  background-size: 13px;
  border-radius: 5px;
  padding: 4px 7px;
  width: 100%;
  font-family: 'Optimist-Regular', Arial, sans-serif;
}

.c-titlebar__union .selectstyle .ss_ulsearch .search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.c-titlebar__union .selectstyle .ss_ulsearch .search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.c-titlebar__union .selectstyle .ss_ulsearch .search input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.c-titlebar__union .selectstyle .ss_dib {
  width: 100% !important;
  font-family: 'Optimist-Regular', Arial, sans-serif;
}

.c-titlebar__union .selectstyle .ss_text {
  padding-left: 35px;
  padding-top: 1px;
}

.c-titlebar__union .selectstyle .ss_ul {
  width: 100% !important;
}

.c-titlebar__union .selectstyle .ss_ul::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}

.c-titlebar__union .selectstyle .ss_ul::-webkit-scrollbar:horizontal {
  height: 4px;
}

.c-titlebar__union .selectstyle .ss_ul::-webkit-scrollbar-track {
  border-left: 1px solid #D3D3D3;
  background: #FFF;
  width: 2px;
}

.c-titlebar__union .selectstyle .ss_ul::-webkit-scrollbar-thumb {
  background: #A6A8AB;
  width: 2px;
  border-radius: 10px;
}

.c-titlebar__union .selectstyle .ss_ul li {
  background-color: #D8D6D4;
  padding: 3px 10px;
  color: #000;
}

.c-titlebar__union .selectstyle .ss_ul li:hover {
  background-color: #EAE7E7;
}

/*************
STICKY HEADER
**************/
.c-stickyHeader {
  padding: 7px 15px;
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  background-image: radial-gradient(50% 107%, #ededed 11%, #D8D8D8 100%);
  min-width: 320px;
  height: 95px;
  transition: all ease .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;
  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-family: 'Optimist-SemiBold', Arial, sans-serif;
}

.c-apply__selectTitle {
  color: #fff;
  display: block;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.c-apply__selectTitle:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 8px solid #fff;
  border-right: 5px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 5px solid transparent;
  top: 19px;
  right: 13px;
}

.c-mailOffer__container {
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  margin: 0 auto;
  padding: 55px 0 0 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 100%;
}

.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 {
  position: relative;
  z-index: 500;
}

.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: 92%;
}

.c-titlebar__logo img {
  height: 51px;
  width: 145px;
  margin: 13px auto 60px;
  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;
  }
}

@media screen and (max-width: 800px) {
  .c-titlebar__logo {
    padding: 8px 0px 8px 0px;
  }
  .c-titlebar__logo img {
    width: 150px;
  }
}

.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-family: 'Optimist-SemiBold', Arial, sans-serif;
  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-family: 'Optimist-Regular', Arial, sans-serif;
  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 (max-width: 800px) {
  .c-titlebar__title {
    font-size: 14px;
    padding: 15px 25px 15px 17px;
    width: 250px;
  }
}

@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.svg) no-repeat;
  font-family: 'Optimist-Light', Arial, sans-serif;
  font-size: 18px;
  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;
  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-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 28px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  padding: 26px 0 20px 0;
}

.c-hero__title span {
  color: #709EC5;
  font-family: 'Optimist-Light', Arial, sans-serif;
}

@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__statement {
  color: #fff;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  width: 220px;
  margin: 0 auto;
  padding: 10px 0;
}

@media screen and (min-width: 920px) {
  .c-hero__statement {
    float: left;
    font-size: 16px;
    margin: 0 100px 0 313px;
    line-height: 20px;
    padding: 0;
    text-align: left;
    width: 40%;
  }
}

@media screen and (min-width: 1120px) {
  .c-hero__statement {
    font-size: 17px;
    margin: 0 100px 0 313px;
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .c-hero__statement {
    font-size: 17px;
    width: auto;
  }
}

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

.c-hero__bullets h3 {
  color: #17467B;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  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-family: 'Optimist-Bold', Arial, sans-serif;
  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;
  }
}

.c-hero__bullets ul li.c-hero__fee span {
  font-family: 'Optimist-Bold', Arial, sans-serif;
}

@media screen and (min-width: 920px) {
  .c-hero__bullets ul li.c-hero__fee span {
    font-family: 'Optimist-ExtraLight', Arial, sans-serif;
  }
}

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

.c-hero__bullets ul li.c-hero__fee {
  font-family: 'Optimist-Bold', Arial, sans-serif;
}

@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 {
    font-family: 'Optimist-Bold', Arial, sans-serif;
    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-family: 'Optimist-Regular', Arial, sans-serif;
}

@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%;
  background: #ffffff;
}

#up-modal-container img {
  border: none;
}

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

#up-modal-header h1 {
  font-size: 25px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

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

#up-modal-body p {
  font-family: Helvetica, Arial, sans-serif;
  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 img {
  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-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.0em;
  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-family: Helvetica, Arial, sans-serif;
  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-family: Helvetica, Arial, sans-serif;
  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: 18%;
}

#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 img {
  position: relative;
  top: 0;
  left: 15px;
  width: 27px;
  height: 18px;
}

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

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

#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 img {
  position: relative;
  top: 0;
  left: 20px;
  width: 18px;
  height: 22px;
}

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

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

#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 img {
  position: relative;
  top: 0;
  left: 20px;
  width: 21px;
  height: 21px;
}

#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-family: 'Optimist-Light', Arial, sans-serif;
  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: 576px;
    padding-bottom: 0;
    width: 33.3%;
  }
}

.c-offers__headLink {
  display: inline-block;
  font-family: 'Optimist-Semibold', Arial, sans-serif;
  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-family: 'Optimist-Semibold', Arial, sans-serif;
  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-red.svg");
  height: 40px;
  left: 0;
  position: absolute;
}

.c-offers__blueTitle--cash--gold:before {
  content: url("../images/cash-gold.svg");
}

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

.c-offers__blueTitle--rate--gold:before {
  content: url("../images/percent-gold.svg");
}

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

.c-offers__blueTitle--access--gold:before {
  content: url("../images/access-gold.svg");
}

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

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

.c-offers__blueTitle a:after {
  background-color: #fff;
  border-radius: 50%;
  content: '+';
  color: #00447d;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  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;
  }
}

.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-family: 'Optimist-Semibold', Arial, sans-serif;
  font-size: 50px;
  float: left;
  line-height: 80%;
  margin-right: 10px;
  text-transform: uppercase;
}

.c-cardFeature__description {
  color: #00447d;
  font-family: 'Optimist-Light', Arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

.c-cardFeature__addedFeature {
  color: #00447d;
  clear: both;
  font-family: 'Optimist-Semibold', Arial, sans-serif;
  font-size: 20px;
  line-height: 100%;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

.c-cardFeature__addedFeature span {
  font-family: 'Optimist-Light', Arial, sans-serif;
  font-size: 18px;
  text-transform: none;
}

.c-cardFeature__drawer {
  max-height: 0;
  overflow: hidden;
  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;
  text-align: center;
}

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

.c-cardFeature__cLine {
  color: #00447d;
  font-family: 'Optimist-Semibold', Arial, sans-serif;
  font-size: 26px;
  line-height: 90%;
  margin: 25px 0;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 920px) {
  .c-cardFeature__cLine {
    bottom: 120px;
    position: absolute;
  }
}

.c-cardFeature__cLine span {
  font-family: 'Optimist-Light', Arial, sans-serif;
  font-size: 18px;
}

.c-cardFeature__button {
  background-color: #128020;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  display: block;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 22px;
  margin: 0 auto;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  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-family: 'Optimist-Light', Arial, sans-serif;
  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;
  max-height: 46px;
  overflow: hidden;
  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 li.is-active a:before {
  background-color: #00447d;
  border-radius: 50%;
  content: '-';
  color: #fff;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  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.is-active h6 a:before {
  content: none;
}

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

.c-benefits__list li h5 a {
  color: #000;
  font-family: 'Optimist-Light', Arial, sans-serif;
  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-family: 'Optimist-SemiBold', Arial, sans-serif;
  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-family: 'Optimist-SemiBold', Arial, sans-serif;
  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-family: 'Optimist-Light', Arial, sans-serif;
  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-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 30px;
  margin: 0;
  text-decoration: none;
}

/*************
REVIEWS
**************/
.c-reviews {
  width: 270px;
  margin: 30px auto;
}

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

.c-reviews__title {
  color: #00447d;
  font-family: 'Optimist-Light', Arial, sans-serif;
  font-size: 38px;
  line-height: 120%;
  margin: 0 auto 30px auto;
  text-align: center;
  width: 270px;
}

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

.c-review__subtitle {
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 18px;
  text-align: center;
}

.c-review__subtitle span {
  font-family: 'Optimist-Regular', Arial, sans-serif;
}

@media screen and (min-width: 920px) {
  .c-review__subtitle {
    font-size: 18px;
  }
}

.c-reviews__list {
  list-style-type: none;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height ease-in 0.2s;
}

.is-active .c-reviews__list {
  max-height: 1500px;
}

.c-reviews__list:before, .c-reviews__list:after {
  content: " ";
  display: table;
}

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

.c-reviews__list li {
  text-align: center;
  padding: 10px 0;
}

@media screen and (min-width: 920px) {
  .c-reviews__list li {
    float: left;
    padding: 0 50px;
    width: 50%;
  }
}

.c-reviews__list li .c-review__quote {
  color: #00447d;
  font-family: 'Optimist-Light', Arial, sans-serif;
  font-size: 20px;
  position: relative;
}

@media screen and (min-width: 920px) {
  .c-reviews__list li .c-review__quote {
    font-size: 26px;
  }
}

.c-reviews__list li .c-review__quote:before {
  content: open-quote;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 30px;
  top: 0;
}

.c-reviews__list li .c-review__quote:after {
  content: close-quote;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 30px;
  bottom: -4px;
  position: absolute;
}

.c-reviews__list li cite {
  color: #000;
  display: block;
  font-family: 'Optimist-Italic', Arial, sans-serif;
  font-size: 18px;
  padding-top: 15px;
}

.c-reviews__toggle {
  color: #00447d;
  display: block;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (min-width: 920px) {
  .c-reviews__toggle {
    margin-bottom: 90px;
  }
}

.is-active .c-reviews__toggle:after {
  background-color: #00447d;
  border-radius: 50%;
  content: '-';
  color: #fff;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 22px;
  line-height: 18px;
  margin-left: 10px;
  text-align: center;
  position: relative;
  top: -2px;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.c-reviews__toggle:after {
  background-color: #00447d;
  border-radius: 50%;
  content: '+';
  color: #fff;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  top: 20px;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 10px;
}

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

.c-disclosures__title {
  color: #000;
  font-family: 'Optimist-SemiBold', Arial, sans-serif;
  font-size: 20px;
  width: 250px;
  margin: 0 auto 20px auto;
  text-align: center;
}

@media screen and (min-width: 920px) {
  .c-disclosures__title {
    width: auto;
    text-align: left;
    margin: 10px 0 25px 20px;
  }
}

.c-disclosures__scrollable {
  margin: 0 20px;
  font-family: 'Optimist-Light', Arial, sans-serif;
  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-family: 'Optimist-SemiBold', Arial, sans-serif;
  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-family: 'Optimist-SemiBold', Arial, sans-serif;
  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
 * -----------------------------------------------------------------------------
 */
.t-sample {
  color: #fff;
}

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: #b93d0c;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 50px;
  top: 50px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 30px;
  height: 30px;
  background: #b93d0c;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #b93d0c;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 7px;
  left: 13px;
  width: 3px;
  height: 14px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #b93d0c;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

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

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

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-wrapper .modaal-close {
    top: 10px;
    right: 10px;
    background: #b93d0c;
  }
  .modaal-inner-wrapper {
    padding: 0;
  }
  .modaal-content-container {
    padding: 30px 0;
  }
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .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: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.selectstyle {
  position: relative;
}

.ss_dib {
  display: inline-block;
  vertical-align: top;
}

.ss_button {
  margin: 0;
  vertical-align: top;
  color: #595959;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  text-decoration: none;
  background: none;
  padding: 10px;
  overflow: hidden;
  clear: both;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  word-break: break-all;
}

.ss_text {
  white-space: normal;
  text-overflow: ellipsis;
  text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
}

.ss_image {
  position: absolute;
  width: 7px;
  height: 11px;
}

.ss_ul {
  list-style: none;
  padding: 8px 0;
  margin: 0;
  margin-top: -35px;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: none;
  overflow: auto;
  z-index: 100;
}

.ss_ulsearch {
  margin: 0;
  margin-top: -35px;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: auto;
  z-index: 100;
  display: none;
}

.ss_ulsearch .ss_ul {
  display: block;
  position: relative;
  margin-top: 0;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.ss_ulsearch .search {
  border-bottom: 1px solid #ccc;
  padding: 0;
}

.ss_ulsearch .search input {
  background: inherit;
  border: none;
  height: 100%;
  padding: 10px 15px;
  outline: none;
  font-size: 14px;
  width: calc(100% - 30px);
  width: -o-calc(100% - 30px);
}

.ss_ulsearch .search input:focus {
  outline: none;
}

.ss_ulsearch .nosearch {
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
  background: #fff;
}

.ss_ul li {
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  text-align: left;
  color: #595959;
  transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  font-size: 14px;
}

.ss_ul li:hover {
  border: none;
  background: #eee;
}

.ss_ul li .ssli_text {
  vertical-align: top;
  display: inline-block;
}

.ss_ul li .ssli_image {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: -1px;
  vertical-align: top;
}

.ss_ul li .ssli_image img {
  width: 16px;
  height: 16px;
}

.ss_ul::-webkit-scrollbar {
  width: 10px;
}

.ss_ul::-webkit-scrollbar:horizontal {
  height: 10px;
}

.ss_ul::-webkit-scrollbar-track {
  border-left: 1px solid #D3D3D3;
  background: #F5F5F5;
}

.ss_ul::-webkit-scrollbar-thumb {
  background: #C4C4C4;
}
