/* Minification failed. Returning unminified contents.
(4446,34): run-time error CSS1046: Expect comma, found '0'
(4446,38): run-time error CSS1046: Expect comma, found '/'
(4458,34): run-time error CSS1046: Expect comma, found '0'
(4458,38): run-time error CSS1046: Expect comma, found '/'
(4479,30): run-time error CSS1046: Expect comma, found '0'
(4479,34): run-time error CSS1046: Expect comma, found '/'
(4496,31): run-time error CSS1046: Expect comma, found '0'
(4496,35): run-time error CSS1046: Expect comma, found '/'
(4519,34): run-time error CSS1046: Expect comma, found '0'
(4519,38): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
    font-family: 'FreightSansProBook-Regular';
        src: url('/includes/fonts/348720_0_0.eot');
        src: url('/includes/fonts/348720_0_0.eot?#iefix') format('embedded-opentype'),
        url('/includes/fonts/348720_0_0.woff2') format('woff2'),
        url('/includes/fonts/348720_0_0.woff') format('woff'),
        url('/includes/fonts/348720_0_0.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon-aab';
        src:  url('/includes/fonts/icomoon-aab.eot?fdqm7r');
        src:  url('/includes/fonts/icomoon-aab.eot?fdqm7r#iefix') format('embedded-opentype'),
        url('/includes/fonts/icomoon-aab.ttf?fdqm7r') format('truetype'),
        url('/includes/fonts/icomoon-aab.woff?fdqm7r') format('woff'),
        url('/includes/fonts/icomoon-aab.svg?fdqm7r#icomoon-aab') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avantgd';
    src: url('/includes/fonts/avantgd.eot');
    src: url('/includes/fonts/avantgd.woff') format('woff'),
         url('/includes/fonts/avantgd.ttf') format('truetype'),
         url('/includes/fonts/avantgd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avantgd';
    src: url('/includes/fonts/avantgardemditc-bold.eot');
    src: url('/includes/fonts/avantgardemditc-bold.woff') format('woff'),
    url('/includes/fonts/avantgardemditc-bold.ttf') format('truetype'),
    url('/includes/fonts/avantgardemditc-bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/includes/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/includes/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/includes/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/includes/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/includes/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/includes/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
p { -webkit-margin-before: 0; -webkit-margin-after: 0; }
a { cursor: pointer; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: none; }
a[href^=tel], a[href^=sms], p a[href^=tel], p a[href^=sms] { color: inherit !important; text-decoration: none !important; cursor: default; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { vertical-align: super; }
sub { bottom: -0.25em; }
h1, h2, h3, p { font-weight: normal; -webkit-margin-before: 0; -webkit-margin-after: 0; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], input[disabled] { cursor: default; }
input, textarea { outline: none; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: none; -moz-appearance: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea, select { outline: none; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.center { position: relative; width: 980px; margin: 0 auto; }
.centerContent { text-align: center; }
.nowrap { white-space: nowrap; }
.floatLeft { float: left; }
.floatRight { float: right; }
html { width: 100%; height: 100%; font-family: Tahoma, Arial, sans-serif; font-size: 14px; line-height: 16px; color: #000; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { width: 100%; height: 100%; }
.fullWrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}
.fullWrap.adminOpen, .fullWrap.adminCollapsed { padding-left: 45px; }
/*----------------------------------------------------------------------------------*/
/*------------------------------RESET DEFAULT STYLES--------------------------------*/
/*----------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font: 16px "Lato", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  background: #fff;
  color: #292929;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div, p, a, span, em, strong, img, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, form, fieldset, label, select, input, textarea {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 300;
}
.smallSpace {position: relative; display: block; height: 25px;}
.medSpace {position: relative; display: block; height: 36px;}
strong {font-weight: 700; }
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

select, input, textarea {
  font-size: 16px;
  font-family: "Lato", Arial, sans-serif;
  vertical-align: middle;
}

textarea {
  vertical-align: top;
}

input[type=submit] {
  cursor: pointer;
}

img, fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  font: 16px "Lato", Arial, sans-serif;
  font-weight: 300;
  color: #292929;
  text-decoration: none;
}
p a, .content.small li p a, .content.small li a, li ul li a, .content.big li a {color: #005DE8; text-decoration: underline;}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------DEFAULT CLASSES------------------------------*/
/*----------------------------------------------------------------------------------*/
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.float-r {
  float: right !important;
}

.float-l {
  float: left !important;
}

.no-float {
  float: none !important;
}

.no-border {
  border: 0 !important;
}

.no-bg {
  background: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-display {
  display: none !important;
}

.display {
  display: block !important;
}

.inline {
  display: inline !important;
}

.overflow {
  overflow: hidden !important;
}

.align-r {
  text-align: right !important;
}

.align-l {
  text-align: left !important;
}

.align-c {
  text-align: center !important;
}

.clear {
  clear: both;
}

.hide-el {
  display: none;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-aab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-geo:before {
  content: "\e902";
}

.icon-address:before {
  content: "\e902";
}

.icon-lock:before {
  content: "\e903";
}

.icon-search:before {
  content: "\e904";
}

.icon-ok:before {
  content: "\e905";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a, .btn,
button, input[type="submit"] {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

input:disabled, input[readonly] {
  opacity: .55;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.container {
  display: block;
  max-width: 1490px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.home .section-hero .container { padding: 50px 30px 70px 30px; }
.home .section-hero a .right-box { color: #fff; }
.text-color-dark, .text-color-dark .hero-title, .text-color-dark .hero-desc { color: #005DE8; }
.text-color-light, .text-color-light .hero-title, .text-color-light .hero-desc { color: #fff; }
/*-------------------------------------BTN------------------------------------------*/
a.btn, .btn {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 18px 50px 17px 26px;
  min-width: 208px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #005DE8;
  text-transform: uppercase;
  color: #005DE8;
  text-align: left;
  letter-spacing: .1em;
  cursor: pointer;
}
a.btn:after, .btn:after {
  position: absolute;
  content: '\e900';
  top: 50%;
  right: 18px;
  font-size: 13px;
  font-family: 'icomoon-aab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #292929;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, -55%);
  -moz-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  transform: translate(0, -55%);
}
a.btn:hover, a.btn:focus, .btn:hover, .btn:focus {
  color: #ffffff;
  text-decoration: none;
  border-color: #005DE8;
  background-color: #005DE8;
}
a.btn:hover:after, a.btn:focus:after, .btn:hover:after, .btn:focus:after { color: #ffffff; }
a.btn-blue, .btn-blue, .text-color-dark a.btn, .text-color-dark .btn { color: #fff; text-align: left; background-color: #005DE8; border-color: #005de8; }
.text-color-light a.btn, .text-color-light .btn { color: #005DE8; background-color: #fff; border-color: #fff; }
a.btn-blue:after, .btn-blue:after, .text-color-dark a.btn:after, .text-color-dark .btn:after { color: #ffffff; }
.text-color-light a.btn:after, .text-color-light .btn:after { color: #005DE8; }
a.btn-blue:hover, a.btn-blue:focus, .btn-blue:hover, .btn-blue:focus, .text-color-dark a.btn:hover, .text-color-dark a.btn:focus, .text-color-dark .btn:hover, .text-color-dark .btn:focus { color: #292929; background-color: #ffffff; border-color: #292929; }
.text-color-light a.btn:hover, .text-color-light a.btn:focus, .text-color-light .btn:hover, .text-color-light .btn:focus { color: #fff; background-color: #005DE8; border-color: #fff; }
a.btn-blue:hover:after, a.btn-blue:focus:after, .btn-blue:hover:after, .btn-blue:focus:after, .text-color-dark a.btn:hover:after, .text-color-dark a.btn:focus:after, .text-color-dark .btn:hover:after, .text-color-dark .btn:focus:after { color: #292929; }
.text-color-light a.btn:hover:after, .text-color-light a.btn:focus:after, .text-color-light .btn:hover:after, .text-color-light .btn:focus:after { color: #fff; }
a.btn-blue-inverse, .btn-blue-inverse {
  color: #005DE8;
  text-align: left;
  background-color: #ffffff;
  border-color: #005de8;
}
a.btn-blue-inverse:after, .btn-blue-inverse:after { color: #005DE8; }
a.btn-blue-inverse:hover, a.btn-blue-inverse:focus, .btn-blue-inverse:hover, .btn-blue-inverse:focus {
  color: #ffffff;
  background-color: #005DE8;
  border-color: #ffffff;
}
a.btn-blue-inverse:hover:after, a.btn-blue-inverse:focus:after, .btn-blue-inverse:hover:after, .btn-blue-inverse:focus:after { color: #ffffff; }
a.btn-small, .btn-small {
  padding: 15px 54px 13px 17px;
  min-width: 203px;
  font-size: 13px;
}
a.btn-small:after, .btn-small:after { right: 15px; font-size: 10px; }
a.btn-big, .btn-big {
  font-size: 18px;
  padding: 26px 60px 23px 35px;
  min-width: 271px;
}
a.btn-big:after, .btn-big:after {
  right: 26px;
  font-size: 17px;
  line-height: 1;
}
a.btn-login, .btn-login {
  padding: 17px 30px 13px 18px;
  font-size: 13px;
  color: #ffffff;
  background-color: #014DAB;
  border-color: #014DAB;
  min-width: 0;
  max-width: 140px;
  width: 100%;
}
a.btn-login:after, .btn-login:after { color: #ffffff; }
a.btn-login:hover, a.btn-login:focus, .btn-login:hover, .btn-login:focus {
  color: #292929;
  background-color: #ffffff;
  border-color: #292929;
}
a.btn-login:hover:after, a.btn-login:focus:after, .btn-login:hover:after, .btn-login:focus:after { color: #292929; }
.btn-search {
  position: absolute;
  vertical-align: middle;
  right: 1px;
  top: 1px;
  bottom: 1px;
  min-width: 78px;
  padding: 19px 10px 19px;
  border: none;
  color: #9f9f9f;
  text-align: center;
  background-color: transparent;
}
.btn-search:after { content: none; }
.btn-search:hover, .btn-search:focus { color: #ffffff; background-color: #005DE8; }
/*-------------------------------------FORM-FIELDS----------------------------------*/
.input-style {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 16px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.23em;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #292929;
  background-color: #F1F1F1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input-style::-webkit-input-placeholder {
  color: #545454;
}

.input-style::-moz-placeholder {
  color: #545454;
}

.input-style:-ms-input-placeholder {
  color: #545454;
}

.input-style:-moz-placeholder {
  color: #545454;
}

input::-webkit-input-placeholder {
  font-family: "Lato", Arial, sans-serif;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

input::-moz-placeholder {
  font-family: "Lato", Arial, sans-serif;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

input:-ms-input-placeholder {
  font-family: "Lato", Arial, sans-serif;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

input:-moz-placeholder {
  font-family: "Lato", Arial, sans-serif;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.search-zip-style {
  padding: 13px 80px 17px 47px;
}

.search-zip-style:focus + .btn-search {
  color: #ffffff;
  background-color: #005DE8;
}

.select-wrap, .form-label-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 320px;
  width: 100%;
}

.select-wrap:after {
  position: absolute;
  content: '';
  z-index: 98;
  width: 34px;
  height: 34px;
  right: 1px;
  top: 1px;
  color: #202020;
  background: #F1F1F1;
  pointer-events: none;
}

.select-wrap:before {
  position: absolute;
  content: '\e900';
  z-index: 99;
  right: 17px;
  top: 11px;
  font-size: 11px;
  font-family: 'icomoon-aab' !important;
  color: #202020;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  pointer-events: none;
}

select {
  min-height: 36px;
  padding: 8px 0 6px 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 16px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.25;
  border: 1px solid #d1d1d1;
  background-color: #F1F1F1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 0.02em;
  color: #202020;
}

select option {
  font-family: "Lato", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 300;
  padding: 10px 0 10px 18px;
}

select:focus,
select:hover {
  /*border-bottom: 2px solid #005aff;*/
}

.form-label {
  position: relative;
  display: block;
  padding: 8px 0 6px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  color: #202020;
  border: 1px solid transparent;
}

/*----------------------------------------------------------------------------------*/
/*-------------------------------------WRAPPER--------------------------------------*/
/*----------------------------------------------------------------------------------*/
.wrapper {
  position: relative;
  min-height: 100%;
  max-width: 100%;
  margin-bottom: -677px;
  overflow: hidden;
}

.wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 677px;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------HEADER---------------------------------------*/
/*----------------------------------------------------------------------------------*/
.btn-jump-to-content {
  position: absolute;
  display: block;
  width: 300px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: #fff;
  z-index: -9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.btn-jump-to-content:hover {
  color: #015CE9;
  text-decoration: none;
}

.btn-jump-to-content:focus {
  opacity: 1;
  z-index: 9999;
}

.alert-box {
  display: none;
  position: relative;
  padding: 29px 0 34px;
  color: #ffffff;
  background-color: #D10000;
}

.alert-box.show {
  display: block;
}

.alert-message {
  max-width: 600px;
}

.alert-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.alert-desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
}

.alert-desc a {
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
}

.alert-desc a:hover,
.alert-desc a:focus {
  text-decoration: none;
}

.close-btn {
  overflow: hidden;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 26px;
  right: 16px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
.close-btn .hiddenText, .close-search .hiddenText {font-size: 0;}

.close-btn:before,
.close-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 45px;
  height: 2px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.close-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn:hover,
.close-btn:focus {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
  min-height: 74px;
  background-color: #005de8;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

/*.home .header { position: absolute; top: 0; background: transparent; }*/
.home .alert-box.show + .header { top: auto; }

.header:after {
  position: absolute;
  z-index: 100;
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: transparent;
}

.home .header:after {
  background-color: #47a1e7;
}

.header .container {
  position: relative;
  max-width: 1530px;
}

/*.logo {
  float: left;
  margin-left: -10px;
  max-width: 323px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}

.logo a { display: block; box-sizing: border-box; }
.logo a:focus { outline: 1px dotted #fff; }

.logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 17px 10px;
}

.logo img.mob-logo, .logo img.print-logo {
  display: none;
}*/

/*-------------------------------------Play/Pause BUTTON----------------------------*/
.pauseVideo { position: fixed; display: block; left: 0; bottom: 0; padding: .5em; color: #ffffff; text-decoration: none; background: #000; -webkit-transition: .25s; -moz-transition: .25s; transition: .25s; opacity: .5; z-index: 500; }
/*.playVideo { position: fixed; display: none; left: 0; bottom: 0; padding: .5em; color: #ffffff; text-decoration: none; background: #000; -webkit-transition: .25s; -moz-animation: 25s; transition: .25s; opacity: .5; z-index: 500; }*/
.pauseVideo:hover, .pauseVideo:focus, .playVideo:hover, .playVideo:focus {
    opacity: 1;
}
.logo-paused {
    position: relative;
    display: none;
    float: left;
    margin-left: -10px;
    margin-left: -10px;
    max-width: 325px;
    padding: 17px 10px 17px 12px;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
}
/*i.fa.fa-fw.fa-play { display: none; }
i.fa.fa-fw.fa-pause { display: block; }*/
.logo-paused img {
    display: block;
    width: 100%;
}
.logo {
    position: relative;
    display: block;
    float: left;
    margin-left: -10px;
    margin-left: -10px;
    max-width: 323px;
    height: 74px;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
}
.logo a { display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.logo a:focus { outline: 1px dotted #fff; }

.leftLogo {
    display: block;
    float: left;
    padding: 17px 0px 17px 10px;
    width: 38px;
}

.rightLogo {
    float: left;
    padding: 17px 10px 17px 10px;
    width: 285px;
}

.rightLogo img {
    position: absolute;
}

/*.logoOriginal {
    animation-name: flipInX;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.logoFifty {
    animation-name: flipOutX;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}*/

/*@keyframes flipInX {
    0% {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }

    20% {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }

    25% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    75% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    80% {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }

    100% {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipOutX {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    20% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    25% {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }

    75% {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }

    80% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
}

.flipOutX {
    backface-visibility: visible !important;
    animation-name: flipInX;
}*/

.no-animation {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.logo-hide {
    display: none;
}

.search-box {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 340px;
  background-color: #015CE9;
}

.input-box {
  position: relative;
  margin-right: 80px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.search-box .btn-search {
  top: 1px;
  right: 1px;
  padding: 18px 10px 17px;
}

.search-box .btn .fa-search {
  position: relative;
  top: -2px;
  font-size: 14px;
  margin-right: 3px;
}

.search-box .input-style {
  padding-right: 80px;
  /*padding: 15px 80px 13px 20px;*/
  background-color: #ffffff;
}

.search-box .input-style:focus + .btn-search {
  color: #ffffff;
  background-color: #005DE8;
}

a.close-search,
.close-search {
  position: absolute;
  top: 14px;
  right: 21px;
  display: block;
  width: 46px;
  text-align: center;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
}

a.close-search span,
.close-search span {
  position: relative;
  top: 2px;
}

a.close-search:hover,
a.close-search:focus,
.close-search:hover,
.close-search:focus {
  color: #292929;
  text-decoration: none;
}


.mobile-menu-wrap,
.mobile-menu-toggle {
  display: none;
}

.mobile-menu-wrap {
  position: absolute;
  display: none;
  width: 100%;
  top: 58px;
  left: 0;
  z-index: 99;
}

.admin-bar .mobile-menu-wrap {
  top: 108px;
}

.mobile-menu-box {
  position: relative;
  display: block;
  width: 100%;
  margin: -100em 0 0 0;
  padding: 15px 0;
  background-color: #fff;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  overflow: auto;
  z-index: 2;
}

.showing .mobile-menu-box {
  margin-top: 0;
}

.mobile-menu-toggle {
  position: absolute;
  left: 0;
  top: 0;
  height: 58px;
  width: 58px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 26px;
}

.mobile-menu-toggle span:before,
.mobile-menu-toggle span:after,
.mobile-menu-toggle span {
  position: absolute;
  display: block;
  content: '';
  cursor: pointer;
  height: 1px;
  width: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.mobile-menu-toggle span {
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}

.mobile-menu-toggle span:before {
  top: -6px;
}

.mobile-menu-toggle span:after {
  bottom: -6px;
}

.mobile-menu-toggle.active span {
  background-color: transparent;
}

.mobile-menu-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.mobile-menu-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

/*----------------------------------------------------------------------------------*/
/*--------------------------------------NAV-----------------------------------------*/
/*----------------------------------------------------------------------------------*/
.main-nav > ul {
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.main-nav > ul > li {
  display: inline-block;
  text-align: center;
}

.main-nav > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 26px 29px;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.main-nav > ul > li > a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 0%;
  height: 4px;
  margin: 0 auto;
  opacity: 0.7;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav > ul > li.active > a:after {
  opacity: 1;
}

a.search-btn,
.search-btn {
  opacity: .5;
}
.main-nav > ul > li > a.search-btn .hiddenText {font-size: 0;}
a.search-btn:hover,
.search-btn:hover,
a.search-btn:focus,
.search-btn:focus {
  opacity: 1;
}

.main-nav > ul > li > a:hover:after,
.main-nav > ul > li > a:focus:after,
.main-nav > ul > li.active > a:after {
  width: 100%;
  left: 0;
}

.main-nav > ul > li a:focus + .dropdown-menu,
.main-nav > ul > li a.focus + .dropdown-menu,
.main-nav > ul > li:hover .dropdown-menu {
  max-height: 600px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
}

.dropdown-menu {
  position: absolute;
  display: block;
  max-height: 0px;
  overflow: hidden;
  z-index: 90;
  left: 78px;
  top: 74px;
  max-width: 1118px;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-menu-inner {
  display: table;
  width: 100%;
}

.info-box,
.dropdown-menu-box {
  display: table-cell;
  padding: 50px 60px;
  vertical-align: top;
}

.info-box {
  padding-left: 50px;
  padding-right: 60px;
  width: 322px;
  border-right: 1px solid #dddddd;
}
.info-box .info-box { display: block; width: 100%; padding-right: 0; padding-left: 0; border: none; }
.infoBoxSubtext { position: absolute; display: block; font-size: 12px; line-height: 1.2em; color: #005DE8; }

.info-title {
  position: relative;
  left: -2px;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 26px;
  color: #005de8;
  line-height: 1.1;
  letter-spacing: .015em;
}

.info-desc {
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 1.35;
  word-spacing: .04em;
}

.info-box .btn {
  padding: 15px 30px 13px 18px;
  min-width: 203px;
  font-size: 13px;
}

.info-box .btn::after, .info-box .btn:after {
  right: 14px;
  font-size: 10px;
  line-height: 18px;
}

.dropdown-menu-list {
  overflow: hidden;
}

.dropdown-menu-list > li {
  float: left;
  width: 33%;
  padding: 0 5px;
}

a.dropdown-title, .dropdown-title {
  display: block;
  margin-bottom: 15px;
  padding: 4px 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #005de8;
  letter-spacing: .01em;
  word-spacing: .1em;
  text-decoration: none;
}

a.dropdown-link, .dropdown-link {
  display: block;
  font-size: 16px;
  padding: 4px 0 4px;
  letter-spacing: .01em;
  word-spacing: .1em;
  text-decoration: none;
}

a.dropdown-title + a.dropdown-link,
.dropdown-title + .dropdown-link {
  margin-top: -17px;
}

a.dropdown-title:hover,
a.dropdown-title:focus,
.dropdown-title:hover,
.dropdown-title:focus {
  opacity: .8;
}

a.dropdown-title:hover,
a.dropdown-title:focus,
.dropdown-title:hover,
.dropdown-title:focus,
a.dropdown-link:hover,
a.dropdown-link:focus,
.dropdown-link:hover,
.dropdown-link:focus {
  text-decoration: none;
}

.header-login-box {
  position: relative;
  float: right;
  max-width: 318px;
  width: 100%;
  min-height: 74px;
  text-align: center;
  background-color: #0052D0;
  background-color: rgba(0, 0, 0, 0.11);
}

.login {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
  height: 74px;
  padding: 25px 0;
}
.login:focus { outline: 1px dotted #fff; }

.login span {
  position: relative;
  display: block;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  color: #ffffff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

.login span:before {
  content: '\e903';
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 2px 10px 0 0;
  font-family: 'icomoon-aab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  opacity: .5;
}

.header-login-box .login:hover,
.header-login-box .login:focus {
  text-decoration: none;
}

.login span:hover,
.login span:focus,
.login span:hover:before,
.login span:focus:before {
  opacity: 1;
}

.login-bottom-box {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 74px;
  width: 100%;
  padding: 20px 19px 19px;
  text-align: left;
  background-color: #005CE7;
  /*background-color: rgba(0, 0, 0, 0.11);*/
}

.login-open .login-bottom-box, .home .login-bottom-box { display: block; }
.login-home .login-bottom-box { display: none; }

.login-bottom-box .close-btn {
  display: none;
  top: 0;
  right: 0;
}

.login-bottom-box .close-btn:before,
.login-bottom-box .close-btn:after {
  width: 25px;
}

.mob-login {
  margin-bottom: 36px;
  text-align: center;
}

.mob-login span {
  font-size: 31px;
  color: #ffffff;
  letter-spacing: .07em;
}
.mob-login > *:first-child { padding-right: 10px; }
.mob-login .icon-lock { font-size: 31px; }
.login-bottom-box ul > li { margin-bottom: 13px; }
.login-bottom-box ul > li:last-child { margin-bottom: 0; }
.login-bottom-box .input-style {
  padding: 15px 16px 13px;
  font-size: 14px;
  background-color: #ffffff;
  border-color: #ffffff;
}

.login-bottom-box .input-style::-webkit-input-placeholder {
  color: #002e66;
}

.login-bottom-box .input-style::-moz-placeholder {
  color: #002e66;
}

.login-bottom-box .input-style:-ms-input-placeholder {
  color: #002e66;
}

.login-bottom-box .input-style:-moz-placeholder {
  color: #002e66;
}

a.forgot, .forgot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 60px;
  margin: 0 0 0 17px;
  padding: 4px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #ffffff;
}
a.enroll, .enroll { max-width: 35px; }
a.forgot::after, a.forgot:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
  background: rgba(255,255,255,.5);
}


.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .current-menu-ancestor > a {
  text-decoration: none;
}

.main-nav a:hover:after {
  opacity: 0.7;
}

.mobile-menu {
  margin: 0 auto;
  padding: 0;
}

.mobile-menu > li {
  position: relative;
  display: block;
}

.mobile-menu > li a, .mobileLandingNavigation li a {
  position: relative;
  display: block;
  padding: 12px 32px;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #005de8;
  text-decoration: none;
}
.mobile-menu > li > a { font-size: 24px; }

.mobile-menu > li > a:hover, .mobile-menu > li > a:focus, .mobileLandingNavigation li a:hover, .mobileLandingNavigation li a:focus { text-decoration: none; }

.mobile-menu .sub-menu {
  display: block;
  padding: 0 25px 0 46px;
}

.mobile-menu .sub-menu-second-lvl {
  display: block;
}

.mobile-menu .sub-menu-second-lvl > li a, .mobileLandingNavigation .sub-menu-second-lvl li a {
  padding-left: 18px;
  color: #292929;
}

.sub-menu,
.sub-menu-second-lvl {
  max-height: 0;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}

.sub-menu > li,
.sub-menu-second-lvl > li {
  position: relative;
}

.sub-menu > li a,
.sub-menu-second-lvl > li a,
.mobileLandingNavigation li a {
  padding: 11px 0;
}

.mobile-menu > li.showing .sub-menu,
.sub-menu > li.showing .sub-menu-second-lvl {
  max-height: 100em;
}

.mobile-menu > li.expanded.showing:after,
.sub-menu > li.expanded.showing:after {
  margin-top: -6px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sub-menu li, li .sub-menu-second-lvl li:first-child { border-top: 1px solid #d1d1d1; }
.sub-menu:first-of-type li:first-child { border-top: none; }

.mobile-menu .expanded:after, .sub-menu .expanded:after {
  content: "\e900";
  position: absolute;
  display: block;
  top: 20px;
  right: 32px;
  margin-top: -4px;
  font-size: 14px;
  font-family: 'icomoon-aab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #005ce8;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.mobile-menu .sub-menu .expanded:after, .sub-menu .expanded:after { right: 5px; }

.mobile-menu:hover:after {
  color: #0097de;
}

.mobile-menu.open:after {
  content: "\f106";
}

.main-nav .sub-menu {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 10;
  top: 25px;
  left: -25px;
  min-width: 100%;
  padding: 10px 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main-nav ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.main-nav .sub-menu li {
  display: block;
  min-width: 250px;
}

.main-nav .sub-menu a {
  display: inline-block;
  margin: 5px 20px 5px 25px;
  font: 10px/12px "Lato", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.main-nav .sub-menu a:hover,
.main-nav .sub-menu .current-menu-item a {
  text-decoration: none;
}

.main-nav .sub-menu .sub-menu,
.mobile-menu .sub-menu .sub-menu {
  display: none;
}

.mobile-menu .sub-menu a:hover {
  text-decoration: none;
}

.mobile-menu .sub-menu .sub-menu {
  padding-left: 45px;
}

/*----------------------------------------------------------------------------------*/
/*-------------------------------------CONTENT--------------------------------------*/
/*----------------------------------------------------------------------------------*/
.content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}
.cke_editable.content, body.cke_editable.content {padding: 0 12px !important;}
.content > * {
  display: block;
  font-weight: 300;
}

.inverse .content {
  color: #ffffff;
}

.content * {
  margin-bottom: 26px;
}

.content *:last-child {
  margin-bottom: 0;
}

.content h1, .content .h1style, .h1style,
.content h2, .content .h2style,
.content h3, .content .h3style,
.content h4, .content .h4style,
.content h5, .content .h5style,
.content h6, .content .h6style {
  margin-bottom: 7px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.43;
}

.content h1, .content .h1style, .h1style {
  font-size: 50px;
  color: #005DE8;
}

.content h2, .content .h2style {
  font-size: 32px;
}

.content h3, .content .h3style {
  font-size: 28px;
}

.content h4, .content .h4style {
  font-size: 24px;
}

.content h5, .content .h5style {
  font-size: 20px;
}

.content h6, .content .h6style {
  font-size: 18px;
}

.content a {
  font-size: 16px;
  text-decoration: underline;
}

.content a:hover,
.content a:focus {
  text-decoration: none;
}

.content b, .content strong {
  font-weight: 700;
}

.content ul {
  margin-bottom: 36px;
  margin-left: 26px;
}
.content ul.two-call {margin-left: 0;}

.content ul > li {
  position: relative;
  /*padding-left: 29px;*/
}
.content ul.two-call > li {
    padding-left: 29px;
}
.content ul > li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: -19px;
  top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #292929;
  background-color: transparent;
}
.content ul.two-call > li:before {
    left: 11px;
}
.content ol {
  counter-reset: myCounter;
  margin-bottom: 36px;
  margin-left: 38px;
}

.content ol > li {
  position: relative;
  margin-bottom: 2px;
  /*padding-left: 26px;*/
}
.content ol > li p, .content li p{ margin-bottom: 0;}
.content ol > li:before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  left: -26px;
  top: 0;
  font-size: 16px;
  color: #292929;
  background-color: transparent;
}

.content ol ul {
  padding-left: 36px;
  margin-bottom: -2px !important;
}

.content ol > li li {
  list-style: lower-alpha;
  padding-left: 0;
  margin-bottom: 1px;
}

.content ol > li li:before {
  content: none;
}

.content li {
  margin-bottom: 11px;
  text-align: left;
}

.content li:last-child {
  margin-bottom: 0;
}

.content blockquote {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.content img {
  max-width: 100%;
  height: auto;
}

.content img.alignleft {
  float: left;
  margin: 4px 12px 12px 0;
}

.content img.alignright {
  float: right;
  margin: 4px 0 12px 12px;
}

.content img.aligncenter {
  display: block;
  margin: 0 auto 12px;
  clear: both;
}

.content.small {
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.8;
}

.content.small a {
  font-size: 14px;
}

.content.small ol > li:before {
  left: -26px;
  top: 0;
  font-size: 14px;
}

.content.big {
  font-size: 18px;
  line-height: 1.5;
}

.content.big * {
  margin-bottom: 15px;
}

.content.big *:last-child {
  margin-bottom: 0;
}

.content.big *:first-child {
  margin-top: 0;
}

.content.big h1, .content.big .h1style,
.content.big h2, .content.big .h2style,
.content.big h3, .content.big .h3style,
.content.big h4, .content.big .h4style,
.content.big h5, .content.big .h5style,
.content.big h6, .content.big .h6style {
  margin-top: 22px;
  margin-bottom: 7px;
}

.content.big a {
  font-size: 18px;
}

.content.big ul {
  margin-top: -3px;
  margin-bottom: 28px;
}

.content.big li {
  margin-bottom: 4px;
}

.section-content .content.big {
  line-height: 1.6;
  letter-spacing: .02em;
}

.section-content .content.big h1, .content.big .h1style,
.section-content .content.big h2, .content.big .h2style,
.section-content .content.big h3, .content.big .h3style,
.section-content .content.big h4, .content.big .h4style,
.section-content .content.big h5, .content.big .h5style,
.section-content .content.big h6, .content.big .h6style {
  letter-spacing: .02em;
  line-height: 1.2;
}

.section-lender-detail .content {
  letter-spacing: .02em;
}
.content.big .credit-cards,
.credit-card .content.big p {
  display: none;
}
.credit-card .content.big .credit-cards {
  display: block;
}
/*-------------------------------------SECTION-HERO--------------------------------*/
.section-hero {
  position: relative;
  display: block;
  color: #ffffff;
  overflow: hidden;
}
.section-hero-full-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-hero .left-box { z-index: 2; }
.section-hero-image {
  position: absolute;
  display: block;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}

.table-box {
  position: relative;
  display: table;
  max-width: 100%;
  min-width: 1300px;
  min-height: 730px;
  height: 730px;
  padding: 40px 0;
  margin: 0 auto;
}

.table-cell-box {
  display: table-cell;
  width: 100%;
  height: 100px;
  vertical-align: middle;
}

.table-box .left-box,
.table-box .right-box {
  float: left;
}

.table-box .left-box {
  position: relative;
  width: 100%;
  max-width: 510px;
  padding: 37px 0 0 0;
}

.hero-title {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 53px;
  line-height: 1.1;
  letter-spacing: .02em;
  color: #fff;
}

.hero-title sup {
  /*position: relative;*/
  /*top: -17px;*/
  font-size: 34px;
  line-height: 1;
}

.hero-desc {
  position: relative;
  display: block;
  max-width: 320px;
  margin-left: 5px;
  margin-bottom: 44px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #fff;
}

.table-box .btn {
  margin-left: 3px;
  margin-right: 42px;
}

a.link-underline,
.link-underline {
  position: relative;
  top: -3px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .1em;
}

a.link-underline:hover,
a.link-underline:focus,
.link-underline:hover,
.link-underline:focus {
  text-decoration: none;
}

a.link-underline:after,
.link-underline:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: -2px;
  bottom: 0;
  background-color: #ffffff;
  opacity: .7;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

a.link-underline:hover:after,
a.link-underline:focus:after,
.link-underline:hover:after,
.link-underline:focus:after {
  content: none;
}

.value-box {
  position: relative;
  display: block;
}

.hero-value {
  position: relative;
  display: block;
  font-family: 'Avantgd', Arial, sans-serif;
  font-size: 354px;
  line-height: 1em;
  letter-spacing: -.05em;
}

.hero-value sup {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 28px 0 0 0;
  padding-left: 28px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 131px;
  font-weight: 700;
  line-height: 1em;
}

.value-info {
  position: absolute;
  display: block;
  max-width: 88px;
  right: 0;
  bottom: 35px;
  font-family: 'FreightSansProBook-Regular', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.value-info.mob {
  display: none;
}

a.hero-apy-link,
.hero-apy-link {
  position: absolute;
  right: 0;
  bottom: 125px;
  padding: 28px 87px 35px 32px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-color: rgba(255,255,255,.6);
  border-right: none;
  background-color: #0055C2;
  z-index: 2;
  cursor: pointer;
}

a.hero-apy-link:after,
.hero-apy-link:after {
  position: absolute;
  content: '\e900';
  top: 50%;
  right: 28px;
  font-size: 30px;
  font-family: 'icomoon-aab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s;
}

a.hero-apy-link:hover,
.hero-apy-link:focus {
  text-decoration: none;
  padding-right: 107px;
}

.hero-apy-link:hover:after, .hero-apy-link:focus:after {
  right: 48px;
}

a.hero-apy-link > span,
.hero-apy-link > span {
  display: block;
}

.apy-box {
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-family: 'Avantgd', Arial, sans-serif;
  font-size: 37px;
}

.apy-box sup {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  font-family: 'Lato', Arial, sans-serif;
}

.apy-box span {
  display: block;
  position: absolute;
  width: 24px;
  bottom: 7px;
  right: -6px;
  font-size: 10px;
  font-family: 'Lato', Arial, sans-serif;
  text-transform: uppercase;
}

.apy-box-desc {
  display: block;
  font-size: 12px;
  letter-spacing: .04em;
  line-height: 1.25;
}

@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.top-main-promos .table-cell-box > div {
  opacity: 0;
  animation: 0.5s ease 0s 1 forwards fadeInFromLeft;
}
.top-main-promos .table-cell-box > div.right-box {
  animation-name: fadeInFromRight;
}

/* New Homepage */
.homepageHero {
  position: relative;
  display: block;
  width: 100%;
  font-size: 85px;
  background: #fff;
  overflow: hidden;
}
.no-js .homepageHero { height: 800px; }
#homepageSlider { height:800px; }
.slide-wrapper {display:none;}
.slide-container {
	background: #000;
    overflow: hidden;
	position: relative;
	width: 100%;
}
.ajaxPageLoaderWrap {position:absolute; top:50%; left:50%; height:30px; margin-left:-15px; margin-top:-15px; width:30px; z-index:1;}
.slide-wrapper {z-index:2;}
#homepageSlider .slick-initialized .slick-slide {display:inline-block !important; vertical-align:top !important}
#homepageSlider .slick-slide {float:none !important; z-index:2 !important; }
.homepageHero.text-color-light { /*background: #0e41ff;*/ background: transparent; }
.homepageHeroLink {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 100%;
  text-align: center;
  top:0;
  left:0;
}
.heropageHeroLink:first-child {
    z-index:2;
}
.homepageHero img {
  position: relative;
  display: block;
  max-width: 1500px;
  width: 100%;
  max-height: 800px;
  height: auto;
  margin: auto;
}
.homepageHero.text-color-light img, .homepageHero.text-color-dark img,
.homepageHero video{
  position: absolute;
  /*max-width: 150%;*/
  min-width: 100%;
  width: auto;
  /*max-height: 150%;*/
  min-height: 100%;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  opacity: .3;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}
.homepageHero video {
    display: block;
    margin: auto;
    mix-blend-mode: multiply;
    /*opacity: .5;*/
    opacity: .8;
}
.homepageHero img.homepageHeroImageMobile {
    display: none;
}
.homepageHeroContentWrap {
  position: absolute;
  display: none;
  max-width: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  text-align: left;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
/*.homepageCustom .homepageHeroContentWrap { text-align: center; }*/
.text-color-light .homepageHeroContentWrap, .text-color-dark .homepageHeroContentWrap { display: block; }
.text-color-dark .homepageHeroContentWrap { color: #005DE8; }
.homepageHeroContentLeft, .homepageHeroContentRight {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: .35em;
  font-size: 100%;
}
.homepageHeroHeadline {
  display: block;
  font-family: 'Lato', Arial, sans-serif;
  font-size: .6em;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
  text-shadow: 2px 1px 6px rgb(0 0 0 / 75%);
  width: 8.7em;
}
/*.homepageCustom .homepageHeroHeadline { font-size: .8em; text-align: center; }*/
.homepageHeroSubhead {
  display: block;
  font-family: 'Lato', Arial, sans-serif;
  font-size: .23em;
  font-weight: 500;
  line-height: 1.4em;
  max-width: 17em;
  position: relative;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 85%);

}
.homepageCustom .homepageHeroSubhead { font-size: .32em; }
.homepageCTA {
  position: relative;
  display: inline-block;
  /*vertical-align: top;*/
  vertical-align: bottom;
  margin: 2.5em 0 0 0;
  padding: 1.25em 4em 1.25em 2em;
  font-family: 'Lato', Arial, sans-serif;
  font-size: .2em;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.2em;
  color: #005DE8;
  text-transform: uppercase;
  background: #fff url(/images/rightArrowBlue.png) no-repeat right center;
  background-size: auto 1em;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 40%);
  white-space: nowrap;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
a:focus .homepageCTA, .homepageCTA:hover, .homepageCTA:focus { color: #fff; background-color: #005DE8; background-image: url(/images/rightArrowWhite.png); }
.text-color-dark .homepageCTA { color: #fff; background-color: #005DE8; border-color: #005DE8; background-image: url(/images/rightArrowWhite.png); }
.text-color-dark a:focus .homepageCTA, .text-color-dark .homepageCTA:hover, .text-color-dark .homepageCTA:focus { color: #005DE8; background-color: #fff; background-image: url(/images/rightArrowBlue.png); }
.homepageHeroRate {
  display: inline-block;
  font-family: 'Avantgd', Arial, sans-serif;
  font-size: 3.8em;
  letter-spacing: -.05em;
  line-height: 1em;
  padding: 0 .35em 0 0;
  position: relative;
  text-shadow: 0 0 10px rgb(0 0 0 / 45%);
  vertical-align: middle;
}
.homepageHeroRatePercent {
  position: absolute;
  display: block;
  top: .22em;
  right: 0;
  font-family: 'Lato', Arial, sans-serif;
  font-size: .37em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1em;
}
.homepageHeroRateExp {
  bottom: 1.79em;
  display: block;
  font-family: 'Lato', Arial, sans-serif;
  font-size: .05em;
  letter-spacing: 0;
  line-height: 1.15em;
  position: absolute;
  right: 0;
  text-shadow: 2px 1px 3px rgb(0 0 0 / 75%);
  width: 6.0em;
}
.homepageNextSlide {
  position: absolute;
  display: block;
  width: 4%;
  height: 20%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  background: #000 url(/images/rightArrowWhite.png) no-repeat center;
  background-color: rgba(0,0,0,.4);
  background-size: 140% auto;
  border: 1px solid #6baef3;
  border-color: rgba(107,174,243,.4);
  border-right: none;
  z-index:2;
}
.no-js .homepageNextSlide { display: none; }
.homepagePromoWrap {
  position: relative;
  display: table;
  width: 100%;
  font-size: 50px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.homepagePromo {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  font-size: 100%;
  color: #fff;
  text-decoration: none;
  background: #005DE8;
  overflow: hidden;
}
.homepagePromo.text-color-dark { color: #005DE8; background: #fff; }
.homepagePromo img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.homepagePromo.text-color-light img, .homepagePromo.text-color-dark img {
  opacity: .2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.homepagePromo img.homepagePromoImageMobile { display: none; }
.homepagePromoContent {
  position: absolute;
  display: none;
  vertical-align: middle;
  max-width: 100%;
  min-width: 80%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-color-light .homepagePromoContent, .text-color-dark .homepagePromoContent { display: inline-table; }
.homepagePromoContentInner, .homepagePromoRateWrap {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: .5em;
}
.homepagePromoHeadline {
  position: relative;
  display: block;
  max-width: 9em;
  font-size: .75em;
  line-height: 1.05em;
}
.homepagePromoSubhead {
  position: relative;
  display: block;
  padding: .5em 0 0 0;
  max-width: 17em;
  font-size: .4em;
  line-height: 1.25em;
}
.homepagePromoCTA {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 1.5em 3em 1.5em 0;
  font-size: .34em;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5em;
  text-transform: uppercase;
  background: url(/images/rightArrowWhite.png) no-repeat right center;
  background-size: 3em auto;
}
.text-color-dark .homepagePromoCTA { background-image: url(/images/rightArrowBlue.png); }
.homepagePromoRate {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 .7em 0 0;
  font-family: 'Avantgd', Arial, sans-serif;
  font-size: 3em;
  letter-spacing: -.05em;
  line-height: 1em;
}
.homepagePromoRatePercent {
  position: absolute;
  display: block;
  width: 1.4em;
  top: .2em;
  right: 0;
  font-family: 'Lato', Arial, sans-serif;
  font-size: .43em;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1em;
}
.homepagePromoRateExp {
  position: absolute;
  display: block;
  width: 6em;
  right: 0;
  bottom: .7em;
  font-size: .1em;
  font-family: 'Lato', Arial, sans-serif;
  font-size: .1em;
  letter-spacing: 0;
  line-height: 1.2em;
}
.homepageTeamWrap {
  position: relative;
  display: block;
  width: 100%;
  font-size: 100px;
  overflow: hidden;
}
.homepageTeamInner {
  position: relative;
  display: block;
  font-size: 100%;
}
.homepageTeamWrap img {
	position: absolute;
	display: block;
	height: 90%;
	/*left: -9999px;*/
	left: -10205px;
	right: -9999px;
	bottom: 0;
	margin: auto;
}
.homepageTeamContent {
  position: relative;
  display: block;
  float: right;
  height: auto;
  padding: 2.3em 2.3em 2.3em 0;
}
.homepageTeamHeadline {
  position: relative;
  display: block;
  max-width: 5em;
  font-size: 1.02em;
  font-weight: 300;
  line-height: 1em;
  color: #005DE8;
}
.homepageTeamDesc {
  position: relative;
  display: block;
  max-width: 16em;
  padding: .5em 0 0 0;
  font-size: .32em;
  line-height: 1.3em;
  color: #005DE8;
}
.homepageTeamCTA {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 14.25em;
  width: auto;
  margin: 2.2em 0 0 0;
  padding: 1em 3.5em 1em 1.8em;
  font-size: .2em;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5em;
  color: #fff;
  text-transform: uppercase;
  background: #005DE8 url(/images/rightArrowWhite.png) no-repeat right center;
  background-size: 3.25em auto;
  border: 1px solid #005DE8;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
.homepageTeamCTA:hover, .homepageTeamCTA:focus { color: #005DE8; background-color: #fff; background-image: url(/images/rightArrowBlue.png); }
.homepageTeamInfo {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  right: 50%;
  margin: 0 20em 0 0;
  padding: 2em;
  font-size: .23em;
  line-height: 1.2em;
  text-align: right;
  background: #fff;
  background: rgba(255,255,255,.5);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.homepageTeamName {
  position: relative;
  display: block;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.homepageTeamJob {
  position: relative;
  display: inline-block;
  padding: .3em 0 0 0;
  max-width: 13em;
  font-size: 1.1em;
  line-height: 1.2em;
}
.homepageHeroImageDesktop {
	bottom: -50em;
	display: block;
	height: 167%;
	left: -50em;
	margin: auto;
	object-fit: cover;
	opacity: .8;
	position: absolute;
	right: -50em;
	top: -50em;
	width: 167%;
}
.homepageHeroImageDesktop.vimeo {
  /*bottom: -5em;
  display: block;
  height: 134%;
  left: -5em;
  margin: auto;
  opacity: .8;
  position: absolute;
  right: -5em;
  top: -5em;
  width: 100%;*/
  bottom: unset;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  object-fit: unset;
  opacity: .8;
  overflow: hidden;
  position: absolute;
  right: unset;
  top: 0;
  width: 100%;
}
.slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom,
.slide-container.vimeo-video .slick-list {
  height: 50em !important;
}
.homepageHeroImageDesktop iframe,
.homepageHeroImageDesktop video {
	display: block;
  height: auto;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
  width: auto;
}
.homepageHeroImageDesktop.vimeo iframe {
  bottom: -5em;
  display: block;
  height: auto;
  left: 0;
  min-height: 153%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  right: -5em;
  top: -9em;
  width: auto;
  /*bottom: -5em;
  display: block;
  height: 134%;
  left: -5em;
  margin: auto;
  opacity: .8;
  position: absolute;
  right: -5em;
  top: -5em;
  width: 100%;*/
}
/*-------------------------------------SECTION-TALK--------------------------------*/
.section-talk {
  position: relative;
  display: block;
  height: 100%;
  color: #005de8;
  background: #fff no-repeat center bottom;
}

.section-talk .container {
  position: relative;
  display: table;
  min-height: 930px;
  padding: 40px 0;
}

.section-talk .left-box,
.section-talk .right-box {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.talk-box {
  float: right;
  margin: 0 auto;
  padding: 0 0 200px 0;
  max-width: 530px;
}

.section-title {
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 1;
  color: #005de8;
  text-align: center;
}

.section-talk .section-title {
  margin-bottom: 19px;
  font-size: 100px;
  text-align: left;
}

.talk-desc {
  margin-left: 10px;
  margin-bottom: 41px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
}

.section-talk .right-box a.btn,
.section-talk .right-box .btn {
  margin-left: 10px;
  padding: 22px 40px 19px 33px;
  min-width: 0;
  max-width: 242px;
  width: 100%;
  font-size: 16px;
}

.talk-name-box {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 15px;
  max-width: 200px;
  text-align: right;
  color: #292929;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.talk-person-name {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.talk-pos {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: .02em;
}

/*-------------------------------------SECTION-INTERESTING-------------------------*/
.section-interesting {
  position: relative;
  width: 100%;
  height: 366px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f5f5f5;
}
.section-interesting-inner {
  position: relative;
  width: 100%;
  border: none;
  background: none;
}
div.leftBox, div.rightBox {
  position: relative;
  vertical-align: middle;
  width: 50%;
  height: 366px;
  overflow: hidden;
}
.leftBox img, .rightBox img {
  position: absolute;
  display: block;
  min-width: 100%;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.leftBox img.interesting-mobile, .rightBox img.interesting-mobile { display: none; }
.interesting-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  max-width: 425px;
  width: auto;
  padding: 0 25px 0 100px;
}
.title {
  margin-bottom: 2px;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .02em;
  color: #005DE8;
}
.text-color-light .title { color: #fff; }
.interesting-desc {
  margin-bottom: 28px;
  letter-spacing: .02em;
  line-height: 1.65;
}
.text-color-light .interesting-desc { color: #fff; }
/*-------------------------------------SECTION-OUR-LENDERS--------------------------*/
.section-our-lenders {
  position: relative;
}
/*.section-our-lenders .section-title { margin-bottom: 42px; font-size: 42px; }*/
.page-menu-wrap { position: relative; z-index: 90; background: #fff; width: 100%; }
.page-menu-wrap-fixed { position:fixed; z-index: 900; top:0; left: 0; border-bottom: 1px solid #005DE8; }
.page-menu-wrap .container { max-width: 1126px; width: 100%; margin: 0 auto; }
.section-video-grid .page-menu-wrap-fixed .page-menu-box { margin-bottom: 0; }

.page-menu-wrap:after {
  position: absolute;
  z-index: 10;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-color: #005CE7;
}

.page-menu-box {
  position: relative;
  display: table;
  text-align: center;
}

.page-menu-name,
.page-menu-list {
  display: table-cell;
  vertical-align: middle;
}

.page-menu-name {
}

.page-menu-list {
  padding-left: 20px;
}

.page-menu-list > li {
  display: inline-block;
  vertical-align: top;
}

.page-menu-list > li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
  padding: 21px 0;
  font-size: 19px;
  letter-spacing: .02em;
  line-height: 1.2em;
  color: #a6a6a6;
}

.page-menu-list > li:first-child a {
  margin-left: 0;
}

.page-menu-list > li:last-child a {
  margin-right: 0;
}

.page-menu-list > li a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  height: 4px;
  width: 0;
  margin: 0 auto;
  background-color: transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.page-menu-list > li.has-dropdown a:after {display: none;}

.page-menu-list > li a.active,
.page-menu-list > li a:hover,
.page-menu-list > li a:focus {
  color: #005CE7;
  text-decoration: none;
}

.page-menu-list > li a.active:after,
.page-menu-list > li a:hover:after,
.page-menu-list > li a:focus:after {
  background-color: #005CE7;
  width: 100%;
  left: 0;
}

.page-menu-list li > ul.hidden-dropdown {
    margin-top: -100%;
    position: absolute;
    min-width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    /*border: 1px solid #005DE8;*/
      -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.35);
  border-top: 1px solid #005DE8;
    transition: .25s;
    z-index:70;
}
.page-menu-list li.has-dropdown:hover > ul.hidden-dropdown, .page-menu-list li.has-dropdown:focus > ul.hidden-dropdown {margin-top: 0px;}
.page-menu-list li > ul.hidden-dropdown:after {
    content:'';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -12px;
    left: 14px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 11px solid #005DE8;
}
.page-menu-list li > ul.hidden-dropdown li a {
    display: block;
    padding: 10px 0;
    margin: 0 22px;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
}
.page-menu-list li > ul.hidden-dropdown li a:after {display: none;}
.page-menu-name {
  position: relative;
  /*display: inline-block;*/
  margin-right: 48px;
  padding: 21px 20px 18px 0;
  font-size: 19px;
  letter-spacing: .02em;
  line-height: 1.2em;
  color: #005CE7;
}

.page-menu-name:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  top: 21px;
  right: 0;
  margin-top: 2px;
  background-color: #005CE7;
}

.lenders-list {
  overflow: hidden;
  margin-bottom: -30px;
}

.lenders-list > li {
  float: left;
  width: 25%;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.lenders-list > li:nth-child(4n+1) {
  clear: both;
}

.lenders-list > li a {
  position: relative;
  display: block;
  color: #292929;
}

.lenders-list > li a:hover,
.lenders-list > li a:focus,
.lenders-list > li a:hover .lender-overlay,
.lenders-list > li a:focus .lender-overlay {
  color: #015CE9;
  text-decoration: none;
  opacity: 1;
}

.lender-img {
  position: relative;
  display: block;
  background-color: #015CE9;
}

.lender-img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.lender-info {
  position: relative;
  display: block;
  min-height: 84px;
  /*border-bottom: 1px solid #d1d1d1;*/
  padding: 17px 26px 46px;
}

.lender-info:before,
.lender-info:after {
  position: absolute;
  display: none;
  content: '';
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d1d1d1;
}

.lender-info:before {
  left: 0;
}

.lender-info:after {
  right: -1px;
}

.lenders-list > li:nth-child(4n+4) .lender-info:after {
  right: 0;
}

.lenders-list.home-loans .lender-info {
  padding: 17px 46px 40px;
}

.lender-name {
  display: block;
  margin-bottom: 4px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
}

.lender-position {
  display: block;
  line-height: 1.2;
  letter-spacing: .05em;
}
.lender-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 92, 232, 0.63);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.lenders-list a:hover .lender-overlay, .lenders-list a:focus .lender-overlay { height: 100%; }
.lender-overlay span {
  opacity: 0;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  font-size: 24px;
  letter-spacing: .02em;
  color: #ffffff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lenders-list a:hover .lender-overlay span, .lenders-list a:focus .lender-overlay span { opacity: 1; }
/*-------------------------------------SECTION-BANNER-------------------------------*/
.section-banner {
  background-color: #005de8;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 762px;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
}

.section-banner .container {
  position:relative;
  z-index:10;
}


.section-banner.business {
  padding-top: 128px;
}

.section-banner.inverse {
  color: #ffffff;
}

.section-banner.center-text {
  text-align: center;
}

.section-banner .btn {
  opacity: 0;
  animation: 0.5s ease 0.4s 1 forwards fadeIn;
}

.section-background {
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-background > img {
  display: block;
  height: 100%;
}

.banner-bg, .banner-bg-mobile {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  width: auto;
  max-height: 130%;
  min-height: 100%;
  height: auto;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}
.banner-bg-mobile { display: none; max-width: 170%; max-height: none; }
.banner-item { position: absolute; }
.banner-item-brian { /*top: 70.5%;*/ /*left: 55%;*/top: 80%; right: 14%; }
.banner-item-ronny { /*top: 29%; left: 69%;*/ top: 24%; left: 63%; }
.banner-item-casey { top: 75%; right: 16%; }
.banner-title {
  margin-bottom: 43px;
  max-width: 850px;
  font-size: 90px;
  line-height: 1;
  word-spacing: -.04em;
  color: #0e5286;
  opacity: 0;
  animation: 0.5s ease 0s 1 forwards fadeInFromBottom;
}

.financing .banner-title {
  margin-bottom: 55px;
  font-size: 98px;
}

.center-text .banner-title {
  margin: 0 auto 43px;
}

.inverse .banner-title {
  color: #ffffff;
}

.business .banner-title {
  margin-bottom: 76px;
  font-size: 100px;
  word-spacing: .01em;
  max-width: 900px;
}
.banner-item-style01 { position: relative; display: block; padding: 0 0 .5em 0; font-size: 15px; font-weight: bold; letter-spacing: .1em; line-height: 1.2em; color: #fff; text-align: left; text-transform: uppercase; white-space:nowrap; }
.banner-item-style02 { position: relative; display: block; font-size: 14px; line-height: 1.2em; color: #fff; text-align: left; }
.banner-item-right .banner-item-style01, .banner-item-right .banner-item-style02 { text-align: right; }
.banner-item-dark .banner-item-style01, .banner-item-dark .banner-item-style02 { color: #292929; }
/*-------------------------------------SECTION-INFO---------------------------------*/
.section-info {
  padding-top: 72px;
  padding-bottom: 114px;
}

.section-info .container {
  overflow: hidden;
  max-width: 1142px;
}

.section-info .left-box,
.section-info .right-box {
  float: left;
  width: 50%;
  padding: 1px 5px;
}

.section-info .right-box .content {
  padding-left: 160px;
}

a.custom-link,
.custom-link {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #9f9f9f;
}

a.custom-link:after,
.custom-link:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #9f9f9f;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

a.custom-link:hover,
a.custom-link:focus,
.custom-link:hover,
.custom-link:focus {
  color: #005de8;
  text-decoration: none;
}

a.custom-link:hover:after,
a.custom-link:focus:after,
.custom-link:hover:after,
.custom-link:focus:after {
  background-color: #005de8;
}
/*-------------------------------------SECTION-MORE-LINKS---------------------------*/
.section-more-links {
  padding-top: 44px;
  padding-bottom: 68px;
}

.section-more-links.personal {
  padding-top: 38px;
  padding-bottom: 95px;
}

.section-more-links .container {
  display: table;
  width: 100%;
  max-width: 1144px;
}

.section-more-links .info-title {
  margin-bottom: 4px;
  letter-spacing: .02em;
}

.section-more-links .info-desc {
  margin-bottom: 30px;
  max-width: 220px;
  letter-spacing: .025em;
}

.section-more-links .info-box,
.more-links-box {
  display: table-cell;
  padding: 0 5px;
  vertical-align: top;
}

.section-more-links .info-box {
  width: 378px;
  padding-left: 46px;
  border: none;
}

.more-links-box {
}

.more-links-list {
  overflow: hidden;
}

.more-links-list > li {
  float: left;
  width: 33.33%;
  padding: 0 5px;
}

a.more-title,
.more-title {
  display: block;
  max-width: 190px;
  margin-bottom: 18px;
  padding: 4px 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #005de8;
  letter-spacing: .01em;
  word-spacing: .1em;
}

a.more-link,
.more-link {
  display: block;
  max-width: 170px;
  font-size: 18px;
  padding: 6px 0 6px;
  letter-spacing: .01em;
  word-spacing: .1em;
}

a.more-title + a.more-link,
.more-title + .more-link {
  margin-top: -14px;
}

a.more-title:hover,
a.more-title:focus,
.more-title:hover,
.more-title:focus {
  opacity: .8;
}

a.more-title:hover,
a.more-title:focus,
.more-title:hover,
.more-title:focus,
a.more-link:hover,
a.more-link:focus,
.more-link:hover,
.more-link:focus {
  text-decoration: none;
}

.more-apy-box { margin-bottom: 32px; }
.more-apy-box a { font-size: 68px; line-height: 1.3em; }

.info-box > *:last-child {
  margin-bottom: 0;
}

.more-apy-box .apy-box-desc {
  position: relative;
  display: block;
  font-size: 18px;
  color: #005de8;
  letter-spacing: .02em;
}

.more-apy-box .apy-box-desc sup {
  position: relative;
  font-size: 12px;
}

.more-apy-box .apy-box {
  display: block;
  margin: -12px 0 0 0;
  font-size: 68px;
  color: #005de8;
  font-weight: 700;
  letter-spacing: -.02em;
}

.more-apy-box .apy-box sup {
  top: 0;
  padding-left: 8px;
  font-size: 30px;
  font-weight: 400;
}

.more-apy-box .apy-box span {
  left: 8px;
  bottom: -19px;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 300;
}
.more-apy-box a span {transition: 0.2s; }

.more-apy-box a:hover span, .more-apy-box a:focus span {opacity: .8;}

/*----------------------------------SECTION-FAQs------------------------------*/
.section-faqs {
  padding-bottom: 98px;
}

.section-faqs .container {
  max-width: 1160px;
}

.section-faqs-container {
  max-width: 828px;
  padding-top: 84px;
}

.faq-list {
  padding-top: 20px;
}

.faq-list > li:not(:last-child) {
  padding-top:20px;
  margin-bottom: 82px;
}
.faq-list > li {position: relative;}
.faq-title,
.faq-sub-title {
  font: 700 12px/1.25 "Lato", Arial, sans-serif;
  text-transform: uppercase;
  color: #292929;
  letter-spacing: 1px;
}

.faq-title {
  padding-bottom: 5px;
  margin-bottom: 13px;
  color: #005ce8;
  border-bottom: 3px solid #d9d9d9;
}

.faq-sub-title {
  padding-top: 20px;
  margin-bottom: 22px;
}

.faq-sub-list {
  margin-bottom: 30px;
}

.faq-sub-list > li {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

.faq-sub-list > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.faq-sub-list > li > a {
  text-decoration: none;
}

.faq-sub-list > li h2 {
  position: relative;
  padding: 8px 35px 8px 0;
  color: #005ce8;
  font: 300 24px "Lato", Arial, sans-serif;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.faq-sub-list > li h2.open {
  padding: 12px 35px 12px 0;
}

.faq-sub-list > li h2 > a {
  color: #005ce8;
  font: 300 24px "Lato", Arial, sans-serif;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
}

.faq-sub-list > li h2:after {
  content: '\f107';
  position: absolute;
  display: block;
  top: 50%;
  right: 7px;
  margin: -15px 0 0 0;
  font-family: 'FontAwesome';
  font-size: 30px;
  line-height: 1em;
  color: #2688eb;
}

.faq-sub-list > li h2:not(.open):after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.no-js .faq-sub-list > li h2:after { display: none; }

.faq-sub-list > li h2 + [aria-hidden] {
  display: none;
}

.faq-sub-list > li h2 + [aria-hidden="false"],
.no-js .faq-sub-list > li h2 + [aria-hidden] {
  display: block;
}

.accordion-box-content {
  position: relative;
  max-height: 9999px;
  margin: 0;
  padding: 0 80px 50px 0;
  font: 300 16px/1.65 "Lato", Arial, sans-serif;
  color: #292929;
  z-index: 2;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}

.open + .accordion-box-content { max-height: 0px; padding: 0 80px 00px 0; overflow: hidden; }

.accordion-box-content > * {
  margin-bottom: 10px;
}

.accordion-box-content > *:last-child {
  margin-bottom: 0;
}

.accordion-box-content ul {
  margin-left: 20px;
}

.accordion-box-content ul li {
  list-style-type: circle;
}

.accordion-box-content ol {
  margin-left: 20px;
}

.accordion-box-content ol li {
  list-style-type: decimal;
}

.accordion-box-content li {
  margin-bottom: 5px;
}

.collapsible h3 + [aria-hidden] {
  display: none;
}

.collapsible h3 + [aria-hidden="false"] {
  display: block;
}

/*-------------------------------------SECTION-CONTENT------------------------------*/
.section-content {
  padding-top: 126px;
  padding-bottom: 80px;
}

.section-content .container {
  overflow: hidden;
}

.content-wrap {
  float: right;
  max-width: calc(100% - 390px);
  width: 100%;
}
.admin-content .content-wrap { float: none; }

.content-box {
  max-width: 770px;
  margin-top: -3px;
}

.content-title {
  margin-bottom: 15px;
  margin-left: -3px;
  font-size: 70px;
  line-height: 1;
  color: #005de8;
  letter-spacing: .02em;
}

.post-nav {
  overflow: hidden;
  max-width: 780px;
  margin-top: 64px;
  padding-top: 43px;
  border-top: 1px solid #A8A8A8;
}

.post-nav a:hover,
.post-nav a:focus {
  text-decoration: none;
}

.prev-box,
.next-box {
  max-width: 195px;
}

.prev-box {
  float: left;
  padding-left: 30px;
}

.next-box {
  float: right;
  padding-right: 30px;
  text-align: right;
}

.post-nav-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .02em;
}

.prev,
.next {
  position: relative;
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.prev:after,
.next:after {
  position: absolute;
  content: '\e900';
  top: 2px;
  font-size: 13px;
  font-family: 'icomoon-aab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #292929;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.prev:after {
  left: -27px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.next:after {
  right: -27px;
}

.prev-box a:hover .prev:after,
.prev-box a:focus .prev:after,
.next-box a:hover .next:after,
.next-box a:focus .next:after {
  color: #005de8;
}

.sidebar {
  float: left;
  max-width: 390px;
  padding-right: 30px;
  width: 100%;
}

.sidebar-box {
  max-width: 250px;
}

.sidebar-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .02em;
  color: #005de8;
}

.sidebar-list {
}

.sidebar-list > li {
  padding-top: 17px;
  padding-bottom: 19px;
  border-top: 1px solid #d3d3d3;
}

.box {
}

.box-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.4;
}

.box-desc {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .02em;
}

a.read-more, .read-more {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .02em;
}

a.read-more:hover, .read-more:focus {
  text-decoration: none;
}
/*-------------------------------------SECTION-LENDER-DETAIL------------------------*/
.section-lender-detail {
  position: relative;
  display: block;
  min-height: 600px;
  height: auto;
  background: #fff no-repeat left center;
  background-size: auto 100%;
  overflow: hidden;
}
.section-lender-inner {
  position: relative;
  display: table;
  width: 100%;
}
.section-lender-inner .left-box, .section-lender-inner .right-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  height: auto;
  overflow:hidden;
}
.section-lender-inner .left-box { width: 45%; text-align: right; }
.section-lender-inner .right-box { width: 55%; padding: 30px 15px 30px 117px; background: #fff; background: rgba(255,255,255,.75); }
.section-lender-inner .left-box img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.right-box-inner {
  position: relative;
  display: block;
  max-width: 700px;
  width: 100%;
  max-height: 800px;
  height: 100%;
  overflow: auto;
}
.right-box-inner .content { margin: 2em 0 0 0; }
.person-name {
  font-size: 48px;
  line-height: 1;
  word-spacing: .04em;
  color: #005de8;
}
.person-position {
  display: block;
  padding: .5em 0 0 0;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  font-weight: 700;
  color: #005de8;
  text-transform: uppercase;
}
.financing-person-box {
  position: absolute;
  display: none;
  right: -30px;
  top: 289px;
  font-size: 14px;
  letter-spacing: .02em;
  color: #171717;
}
.financing-person-box span {
}
.financing-name {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
/*-------------------------------------SECTION-WE-KNOW------------------------------*/
.section-we-know {
  padding-top: 69px;
  padding-bottom: 40px;
}

.section-we-know .section-title {
  margin-bottom: 2px;
  font-size: 53px;
  text-align: center;
}

.section-sub-title {
  display: block;
  margin-bottom: 5px;
  font-size: 25px;
  text-align: center;
  color: #005de8;
}

.section-we-know .lenders-list {
  margin-top: 38px;
}

.section-we-know .lender-info {
  padding: 17px 46px 39px;
}

.lender-info-list {
  display: block;
  max-width: 340px;
  margin-top: 28px;
  margin-bottom: 38px;
  color: #292929;
}

.lender-info-list > span {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .02em;
}

.lender-info-list > span:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 1px;
  top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #292929;
  background-color: transparent;
}

.lender-info-list > *:last-child {
  margin-bottom: 0;
}

.lender-call-box {
  color: #292929;
}

.lender-call {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lender-phone {
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .02em;
}

.lender-id {
  display: block;
  position: relative;
  max-width: 130px;
  right: 0px;
  bottom: 0px;
  color: #292929;
  letter-spacing: .02em;
}
/*-------------------------------------SECTION-COMMITTED----------------------------*/
.section-committed {
  padding-top: 27px;
  padding-bottom: 150px;
}

.section-committed .container {
  overflow: hidden;
  max-width: 990px;
}

.section-committed .section-title {
  max-width: 600px;
  margin: 0 auto 49px;
  font-size: 60px;
  line-height: 1.1;
  text-align: center;
}

.section-committed .left-box,
.section-committed .right-box {
  float: left;
  padding: 0 5px;
}

.section-committed .left-box {
  width: 62%;
}

.section-committed .right-box {
  width: 38%;
  padding-left: 3px;
}

.committed-title {
  max-width: 350px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.3;
  color: #005de8;
}

.committed-list {
  font-size: 18px;
}

.committed-list > li {
  position: relative;
  padding-left: 30px;
}

.committed-list > li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 9px;
  top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #292929;
  background-color: transparent;
}
/*-------------------------------------SECTION-CALCULATOR----------------------------*/
.section-content.calculator {
  padding-top: 111px;
}

.section-content.calculator .container {
  max-width: 1310px;
}

.section-content.calculator .content-wrap {
  max-width: calc(100% - 283px);
}

.section-content.calculator .sidebar {
  max-width: 283px;
}

.container-select-box {
  position: relative;
  display: none;
  padding: 23px 0;
}

.container-select-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #99BEF6;
}

.section-content.calculator .sidebar-box {
  max-width: 190px;
}

.calculator-list {
}

.calculator-list > li {
  /*display: block;*/
  border-bottom: 1px solid #d3d3d3;
}

.calculator-list > li:last-child {
  border-bottom: none;
}

.calculator-list > li a {
  position: relative;
  display: block;
  padding: 18px 0 15px;
  font-size: 18px;
  font-weight: 400;
}

.calculator-list > li a:after {
  position: absolute;
  content: '\e900';
  top: 50%;
  right: 4px;
  font-size: 13px;
  font-family: 'icomoon-aab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #292929;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.calculator-list > li a:hover,
.calculator-list > li a:focus,
.calculator-list > li a.current {
  text-decoration: none;
  color: #005DE8;
}
/*.calculator-list > li a.current{color: #005DE8;}*/

.calculator-list > li a:hover:after,
.calculator-list > li a:focus:after,
.calculator-list > li a.current::after,
.calculator-list > li a.current:after {
  color: #005de8;
}

.section-content.calculator .content-box {
  margin-top: 11px;
}

.calculator-form {
  margin-bottom: 58px;
}

.calculator-form-list {
  margin-left: 4px;
}

.calculator-form-list > li {
  margin-bottom: 30px;
}

.calculator-form-list > li:last-child {
  margin-bottom: 0;
}

.calculator-form-list .input-style {
  display: inline-block;
  max-width: 311px;
  height: 60px;
  text-align: right;
  padding: 13px 22px;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: .02em;
}
.contact-form .input-style {margin-bottom: 20px;}

.calculator-form-list .input-style.small {
  max-width: 182px;
}

.calculator-form-list .select-wrap, .calculator-form-list .form-label-wrap {
  margin-left: 29px;
  max-width: 182px;
}

.calculator-form-list .select-wrap:nth-child(2) {
  margin-left: 0;
  max-width: 311px;
}

.calculator-form-list select {
  height: 60px;
  padding: 10px 0 10px 18px;
  font-size: 28px;
  color: #545454;
}

.calculator-form-list .form-label {
  font-size: 28px;
  color: #545454;
}

.calculator-form-list .select-wrap:before {
  right: 22px;
  top: 15px;
  font-size: 22px;
}

.calculator-form-list .select-wrap:after {
  width: 54px;
  height: 58px;
}

.calculator-form-list label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #545454;
  letter-spacing: .02em;
}

.calculator-form-list a.btn,
.calculator-form-list .btn {
  width: 100%;
  max-width: 311px;
  margin-top: 10px;
  /*padding: 22px 60px 18px 35px;*/
}

.calculator .content-title {
  margin-bottom: 39px;
}

.equals {
  position: relative;
  top: 5px;
  padding-left: 7px;
  padding-right: 4px;
  font-size: 26px;
  color: #545454;
  padding-top: 5px;
}

.calculate-results-box {
  display: none;
  max-width: 642px;
  padding-top: 49px;
  padding-left: 3px;
  border-top: 1px solid #d5d5d5;
}

.calculate-box {
  overflow: hidden;
  margin-bottom: 80px;
}

.calculate-results-box > *:last-child {
  margin-bottom: 0;
}

.calculate-box .left-box,
.calculate-box .right-box {
  float: left;
}

.calculate-box .left-box {
  max-width: 255px;
  width: 100%;
  padding-right: 10px;
}

.small-price-box {
  margin-bottom: 27px;
}

.calculate-box .left-box > *:last-child {
  margin-bottom: 0;
}

.errorMsg {
  display: block;
  color: red;
}

.price-title {
  display: block;
  max-width: 180px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.5;
}

.price {
  display: block;
  font-size: 26px;
  line-height: 1;
  letter-spacing: .02em;
}

.big-price-box {
}

.big-price-box .price-title {
  max-width: 100%;
}

.big-price-box .price {
  font-size: 56px;
}

.price-desc {
  display: block;
  font-size: 25px;
}

.calculator-heading {
  position: relative;
  display: block;
  padding: 1em 0 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  color: #292929;
}
/*-------------------------------------ERROR-SECTION---------------------*/
.error-section .container {
    max-width: 1280px;
}
/*-------------------------------------SECTION-REWARDS-CHECKING---------------------*/
.section-rewards-checking {
  padding-top: 28px;
  padding-bottom: 80px;
}
.section-apy-foot-note {
    position: relative;
    display: block;
    max-width: 1160px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    overflow: hidden;
    text-align: center;
}
.section-rewards-checking .container, .admin-content .container {
  max-width: 1100px;
}
.section-apy-foot-note .content.big {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .75em;
  justify-content: center;
  position: relative;
}
.section-apy-foot-note .content.big p {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.section-rewards-checking .content.big {
  margin-bottom: 58px;
  max-width: 770px;
  line-height: 1.6;
  letter-spacing: .02em;
}

.checking-wrap {
  max-width: 846px;
  position: relative;
}
.credit-card-img {
    height: 21rem;
    position: absolute;
    right: -20%;
    top: 0;
    width: 21rem;
}
.credit-card-img img {
    height: 100%;
    object-fit: contain;
    min-height: 100%;
    min-width: 100%;
    width: auto;

}
.section-rewards-checking .section-title {
  display: inline-block;
  max-width: 600px;
  font-size: 68px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
  vertical-align: top;
}

.section-rewards-checking .section-title sup {
  position: relative;
  top: -4px;
  font-size: 19px;
}

.section-title-box {
  margin-top: 68px;
}

.section-title-box .more-apy-box {
  display: inline-block;
  margin-top: 0px;
  margin-left: 38px;
  vertical-align: top;
}

.section-title-box .more-apy-box .apy-box {
  position: relative;
  display: block;
  font-size: 187px;
  font-weight: 700;
  line-height: .8em;
  letter-spacing: -.03em;
}

.section-title-box .more-apy-box .apy-box.credit-box {
  display: none;
}
.credit-card .section-title-box .more-apy-box .apy-box {
  display: none;
}
.credit-card .section-title-box .more-apy-box .apy-box.credit-box {
  display: block;
}
.section-title-box .more-apy-box .apy-box sup {
  top: 7px;
  font-size: 97px;
  font-weight: 700;
}

.section-title-box .more-apy-box .apy-box span {
  font-size: 12px;
  right: auto;
  left: 8px;
  bottom: -40px;
  letter-spacing: .03em;
}

.advantages-list {
  display: none;
  max-width: 800px;
  margin-bottom: 36px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .02em;
}

.advantages-list > li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 9px;
  margin-bottom: 10px;
}

.advantages-list > li:before {
  position: absolute;
  content: '\e905';
  top: 5px;
  left: 0;
  font-size: 13px;
  font-family: 'icomoon-aab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d8d8d8;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.advantages-list > li:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.advantages-table {
  margin-top: -12px;
  margin-bottom: 40px;
  max-width: 670px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .02em;
}

.advantages-table tr {
}

.advantages-table td {
  position: relative;
  vertical-align: top;
  padding-left: 35px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d9d9d9;
}

.advantages-table td:before {
  position: absolute;
  content: '\e905';
  top: 13px;
  left: 3px;
  font-size: 16px;
  font-family: 'icomoon-aab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d8d8d8;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.advantages-table tr td:first-child {
  width: 297px;
}

.advantages-table tr td:last-child {
  padding-right: 0;
}

.advantages-table tr:last-child td {
  border-bottom: none;
}

.btn-box {
  margin-bottom: 88px;
}

.btn-box .a.btn,
.btn-box .btn {
  margin-right: 71px;
}


.text-box {
  position: relative;
  top: 10px;
  display: inline-block;
  font-size: 18px;
  letter-spacing: .02em;
}

.text-box a {
  font-size: 18px;
  text-decoration: underline;
}

.text-box a:hover,
.text-box a:focus {
  text-decoration: none;
}

.two-call {
  max-width: 600px;
  margin-bottom: 36px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.breadcrumb-box {
  position: relative;
  padding-top: 13px;
  padding-bottom: 9px;
  background-color: #ffffff;
}

.breadcrumb-box:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #005CE8;
}

.breadcrumb-list {
  display: inline-block;
  margin-right: 70px;
}

.breadcrumb-list > li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}

.breadcrumb-list > li:after {
  position: absolute;
  content: '/';
  top: 50%;
  right: -7px;
  color: #005ce8;
  -webkit-transform: translate(0, -55%);
  -moz-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  transform: translate(0, -55%);
}

.breadcrumb-list > li:last-child:after {
  content: none;
}

.breadcrumb-list > li a,
.breadcrumb-list > li span {
  display: inline-block;
  padding: 10px 7px 10px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #005CE8;
}

.breadcrumb-list > li strong,
.breadcrumb-list > li b {
  font-family: 'Avantgd', Arial, sans-serif;
  font-weight: 700;
}

.breadcrumb-list > li a:hover,
.breadcrumb-list > li a:focus {
  color: #292929;
  text-decoration: none;
}

.breadcrumb-list > li {
}

a.open-account,
.open-account {
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #005CE8;
}

a.open-account:after,
.open-account:after {
  position: absolute;
  content: '\e900';
  top: 50%;
  right: 7px;
  font-size: 14px;
  font-family: 'icomoon-aab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #005CE8;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

a.open-account:hover,
a.open-account:focus,
.open-account:hover,
.open-account:focus {
  text-decoration: none;
  color: #292929;
}

a.open-account:hover:after,
a.open-account:focus:after,
.open-account:hover:after,
.open-account:focus:after {
  color: #292929;
}

.credit-card .open-account, 
.credit-card .btn-big, 
.btn-big.credit-cards,
.open-account.credit-cards {
  display: none;
}
.credit-card .open-account.credit-cards,
.credit-card .btn-big.credit-cards {
  display: inline-block;
}
/*-------------------------------------SECTION-REWARDS-CHECKING---------------------*/
.section-video {
  padding-bottom: 64px;
}

.section-video .container {
  max-width: 1286px;
}
/*.video-wrap {*/
/*overflow:hidden;*/
/*position:relative;*/
/*padding-bottom:56.25%;*/
/*padding-top:30px;*/
/*height:0;*/
/*}*/
/*.video-wrap video {*/
/*position:absolute;*/
/*z-index: 10;*/
/*top:0;*/
/*left:0;*/
/*width:100%;*/
/*height:100%;*/
/*max-height: 525px;*/
/*background-image: url(../img/video_bg_v2.jpg);*/
/*background-size: cover;*/
/*background-repeat: no-repeat;*/
/*background-position: center;*/
/*}*/

.video-wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  height: 525px;
}
.video-wrap > div:first-child { height: 100%; }

.video-wrap video {
  position: relative;
  z-index: 20;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-wrap img {
  position: absolute;
  z-index: 10;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}

.btn-play {
  position: absolute;
  z-index: 30;
  display: block;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 102px;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}

.btn-play:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 14px solid #ffffff;
  border-bottom: 9px solid transparent;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  opacity: .7;
}

.btn-play:hover,
.btn-play:focus {
  background-color: rgba(0, 0, 0, .95);
}

.btn-play:hover:after,
.btn-play:focus:after {
  opacity: 1;
}

.video-desc {
  max-width: 780px;
}

.video-title {
  margin-bottom: -7px;
  font-size: 42px;
  color: #000000;
  line-height: 1.77;
  letter-spacing: .02em;
}

.video-title > div:first-child { height: 100%; }

.video-desc .content.big {
  margin-left: 2px;
  letter-spacing: .02em;
}

/*-------------------------------------SECTION-VIDEO-GRID---------------------------*/
.section-video-grid {
  padding-top: 21px;
  padding-bottom: 60px;
  border-top: 1px solid #c6c6c6;
}

.section-video-grid .container {
  max-width: 1286px;
}

.section-video-grid .page-menu-wrap .container {
  padding: 0;
}

.grid-box {
  max-width: 1090px;
}

.section-video-grid .page-menu-list {
  padding-left: 32px;
}

.section-video-grid .page-menu-list > li a,
.section-video-grid .page-menu-name {
  font-size: 17px;
}

.section-video-grid .page-menu-list > li a {
  margin: 0 11px;
  padding-bottom: 19px;
}

.section-video-grid .page-menu-list > li a:after {
  height: 5px;
}

.section-video-grid .page-menu-name {
  padding-right: 17px;
}

.section-video-grid .page-menu-box {
  margin-bottom: 20px;
}

.section-video-grid .page-menu-wrap {
  margin-bottom: 43px;
}

.section-video-grid .page-menu-wrap:after {
  content: none;
}

.section-video-grid .page-menu-box {
  margin-left: 2px;
  text-align: left;
}

.video-list {
  overflow: hidden;
  margin: 0 -18px -53px;
}

.video-list > li {
  float: left;
  width: 25%;
  margin-bottom: 53px;
  padding: 0 18px;
}

.video-list > li:nth-child(4n + 1) {
  clear: both;
}

.video-list a {
  display: block;
}

.video-list a:hover,
.video-list a:focus {
  text-decoration: none;
}

.video-item-box {
  display: block;
}

.video-item-img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 56% 0 0 0;
  overflow: hidden;
}

.video-item-img img {
  position: absolute;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: 100%;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}

.video-item-desc-box {
  display: block;
  padding: 12px 2px 10px;
}

.video-item-title {
  display: block;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .02em;
}

.video-item-desc {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .02em;
}

.strong {
  margin-left: -5px;
  font-weight: 700;
}
/*-------------------------------------SECTION-VIDEO-GRID---------------------------*/
.section-different, .section-our-lenders { padding-top: 60px; padding-bottom: 120px; }
.section-different .section-title, .section-our-lenders .section-title { margin-bottom: 57px; }

.different-list {
  overflow: hidden;
  /*max-width: 986px;*/
  max-width: 1024px;
  margin: 0 auto -67px;
  text-align: center;
}

.different-list > li {
  float: left;
  width: 50%;
  margin-bottom: 67px;
  padding: 0 5px;
}

.different-list > li:nth-child(odd) {
  clear: both;
}

.different-box {
  margin: 0 auto;
  max-width: 340px;
}

.different-title {
  margin-bottom: 6px;
  font-size: 36px;
  line-height: 1.2;
}

.different-desc {
  font-size: 18px;
  letter-spacing: .01em;
  word-spacing: -.07em;
}
/*-------------------------------------SECTION-COMMUNITY----------------------------*/
.section-community {
  padding-top: 90px;
  padding-bottom: 3px;
}

.section-community .section-title {
  margin-bottom: 40px;
}

.facebook-list {
  overflow: hidden;
}

.facebook-list > li {
  float: left;
  position: relative;
  width: 16.666%;
  padding-bottom: 16.666%;
  border: 3px solid #ffffff;
}

.facebook-list > li:nth-child(6n+1) {
  clear: both;
}

.facebook-img-box {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.facebook-img-box:before {
  position: absolute;
  opacity: 0;
  z-index: 105;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 92, 232, .63);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}

.facebook-img-box img {
  position: absolute;
  z-index: 100;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: 100%;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.facebook-img-box:hover img { height: 150%; }
.facebook-img-box.portrait img { width: 100%; height: auto; }
.facebook-img-box.portrait:hover img { width: 150%; height: auto; }
.facebook-list > li a:hover .facebook-hover-text, .facebook-list > li a:focus .facebook-hover-text { opacity: 1; }
.facebook-list > li a:hover .facebook-img-box:before, .facebook-list > li a:focus .facebook-img-box:before { opacity: 1; }

/*.facebook-img-box:hover .facebook-hover-text {*/
/*opacity: 1;*/
/*}*/
/*.facebook-img-box:hover:before {*/
/*opacity: 1;*/
/*}*/
.facebook-hover-text {
  position: absolute;
  opacity: 0;
  z-index: 110;
  display: block;
  width: calc(100% - 20px);
  top: 50%;
  left: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
/*-------------------------------------SECTION-BANNER-ABOUT----------------------------*/
.section-banner.about {
  position: relative;
  max-width: 1750px;
  min-height: 630px;
  padding-top: 80px;
  margin: 0 auto;
  background-color: #ffffff;
  background-size: auto 90%;
  background-position: right bottom;
}

.section-banner.about .section-background {
  width: auto;
  height: 90%;
}
@-moz-document url-prefix() {
  .section-banner.about .section-background { width: 1124px; }
}

.section-banner.about .container {
  position: relative;
  padding: 0;
}

.section-banner.about .left-box {
  max-width: 505px;
}

.section-banner.about .right-box {
  display: none;
  margin: 0 auto;
}

.section-banner.about .right-box img {
  display: block;
  width: 100%;
}

.section-banner.about .banner-title {
  margin-bottom: 16px;
  font-size: 59px;
  line-height: 1;
  word-spacing: 0;
  color: #005de8;
}

.banner-desc {
  max-width: 450px;
  margin-left: 5px;
  font-size: 21px;
  letter-spacing: .01em;
  line-height: 1.45;
  color: #005de8;
}
.section-banner.about .banner-desc { max-width: none; font-size: 26px; }

.about-box {
  position: absolute;
  display: none;
  max-width: 220px;
  width: 100%;
  right: 0;
  bottom: 0;
  color: #171717;
  text-align: left;
}

.about-box.inverse {
  color: #ffffff;
}

.name {
  margin-bottom: -4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-box span {
  padding-right: 6px;
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.2;
}

.anchor-box {
  display: block;
  position: absolute;
  left: 50%;
  top: -38px;
  width: 236px;
  height: 236px;
  padding: 37px 20px 20px;
  text-align: center;
  /* border: 1px solid #ffffff; */
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.anchor-box a {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.25;
  color: #292929;
}

.anchor-box a:hover,
.anchor-box a:focus {
  color: #005de8;
  text-decoration: none;
}

.anchor-box .icon-arrow {
  display: block;
  margin: 8px auto 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}


/*-------------------------------------SECTION-HISTORY----------------------------*/
.section-history {
  position: relative;
  padding-top: 131px;
  padding-bottom: 94px;
}

.section-history .container {
}

.history-list {
  overflow: hidden;
  position: relative;
}

.history-list:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 50%;
  top: 25px;
  background-color: #005DE8;
}

.history-list > li {
  position: relative;
  float: left;
  width: 50%;
}

.history-list > li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 35px;
  right: -28px;
  border: 9px solid #ffffff;
  background-color: #005de8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.history-list > li:after {
}

.history-list > li:nth-child(odd) {
  margin-top: -50px;
  margin-bottom: 20px;
  text-align: right;
}

.history-list > li:nth-child(even) {
  margin-top: 52px;
}

.history-list > li:nth-child(2) {
  margin-top: 102px;
}

.history-list > li:first-child {
  margin-top: 0;
}

.history-list > li:nth-child(even):before {
  left: 0;
  right: auto;
}

.history-list > li:last-child {
}

.history-wrap {
  position: relative;
  display: inline-block;
  padding-right: 101px;
}

.history-list > li:nth-child(even) .history-wrap {
  padding-right: 0;
  padding-left: 86px;
}

.history-list > li:nth-child(6n) .history-wrap {
  padding-left: 187px;
}

.history-list > li:nth-child(6n - 4) .history-wrap {
  padding-left: 134px;
}

.history-list > li:nth-child(6n -3) .history-wrap {
  padding-right: 190px;
}

.history-list > li:nth-child(6n -1) .history-wrap,
.history-list > li:nth-child(1) .history-wrap {
  padding-right: 132px;
}

.history-wrap:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top: 35px;
  right: 0;
  background-color: #005de8;
}

.history-list > li:nth-child(even) .history-wrap:before {
  right: auto;
  left: 0;
}

.history-wrap:after {
  position: absolute;
  content: none;
  width: 3px;
  height: 100%;
  right: -1px;
  top: 48px;
  background-color: #ffffff;
}

.history-list > li:nth-child(even) .history-wrap:after {
  right: auto;
  left: -1px;
}

.history-list > li:nth-last-child(1):nth-child(odd) .history-wrap:after,
.history-list > li:nth-last-child(1):nth-child(even) .history-wrap:after {
  content: '';
}

.history-box {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 420px;
  min-height: 156px;
  padding-right: 27px;
  background-color: #ffffff;
}

.history-box:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 70px;
  right: 0;
  top: 8px;
  background-color: #005de8;
}

.history-list > li:nth-child(even) .history-box {
  padding-right: 0;
  padding-left: 30px;
}

.history-list > li:nth-child(even) .history-box:before {
  left: 0;
  right: auto;
}

.history-list > li:nth-child(even) .history-box {
}

.history-list > li:nth-child(odd) .history-box {
}

.year {
  margin-top: -8px;
  margin-bottom: 7px;
  display: block;
  font-size: 58px;
  color: #005de8;
  line-height: 1;
}

.history-desc {
  padding-left: 5px;
  font-size: 18px;
  color: #292929;
  line-height: 1.45;
  letter-spacing: .02em;
}
/*-------------------------------------SECTION-MAP----------------------------------*/
.section-map {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  height: 100%;
}

.mob-map-nav {
  display: none;
}

.mob-toggle {
  position: absolute;
  z-index: 40;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #005de8;
  cursor: pointer;
}

.mob-toggle .fa {
  color: #ffffff;
  line-height: 40px;
}

.mob-toggle .icon-close {
  color: #ffffff;
  line-height: 40px;
}

.control-bar-toggle {
  left: 0;
}

.top-bar-toggle {
  right: 0;
}

.control-bar-toggle.open,
.top-bar-toggle.open {
  z-index: 65;
}

.control-bar-toggle .icon-close,
.top-bar-toggle .icon-close {
  display: none;
}

.control-bar-toggle.open .fa,
.top-bar-toggle.open .fa {
  display: none;
}

.control-bar-toggle.open .icon-close,
.top-bar-toggle.open .icon-close {
  display: inline-block;
}

.map {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005de8;
  padding-left: 460px;
  padding-top: 112px;
}

.top-bar {
  overflow: hidden;
  position: absolute;
  margin-bottom: 1px;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  /*height: 110px;*/
  padding: 23px 20px 25px 490px;
  background-color: #ffffff;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}

.top-bar:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #005de8;
}

.top-bar-list {
  margin-left: 21px;
  margin-bottom: -30px;
}

.top-bar-list > li {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 30px;
  vertical-align: top;
}

.call-box {
  margin-right: 180px;
}

.top-bar-item {
}

.top-bar-item-title {
  display: block;
  margin-bottom: 4px;
  margin-left: 3px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.top-bar-info {
  font-size: 18px;
  line-height: 1;
}

a.top-bar-tel,
.top-bar-tel {
  padding-right: 12px;
  font-size: 32px;
  letter-spacing: .02em;
}

a.top-bar-tel:hover,
a.top-bar-tel:focus,
.top-bar-tel:hover,
.top-bar-tel:focus {
  text-decoration: none;
}

.top-bar-info span {
  position: relative;
  top: -2px;
  letter-spacing: .02em;
}

.top-bar-search-box {
}

.top-bar-form-zip {
  position: relative;
}

.top-bar-search-box { max-width: 290px; }

.top-bar-search-style {
  padding: 5px 16px 5px 4px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid #c5c5c5;
  background-color: #ffffff;
  transition: border-color ease 0.35s;
}

.top-bar-search-style:focus {
  outline: none;
  border-bottom-color: #005de8;
}

.top-bar-search-style:focus + .top-bar-btn {
  color: #005de8;
}

.top-bar-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 38px;
  width: 40px;
  text-align: right;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
}

.top-bar-btn .icon-arrow {
  position: relative;
  top: -5px;
  right: 0px;
}

.control-bar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 460px;
  height: 100%;
  padding: 45px 8px 20px 35px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
  overflow: auto;
}

.nav-tabs-box {
  margin-right: 37px;
  margin-bottom: 42px;
  /*padding: 45px 10px 42px;*/
}

.nav-tabs-list {
  display: none;
  text-align: center;
}

.nav-tabs-list > li {
  display: inline-block;
  margin: 0 -2px 0;
}

.nav-tabs-list > li a {
  display: block;
  padding: 9px 18px 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #8b8b8b;
  border: 1px solid #c5c5c5;
}

.nav-tabs-list > li.active a,
.nav-tabs-list > li a:hover,
.nav-tabs-list > li a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #005de8;
}

.nav-tabs-table {
  display: table;
  width: 100%;
  text-align: center;
}

.nav-tabs-table a {
  display: table-cell;
  padding: 8px 10px 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b8b8b;
  border: 1px solid #c5c5c5;
  border-left-color: transparent;
}

.nav-tabs-table a:first-child {
  border-left-color: #c5c5c5;
}

.nav-tabs-table a.active,
.nav-tabs-table a:hover,
.nav-tabs-table a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #005de8;
}

.tabs-box {
  /*padding-bottom: 20px;*/
}

.mobile-toggle-tab-wrap {
  position: relative;
  display: none;
  width: 100%;
}

.mobile-toggle-tab {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  width: 1%;
  padding: 15px;
  font-size: 16px;
  color: #1f1f1f;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
  background: #ddd;
  border-top: 1px solid transparent;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  z-index: 1;
  opacity: .7;
}
.mobile-toggle-tab:first-child { border-left: none; }
.mobile-toggle-tab.active { background: #fff; border-top-color: #bbb; color: #292929; border-bottom-color: #fff; z-index: 2; opacity: 1;}

.nice-scroll {
  height: 100%;
}

.nicescroll-rails {
  width: 7px !important;
  -webkit-border-radius: 1em !important;
  -moz-border-radius: 1em !important;
  border-radius: 1em !important;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.map-item-list {
  margin-right: 38px;
}

.map-item-list > li {
  padding: 22px 0 22px;
  border-bottom: 1px solid #D6D6D6;
}

.map-item-list > li.map-item-info {
  border-top: 1px solid #D6D6D6;
}

.map-item-list > li:last-child {
  border-bottom: none;
}

.tab-box {
  position: relative;
  padding-left: 30px;
}

.tab-box .icon-geo {
  position: absolute;
  top: 1px;
  left: -4px;
  font-size: 26px;
  color: #005de8;
}

.tab-box .icon-atm {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 16px;
  height: 27px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/marker_ATM_small.png);
}

.map-item-box {
  position: relative;
  padding-right: 100px;
}

a.map-item-title,
.map-item-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  /*color: #292929;*/
}

a.map-item-title.small,
.map-item-title.small {
  font-size: 16px;
  letter-spacing: .1em;
}

a.map-item-title:hover,
a.map-item-title:focus,
.map-item-title:hover,
.map-item-title:focus {
  text-decoration: none;
}

.map-item-desc {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
}

.map-item-desc a {
}

.map-item-desc a:hover,
.map-item-desc a:focus {
  text-decoration: none;
}

.distance {
  position: absolute;
  right: 0;
  top: 1px;
}

a.map-hour,
.map-hour {
  position: absolute;
  right: 0;
  bottom: 2px;
  padding-right: 28px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

a.map-hour:after,
.map-hour:after {
  position: absolute;
  content: '\e900';
  z-index: 99;
  right: 6px;
  top: 1px;
  font-size: 13px;
  font-family: 'icomoon-aab' !important;
  color: #202020;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

a.map-hour.open:after,
.map-hour.open:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

a.map-hour:hover,
a.map-hour:focus,
.map-hour:hover,
.map-hour:focus {
  text-decoration: none;
}

a.map-hour:hover:after,
a.map-hour:focus:after,
.map-hour:hover:after,
.map-hour:focus:after {
  color: #005de8;
}

.map-hour-box {
  display: none;
}

.map-hour-box-inner {
  margin-top: 28px;
  margin-bottom: -19px;
  padding-left: 1px;
}

a.map-hour.noicon:after,
.map-hour.noicon:after {
  content: ''
}

.hour-title {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #707070;
  text-transform: uppercase;
}

.hour-desc {
  margin-bottom: 15px;
  letter-spacing: .02em;
  line-height: 1.35;
}

.map-item-title + .hour-desc {
  margin-top: 4px;
  margin-bottom: 0;
}

.hour-desc a {
  text-decoration: underline;
}

.hour-desc a:focus,
.hour-desc a:hover {
  text-decoration: none;
}

.hour-desc.small {
  font-size: 13px;
}

.hour-desc.small > * {
  margin-bottom: 9px;
}

.hour-desc.small > *:last-child {
  margin-bottom: 0;
}

.hour-desc.small a {
  font-size: 13px;
}

.map-directions-box {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
}
.map-directions-box .icon-address { display: inline-block; vertical-align: top; margin: 5px 0 0 0; padding: 0 5px 0 0; opacity: .5; }

/*----------------------------------------------------------------------------------*/
/*-------------------------------------SIDEBAR--------------------------------------*/
/*----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------*/
/*-------------------------------------FOOTER---------------------------------------*/
/*----------------------------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 10;
  padding: 75px 0 48px;
  background-color: #ffffff;
  border-top: 1px solid #C9C9C9;
}

#footer .container {
  max-width: 1280px;
}

.footer-top-box {
  position: relative;
  left: -5px;
  margin-bottom: 40px;
  text-align: center;
}

.have-questions {
  font-size: 32px;
  letter-spacing: .02em;
}

.have-questions a {
  padding-left: 7px;
  font-size: 32px;
}

.have-questions a:hover,
.have-questions a:focus {
  text-decoration: none;
}

.or {
  padding-left: 20px;
  padding-right: 25px;
  font-size: 18px;
}

.footer-top-box .btn {
  margin-top: 2px;
}

.have-questions,
.or,
.footer-top-box .btn {
  vertical-align: middle;
}

.footer-middle-box {
  padding-top: 34px;
}

.footer-coll-list {
  overflow: hidden;
  margin: 0 -8px 7px;
}

.footer-coll-list > li {
  float: left;
  padding: 0 8px;
  width: 20%;
}

.footer-coll-list > li.small-coll {
  width: 17.6%;
}

.footer-coll-list > li.big-coll {
  max-width: 22.4%;
  width: auto;
}

.footer-coll-list > li a:hover,
.footer-coll-list > li a:focus {
  text-decoration: none;
  color: #005DE8;
}

a.coll-title,
.coll-title {
  display: block;
  margin-bottom: 15px;
  padding: 4px 0 4px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .01em;
  word-spacing: .1em;
}

a.coll-link,
.coll-link {
  display: block;
  font-size: 16px;
  padding: 4px 0 4px;
  letter-spacing: .01em;
  word-spacing: .1em;
}

a.coll-title:hover,
.coll-title:hover,
a.coll-link:hover,
.coll-link:hover,
a.coll-title:focus,
.coll-title:focus,
a.coll-link:focus,
.coll-lin:focus {
  text-decoration: none;
}

a.coll-title + a.coll-link,
.coll-title + .coll-link {
  margin-top: -17px;
}

a.coll-title + .search-zip-box,
.coll-title + .search-zip-box {
  margin-top: -7px;
}

.footer-mob-menu {
  overflow: hidden;
  display: none;
  margin-bottom: 20px;
}

.footer-mob-menu .coll-title {
  float: left;
  width: 50%;
  margin-bottom: 0;
  padding: 8px 0 7px;
  text-align: center;
}

.footer-mob-zip-search {
  display: none;
  margin-bottom: 28px;
}

.footer-mob-zip-search .coll-title {
  margin-bottom: 10px;
  text-align: center;
}

.search-zip-box {
  position: relative;
}

.search-zip-box:before {
  position: absolute;
  content: '\e902';
  top: 50%;
  left: 16px;
  font-family: 'icomoon-aab' !important;
  speak: none;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #C8C8C8;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.search-zip-box .btn-search {
}

.search-zip {
}

.footer-box {
  overflow: hidden;
  font-size: 16px;
  padding-bottom: 19px;
}

.footer-box span {
  padding-right: 35px;
  margin-top: 20px;
  display: inline-block;
  word-spacing: .2em;
}
.footer-box span.box-right01 { font-size: 1.125em; font-weight: bold; }
.footer-box span.box-right02 { float: right; }

.box-right {
  float: right;
  margin-right: -17px;
}

.img-link {
  display: inline-block;
  margin: 5px 19px 5px;
}

.footer-bottom-box {
  padding-top: 17px;
  border-top: 1px solid #C9C9C9;
}

.power-by,
.copyright, p.power-by a {
  color: #292929;
  font-size: 13px;
  letter-spacing: 0.02em;
  word-spacing: 0.08em;
  text-decoration: none;
}

.copyright {
  display: block;
  max-width: 720px;
  margin-bottom: 16px;
  letter-spacing: 0;
  word-spacing: 0.1em;
}

.power-by {
  float: right;
  max-width: 250px;
}

.power-by a,
.copyright a {
  font-size: 13px;
}

.power-by a:hover,
.power-by a:focus,
.copyright a:hover .copyright a:focus {
  opacity: 0.7;
  text-decoration: none;
}

.footer-bottom-menu {
  margin-left: -15px;
}

.footer-bottom-menu > li {
  position: relative;
  display: inline-block;
  margin-right: 1px;
}

.footer-bottom-menu > li:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 13px;
  top: 9px;
  right: -1px;
  background-color: #aaaaaa;
}

.footer-bottom-menu > li:last-child:after {
  content: none;
}

.footer-bottom-menu > li a {
  display: inline-block;
  padding: 2px 15px 2px;
  font-size: 13px;
  line-height: 1;
  opacity: .7;
  letter-spacing: .02em;
}

.footer-bottom-menu > li a:hover,
.footer-bottom-menu > li a:focus {
  text-decoration: none;
  color: #005DE8;
}

a.full-site,
.full-site {
  display: none;
  margin-top: 20px;
  font-size: 10px;
  text-align: center;
}

a.full-site:hover,
.full-site:focus {
  text-decoration: none;
}

/*-------------------------------------sitemap------------------------------*/
.sitemap-content {padding-top: 126px; padding-bottom: 80px;}
.sitemap-content .container {max-width: 1100px; width: 100%; margin: 0 auto; padding: 0 20px; overflow:hidden;}
.content .sitemapColumn {position: relative; display: inline-block; vertical-align: top; padding-right: 40px; }
 .content .sitemapColumn ul > li::before {display: none;}
 .content .sitemapColumn {margin-top: 39px;}
 .content .sitemapColumn ul {margin-left: 0;}
 .content .sitemapColumn ul li a{display: inline-block; margin-bottom: 27px; font-size: 28px; text-decoration: none; font-weight: 700; color: #292929; transition: .25s;}
 .content .sitemapColumn ul li a:hover, .content .sitemapColumn ul li a:focus {color: #005DE8;}
  .content .sitemapColumn ul li ul li a { font-size: 28px; margin-bottom: 21px; font-weight: 300;}
  .content .sitemapColumn ul li ul li ul li a {font-size: 28px; line-height: 40px; margin-bottom: 6px; font-weight: 300; color: #292929;}
  .content .sitemapColumn ul li ul li ul li ul li a {font-size: 16px; line-height: 28px;font-weight: 300;}
 .content .sitemapColumn ul li ul {margin-left: 21px;}
 .content .sitemapColumn ul li ul li ul{margin-left: 21px;}
 .content .sitemapColumn ul li ul li ul li ul{margin-left: 0px;}
 .content .sitemapColumn ul li ul li ul li {margin-bottom: 15px;}
 .content .sitemapColumn ul li ul li ul li ul li {line-height: 20px; margin-bottom: 4px;}
/* Personal / Banking */
.boxWrap {
  position: relative;
  display: block;
  max-width: 1160px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
.boxWrap .container {
  position: relative;
  display: block;
  width: 103%;
  height: auto;
  padding: 30px 0;
}
.productWrap, .promoWrap {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
}
.promoItem {
    height: 451px;
}
.productItem {
    height: 350px;
}
.promoItem, .productItem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  /*height: 350px;*/
  margin: 30px 3% 30px 0;
  padding: 0;
  color: #292929;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
.js .productItem.preAnimate, .js .promoItem.preAnimate  { transform: translateY(30px); opacity: 0; }
.promoItem:hover, .productItem:hover { border-color: #292929; }
.productItem { width: 22%; min-height: 212px; }
.itemInfo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 30px 150px 40px;
  top: 0;
  left: 0;
  text-decoration: none;
}
.productItem .itemInfo { padding-bottom: 110px; }
.itemCategory {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 1em 1.5em;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2em;
  color: #005DE8;
  text-transform: uppercase;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
.productItem .itemCategory { font-size: 11px; }
.promoItem:hover .itemCategory, .productItem:hover .itemCategory { border-color: #292929; }
.itemName {
  position: relative;
  display: block;
  max-width: 400px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.15em;
  color: #005DE8;
}
.productItem .itemName { font-size: 22px; }
.itemRate {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: 'Avantgd', Arial, sans-serif;
  font-size: 117px;
  font-weight: 700;
  line-height: 1em;
  color: #005DE8;
}
.itemRate sup { padding: 0 0 0 10px; font-size: 50px; font-weight: 400; }
.itemRate::after, .itemRate:after {
  content: 'Annual Percentage Yield';
  position: absolute;
  display: block;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: 300;
  width: 40px;
  right: .2em;
  bottom: .9em;
}
.itemRate.specialAPY:after, .itemRate.specialAPY::after {
    content: 'Annual Percentage Yield*'
}
.productItem .itemRate { font-size: 28px; line-height: 1.2em; }
.productItem .itemRate sup { vertical-align: baseline; padding: 0; font-size: 28px; }
.productItem .itemRate::after, .productItem .itemRate:after { content: 'APY*'; left: 100%; right: auto; bottom: .4em; margin: 0 0 0 .4em; }
#credit-cards .productItem .itemRate::after, 
#credit-cards .productItem .itemRate:after {
  content: 'APR**'; 
  left: 100%; 
  right: auto; 
  bottom: .4em; 
  margin: 0 0 0 .4em; 
}

.itemDesc {
  position: relative;
  display: block;
  max-width: 400px;
  font-size: 18px;
  line-height: 1.5em;
  color: #292929;
}
.productItem .itemDesc { font-size: 14px; }
.itemButtons {
  position: absolute;
  display: block;
  width: auto;
  left: 40px;
  bottom: 30px;
  font-size: 0;
}
.productItem .itemButtons { display: table; max-width: 100%; width: auto; left: 0; bottom: 25px; padding: 0; }
.itemOpen, .itemDetails {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding: .9em 3em .9em 1.3em;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  background: #005DE8 url(/images/rightArrowWhite.png) no-repeat right center;
  background-size: auto .8em;
  border: 2px solid #005DE8;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
#promoItems .creditCard,
.productItem .creditCard,
.productItem .itemOpen.creditCard,
#credit-cards .productItem .itemOpen {
  display: none;
}
#credit-cards .productItem .creditCard {
  display: inline-block;
}
.itemOpen:hover, .itemOpen:focus { color: #005DE8; background-color: #fff; background-image: url(/images/rightArrowBlue.png); }
.itemDetails, .productItem .itemOpen, .productItem .itemDetails {
  padding-left: 0;
  padding-right: 0;
  color: #005DE8;
  background-color: transparent;
  background-image: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.itemOpen + .itemDetails { margin-left: 2.7em; }
.itemDetails:hover, .itemDetails:focus { padding-right: 3em; background-image: url(/images/rightArrowBlue.png); }
.productItem .itemOpen, .productItem .itemDetails { display: table-cell; padding: 0 20px; font-size: 12px; border: none; }
.productItem .itemOpen:first-child, .productItem .itemDetails:first-child { padding-left: 30px; }
.productItem .itemOpen:last-child, .productItem .itemDetails:last-child { padding-right: 30px; }
.productItem .itemOpen + .itemDetails { color: #bbb; background-image: none; }
.productItem .itemOpen::after, .productItem .itemOpen:after, .productItem .itemDetails::after, .productItem .itemDetails:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin: 7px 0 0 0;
  background: #005DE8;
}
.productItem .itemOpen + .itemDetails::after, .productItem .itemOpen + .itemDetails:after { background-color: #bbb; }
/* SEARCH */
.searchContainer {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 15px;
}
.searchMod {
  position: relative;
  display: block;
  width: 100%;
  font-size: 20px;
  background: #fff;
  border: 1px solid #d1d1d1;
}
.searchMod .defaultInput {
  position: relative;
  display: block;
  width: 100%;
  padding: .5em 6em .5em 1em;
  font-size: 1em;
  line-height: 1.2em;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.searchMod .defaultCTA {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0 1.5em;
  font-size: .7em;
  font-weight: 700;
  letter-spacing: .1em;
  color: #fff;
  text-transform: uppercase;
  background: #005DE8;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.searchMod .defaultCTA span { font-weight: 700; }
.searchResults {
  position: relative;
  display: block;
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 60px 15px;
}
.ajaxResults {
    font-size:14px;
}
.ajaxResults i {
    font-size:12px;
}
.resultItem {
  position: relative;
  display: block;
  padding: 1.5em 0;
  font-size: 20px;
  border-top: 1px solid #d1d1d1;
}
.resultItem:first-child { border-top: none; }
.resultTitle {
  position: relative;
  display: block;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2em;
  color: #292929;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
.resultItem:hover .resultTitle, .resultItem:focus .resultTitle { color: #005DE8; }
.resultUrl {
  position: relative;
  display: block;
  padding: .5em 0 0 0;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.2em;
  color: #bbb;
}
.resultDesc {
  position: relative;
  display: block;
  padding: .5em 0 0 0;
  font-size: .9em;
  line-height: 1.6em;
}
.searchPaging {
  position: relative;
  display: block;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 0;
  letter-spacing: 0;
}
.searchPaging #pagingList {display:inline-block;}
.searchPaging a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  color: #005de8;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
.searchPaging a:hover, .searchPaging a:focus { border-color: #005de8; }
.searchPaging a.current { color: #fff; background: #005de8 }
.facebookLink, .btn.facebookLink { margin: 1.5em 0; }
.striped-table {
  display: table;
  max-width: 100%;
  width: auto;
}
.striped-table th, .striped-table td {
  display: table-cell;
  padding: .5em 1em;
  font-size: 16px;
  line-height: 1.2em;
  background: #fff;
  border: 1px solid #d1d1d1;
}
.striped-table tr:nth-child(even) th, .striped-table tr:nth-child(even) td { background: #efefef; }
#mobilePopUp {
  position: absolute;
  display: block;
  width: 100%;
  top: auto;
  bottom: -50%;
  left: 0;
  max-height: 50%;
  background: #fff;
  overflow: auto;
  z-index: 9999;
}
#mobilePopUp .tab-box { padding: 15px 15px 15px 40px; }
#mobilePopUp .tab-box .icon-geo, #mobilePopUp .tab-box .icon-atm { top: 15px; left: 10px; }
#mobilePopUp .distance { top: 23px; }
.mapInfoClose {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 100;
  background: url(/images/admin/close.png) no-repeat center;
  background-size: .75em auto;
  opacity: .5;
}
.infoCellAdditionalTrigger {
  position: relative;
  display: block;
  padding: 1em 0 0 0;
  font-size: 16px;
  line-height: 1.2em;
  white-space: nowrap;
}
.infoCellAdditionalTrigger::after, .infoCellAdditionalTrigger:after {
  content: '\e900';
  position: absolute;
  display: inline-block;
  top: 1.5em;
  left: auto;
  margin: 0 0 0 1em;
  font-family: 'icomoon-aab';
  font-size: .75em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobileLandingNavigation {
  position: relative;
  display: none;
  padding: 20px;
}
.mobileLandingNavigation .sub-menu {
  position: relative;
  display: block;
  max-height: none;
}
.mobileLandingNavigation .mobileLandingHide { display: none; }
.mobileLandingNavigation .sub-menu li.mobileLandingHide + li { border-top: none; }
.interesting-apy {
  position: absolute;
  display: block;
  top: 50%;
  left: 100%;
  margin: -.6em 0 0 0;
  padding: 0 .83em 0 0;
  font-family: 'Avantgd', Arial, sans-serif;
  font-size: 120px;
  letter-spacing: -.05em;
  line-height: 1.2em;
  color: #fff;
}
.text-color-dark .interesting-apy { color: #005DE8; }
.interesting-apy sup {
  font-family: "Lato", Arial, sans-serif;
  font-size: .55em;
  font-weight: 600;
  letter-spacing: 0;
}
.interesting-apy span {
  position: absolute;
  display: block;
  right: 4.15em;
  bottom: .85em;
  font-family: 'FreightSansProBook-Regular', Arial, sans-serif;
  font-size: .2em;
  letter-spacing: 0;
  line-height: 1.2em;
}

/* Rotator Index People */
#slideshow { position:relative; display: block; top: 0px; }
#slideshow > div { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }
#slideshow { height: 930px; }

/* VIMEO */
.slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom, 
.slide-container.vimeo-video .slick-list {
   height: 50em !important;
}
/* Responsive Slider */
@media all and (max-width: 1490px) { #slideshow { height: 660px; } }
@media all and (max-width: 1280px) { #slideshow { height: 560px; } }
@media all and (max-width: 1024px) { #slideshow { height: 495px; } }
@media all and (max-width: 767px) { #slideshow { height: 440px; } }


  /* CKeditor */
    .cke_panel_listItem p.h2style {
        font-size: 32px;
        font-weight: 300;
        line-height: 1.43;
    }

    .cke_panel_listItem p.h3style {
        font-size: 28px;
        font-weight: 300;
        line-height: 1.43;
    }
.content.big iframe {
  display: block;
  height: 841px !important;
  overflow-y: hidden !important;
  overflow-x: auto !important;
  position: relative;
  width: 100% !important;
}
#cphContentHeader_pnlHeader .portal, 
#cphBody_pnlSearch .portal {
  max-width: 648px;
  width: 100% !important;
}

/*--------------------------------------MEDIA-----------------------------------------*/
@media all and (max-height: 980px) {
  @-moz-document url-prefix() {
    .section-banner.about .section-background { width: 782px; }
  }
}
@media all and (max-width: 1800px) {
  .homepageHeroImageDesktop.vimeo iframe {
    top: -12.2em;
  }
}
@media all and (max-width: 1603px) {
  a.hero-apy-link,
  .hero-apy-link { bottom: 30px; }
  .call-box { margin: 0; }
  .financing-person-box { right: 55px; }
  .section-banner.about { min-height: 500px; }
  .section-banner.about .container {max-width: 1530px;}
  .section-banner.about .left-box { max-width: 565px; padding: 20px; }
  .section-banner.about .banner-title { font-size: 61px; }
  .section-banner.about .banner-desc { font-size: 25px; }
  .homepageHeroLink { font-size: 76.9%; }
  .no-js .homepageHero { min-height: 728px; height: auto; }
  #homepageSlider { height: 728px; }
  @-moz-document url-prefix() {
    .section-banner.about .section-background { width: 940px; }
  }
}
@media screen and (max-width: 1500px) {
    .logo { position: relative; display: block; float: left; top: 2px; margin-left: -10px; margin-left: -10px; max-width: 323px; width: 100%; -webkit-transition: .35s; -moz-transition: .35s; transition: .35s; }
    .leftLogo { display: block; float: left; padding: 10px 0px 17px 10px; width: 38px; }
    .rightLogo { float: left; padding: 10px 10px 17px 10px; width: 226px; }
    .logo-paused { position: relative; display: none; float: left; top: 2px; margin-left: -10px; margin-left: -10px; max-width: 325px; padding: 10px 10px 17px 12px; -webkit-transition: .35s; -moz-transition: .35s; transition: .35s; }
    .banner-item-brian {
      right: 17%;
    }
    .financing .banner-bg {
      left: auto;
      right: -232px;
    }
    .homepageHeroImageDesktop.vimeo iframe {
        left: -7.8em;
        min-height: 119%;
        min-width: 119%;
        top: -7.8em;
    }
    .slide-container.vimeo-video .slick-list {
      height: 45em !important;
    }
}
@media all and (max-width: 1490px) {
  .table-box { width: 100%; max-width: 1300px; min-width: 0; }
  .lender-id { position: relative; right: auto; bottom: auto; margin-top: 10px; }
  .section-we-know .lender-info { padding-left: 26px; padding-right: 26px; }
  .section-talk { background-size: auto 660px; background-position: -200px bottom; }
  .section-talk .container { min-height: 660px; }
  .talk-box { padding: 15px; }
  .financing-person-box { display: none; }
  .main-nav > ul > li > a { padding: 26px 15px; font-size: 18px; }
  .about-box { display: none; }
  .top-bar-search-box { max-width: 260px; }
  .section-interesting, div.leftBox, div.rightBox { height: 240px; }
  .interesting-box { width: 320px; padding: 0 50px; }
  .interesting-apy { font-size: 70px; }
  .title { font-size: 24px; }
  .interesting-desc { font-size: 12px; margin-bottom: 20px; }
  a.btn-small, .btn-small { padding: 10px 35px 10px 10px; min-width: 130px; font-size: 10px; }
  a.btn-small:after, .btn-small:after { right: 10px; font-size: 8px; line-height: 13px; }
  @-moz-document url-prefix() {
    /*.section-banner.about .section-background { width: 850px; }*/
  }
}
@media all and (max-width: 1400px) {
  .home .login-bottom-box { display: none; }
  .home.login-home .login-bottom-box { display: block; }
  @-moz-document url-prefix() {
    .section-banner.about .section-background { width: 782px; }
  }
}
@media all and (max-width: 1603px) and (max-height: 980px) {
  @-moz-document url-prefix() {
    .section-banner.about .section-background { width: 855px; }
  }
}
@media all and (max-width: 1400px), (max-height: 980px) {
  .lenders-list.home-loans .lender-info { padding: 32px 26px 40px; }
  .hero-value { font-size: 340px; line-height: 1.2em; }
  .hero-value sup { font-size: 80px; top: 30px; }
  .value-info { bottom: 24px; max-width: 40px; font-size: 13px; }
  .section-banner .container {max-width: 1140px;}
  .section-banner.about { max-width: 1222px; min-height: 0; }
  .section-banner.about .left-box { max-width: 465px; }
  .section-banner.about .banner-title { font-size: 50px; }
  .section-banner.about .banner-desc { font-size: 21px; }
  .financing .banner-title {/*font-size: 88px;*/ 
    font-size: 77px; 
    max-width: 756px;
  }
  .top-bar-info { font-size: 16px; }
  a.top-bar-tel, .top-bar-tel { font-size: 28px; }
  .top-bar-info span { top: 0; }
  .top-bar-search-box { max-width: 230px; }
  .home .section-hero .container { padding: 100px 70px 70px 70px; }
  .table-box { min-height: 450px; height: auto; }
  .table-box .left-box { max-width: 390px; padding-right: 20px; }
  .hero-apy-link { width: 42px; height: 100px; top: 50%; bottom: auto; margin: -50px 0 0 0; padding: 0; }
  a.hero-apy-link:after, .hero-apy-link:after, .hero-apy-link:hover:after, .hero-apy-link:focus:after { right: 14px; font-size: 20px; }
  .hero-apy-link span { display: none; }
  .hero-title { font-size: 40px; }
  .hero-desc { font-size: 17px; }
}
@media all and (max-width: 1366px) {
  .homepageHeroLink { font-size: 62.67%; }
  .no-js .homepageHero { min-height: 545px; height: auto; }
  #homepageSlider { height: 545px; }
}
@media all and (max-width: 1330px) {
  .financing { padding: 70px 50px; }
  .financing .banner-bg { left: auto; right: -221px;/*right: -290px;*/ }
  .top-bar-info span { display: block; padding: .25em 1.5em 0 0; }
  .financing .banner-title {
    font-size: 75px;
  }
}
@media all and (max-width: 1300px) {
  .logo { max-width: 280px; margin-top: 0px; }
  .logo-paused { position: relative; display: none; float: left; margin-left: -10px; margin-left: -10px; margin-top: 3px; max-width: 315px; padding: 10px 0px 17px 12px; -webkit-transition: .35s; -moz-transition: .35s; transition: .35s; }
  .main-nav > ul > li > a { padding: 28px 15px; font-size: 15px; }
  .login span { font-size: 18px; }
  .header-login-box { max-width: 225px; }
  /*a.forgot, .forgot { max-width: 100%; margin: 5px 30px 0 0; padding: 5px 0; }*/
  .hero-value { font-size: 280px; }
  .home.login-home .login-bottom-box { min-width: 320px; left: auto; right: 0; }
  /*Logo*/
  .leftLogo { display: block; float: left; padding: 13px 0px 8px 10px; }
  .rightLogo { float: left; padding: 13px 10px 0px 10px; width: 235px; }
}
@media all and (max-width: 1280px) {
  .section-talk { background-size: auto 500px; background-position: -110px bottom; }
  .section-talk .container { min-height: 300px; }
  .section-talk .section-title { font-size: 80px; }
  .talk-desc { font-size: 24px; }
  .section-banner.about { max-width: 1000px; }
  .section-banner.about .left-box { max-width: 350px; }
  .section-banner.about .banner-title { font-size: 36px; }
  .section-banner.about .banner-desc { font-size: 15px; }
  @-moz-document url-prefix() {
    .section-banner.about .section-background { width: 730px; }
  }
  .search-zip-box .btn-search {font-size: 12px; min-width: 48px; padding: 19px 4px 19px;}
  .search-zip-style {padding: 13px 48px 17px 37px;}
  .sitemap-content { padding: 50px 20px; }
  .homepageHeroImageDesktop.vimeo iframe {
    min-height: 132%;
    top: -5.2em;
  }
  .slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom, 
  .slide-container.vimeo-video .slick-list {
    height: 40rem !important;
  }
}
@media all and (max-width: 1120px) {
  .main-nav > ul > li > a { padding-left: 7px; padding-right: 7px; font-size: 16px; }
  .section-banner .container {max-width: 1080px;}
  /*.financing .banner-title {font-size: 78px;}*/
  .hero-value { font-size: 240px; }
  @-moz-document url-prefix() {
    .section-banner.about .section-background { width: 712px; }
  }
  .slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom {
    height: 35rem !important;
  }
  .slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom {
    height: 35rem !important;
  }
}
@media all and (max-width: 1080px) {
  .login-home .login-bottom-box, .login-open .login-bottom-box { display: block; }
  .video-wrap { height: 400px; }
  .section-banner .container {max-width: 790px;}
  .financing .banner-title { 
    max-width: 500px; 
    font-size: 51px;
    /*font-size: 55px;*/ 
  }
  .header { min-height: 0; }
  .header .container { max-width: 100%; padding: 0; }
  .logo { margin: 0; }
  .logo img { padding: 20px; }
  .main-nav > ul > li > a { font-size: 14px; }
  .header-login-box { max-width: 180px; min-height: 0; }
  .login { height: 73px; padding: 28px 0; }
  .login span { font-size: 14px; }
  .dropdown-menu { width: 100%; left: 0; }
  .section-banner, .section-banner.business { min-height: 0; padding: 90px 0; }
  .financing { padding: 70px 50px 140px 50px; width: 100%; }
  .financing .banner-bg { left: auto; right: -160px;/*right: -200px;*/ }
  .financing .container { margin: 0; }
  .business .banner-title { font-size: 65px; }
  .table-box { min-height: 400px; }
  .hero-title { max-width: 450px; font-size: 36px; }
  .hero-desc { max-width: 250px; font-size: 14px; margin-bottom: 30px; }
  .table-box .left-box, .table-box .right-box { display: table-cell; vertical-align: middle; float: none; width: auto; }
  .table-box .left-box { max-width: 320px; padding: 0; }
  .table-box .btn, .section-banner .btn, .info-box .btn { min-width: 180px; padding: 15px 40px 15px 23px; font-size: 12px; }
  .table-box .btn::after, .table-box .btn:after, .section-banner .btn::after, .section-banner .btn:after, .info-box .btn:after { right: 16px; font-size: 10px; }
  .hero-value { font-size: 240px; }
  .hero-value sup { top: -5px; }
  .value-info { bottom: 30px; }
  .section-interesting, div.leftBox, div.rightBox { height: 250px; }
  .interesting-box { width: 320px; padding: 0 44px; }
  .title { font-size: 24px; }
  .interesting-desc { font-size: 12px; margin-bottom: 20px; }
  a.btn-small, .btn-small { padding: 10px 35px 10px 10px; min-width: 130px; font-size: 10px; }
  a.btn-small:after, .btn-small:after { right: 10px; font-size: 8px; line-height: 13px; }
  .section-talk .section-title { font-size: 80px; }
  .talk-desc { font-size: 24px; }
  .section-talk .right-box a.btn, .section-talk .right-box .btn { min-width: 170px; width: auto; padding: 15px 20px; font-size: 12px; line-height: 14px; }
  .section-talk .right-box a.btn::after, .section-talk .right-box a.btn:after, .section-talk .right-box .btn::after, .section-talk .right-box .btn:after { right: 15px; font-size: 10px; }
  .section-talk .left-box { width: 55%; }
  .section-talk .right-box { width: 45%; }
  .section-talk { background-position: -120px bottom; }
  .talk-person-name { font-size: 14px; }
  .talk-pos { font-size: 12px; }
  .banner-item-brian { /*left: 65%;*/ right: 14%; top: 77%; }
  .banner-item-ronny { /*left: 77%;*/ left: 74%; top: 22%; }
  .banner-item-casey { right: 12%; }
  /*   */
  .section-our-lenders { padding-top: 20px; }
  .page-menu-wrap { display: none; }
  .container-select-box { display: block; }
  .container-select-box:after {display: none;}
  .select-wrap, .form-label-wrap {max-width: 100%; }
  .select-wrap option {font-size: 16px; line-height: 1.25;}
  .grid-box .container-select-box .container {padding: 0;}
  .select-wrap.has-label:before {top: 34px;}
  .select-wrap.has-label:after {top: 26px;}
  /*Logo*/
  .leftLogo { display: block; float: left; padding: 0px 0px 17px 10px; width: 38px; }
  .rightLogo { float: left; padding: 0px 10px 17px 10px; width: 200px;  }
  .logo-paused { position: relative; display: none; float: left; margin-left: 20px; margin-top: 10px; max-width: 315px; padding: 10px 0px 10px 12px; -webkit-transition: .35s; -moz-transition: .35s; transition: .35s; }
}
@media all and (max-width: 1024px) {
  .homepageHeroLink { font-size: 59.16%; }
  .no-js .homepageHero { min-height: 501px; height: auto; }
  #homepageSlider { height: 501px; }
  .content-title { font-size: 53px; }
  .content .sitemapColumn ul li a, .content .sitemapColumn ul li ul li a { font-size: 24px; }
}
@media all and (max-width: 980px) {
  .banner-ag .banner-item { display: none; }
  .home .section-hero .container { padding: 70px 35px; }
  .table-cell-box { display: table; height: auto; }
  .table-box .left-box,
  .table-box .right-box { float: none; width: 100%; text-align:center; }
  .table-box .left-box { display: table-footer-group; text-align: center; }
  .table-box { width: auto; }
  .top-main-promos .table-cell-box > div.right-box {
    animation-name: fadeInFromLeft;
  }
  .value-box { display: inline-block; }
  .section-more-links .info-box { padding-left: 20px; width: 320px; }
  .section-title-box .section-title { display: table-cell; width: 100%; }
  .section-title-box .more-apy-box { display: table-header-group; width: 100%; }
  .section-title-box { margin-top: 0; margin-bottom: 40px; }
  .section-title-box .more-apy-box .apy-box { line-height: 170px; }
  .mobile-menu-toggle, .logo, .header-login-box { z-index: 101; }
  .header::before, .header:before { content: ''; position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; background: #005de8; z-index: 100; }
  .login-bottom-box ul { margin-top: -14px; }
  .interesting-list > li:nth-child(2) { padding-left: 20px; }
  .header-login-box { position: absolute; display: block; width: 58px; min-height: 58px; right: 0; top: 0; background-color: transparent; }
  .login { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin-top: 0; padding: 0; text-align: center; }
  .login span { display: block; top: 50%; left: 0; margin: .3em 0 0 0; padding: .4em 0; font-size: 10px; font-weight: 700; line-height: 1.2em; text-transform: uppercase; opacity: 1; }
  .login span:before { position: absolute; width: 100%; top: auto; left: 0; bottom: 100%; margin: 0; font-size: 2em; line-height: 1em; text-align: center; opacity: 1; }
  .login-bottom-box { position: fixed; z-index: 10000; top: 0; height: 100%; padding: 10px; background-color: rgba(1, 1, 1, 0.95); }
  .login-bottom-box form { display: table; width: 100%; max-width: 320px; margin: 0 auto; padding: 0 15px; height: 100%; overflow-x: auto; }
  .login-bottom-box ul { display: table-cell; width: 100%; height: 50px; vertical-align: middle; }
  .login-bottom-box .close-btn { display: block; }
  a.btn-login, .btn-login { max-width: 100%; margin: 0 0 20px 0; padding: 20px 40px 16px 18px; letter-spacing: .2em; }
  .login-bottom-box ul > li:last-child { text-align: center; }
  a.forgot, .forgot { margin: 6px 60px; max-width: 100%; font-size: 16px; text-align: center; letter-spacing: .02em; }
  .desktop { display: none !important; }
  .mobile-menu-wrap { top: 80px; }
  .mobile-menu-wrap,
  .mobile-category-toggle,
  .mobile-menu-toggle { display: block; }
  .mobile-menu-toggle { width: 80px; height: 80px; }
  .header-login-box { width: 80px; height: 80px; }
  .mobile-menu-wrap { -webkit-box-shadow: 0 0 16px #333; -moz-box-shadow: 0 0 16px #333; box-shadow: 0 0 16px #333; -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.75); -moz-box-shadow: 0 0 16px rgba(0,0,0,0.75); box-shadow: 0 0 16px rgba(0,0,0,0.75); }
  .section-banner.about { padding-top: 30px; padding-bottom: 0; /*min-height: 454px;*/ min-height: auto; background-size: contain; background-image: none !important; }
  .section-banner.about .section-background { display: none; }
  .section-banner.about .right-box { display: block; max-width: 422px; }
  .section-banner.about .right-box img { margin: 0 0 0 -25px; }
  .mobile-menu-wrap .header-btn-box { display: block; margin: 0 25px 35px; float: none; }
  .header { position: absolute; top: 0; left: 0; right: 0; min-height: 58px; z-index: 500;}
  #main-content {padding-top: 80px;}
  /*.logo { position: relative; top: 0; float: none; max-width: 280px; display: block; margin: 0 auto; padding: 0; }*/
  /*.logo img.desktop-logo { display: none; }
  .logo img.mob-logo { display: block; padding: 24px; }*/
  .hide-el { display: block; }
  .mob-map-nav { display: block; }
  .top-bar { position: relative; z-index: 60; margin: 0; padding: 15px; }
  .top-bar:after { display: none; }
  .top-bar.showing { right: 0; opacity: 1; }
  .control-bar { position: relative; width: 100%; height: auto; z-index: 60; padding: 15px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
  .control-bar.showing { left: 0; opacity: 1; }
  .section-map { min-height: 460px; height: auto; }
  .top-bar-list,
  .nav-tabs-table,
  .nice-scroll { height: auto; margin: 0 auto; }
  .top-bar-list > li { display: block; padding: 0; margin: 0 0 15px 0; }
  .nav-tabs-box { margin: 0 0 20px 0; }
  .map { position: relative; display: block; height: 400px; padding-left: 0; padding-top: 0; }
  .mobile-toggle-tab-wrap { display: table; }
  .map-item-list { margin: 0; }
  .alert-box .container { position: relative; }
  .alert-box .close-btn { top: -20px; right: 7px; }
  .alert-title { font-size: 18px; }
  .alert-desc,
  .alert-desc a { font-size: 14px; }
  .alert-message { padding-right: 60px; }
  /*.title { font-size: 32px; }
  .interesting-desc { font-size: 14px; }*/
  /*a.btn-small, .btn-small { font-size: 12px; }*/
  .section-talk .section-title { font-size: 60px; }
  .talk-desc { font-size: 22px; }
  .section-talk .right-box a.btn,
  .section-talk .right-box .btn { font-size: 14px; }
  .footer-coll-list > li.big-coll { width: 40%; }
  .hero-value { font-size: 200px; }
  .hero-value sup { top: 0; font-size: 70px; }
  .hero-title { font-size: 50px; }
  .hero-desc { margin: 0 auto 40px auto; font-size: 17px; }
  a.btn-big, .btn-big { font-size: 16px; padding: 23px 60px 20px 32px; min-width: 260px; }
  .table-box .btn { margin: 0 auto; }
  .calculator-form-list a.btn, .calculator-form-list .btn {max-width: 100%;}
  .lenders-list > li { width: 33.33%; }
  .lenders-list > li:nth-child(4n+1) { clear: none; }
  .lenders-list > li:nth-child(3n+1) { clear: both; }
  .lenders-list > li:nth-child(4n+4) .lender-info:after { right: -1px; }
  .lenders-list > li:nth-child(3n+3) .lender-info:after { right: 0; }
  .lender-info { min-height: 76px; }
  .lender-name { font-size: 18px; }
  .lender-position { font-size: 14px; }
  .section-banner { min-height: 580px; }
  .section-banner.financing {
    min-height: 565px;
  }
  .financing {
    padding: 50px 50px 140px 50px;
  }
  .financing .banner-bg { 
    bottom: -57px; 
    max-height: 110%; 
    right: -198px; 
    top: 0; 
  }
  .business .banner-title { margin-bottom: 46px; font-size: 76px; }
  .banner-title { font-size: 76px; }
  .section-more-links .info-box,
  .more-links-box { display: block; }
  .section-more-links .info-box { margin-bottom: 40px; }
  .section-more-links.personal .info-box { width: 100%; }
  .section-more-links {display: none;}
  .more-apy-box { display: inline-block; margin-right: 60px; }
  .section-lender-inner, .section-lender-inner .left-box, .section-lender-inner .right-box { display: block; width: 100%; }
  .section-lender-inner .left-box { text-align: center; }
  .section-lender-inner .left-box img { width: auto; max-height: 600px; height: auto; }
  .section-lender-inner .right-box { padding: 30px 15px; }
  .right-box-inner { max-height: none; }
  .person-name { margin-bottom: -2px; font-size: 40px; }
  .person-position { font-size: 14px; }
  .section-lender-detail .content { margin-top: 16px; }
  .section-we-know .section-title { font-size: 48px; }
  .section-sub-title { font-size: 22px; }
  .section-committed .section-title { font-size: 54px; }
  .section-title { font-size: 54px; }
  .committed-title { font-size: 26px; }
  .committed-list { font-size: 17px; }
  .section-committed .left-box { padding-right: 40px; }
  .section-content { padding-top: 60px; }
  .section-content.admin-content { padding-top: 20px; }
  .content-title { font-size: 50px; }
  .box-title,
  .sidebar-title { font-size: 17px; }
  .content.big { font-size: 16px; }
  .section-content .sidebar { max-width: 243px; }
  .section-content .content-wrap { max-width: calc(100% - 243px); }
  .price-title { font-size: 11px; }
  .big-price-box .price { font-size: 48px; }
  .price { font-size: 24px; }
  .calculator-form-list label { font-size: 15px; }
  .calculator-form-list .input-style { max-width: 260px; }
  .section-title-box { margin-top: 0; }
  .section-title-box .section-title { font-size: 54px; }
  .section-rewards-checking .section-title sup { font-size: 12px; }
  .section-title-box .more-apy-box .apy-box { font-size: 120px; line-height: 120px; }
  .section-title-box .more-apy-box .apy-box span { font-size: 18px; left: 54px; bottom: -42px; font-weight: 400; }
  .section-title-box .more-apy-box .apy-box sup { top: -6px; padding-left: 5px; font-size: 45px; }
  .advantages-list,
  .text-box { font-size: 16px; }
  .section-video {padding-top: 30px; padding-bottom: 50px;}
  .section-video-grid {padding-top: 0;}
  .btn-play { width: 100px; height: 65px; -webkit-border-radius: 1em; -khtml-border-radius: 1em; -moz-border-radius: 1em; -ms-border-radius: 1em; -o-border-radius: 1em; border-radius: 1em; }
  .video-title { font-size: 38px; line-height: 1.0em; margin-bottom: 5px; }
  .video-item-title { font-size: 16px; }
  .video-item-desc { font-size: 13px; }
  .facebook-list > li { width: 25%; padding-bottom: 25%; }
  .facebook-list > li:nth-child(6n+1) { clear: none; }
  .facebook-list > li:nth-child(4n+1) { clear: both; }
  .different-title { font-size: 26px; }
  .different-desc { font-size: 16px; }
  .section-banner.about .left-box { max-width: 440px; margin: 0 auto; padding: 0 0 20px 0; }
  .section-banner.about .section-background { width: 65%; height: auto; }
  .section-banner.about .banner-title { font-size: 46px; text-align: center; }
  .banner-desc { max-width: none; font-size: 18px; text-align: center; }
  .anchor-box a { font-size: 19px; }
  .section-history { padding-bottom: 54px; }
  .history-wrap { position: relative; display: inline-block; padding-right: 61px; }
  .history-list > li:nth-child(even) .history-wrap { padding-right: 0; padding-left: 46px; }
  .history-list > li:nth-child(6n) .history-wrap { padding-left: 147px; }
  .history-list > li:nth-child(6n - 4) .history-wrap { padding-left: 94px; }
  .history-list > li:nth-child(6n -3) .history-wrap { padding-right: 150px; }
  .history-list > li:nth-child(6n -1) .history-wrap,
  .history-list > li:nth-child(1) .history-wrap { padding-right: 92px; }
  .history-box { padding-right: 20px; }
  .history-list > li:nth-child(even) .history-box { padding-left: 20px; }
  .history-box:before { top: 6px; }
  .year { margin-top: -6px; margin-bottom: 4px; font-size: 46px; }
  .history-desc { font-size: 15px; }
  a.map-item-title, .map-item-title { font-size: 18px; }
  .distance,
  .hour-desc,
  .map-item-desc { font-size: 15px; }
  .nav-tabs-table a { font-size: 12px; }
  .a.map-hour, .map-hour { font-size: 11px; }
  .hour-title { font-size: 11px; }
  .hour-desc.small,
  .hour-desc.small a,
  .hour-desc.small a { font-size: 12px; }
  a.map-item-title.small, .map-item-title.small { font-size: 15px; }
  .top-bar-item.contact-us {display: none;}
  .top-bar-item-title { font-size: 11px; }
  a.top-bar-tel, .top-bar-tel { font-size: 24px; }
  .top-bar-info { font-size: 16px; }
  .top-bar-item-title { display: inline-block; font-size: 14px; width: auto; margin: 0; padding: 0 4px 4px 0; }
  a.top-bar-tel, .top-bar-tel { display: inline-block; width: auto; margin: 0; font-size: 22px; line-height: 1.2em; font-weight: 600; }
  .top-bar-info { display: inline; font-size: 14px; line-height: 1.2; }
  .top-bar-info span { display: block; font-size: 15px; }
  .section-talk { background-size: auto 400px; background-position: -140px bottom; }
  .section-talk .container { min-height: 300px; }
  .talk-name-box { display: none; }
  /*.footer-coll-list > li { width: 33.33%; margin-bottom: 40px; }*/
  #footer .container { max-width: 320px; }
  .footer-coll-list, .footer-top-box .btn, .footer-top-box .or { display: none; }
  .footer-mob-menu { display: block; margin-bottom: 30px; }
  .footer-mob-zip-search { display: block; }
  .have-questions { font-size: 16px; }
  .have-questions a { display: block; font-size: 25px; }
  #footer { padding-top: 36px; padding-bottom: 10px; }
  a.coll-title, .coll-title { font-size: 15px; line-height: 1; }
  .footer-top-box { left: 0; margin-bottom: 0; }
  .footer-middle-box { padding-top: 27px; padding-bottom: 16px; }
  .search-zip-style { padding: 10px 80px 13px 42px; }
  #footer .search-zip-style { padding-right: 20px; }
  .btn.btn-search { padding: 17px 10px 14px; }
  .search-zip-box { max-width: 250px; margin: 0 auto; }
  a.coll-title + .search-zip-box,
  .coll-title + .search-zip-box { margin-top: 11px; }
  .box-right { margin-bottom: 4px; float: none; margin-right: 0; text-align: center; }
  .img-link { margin-left: 13px; margin-right: 13px; }
  .img-lender { position: relative; top: -2px; max-width: 93px; }
  .img-fdic { max-width: 48px; }
  .footer-box { padding-top: 26px; padding-bottom: 5px; text-align: center; border-top: 1px solid #C9C9C9; }
  .footer-box span { padding-right: 0; margin-top: 0; font-size: 14px; }
  .footer-box span.box-right02 { float: none; }
  .footer-bottom-box { padding-top: 11px; border-top: none; }
  .power-by { display: none; }
  .copyright { margin-bottom: 5px; font-size: 10px; text-align: center; line-height: 1.8; letter-spacing: 0; word-spacing: 0; }
  .footer-bottom-menu { margin-left: 0; text-align: center; }
  .footer-bottom-menu > li.hide-mob { display: none; }
  .footer-bottom-menu > li:after { height: 10px; top: 11px; }
  .footer-bottom-menu > li a { font-size: 10px; padding-left: 10px; padding-right: 10px; }
  .promoItem, .productItem { width: 47%; margin: 15px 3% 15px 0; }
  .itemInfo, .productItem .itemInfo { padding: 40px 24px 80px 24px; }
  .itemCategory, .productItem .itemCategory { font-size: 10px; }
  .itemName, .productItem .itemName { font-size: 20px; }
  .itemRate, .productItem .itemRate { font-size: 58px; line-height: 1em; }
  .itemRate sup, .productItem .itemRate sup { font-size: 28px; padding: 0; vertical-align: super; }
  .itemRate::after, .itemRate:after, .productItem .itemRate::after, .productItem .itemRate:after { content: 'APY*'; left: 100%; right: auto; bottom: .6em; margin: 0; }
  .itemDesc, .productItem .itemDesc { font-size: 12px; }
  .itemButtons, .productItem .itemButtons { display: table; max-width: 100%; width: auto; padding: 0; left: 24px; bottom: 24px; }
  .itemOpen, .itemDetails, .productItem .itemOpen, .productItem .itemDetails { padding-left: 0; padding-right: 0; color: #005DE8; background-color: transparent; background-image: none; border-top: none; border-left: none; border-right: none; display: table-cell; padding: 0 20px; font-size: 12px; border: none; }
  .itemOpen:hover, .itemOpen:focus, .itemDetails:hover, .itemDetails:focus { background: none; }
  .itemOpen::after, .itemOpen:after, .itemDetails::after, .itemDetails:after, productItem .itemOpen::after, .productItem .itemOpen:after, .productItem .itemDetails::after, .productItem .itemDetails:after { content: ''; position: relative; display: block; width: 100%; height: 2px; margin: 7px 0 0 0; background: #005DE8; }
  .itemOpen:first-child, .itemDetails:first-child, .productItem .itemOpen:first-child, .productItem .itemDetails:first-child { padding-left: 0; }
  .itemOpen + .itemDetails { color: #bbb; margin: 0 0 0 2.7em; }
  .itemOpen + .itemDetails::after, .itemOpen + .itemDetails:after, .productItem .itemOpen + .itemDetails::after, .productItem .itemOpen + .itemDetails:after { background: #bbb; }
  .section-lender-detail { min-height: 0; }
  .section-video-grid {padding: 0;}
  .page-menu-wrap { white-space: nowrap; overflow: auto; }
  .lender-overlay { display: none; }
  .sitemap-content {padding-top: 60px;}
  .sitemap-content .container {max-width: 100%; padding: 0 18px;}
 .content .sitemapColumn {margin-top: 24px; display: block; padding-right: 0;}
 .content .sitemapColumn ul li a {margin-bottom: 16px; font-size: 21px;}
  .content .sitemapColumn ul li a:hover, .content .sitemapColumn ul li a:focus { color: #292929; }
  .content .sitemapColumn ul li ul li a { font-size: 21px; }
  .content .sitemapColumn ul li ul li ul li a { font-size: 21px; line-height: 30px; }
  .content .sitemapColumn ul li ul li ul li ul li a { font-size: 12px; line-height: 21px; }
  .content .sitemapColumn ul li ul { margin-left: 18px; margin-bottom: 15px; }
  .content .sitemapColumn ul li ul li ul { margin-left: 16px; }
  .content .sitemapColumn ul li ul li ul li ul { margin-left: 0px; }
  .content .sitemapColumn ul li ul li ul li { margin-bottom: 10px; }
  .content .sitemapColumn ul li ul li ul li ul li { line-height: 15px; margin-bottom: 4px; }
  .mobileLandingNavigation { display: block; }
  .interesting-apy { position: relative; display: inline-block; top: auto; left: auto; margin: 0; padding-left: 0; font-size: 40px; }
  /*Logo*/
  /*.logo { position: relative; top: 0; float: none; max-width: 280px; display: block; margin: -8px auto; padding: 0; }*/
  .logo { position: relative; top: 0; float: none; max-width: 280px; height: 79px; display: block; margin: 0px auto; padding: 0 0px 0 0; }
  .logo img { padding: 17px 0 0 0; }
  .logo img.desktop-logo { display: block; }
  .leftLogo { display: block; float: left; padding: 5px 0px 0px 10px; width: 38px; height: 79px; }
  .rightLogo { float: left; padding: 5px 10px 0px 10px; width: 200px; }
  /*.logo-paused { position: relative; display: none; float: none; top: 0; max-width: 280px; margin: -8px auto; padding: 0; -webkit-transition: .35s; -moz-transition: .35s; transition: .35s; z-index: 600; }*/
  .logo-paused { position: relative; display: none; float: none; top: 5px; left: 17px; max-width: 313px; min-height: 79px; margin: 0px auto; padding: 17px 0 0px 13px; -webkit-transition: .35s; -moz-transition: .35s; transition: .35s; z-index: 600; }
  .logo-paused img.desktop-logo { display: block; }
  .credit-card-img {
      position: relative;
      right: auto;
      float: left;
  }
}
@media all and (max-width: 960px) {
  .video-wrap { height: 350px; }
  .video-list > li { width: 33.33%; }
  .video-list > li:nth-child(4n + 1) { clear: none; }
  .video-list > li:nth-child(3n + 1) { clear: both; }
}
@media (max-width: 940px) {
  .homepageHero { 
    font-size: 87px;
  }
  .homepageHero img.homepageHeroImageMobile { display: block; max-width: 100%; width: auto; }
  .homepageHero img.homepageHeroImageMobile + img.homepageHeroImageDesktop { display: none; }
  .homepageHeroImageDesktop { width: 245%; }
  .homepageHeroContentRight { display: table-header-group; }
  .homepageCustom .homepageHeroContentRight { display: block; }
  .homepageHeroHeadline { font-size: .9em; }
  .homepageHeroSubhead { display: none; }
  .homepageCustom .homepageHeroSubhead { display: block; font-size: .4em; }
  .homepageCTA { font-size: .38em; }
  .homepageNextSlide { top: auto; width: 35px; height: 78px; }
  .homepagePromoWrap { font-size: 73px; }
  .homepageTeamWrap img { height: 60%; left: -9859px; }
  .homepagePromoContent { min-width: 0; }
  .homepagePromoRateWrap { display: table-header-group; }
  .homepageTeamContent { width: 100%; padding: 2.6em 2em 14.8em 2em; text-align: center; }
  .homepageTeamHeadline { max-width: none; font-size: 1.3em; text-align: center; }
  .homepageTeamDesc { max-width: none; font-size: .7em; text-align: center; }
  .homepageTeamCTA { font-size: .4em; }
  .homepageTeamInfo { top: auto; bottom: 0; margin: 0 4em 0 0; font-size: .46em; }
  .homepageTeamName, .homepageTeamJob { display: block; float: right; max-width: none; width: 8em; font-size: 1em; text-align: left; clear: both; }
  .homepageHeroLink { font-size: 52%; }
  .slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom,
  .slide-container.vimeo-video .homepageHero.text-color-light.slick-slide {
    height: 30rem !important;
  }
  .slide-container.vimeo-video .slick-list {
    height: 30rem !important;
  }
  .homepageHeroImageDesktop.vimeo iframe {
    left: -6.9em;
  }
  .slide-container.vimeo-video .homepageHeroRate {
    font-size: 3em;
  }
  .slide-container.vimeo-video .homepageHeroHeadline {
    font-size: .7em;
  }
  .homepageHeroImageDesktop.vimeo iframe {
    left: -6.9em;
  }
  .slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom, 
  .slide-container.vimeo-video .homepageHero.text-color-light.slick-slide {
    height: 30rem !important;
  }
}

@media all and (max-width: 860px) {
  .footer-coll-list > li.big-coll { width: 50%; }
  .section-content.calculator .sidebar { max-width: 240px; }
  .section-content.calculator .content-wrap { max-width: calc(100% - 240px); }
  .video-wrap { height: 300px; }
  .facebook-list > li { width: 33.33%; padding-bottom: 33.33%; }
  .facebook-list > li:nth-child(4n+1) { clear: none; }
  .facebook-list > li:nth-child(3n+1) { clear: both; }
}
@media all and (max-width: 768px) {
  /*.logo { max-width: 195px; }*/
  .logo {max-width: 350px; height: 58px; top: -7px;}
  .container { padding: 0 18px; max-height: 75%; }
  /*.container-select-box .container {padding: 0;}*/
  .header .container { max-width: 100%; }
  .mobile-menu-wrap { top: 58px; }
  .mobile-menu-toggle, .header-login-box { width: 58px; height: 58px; }
  .logo { max-width: 350px; height: 58px; top: -7px; left: 45px; }
  .login span { font-size: 7px; }
  .logo img, .logo img.mob-logo { padding: 17px 10px 0px; }
  .logoLeft { height: 58px; }
  .leftLogo { display: block; float: left; padding: 5px 0 0 10px; width: 25px; height: 58px; }
  .leftLogo img { position: absolute; left: 5px; width: 51px; }
  .logoOriginal, .logoFifty { width: 240px; }
  .logo-paused { position: relative; display: none; float: none; top: -2px; left: 2px; /*max-width: 313px;*/ max-width: 240px; /*min-height: 75px;*/ min-height: 58px; margin: 0px auto; padding: 17px 0 0px 5px; -webkit-transition: .35s; -moz-transition: .35s; transition: .35s; z-index: 600; }
  .adminNavWrapCollapsed{ display: none!important;}
  .container,
  .section-video-grid .container,
  .section-video .container,
  .section-content.calculator .container,
  .section-committed .container,
  .section-faqs .container,
  .section-rewards-checking .container { max-width: 100%; padding-top: 20px; }
  .container.admin-content { max-width: 100%; }
  #main-content { /*display: none;*/ overflow: hidden; }
  /*#footer .btn.btn-search { display: none; }*/
  /*----------MAIN----------*/
  .table-cell-box { display: table; height: auto; }
  .table-box .left-box,
  .table-box .right-box { float: none; width: 100%; }
  .table-box .left-box { display: table-footer-group; padding: 0; }
  .hero-title { margin-bottom: 31px; font-size: 28px; }
  .hero-title sup { font-size: 16px; }
  .table-box { min-height: 0; height: auto; padding-top: 0; }
  a.link-underline,
  .link-underline { display: inline-block; max-width: 60px; top: 2px; padding-bottom: 6px; font-size: 10px; line-height: 1.5; }
  a.hero-apy-link, .hero-apy-link { width: auto; height: auto; top: auto; bottom: 0; margin: 0; padding: 14px 42px 13px 15px; border-bottom-color: #0055C2; }
  a.hero-apy-link span, .hero-apy-link span { display: block; }
  a.hero-apy-link:after, .hero-apy-link:after, a.hero-apy-link:hover:after, .hero-apy-link:hover:after, a.hero-apy-link:focus:after, .hero-apy-link:focus:after { right: 15px; font-size: 14px; }
  .apy-box { display: inline-block; margin-bottom: 2px; font-size: 18px; }
  .apy-box sup { font-size: 12px; top: 1px; padding-left: 0; }
  .apy-box span { bottom: 3px; left: 100%; right: auto; margin: 0 0 0 -8px; font-size: 5px; }
  .apy-box-desc { font-size: 10px; max-width: 90px; }
  .value-box { margin-bottom: 4px; }
  .hero-desc { display: none; }
  .hero-value { top: 0; font-size: 115px; margin: 0 0 0 -6px; }
  .hero-value sup { top: -19px; padding-left: 15px; font-size: 46px; }
  .value-info.desktop-d { display: none; }
  .value-info.mob { display: block; }
  .value-info { bottom: 17px; right: 0; max-width: 32px; font-size: 18px; letter-spacing: .08em; }
  a.btn, .btn,
  .info-box .btn { /*min-width: 154px;*/ font-size: 11px; padding: 13px 50px 11px 14px; }
  .info-box a.btn,
  .info-box .btn { min-width: 160px; }
  .info-box a.btn:after,
  .info-box .btn:after { font-size: 10px; line-height: 10px; }
  a.btn:after, .btn:after { -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); }
  a.btn-login, .btn-login { padding: 20px 40px 16px 18px; font-size: 13px; }
  a.btn-big, .btn-big { font-size: 13px; padding: 20px 51px 16px 25px; min-width: 195px; }
  a.btn-big:after, .btn-big:after { right: 17px; font-size: 13px; line-height: 1; }
  a.btn-small, .btn-small { min-width: 154px; font-size: 10px; padding: 11px 9px 10px 14px; }
  a.btn-small:after, .btn-small:after { right: 11px; font-size: 8px; }
  .interesting-box a.btn-small:after, .interesting-box .btn-small:after { right: 17px; font-size: 13px; }
  .section-interesting .left-box,
  .section-interesting .right-box { display: none; }
  .section-interesting .container { max-width: 100%; padding: 0; }
  .section-interesting { display: block; overflow: hidden; }
  .section-interesting-inner { width: 200%; min-height: 250px; }
  .interesting-list { padding: 0; }
  .interesting-list > li { display: block; width: 100%; }
  .interesting-list > li:nth-child(2) { padding-left: 0; }
  .interesting-box { min-height: 0; margin: 0 auto; padding: 30px; }
  .leftBox img.interesting-mobile, .rightBox img.interesting-mobile { display: block; }
  div.leftBox, div.rightBox { height: auto; width: 100%; }
  .title { font-size: 28px; margin-bottom: 4px; }
  .interesting-desc { margin-bottom: 19px; font-size: 16px; line-height: 1.45; }
  .interesting-box .btn,
  .interesting-box a.btn { min-width: 180px; margin-left: 0; padding: 15px 40px 15px 23px; font-size: 12px; }
  .interesting-box .btn:after,
  .interesting-box a.btn:after { right: 16px; font-size: 10px;  }
  .interesting-box-bg { display: block; }
  .section-talk { background-size: auto 62%; background-position: 38% bottom; }
  .section-talk .container { min-height: 0; padding: 0 0 260px 0; }
  .section-talk .left-box { display: none; }
  .section-talk .right-box { width: 100%; padding: 30px 15px; vertical-align: top; }
  .section-talk .right-box .talk-box { float: left; max-width: none; width: 100%; margin: 0; padding: 0; text-align: center; }
  .section-talk .section-title { margin-bottom: 11px; font-size: 30px; text-align: center; }
  .talk-desc { margin: 0 0 15px 0; font-size: 16px; text-align: center; }
  .section-talk .right-box a.btn,
  .section-talk .right-box .btn { margin-left: 0; padding: 15px 40px 15px 23px; min-width: 180px; max-width: none; width: auto; font-size: 12px; }
  .section-talk .right-box a.btn:after, .section-talk .right-box .btn:after { right: 15px; font-size: 10px; line-height: 1em; }
  .talk-name-box { top: auto; bottom: 33px; max-width: 170px; -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
  .talk-name-box { max-width: 124px; padding: 17px 10px 20px 19px; text-align: left; background-color: rgba(255, 255, 255, 0.57); }
  .talk-name-box:before { position: absolute; content: ''; top: 0; width: 1000%; height: 100%; left: -1000%; background-color: rgba(255, 255, 255, 0.57); }
  .talk-person-name { margin-bottom: 3px; font-size: 10px; }
  .talk-pos { font-size: 11px; line-height: 1.3; }
  .section-banner,
  .section-banner.business { min-height: 0; padding-top: 60px; padding-bottom: 60px; }
  .banner-title,
  .business .banner-title { margin-bottom: 24px; font-size: 35px; line-height: 1.1; }
  .section-info .container { max-width: 100%; }
  .section-info .left-box,
  .section-info .right-box { float: none; width: 100%; padding: 0; }
  .section-info .left-box { padding-bottom: 40px; }
  .section-info .right-box .content { padding-left: 0; }
  .section-info { padding-top: 37px; padding-bottom: 27px; }
  a.custom-link, .custom-link { display: none; }
  .content.big { font-size: 15px; }
  .content.big h1, .content.big .h1style,
  .content.big h2, .content.big .h2style,
  .content.big h3, .content.big .h3style,
  .content.big h4, .content.big .h4style,
  .content.big h5, .content.big .h5style,
  .content.big h6, .content.big .h6style { margin-top: 19px; margin-bottom: 0; font-size: 22px; line-height: 1.35; }
  .content.big h1, .content.big .h1style, .h1style { font-size: 30px; }
  .content.big h2, .content.big .h2style { font-size: 22px; }
  .content.big h3, .content.big .h3style { font-size: 23px; }
  .content.big h4, .content.big .h4style { font-size: 17px; }
  .content.big h5, .content.big .h5style { font-size: 16px; }
  .content.big h6, .content.big .h6style { font-size: 16px; }
  .content.big a { font-size: 15px; }
  .content ol {margin-left: 15px;}
  .content ol ul { margin-top: -1px; margin-bottom: 0 !important; padding-left: 19px; }
  .content.small { font-size: 10px; line-height: 1.6; }
  .content.small a { font-size: 10px; }
  .content.small ol > li { margin-bottom: 4px; }
  .content.small ol > li:before { left: -14px; top: 0; font-size: 10px; }
  .content ol > li li { padding-left: 1px !important; }
  .section-our-lenders .section-title { font-size: 15px; max-width: 290px; margin: 0 auto 24px; }
  .lenders-list { max-width: 100%; padding: 0 18px; margin: 0 auto 0; }
  .lenders-list > li { margin-bottom: 10px; width: 50%; }
  .lenders-list > li:nth-child(3n+3) .lender-info:after { right: -1px; }
  .lenders-list > li:nth-child(even) .lender-info:after { right: 0; }
  .lenders-list > li:nth-child(3n+1) { clear: none; }
  .lenders-list > li:nth-child(2n+1) { clear: both; }
  .lender-name { margin-bottom: 1px; font-size: 12px; }
  .lender-position { font-size: 10px; letter-spacing: .02em; max-width: 125px; }
  .lender-overlay span { font-size: 11px; }
  .lenders-list.home-loans .lender-info,
  .lender-info { padding: 10px 15px; min-height: 61px; }
  .lender-info { min-height: 56px; }
  .section-our-lenders { padding-top: 0px; }
  .section-video-grid .page-menu-wrap { display: block; }
  .section-more-links,
  .section-more-links.personal { padding-bottom: 20px; }
  .section-more-links .container { max-width: 320px; }
  .section-more-links .info-box,
  .credit-card-img {float: none; margin: 0 auto 1em auto;  }
  .more-links-box { display: block; width: 100%; padding: 0; }
  .section-more-links .info-box { margin-bottom: 30px; }
  .more-links-list > li { float: none; width: 100%; padding: 10px 0; }
  .info-title { margin-bottom: 5px; font-size: 20px; }
  .info-desc { margin-bottom: 20px; font-size: 12px; }
  a.more-title, .more-title { font-size: 15px; }
  a.more-link, .more-link { font-size: 15px; }
  .more-apy-box { margin-bottom: 10px; }
  .more-apy-box .apy-box-desc { font-size: 16px; }
  .more-apy-box .apy-box sup { font-size: 25px; }
  .more-apy-box .apy-box span { bottom: -21px; right: -3px; font-size: 10px; }
  .section-more-links.personal .info-box { margin-bottom: 15px; }
  .more-apy-box { display: block; margin-right: 0; }
  .section-lender-detail { background-image: none !important; }
  .section-lender-detail .left-box,
  .section-lender-detail .right-box { display: block; width: 100%; height: auto; }
  .section-lender-detail .left-box { padding: 0; }
  .lender-detail-img { display: block; }
  .person-name { margin-bottom: -6px; font-size: 32px; }
  .person-position { position: relative; font-size: 14px; margin-top: 2px; margin-left: 2px; letter-spacing: .1em; }
  .section-lender-detail .content { margin-top: 18px; margin-left: 2px; letter-spacing: -.01em; word-spacing: .01em; font-size: 15px; line-height: 1.6; }
  .content * { margin-bottom: 21px; }
  .section-banner.financing .container, .section-banner.home-loans-banner .container {text-align: center;}
  .section-banner.financing, .section-banner.home-loans-banner {padding-bottom: 230px;}
  .section-banner.financing .banner-bg, .section-banner.home-loans-banner .banner-bg {display: none;}
  .section-banner.financing .banner-bg-mobile, .section-banner.home-loans-banner .banner-bg-mobile {display: block;}
  .section-banner.financing .banner-bg-mobile {
    max-width: 100%;
  }
  .section-banner.financing .banner-title { margin-bottom: 20px; font-size: 42px; line-height: 1; max-width: 100%; }
  .section-we-know { position: relative; padding-top: 50px; }
  .section-we-know .section-title { margin-bottom: 4px; font-size: 30px; word-spacing: .04em; letter-spacing: .02em; }
  .section-sub-title { font-size: 15px; }
  .section-we-know .lenders-list { max-width: 100%; margin: 18px auto 0; }
  .section-we-know .lenders-list > li { width: 50%; }
  .section-we-know .lender-info { padding: 16px 16px 31px; /*border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1;*/ }
  .section-we-know .lender-info:before,
  .section-we-know .lender-info:after { content: none; }
  .section-we-know .lender-name { font-size: 16px; letter-spacing: .01em; }
  .section-we-know .lender-position { font-size: 16px; letter-spacing: .01em; }
  .lender-info-list { margin-top: 15px; margin-bottom: 35px; }
  .lender-info-list > span { margin-bottom: 0; padding-left: 12px; font-size: 13px; line-height: 1.5; }
  .lender-info-list > span:before { width: 3px; height: 3px; }
  .lender-call { margin-bottom: 1px; letter-spacing: .05em; }
  .lender-phone { font-size: 14px; }
  .lender-id { font-size: 12px; margin-top: 5px; }
  .section-committed { padding-bottom: 60px; }
  .section-committed .section-title { margin-bottom: 20px; font-size: 30px; }
  .section-committed .left-box,
  .section-committed .right-box { float: none; padding: 0; width: 100%; }
  .section-committed .left-box { padding-bottom: 20px; }
  .committed-title { font-size: 20px; }
  .committed-list { font-size: 16px; }
  .content-title { font-size: 36px; }
  .section-content .sidebar { float: none; max-width: 100%; }
  .section-content .content-wrap { float: none; max-width: 100%; }
  .post-nav { margin-top: 40px; margin-bottom: 60px; padding-top: 20px; }
  .prev-box,
  .next-box { float: left; width: 50%; }
  .prev-box { padding-left: 20px; padding-right: 5px; }
  .next-box { padding-right: 20px; padding-left: 5px; }
  .prev, .next { margin-bottom: 2px; font-size: 11px; }
  .prev:after { left: -20px; }
  .next:after { right: -20px; }
  .post-nav-title { display: block; font-size: 14px; line-height: 1.1; }
  .section-content.calculator { padding-top: 0px; }
  .section-content.calculator .content-wrap { max-width: 100%; }
  .section-content.calculator .sidebar { display: none; }
  .section-faqs { padding-bottom: 50px; }
  .section-faqs-container { padding-top: 50px; }
  .section-content.calculator .content-title { margin-bottom: 21px; font-size: 30px; }
  .calculator-form-list label { margin-bottom: 4px; font-size: 13px; }
  .calculator-form-list .input-style { font-size: 18px; }
  .calculator-form-list select { font-size: 18px; }
  .calculator-form { margin-bottom: 20px; }
  .calculator-form-list { margin-left: 0; }
  .calculator-form-list > li { margin-bottom: 16px; }
  .calculator-form-list > li.two-el .input-style { max-width: -webkit-calc(100% - 146px); max-width: calc(100% - 146px); }
  .calculator-form-list > li.two-el .input-style.small { margin-left: 10px; max-width: 100px; }
  .calculator-form-list .select-wrap { margin-left: 10px; max-width: 130px; }
  .calculator-form-list .select-wrap:nth-child(2) {max-width: 100%;}
  .calculator-form-list .select-wrap:after { width: 35px; height: 47px; }
  .calculator-form-list .select-wrap:before { right: 18px; top: 19px; font-size: 12px; }
  .calculator-form-list select { min-height: 49px; padding-left: 15px; }
  .calculator-form-list .input-style { max-width: 100%; }
  .equals { padding: 5px 0 0 12px;  }
  .calculate-results-box { padding-top: 32px; border-top: none; }
  .calculate-box { display: table; width: 100%; /*min-height: 50px;*/ }
  .calculate-results-box > *:last-child {margin-bottom: 30px;}
  .calculate-box .left-box,
  .calculate-box .right-box { float: none; display: table-cell; width: 100%; padding: 0; /*height: 20px;*/ }
  .calculate-box .left-box { padding-top: 28px; }
  .calculate-box .right-box { display: table-header-group; }
  .price-title { margin-bottom: 1px; font-size: 10px; }
  .price { font-size: 18px; }
  .big-price-box .price { font-size: 35px; }
  .section-rewards-checking { padding-top: 33px; padding-bottom: 130px; }
  .breadcrumb-box { padding-top: 8px; padding-bottom: 6px; }
  .breadcrumb-list { display: none; }
  a.open-account,
  .open-account { font-size: 13px; }
  a.open-account:after,
  .open-account:after { right: 14px; font-size: 10px; -webkit-font-smoothing: antialiased; -moz-transform: translate(0, -40%); -ms-transform: translate(0, -40%); -webkit-transform: translate(0, -40%); -o-transform: translate(0, -40%); transform: translate(0, -40%); }
  .section-title-box { display: table; width: 100%; margin-top: -18px; margin-bottom: 14px; }
  .section-title-box .section-title { padding-top: 13px; font-size: 35px; }
  .section-rewards-checking .section-title-box .section-title {padding-top: 0;}
  .section-rewards-checking .section-title sup { font-size: 12px; }
  .section-title-box .more-apy-box .apy-box { margin-left: -4px; font-size: 77px; line-height: 82px; }
  .section-title-box .more-apy-box .apy-box span { font-size: 14px; left: 54px; bottom: -48px; font-weight: 400; }
  .section-rewards-checking .section-title-box .more-apy-box .apy-box span {bottom: -16px;}
  .section-title-box .more-apy-box .apy-box sup { top: 3px; padding-left: 6px; font-size: 42px; }
  .section-rewards-checking .content ul > li { padding-left: 15px; }
  .section-rewards-checking .content ul > li:before { left: 1px; }
  .section-rewards-checking .content.big { margin-bottom: 41px; line-height: 1.5; }
  .section-rewards-checking .content.small { margin-left: 2px; }
  .advantages-table { display: none; }
  .advantages-list { display: block; font-size: 15px; }
  .advantages-list > li { padding-left: 24px; padding-bottom: 7px; margin-bottom: 6px; }
  .advantages-list > li:before { top: 4px; left: 2px; }
  .advantages-list > li:last-child:after { background-color: transparent; }
  /*.content ol > li { padding-left: 15px; }*/
  .advantages-table { font-size: 15px; }
  .btn-box { margin-bottom: 36px; }
  .text-box,
  .text-box a { font-size: 15px; }
  .btn-box .a.btn,
  .btn-box .btn { margin-bottom: 18px; }
  .two-call { max-width: 100%; -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
  .video-wrap { height: 160px; }
  .btn-play { width: 70px; height: 40px; -webkit-border-radius: .7em; -khtml-border-radius: .7em; -moz-border-radius: .7em; -ms-border-radius: .7em; -o-border-radius: .7em; }
  .btn-play:after { border-top: 6px solid transparent; border-left: 10px solid #ffffff; border-bottom: 6px solid transparent; }

  .video-list { margin: 0 -5px -35px; }
  .video-list > li { width: 50%; padding-left: 5px; padding-right: 5px; margin-bottom: 35px; }
  .video-list > li:nth-child(3n + 1) { clear: none; }
  .video-list > li:nth-child(2n + 1) { clear: both; }
  .video-item-title { font-size: 15px; }
  .video-item-desc { font-size: 11px; }
  /*.section-community { display: none; }*/
  .section-title { font-size: 32px; }
  .section-our-lenders .section-title { font-size: 32px; padding: 0 15px; }
  .section-different, .section-our-lenders { padding-top: 40px; padding-bottom: 80px; }
  .section-our-lenders { padding-top: 20px; }
  .section-different .section-title, .section-our-lenders .section-title { margin-bottom: 36px; }
  .different-list { margin-bottom: -30px; }
  .different-list > li { float: none; width: 100%; padding: 0; margin-bottom: 24px; }
  .different-title { font-size: 21px; }
  .different-desc { font-size: 13px; }
  .section-banner.about .left-box { margin-bottom: 19px; }
  .section-banner.about .banner-title { margin-bottom: 10px; font-size: 30px; }
  .banner-desc { margin-left: 1px; font-size: 15px; letter-spacing: 0; }
  .anchor-box { top: -32px; width: 118px; height: 118px; padding-top: 16px; }
  .anchor-box a { font-size: 12px; }
  .anchor-box .icon-arrow { width: 10px; height: 10px; font-size: 10px; }
  .about-box { display: none; }
  .history-list { overflow: visible; }
  .history-list:before { left: 0; top: 15px; }
  .history-list > li { float: none; width: 100%; margin-bottom: 40px !important; text-align: left; }
  .history-list > li:nth-child(2),
  .history-list > li:nth-child(odd) { margin-top: 0; text-align: left; }
  .history-list > li:nth-child(even) { margin-top: 0; }
  .history-list > li:last-child { margin-bottom: 0 !important; }
  .history-list > li:before { width: 5px; height: 5px; top: 18px; left: 1px; right: auto; border-width: 4px; }
  .history-list > li:nth-child(even):before { left: 1px; }
  .history-wrap { padding-right: 0; padding-left: 42px; }
  .history-list > li:nth-child(even) .history-wrap { padding-right: 0; padding-left: 42px; }
  .history-list > li:nth-child(6n) .history-wrap { padding-left: 90px; }
  .history-list > li:nth-child(6n - 4) .history-wrap { padding-left: 66px; }
  .history-list > li:nth-child(6n -3) .history-wrap { padding-right: 0; padding-left: 90px; }
  .history-list > li:nth-child(6n -1) .history-wrap { padding-right: 0; padding-left: 66px; }
  .history-list > li:nth-child(1) .history-wrap { padding-right: 0; padding-left: 42px; }
  .history-wrap:before { top: 18px; }
  .history-wrap:after { top: 24px; }
  .history-box { padding-right: 0; padding-left: 12px; min-height: auto; }
  .history-list > li:nth-child(even) .history-box { padding-left: 12px; }
  .history-box:before { right: auto; top: 0; left: 0; height: 36px; }
  .year { margin-top: 0; font-size: 26px; }
  .history-desc { font-size: 13px; }
  .section-history { padding-top: 78px; padding-bottom: 40px; }
  a.map-item-title, .map-item-title { font-size: 16px; }
  .distance,
  .hour-desc,
  .map-item-desc { font-size: 14px; }
  .nav-tabs-table a { font-size: 11px; }
  .a.map-hour, .map-hour { font-size: 10px; }
  .hour-title { font-size: 10px; }
  .hour-desc.small,
  .hour-desc.small a,
  .hour-desc.small a { font-size: 11px; }
  a.map-item-title.small, .map-item-title.small { font-size: 14px; }
  .map-item-list { width: 100%; margin: 0; }
  .nice-scroll { height: auto; }
  .searchContainer { padding: 30px 15px; }
  .searchMod, .resultItem { font-size: 15px; }
  .promoItem, .productItem { width: 100%; margin: 15px 15px 15px 0; min-height: 0;}
  .js .productItem.preAnimate, .js .promoItem.preAnimate  { transform: translateY(0); opacity: 1; }
  .facebook-img-box::before, .facebook-img-box:before { display: none; }
  .facebook-hover-text { display: none; }
  .content .sitemapColumn { display: block; padding-right: 0; }
  #main-content { padding-top: 58px; }
  .slidePrev, .slideNext { position: absolute; display: block; width: 40px; height: 100px; top: 50%; left: -1px; margin: -50px 0 0 0; background: #005de8 url(/images/rightArrowWhite.png) no-repeat center; background-size: auto 20%; border: 1px solid #005de8; opacity: .7; }
  .section-we-know .slick-slide .lender-info { -webkit-transition: .25s; -moz-transition: .25s; transition: .25s; opacity: 0; }
  .section-we-know .slick-slide.slick-current .lender-info { opacity: 1; }
  .slidePrev { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
  .slideNext { left: auto; right: -1px; }
  .homepageHeroLink { font-size: 43.66%; }
  .no-js .homepageHero { min-height: 703px; height: auto; }
  #homepageSlider { height: 703px; }
  .btn.btn-search { padding: 17px 10px; }
  .faq-sub-list > li h2 { font-size: 20px; }
  .faq-list p { font-size: 14px; }
  .faq-list > li:not(:last-child) { margin-bottom: 40px; }
  .slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom,
  .slide-container.vimeo-video .slick-list,
  .slide-container.vimeo-video .homepageHero.text-color-light.slick-slide {
    height: 27rem !important;
  }
  .homepageHeroImageDesktop.vimeo iframe {
    min-width: 124%;
    top: -4em;
  }
  .slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom, 
  .slide-container.vimeo-video .slick-list, .slide-container.vimeo-video .homepageHero.text-color-light.slick-slide {
    height: 27rem !important;
  }
}
@media all and (max-width: 600px) {
  .homepageHeroLink { font-size: 38%; }
  .no-js .homepageHero { min-height: 585px; height: auto; }
  #homepageSlider { height: 585px; }
  .homepageHeroImageDesktop.vimeo iframe {
    min-width: 134%;
    top: -3.5em;
  }
  .slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom,
  .slide-container.vimeo-video .slick-list,
  .slide-container.vimeo-video .homepageHero.text-color-light.slick-slide {
    height: 26rem !important;
  }
  .slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom, 
  .slide-container.vimeo-video .slick-list, .slide-container.vimeo-video .homepageHero.text-color-light.slick-slide {
    height: 26rem !important;
  }
}
@media all and (max-width: 530px) {
  .section-banner.financing .banner-bg-mobile {
    left: auto;
    max-width: unset;
    max-height: 108%;
    right: -38px;
  }
}
@media all and (max-width: 500px) {
  .homepageHeroLink { font-size: 33.33%; }
  .no-js .homepageHero { min-height: 468px; height: auto; }
  #homepageSlider { height: 468px; }
  .homepagePromo img.homepagePromoImageMobile { display: block; }
  .homepagePromo img.homepagePromoImageMobile + img.homepagePromoImageDesktop { display: none; }
 .homepageHeroImageDesktop.vimeo iframe {
    min-width: 140%;
  }
 .slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom, 
 .slide-container.vimeo-video .slick-list, 
 .slide-container.vimeo-video .homepageHero.text-color-light.slick-slide {
    height: 20rem !important;
 }
 .homepageHeroImageDesktop.vimeo iframe {
    min-width: 140%;
 }
 .slide-container.vimeo-video .homepageHero.text-color-light.homepageCustom, 
 .slide-container.vimeo-video .slick-list, 
 .slide-container.vimeo-video .homepageHero.text-color-light.slick-slide {
    height: 20rem !important;
 }
}
@media all and (max-width: 400px) {
  .no-js .homepageHero { min-height: 374px; }
  #homepageSlider { height: 374px; }
  .homepageHeroImageDesktop.vimeo iframe {
    top: -2.7em;
  }
  .homepageHeroImageDesktop.vimeo iframe {
    top: -2.7em;
  }
}

@media print {
  .logo img.print-logo { display: block; }
  .logo img.mob-logo { display: none; }
}
@media (min-width: 1914px) {
  .section-interesting { display: block; height: 0; padding: 19% 0 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .section-interesting-inner, .section-interesting-inner.swiper-wrapper { position: absolute; width: 100%; height: 100%; top: auto; left: 0; bottom: 0; }
}
/* Touch devices */
@media screen and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
  .lenders-list > li a:hover, .lenders-list > li a:focus, .lenders-list > li a:hover .lender-overlay, .lenders-list > li a:focus .lender-overlay { color: #292929; }
  .facebook-list > li a .facebook-hover-text, .facebook-list > li a:hover .facebook-hover-text, .facebook-list > li a:focus .facebook-hover-textm, .facebook-list > li a:hover .facebook-img-box:before, .facebook-list > li a:focus .facebook-img-box:before { display: none; }
  .lenders-list a .lender-overlay, .lenders-list a:hover .lender-overlay, .lenders-list a:focus .lender-overlay { display: none; }
  .facebook-img-box.portrait:hover img { width: 100%; }
  .facebook-img-box:hover img { height: 100%; }
  .page-menu-name { padding-top: 19px; font-size: 16px; }
  .page-menu-name:after { top: 20px; }
  .page-menu-list > li a { margin: 0 10px; font-size: 16px; }
  .page-menu-list > li a:hover, .page-menu-list > li a:focus { color: #a6a6a6; }
  .page-menu-list > li a.active { color: #005de8; }
  .page-menu-list > li a:hover:after, .page-menu-list > li a:focus:after { display: none; }
  .page-menu-list > li a.active:after { display: block; }
  .footer-coll-list > li a:hover, .footer-coll-list > li a:focus { color: #292929; }
  .footer-bottom-menu > li a:hover, .footer-bottom-menu > li a:focus { color: #292929; }
  .power-by a:hover, .power-by a:focus, .copyright a:hover .copyright a:focus { opacity: 1; }
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.leadershipOverlayInfo.scroll-wrapper { padding-left: 5% !important; padding-right: 20px !important; }
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/includes/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/includes/slick/fonts/slick.eot');
    src: url('/includes/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/includes/slick/fonts/slick.woff') format('woff'), url('/includes/slick/fonts/slick.ttf') format('truetype'), url('/includes/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

