/* Minification failed. Returning unminified contents.
(7536,1): run-time error CSS1019: Unexpected token, found '}'
 */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@font-face { font-family: 'Hombre'; src: url('/includes/fonts/34B150_0_0.eot'); src: url('/includes/fonts/34B150_0_0.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/34B150_0_0.woff2') format('woff2'), url('/includes/fonts/34B150_0_0.woff') format('woff'), url('/includes/fonts/34B150_0_0.ttf') format('truetype'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'icomoon-rb'; src: url('/includes/fonts/icomoon-rb.eot?fdqm7r'); src: url('/includes/fonts/icomoon-rb.eot?fdqm7r#iefix') format('embedded-opentype'), url('/includes/fonts/icomoon-rb.ttf?fdqm7r') format('truetype'), url('/includes/fonts/icomoon-rb.woff?fdqm7r') format('woff'), url('/includes/fonts/icomoon-rb.svg?fdqm7r#icomoon-rb') format('svg'); font-weight: normal; font-style: normal; }
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon-rb' !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; }
.icon-arrow:before { content: "\e900"; }
.icon-close:before { content: "\e901"; }
.icon-geo:before { content: "\e902"; }
.icon-lock:before { content: "\e903"; }
.icon-search:before { content: "\e904"; }
.icon-ok:before { content: "\e905"; }
/*!
 *  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";
}


.sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0,0,0,0);
   border: none;
}
.paused .sr-only.play {display: block;}
.paused .sr-only.pause {display: none;}
.muted .sr-only.vol-on {display: block;}
.muted .sr-only.vol-off {display: none;}
/*----------------------------------------------------------------------------------*/
/*------------------------------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.6em; 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; }
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:link, a:visited { font: 16px "Lato", Arial, sans-serif; font-weight: 300; color: #292929; text-decoration: none; }
a:hover { color: #d4000d; text-decoration: underline; }
a[href^=tel], a[href^=sms], p a[href^=tel], p a[href^=sms] { color: inherit !important; text-decoration: none !important; cursor: default; }
sup { line-height: 1em; }
/*----------------------------------------------------------------------------------*/
/*-------------------------------------DEFAULT CLASSES------------------------------*/
/*----------------------------------------------------------------------------------*/
.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; }
.nowrap { white-space: nowrap; }

* { -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; -o-transition: 0.2s; transition: 0.2s; }
input:disabled { opacity: .55; }
img { -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -khtml-user-select: none; user-select: none; }
.container { max-width: 1360px; width: 100%; margin: 0 auto; padding: 0 20px; }
/*-------------------------------------BTN------------------------------------------*/
a.btn,
.btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 18px 46px 18px 26px;
    min-width: 208px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #292929;
    text-transform: uppercase;
    color: #292929;
    text-align: left;
    text-decoration: none;
    letter-spacing: .1em;
    cursor: pointer;
}
a.btn:after,
.btn:after {
    position: absolute;
    content: '\e900';
    top: 50%;
    right: 18px;
    font-size: 13px;
    font-family: 'icomoon-rb' !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;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-font-smoothing: antialiased;
    -moz-transform: translate(0, -55%);
    -ms-transform: translate(0, -55%);
    -webkit-transform: translate(0, -55%);
    -o-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: #d4000d;
    background-color: #d4000d;
}
a.btn:hover:after,
a.btn:focus:after,
.btn:hover:after,
.btn:focus:after {
    color: #ffffff;
}
a.btn-red,
.btn-red {
    color: #ffffff;
    text-align: left;
    background-color: #d4000d;
    border-color: #d4000d;
}
a.btn-red:after,
.btn-red:after {
    color: #ffffff;
}
a.btn-red:hover,
a.btn-red:focus,
.btn-red:hover,
.btn-red:focus {
    color: #292929;
    background-color: transparent;
    border-color: #292929;
}
a.btn-red:hover:after,
a.btn-red:focus:after,
.btn-red:hover:after,
.btn-red:focus:after {
    color: #292929;
}
a.btn-red-inverse,
.btn-red-inverse {
    color: #d4000d;
    text-align: left;
    background-color: transparent;
    border-color: #d4000d;
}
a.btn-red-inverse:after,
.btn-red-inverse:after {
    color: #d4000d;
}
a.btn-red-inverse:hover,
a.btn-red-inverse:focus,
.btn-red-inverse:hover,
.btn-red-inverse:focus {
    color: #292929;
    background-color: transparent;
    border-color: #292929;
}
a.btn-red-inverse:hover:after,
a.btn-red-inverse:focus:after,
.btn-red-inverse:hover:after,
.btn-red-inverse:focus:after {
    color: #292929;
}
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: 16px;
    padding: 21px 77px 21px 31px;
    min-width: 259px;
}
a.btn-big:after,
.btn-big:after {
    right: 22px;
    font-size: 16px;
    line-height: 1;
}
a.btn-login,
.btn-login {
    padding: 15px 30px 15px 18px;
    font-size: 13px;
    color: #ffffff;
    background-color: #d4000d;
    border-color: #d4000d;
    min-width: auto;
    max-width: 100%;
    width: 100%;
}
a.btn-login:after,
.btn-login:after {
    right: 22px;
    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;
    right: 1px;
    top: 1px;
    min-width: 78px;
    padding: 21px 23px;
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    border: none;
    color: #999999;
    text-align: center;
    background-color: transparent;
}
.btn-search:after {
    content: none;
}
.btn-search:hover,
.btn-search:focus {
    color: #ffffff;
    background-color: #d4000d;
}
/*-------------------------------------FORM-FIELDS----------------------------------*/
.input-style {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 16px 12px;
    font-family: "Lato", Arial, sans-serif;
    font-size: 18px;
    border: 1px solid #d1d1d1;
    box-shadow: none;
    color: #292929;
    background-color: #F1F1F1;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.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;
    -o-transition: 0.25s;
    transition: 0.25s;
}
input::-moz-placeholder {
    font-family: "Lato", Arial, sans-serif;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
input:-ms-input-placeholder {
    font-family: "Lato", Arial, sans-serif;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
input:-moz-placeholder {
    font-family: "Lato", Arial, sans-serif;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
input:focus::-webkit-input-placeholder { opacity: 0; }
input:focus::-moz-placeholder { opacity: 0; }
input:focus:-ms-input-placeholder { opacity: 0; }
input:focus:-moz-placeholder { opacity: 0; }
.search-zip-style {
    padding: 17px 80px 13px 47px;
}
.search-zip-style:focus + .btn-search {
    color: #ffffff;
    background-color: #d4000d;
}

.select-wrap {
    position: relative;
    display: inline-block;
    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-rb' !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);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-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 #e5e5e5;
        background-color: #F1F1F1;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        letter-spacing: 0.02em;
        color: #202020;
    }
    select option {
        font-family: "Lato", Arial, sans-serif;
    }
body { background: url(/images/body_bg.jpg) repeat-y top center; background-size: 100% auto; }


/*----------------------------------------------------------------------------------*/
/*-------------------------------------WRAPPER--------------------------------------*/
/*----------------------------------------------------------------------------------*/

.wrapper {
    position: relative;
    min-height: 100%;
    margin-bottom: -624px;
    overflow: hidden;
}
.wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 624px;
}
.home .wrapper {
    margin-bottom: -768px;
}
.home .wrapper:after {
    height: 718px;
}
/*----------------------------------------------------------------------------------*/
/*-------------------------------------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: #d4000d;
    text-decoration: none;
}
.btn-jump-to-content:focus {
    opacity: 1;
    z-index: 9999;
}
.alert-box {
    display: none;
    position: relative;
    padding: 29px 0 34px;
    color: #d4000d;
    background-color: #fff;
}
.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: #d4000d;
                    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:before,
        .close-btn:after {
            position: absolute;
            content: '';
            top: 50%;
            left: 50%;
            width: 45px;
            height: 2px;
            background-color: #d4000d;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }
        .close-btn:before {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -khtml-transform: translate(-50%, -50%) rotate(-45deg);
            -moz-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
            -o-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
        }
        .close-btn:after {
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -khtml-transform: translate(-50%, -50%) rotate(45deg);
            -moz-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            -o-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
        }
        .close-btn:hover ,
        .close-btn:focus {
            -webkit-transform: rotate(180deg);
            -khtml-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.scroll .header,
.header {
    position: relative;
    z-index: 500;
    min-height: 97px;
    background-color: rgb(212, 0, 13);
    background-image: url(/images/header_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
.home .header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.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 {
    background-image: none;
    background-color: transparent;
}
    .header .container {
        position: relative;
        max-width: 1360px;
    }
        .scroll .logo,
        .logo {
            overflow: hidden;
            float: left;
            margin-top: 11px;
            margin-left: -10px;
            margin-right: 79px;
            max-width: 216px;
            position: relative;
            -webkit-transition: 0.35s;
            -khtml-transition: 0.35s;
            -moz-transition: 0.35s;
            -ms-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
        }
        .home .logo {
            margin-top: 15px;
            margin-right: 10px;
            max-width: 363px;
        }
        .desktop-logo,
        .home .desktop-logo {
            display: none;
        }
        /*.home-logo {
            display: none;
        }*/
        .home-logo,
        .home .home-logo {
            display: inline-block;
        }
        .mob-logo {
            display: none;
        }
        .print-logo {display: none;}
            .logo img {
                max-width: 100%;
                max-height: 100%;
                padding: 10px 10px 10px;
            }

            .home-logo.alt {
                left: 0;
                opacity: 1;
                position: absolute;
                animation: fade 10s infinite;
            }


            @keyframes fade {
              0%,100% { opacity: 0 }
              10%, 60% { opacity: 1 }
            }

.search-box {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 340px;
    background-color: #d4000d;
}
    .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;
                background-color: #ffffff;
            }
            .search-box .input-style:focus + .btn-search {
                color: #ffffff;
                background-color: #d4000d;
            }
            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: fixed;
  display: none;
  width: 100%;
  max-height: 100%;
  height: auto;
  top: 62px;
  left: -100%;
  padding: 0 0 62px 0;
  overflow: auto;
  z-index: 9999;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.mobile-menu-wrap.open { left: 0; }
.mobile-menu-box {
  position: relative;
  width: 100%;
  max-height: 100%;
  height: auto;
  padding: 0 0 20px 0;
  background: #d4000d;
  overflow: auto;
}
.mobile-menu-box a, .mobile-menu-box a.coll-title { display: block; margin: 0; padding: .75em 1em; font-size: 18px; font-weight: 400; line-height: 1.2em; color: #fff; text-decoration: none; cursor: pointer; border-top: 1px solid #fff; border-color: rgba(255,255,255,.5) }
.mobile-menu-box a:hover, .mobile-menu-box a:focus, .mobile-menu-box a.coll-title:hover, .mobile-menu-box a.coll-title:focus { color: #fff; text-decoration: none; }

.mobile-menu-toggle {
    position: absolute;
    left: -5px;
    top: 0;
    height: 62px;
    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: 2px;
    width: 20px;
    background-color: #ffffff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
.mobile-menu-toggle span {
    z-index: 999;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.mobile-menu-toggle span:before {
    top: -6px; }
.mobile-menu-toggle span:after {
    bottom: -6px; }
.mobile-menu-toggle.open span {
    background-color: transparent; }
.mobile-menu-toggle.open span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0; }
.mobile-menu-toggle.open span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0; }

/* Alert box */
.alert-box {
  display: none;
  position: relative;
  padding: 29px 0 34px;
  color: #d4000d;
  background-color: #fff;
  z-index: 1;
}

.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: #d4000d;
  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: #d4000d;
  -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);
}

/*----------------------------------------------------------------------------------*/
/*--------------------------------------NAV-----------------------------------------*/
/*----------------------------------------------------------------------------------*/
a.nav-btn,
.nav-btn {
    position: relative;
    display: inline-block;
    padding: 38px 45px 38px 20px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ffffff;
}
a.nav-btn:after,
.nav-btn:after {
    position: absolute;
    content: '\e900';
    top: 50%;
    right: 6px;
    font-size: 17px;
    font-family: 'icomoon-rb' !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;
    -moz-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -o-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    opacity: .7;
}
a.nav-btn.open:after, a.nav-btn.open::after {
    -moz-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -o-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
}
.home .main-nav {
    text-align: center;
}
.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: 24px 29px 26px;
                font-size: 20px;
                letter-spacing: 0.02em;
                color: #ffffff;
            }
            .main-nav > ul > li > a:after {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100%;
                height: 4px;
                background-color: transparent;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }
            a.search-btn,
            .search-btn {
                opacity: .5;
            }
            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 {
                background-color: #ffffff;
            }
            .main-nav > ul > li a:focus + .dropdown-menu,
            .main-nav > ul > li:hover .dropdown-menu {
                display: table;
                opacity: 1;
            }
        .dropdown-menu {
            position: absolute;
            display: none;
            opacity: 0;
            z-index: 90;
            left: 78px;
            top: 74px;
            max-width: 1118px;
            width: 100%;
            text-align: left;
            background-color: #ffffff;
            box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }
            .info-box,
            .dropdown-menu-box {
                display: table-cell;
                padding: 56px 64px 68px;
                vertical-align: top;
            }
            .info-box {
                padding-left: 50px;
                padding-right: 60px;
                width: 322px;
                border-right: 1px  solid #dddddd;
            }
                .info-title {
                    position: relative;
                    left: -2px;
                    display: inline-block;
                    margin-bottom: 8px;
                    font-size: 26px;
                    color: #d4000d;
                    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 {
                    right: 14px;
                    font-size: 18px;
                    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: #d4000d;
                    letter-spacing: .01em;
                    word-spacing: .1em;
                }
                a.dropdown-link, .dropdown-link {
                    display: block;
                    font-size: 16px;
                    padding: 4px 0 4px;
                    letter-spacing: .01em;
                    word-spacing: .1em;
                }
                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: 331px;
    width: 100%;
    min-height: 97px;
    text-align: center;
    background-color: #d4000d;
    background-color: rgba(0, 0, 0, 0.11);
}
    .login {
        position: relative;
        display: inline-block;
        padding: 38px 10px 37px 33px;
        width: 100%;
    }
        .login span {
            position: relative;
            left: 0;
            padding-left: 8px;
            font-size: 17px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: #ffffff;
            -webkit-transition: 0.25s;
            -moz-transition: 0.25s;
            -o-transition: 0.25s;
            transition: 0.25s;
            opacity: .5;
        }
            .login span:before {
                position: absolute;
                content: '\e903';
                top: 50%;
                left: -29px;
                font-size: 23px;
                font-family: 'icomoon-rb' !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;
                -moz-transform: translate(0, -65%);
                -ms-transform: translate(0, -65%);
                -webkit-transform: translate(0, -65%);
                -o-transform: translate(0, -65%);
                transform: translate(0, -65%);
                -webkit-transition: 0.25s;
                -moz-transition: 0.25s;
                -o-transition: 0.25s;
                transition: 0.25s;
            }
            .login span:hover,
            .login span:focus,
            .login span:hover:before,
            .login span:focus:before {
                opacity: 1;
            }

    .header-login-box .login:hover,
    .header-login-box .login:focus {
        text-decoration: none;
    }
        .header-login-box .login:hover span,
        .header-login-box .login:focus span {
            opacity: 1;
        }
        .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: 96px;
        width: 100%;
        padding: 20px 26px 25px;
        text-align: left;
        background-color: #AB000B;
    }

        .login-bottom-box .close-btn {
            display: none;
            top: 0;
            right: 0;
        }
        .img-login {
            position: absolute;
            z-index: 20;
            top: -73px;
            left: 275px;
        }
        .img-login img {
          position: absolute;
          top: 20px;
          left: 0;
          height: 254px;
        }
        .outhouse-door {display: none;}
            .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: 14px 16px;
            font-size: 14px;
            letter-spacing: .02em;
            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;
            margin-top: 18px;
            font-size: 13px;
            line-height: 1.4;
            letter-spacing: .02em;
            color: #ffffff;
            max-width:100%;
        }
        a.enroll, .enroll {  margin-right:17px;}
        .header-login-box.open .login-bottom-box { display:block;}


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

.mobile-menu {
    padding-top: 15px;
    padding-bottom: 20px;
    max-width: 290px;
    margin: 0 auto;
}
    .mobile-menu > li {
        position: relative;
        display: block;
}
        .mobile-menu > li  a {
            position: relative;
            display: block;
            font-size: 19px;
            line-height: 1;
            letter-spacing: 0.02em;
            padding: 9px 0 9px;
            color: #d4000d;
        }
        .mobile-menu > li > a {
            font-size: 24px;
        }
        .mobile-menu > li > a:hover,
        .mobile-menu > li > a:focus {
            text-decoration: none;
        }
            .mobile-menu .sub-menu {
                display: block;
                padding-left: 15px;
            }
            .mobile-menu .sub-menu-second-lvl {
                display: block;
            }
                .mobile-menu .sub-menu-second-lvl > li a {
                    padding-left: 15px;
                    color: #292929;
                }
            .sub-menu,
            .sub-menu-second-lvl {
                height: 0;
                opacity: 0;
                -webkit-transition: 0.35s;
                -khtml-transition: 0.35s;
                -moz-transition: 0.35s;
                -ms-transition: 0.35s;
                -o-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 {
                        padding-top: 11px;
                        padding-bottom: 11px;
                    }
                    .mobile-menu > li:hover .sub-menu,
                    .mobile-menu > li:focus .sub-menu,
                    .sub-menu > li:hover .sub-menu-second-lvl,
                    .sub-menu > li:focus .sub-menu-second-lvl {
                        height: auto;
                        opacity: 1;
                    }
                    .mobile-menu > li.expanded:hover:after,
                    .mobile-menu > li.expanded:focus:after,
                    .sub-menu > li.expanded:hover:after,
                    .sub-menu > li.expanded:focus:after {
                        margin-top: -6px;
                        -webkit-transform: rotate(270deg);
                        -khtml-transform: rotate(270deg);
                        -moz-transform: rotate(270deg);
                        -ms-transform: rotate(270deg);
                        -o-transform: rotate(270deg);
                        transform: rotate(270deg);
                    }
                    .sub-menu > li a:after,
                    .sub-menu-second-lvl > li a:after {
                        position: absolute;
                        content: '';
                        width: 100%;
                        height: 1px;
                        left: 0;
                        bottom: 0;
                        background-color: #CACACA;
                    }
                    .mobile-menu .expanded:after {
                        position: absolute;
                        content: "\e900";
                        top: 20px;
                        right: 10px;
                        margin-top: -4px;
                        font-size: 13px;
                        font-family: 'icomoon-rb' !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: #d4000d;
                        -webkit-transform-origin: center center;
                        -moz-transform-origin: center center;
                        -o-transform-origin: center center;
                        -ms-transform-origin: center center;
                        transform-origin: center center;
                        -webkit-transform: rotate(90deg);
                        -khtml-transform: rotate(90deg);
                        -moz-transform: rotate(90deg);
                        -ms-transform: rotate(90deg);
                        -o-transform: rotate(90deg);
                        transform: rotate(90deg);
                        -webkit-transition: 0.35s;
                        -khtml-transition: 0.35s;
                        -moz-transition: 0.35s;
                        -ms-transition: 0.35s;
                        -o-transition: 0.35s;
                        transition: 0.35s;
                    }

.mobile-menu:hover:after {
    color: #d4000d; }
.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;
    -ms-transition: all .2s ease-in-out;
    -o-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; }


.submenu-overlay {
  position: fixed;
  display: none;
  width: 100%;
  top: auto;
  left: 0;
  margin: -97px 0 0 0;
  background: #a6000a no-repeat center;
  background-size: cover;
  overflow: auto;
  z-index: 600;
  opacity:0.94;
}
.submenu-overlay .close-overlay {
  overflow: hidden;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left:996px;
  color: #f2c6c9;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
  margin-top:30px;
  top: 0px;
  right: 25%;
}
.submenu-overlay .close-overlay:after, .submenu-overlay .close-overlay:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: #f2c6c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.submenu-overlay .close-overlay:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.submenu-overlay .close-overlay:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.submenu-overlay .close-overlay:hover, .submenu-overlay .close-overlay:focus {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu-overlay .subnav { display: block; }
.submenu-overlay .left-box { text-align: left; padding: 0 10px 0 88px; }
.submenu-overlay .right-box { max-width: 640px; padding: 15px 0 0 83px; text-align: left; }
.submenu-overlay .right-box a.btn, .submenu-overlay .right-box .btn { margin-top: 34px; }
.submenu-overlay .right-box a.btn:after, .submenu-overlay .right-box .btn:after { margin-right: 8px; }
.sub-menu-box-wrap {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 0px 80px 0px;
  margin-top:95px;
  text-align:left;
}
.sub-menu-box-disclaimer { position: relative; display: block; width: 100%; left: 0; bottom: 0; font-size: 12px; font-weight: 300; line-height: 1.2em; color: #fff; text-align: center; }
.sub-menu-box {
    display:table;
    margin:auto;
    max-width:1024px;
    text-align: center;
}
.accountItem {
    display:inline-block;
    vertical-align: bottom;
    max-width: 33%;
    color:#fff;
    padding:40px 53px;
    text-align:left;
    -webkit-box-sizing: border-box;
}
.accountRate {
    position: relative;
    display:block;
    font-size:80px;
    line-height:40px;
    font-family:"Hombre", Arial, sans-serif;
    color:#fff;
    text-transform: lowercase;
}
.accountRate sup {
    font-size:60px;
}
.accountRate .apy {
    position: relative;
    display: inline-block;
    margin: 0;
    top: -40px;
    right: -130px;
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
.accountName {
    display:block;
    font-size:13px;
    line-height:23px;
    font-family: "Lato", Arial, sans-serif;
    color:#fff;
    margin-top:15px;
}
.accountButtons {
    display:block;
    margin-top:15px;
}
a.accountOpen, .accountItemStaticButton {
    display:inline-block;
    width:130px;
    color:#fff;
    border:1px solid #fff;
    border: 1px solid rgba(255,255,255,.5);
    font-family: "Lato", Arial, sans-serif;
    font-size:10px;
    line-height:14px;
    letter-spacing:0.1em;
    padding:13px 45px 13px 20px;
    background:url(/images/rightArrowWhite.png) no-repeat right center;
    background-size:auto 1.4em;
    text-transform: uppercase;
}
.accountItemStaticButton { width: 165px; }

a.accountOpen:hover {
    color:#d4000d;
    background:#fff url(/images/rightArrowRed.png) no-repeat right center;
    background-size:auto 1.4em;
}
a.accountDetails {
    display:inline-block;
    width:90px;
    color:#fff;
    font-family: "Lato", Arial, sans-serif;
    font-size:11px;
    line-height:14px;
    letter-spacing:0.1em;
    padding:15px 45px 15px 20px;
}
.no-scroll {
    overflow:hidden !important;
}
.accountItemStaticText {
  position: relative;
  display: block;
  padding: 0 0 .3em 0;
  font-family:"Hombre", Arial, sans-serif;
  font-size: 30px;
  letter-spacing: .1em;
  line-height: 1.1em;
  color: #fff;
  text-transform: lowercase;
}

/*----------------------------------------------------------------------------------*/
/*-------------------------------------CONTENT--------------------------------------*/
/*----------------------------------------------------------------------------------*/
.content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
}
.content > * {
    display: block;
}

.inverse .content { color: #ffffff; }
.content * { margin-bottom: 26px; }
.content *:last-child { margin-bottom: 0; }
.content h1, .content .h1style, .h1style,
.content h2, .content .h2style, .h2style,
.content h3, .content .h3style, .h3style,
.content h4, .content .h4style, .h4style,
.content h5, .content .h5style, .h5style,
.content h6, .content .h6style, .h6style {
    margin-bottom: 7px;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.43;
}

.content h2, .content .h2style, .h2style { font-size: 32px; }
.content h3, .content .h3style, .h3style { font-size: 28px; }
.content h4, .content .h4style, .h4style { font-size: 24px; }
.content h5, .content .h5style, .h5style { font-size: 20px; }
.content h6, .content .h6style, .h6style { font-size: 18px; }
.content a {
    font-size: 16px;
    text-decoration: underline;
    color: #d4000d;
}
.content a.btn { text-decoration: none; }
.content a:hover,
.content a:focus {  text-decoration: none; }
.content b, .content strong { font-weight: 700;}
.content ul { margin-bottom: 36px; }
.content ul > li { position: relative; padding-left: 29px; }
.content ul > li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: 11px;
    top: 10px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #292929;
    background-color: transparent;
}
.content ol {
    counter-reset: myCounter;
    margin-left: 10px;
    margin-bottom: 36px;
}
.content ol > li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 26px;
}
.content ol > li:before {
    position: absolute;
    counter-increment: myCounter;
    content:counter(myCounter)  ".";
    left: 2px;
    top: 0;
    font-size: 18px;
    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: 2px;
    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, .content.big ol {
    margin-top: -3px;
    margin-bottom: 28px;
}
.content.big li {
    margin-bottom: 0;
}

.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;
}
/*-------------------------------------SECTION-HERO--------------------------------*/
.section-hero {
    position: relative;
    padding-top: 100px;
    padding-bottom: 180px;
    color: #ffffff;
    background-color: #d4000d;
    background-image: url(/images/hero/hero_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home .section-hero { margin-top: -97px; margin-bottom: 6%; }
    .section-hero .container {
        position: relative;
        z-index: 10;
        max-width: 1900px;
    }
    .fly_h {
        position: fixed;
        z-index: 999;
        left: 80%;
        top: 100px;
        width: 189px;
        height: 240px;
        transform: scale(0.15);
        pointer-events: none;
    }
    .fly_h img {
      position: absolute;
        pointer-events: none;
    }
    .left-wing, .right-wing { top: 34%;   transform-origin: right; }
    .right-wing { right: 0;   transform-origin: left; }
    .rope_h {
        position: absolute;
        z-index: 5;
        right: 0;
        bottom: 557px;
        width: 100%;
        min-width: 1902px;
        pointer-events: none;
    }
    .bottom_animal_container{
      width: 100%;
      margin-left: auto;
      height: 100%;
      margin-right: auto;
      padding: 20px;
      max-width: 1900px;
      top: 0;
      pointer-events: none;
    }
    .bottom_animal_container_inner {
      padding-left: 25%;
    }
    .goat_h {
        position: absolute;
        z-index: 20;
        right: 0;
        bottom: 80px;
        pointer-events: all;
        width: 269px;
        height: 316px;
    }
    .goat_h .goat_body {
      width: 43%;
      position: absolute;
      right: 0;
      bottom: 6%;
    }
    .goat_h .goat_head {
      width: 85.5%;
      position: absolute;
      bottom: -3%;
      right: 0;
    }
    .squirrel_h {
        position: absolute;
        z-index: 25;
        bottom: 73px;
        transform: translateX(150px);
        pointer-events: all;
        width: 400px;
        height: 285px;
    }
    .squirrel_line {
      position: absolute;
      right: 35px;
    }
    .squirrel_body {
      width: 93%;
      position: absolute;
      bottom: 17px;
    }
    .pig_h, .pig-hooves {
        position: absolute;
        bottom: -23px;
        right: 21%;
        pointer-events: all;
        opacity: 0;
        z-index: 19;
    }
    .pig-hooves { width: 175px; height: 140px; z-index: 25; overflow: hidden; }
    .pig_h img, .pig-hooves img { position: absolute; display: block; bottom: 0; right: 0; }
    img.pig_nose {
      width: 290px;
      height: 290px;
      /* opacity: 1 !important; */
      right: 7px;
      bottom: 20px;
    }
    .horse_h {
        position: absolute;
        display: block;
        width: 725px;
        left: 0;
        bottom: 96px;
        z-index: 20;
        pointer-events: none;
    }
    .horse_h img {
      width: 100%;
    }
    .horse_h .horse_eyes {
      position: absolute;
      display: block;
      width: 100%;
      top: 0;
      left: 0;
      opacity: 0;
    }
    #horse_nose {
      position: absolute;
      height: 25%;
      width: 31%;
      left: 23%;
      top: 47%;
      pointer-events: auto;
    }
      #horseSpeech { position: absolute; display: block; width: 670px; height: 510px; left: 363px; bottom: 533px; z-index: 99; overflow: visible; }
      #horseSpeech .speechBubbleImage { position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; }
      .cloud-box {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          padding: 0;
          text-align: center;
          background-image: url(/images/hero/text_cloud.png);
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          z-index: 99;
      }
      .cloud-box.bubble1 {
          background-image: url(/images/hero/speech-bubble-001.png);
          padding: 189px 174px 182px 140px;
      }
      .cloud-box.bubble2 {
          background-image: url(/images/hero/speech-bubble-002.png);
          padding: 185px 200px 184px 142px;
      }
      .cloud-box.bubble3 {
          background-image: url(/images/hero/speech-bubble-003.png);
          padding: 170px 180px 170px 150px;
      }
      .cloud-box.bubble4 {
          background-image: url(/images/hero/speech-bubble-004.png);
          padding: 185px 185px 195px 154px;
      }
      .cloud-box.bubble5 {
          background-image: url(/images/hero/speech-bubble-005.png);
          padding: 180px 190px 166px 190px;
      }
      .cloud-box.bubble6 {
          background-image: url(/images/hero/speech-bubble-006.png);
          padding: 205px 186px 198px 160px;
      }
      .cloud-text-box { position: relative; display: block; width: 100%; height: 100%; text-align: center; }
      .cloud-text-box, .cloud-text-box a {
          font-family: "Hombre", Arial, sans-serif;
          font-size: 58px;
          line-height: 1;
          letter-spacing: .02em;
          color: #000000;
          text-transform: lowercase;
      }
      .cloud-text-box a, .cloud-text-box a:hover, .cloud-text-box a:focus { text-decoration: none; }
      .cloud-text-box p, .cloud-text-box a {
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 100%;
          height: 100%;
          bottom: 50%;
          font-size: 1em;
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%);
          text-align: center;
      }
      .cloud-text-box span { display: inline-table; }
    .table-box {
        display: table;
        width: 100%;
        height: 800px;
        padding: 40px 0 0;
        margin: 0 auto;
    }
        .table-cell-box {
            display: table-cell;
            width: 100%;
            height: 100px;
            vertical-align: bottom;
        }
            .hero-list {
                position: relative;
                bottom: 20px;
                text-align: left;
                padding: 0 0 0 25%;
                perspective: 1000px;
            }
                .hero-wrap {
                    position: relative;
                    display: inline-block;
                    max-width: 395px;
                    width: 100%;
                    margin: 0 15px;
                    text-align: left;
                    transform: rotate3d(1, 0, 0, -1deg);
                    transform-origin: 40% -2%;
                }
                .hero-wrap:before {
                    position: absolute;
                    content: '';
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background-image: url(/images/hero/paper.png);
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                }
                .hero-wrap.bg-rotate:before {
                    -moz-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    transform: rotate(180deg);
                }
                .rotate-left {
                    top: 32px;
                    right: 72px;
                    -moz-transform: rotate(-14deg);
                    -ms-transform: rotate(-14deg);
                    -webkit-transform: rotate(-14deg);
                    -o-transform: rotate(-14deg);
                    transform: rotate(-14deg);
                    transform-origin: 75% -10%;
                }
                .rotate-right {
                    top: -20px;
                    left: -5px;
                    -moz-transform: rotate(8deg);
                    -ms-transform: rotate(8deg);
                    -webkit-transform: rotate(8deg);
                    -o-transform: rotate(8deg);
                    transform: rotate(8deg);
                    transform-origin: 40% -20%;
                }
                    .hero-wrap > img {
                        position: absolute;
                        z-index: 11;
                        left: 50%;
                        top: -100px;
                    }
                    img.clothespin-1 {
                        top: -180px;
                        margin-left: -56px;
                    }
                    img.clothespin-2 {
                        top: -197px;
                        margin-left: 45px;
                    }
                    img.clothespin-3 {
                        top: -182px;
                        margin-left: -110px;
                    }
                        .rotate-left img.clothespin-2 {
                            -moz-transform: rotate(14deg);
                            -ms-transform: rotate(14deg);
                            -webkit-transform: rotate(14deg);
                            -o-transform: rotate(14deg);
                            transform: rotate(14deg);
                        }
                        .rotate-right img.clothespin-3 {
                            -moz-transform: rotate(-8deg);
                            -ms-transform: rotate(-8deg);
                            -webkit-transform: rotate(-8deg);
                            -o-transform: rotate(-8deg);
                            transform: rotate(-8deg);
                        }
                .hero-wrap-inner {
                    display: table;
                    width: 100%;
                    height: 356px;
                    padding: 20px 40px 20px 56px;
                    text-decoration: none;
                }
                .hero-wrap-inner:hover, .hero-wrap-inner:focus { text-decoration: none; }
                .hero-wrap a.btn, .hero-wrap .btn { position: absolute; display: block; min-width: 0; left: 56px; bottom: 63px; padding: 15px; text-align: center; border-width: 2px; z-index: 11; }
                .hero-wrap a.btn::after, .hero-wrap a.btn:after, .hero-wrap .btn::after, .hero-wrap .btn:after { display: none; }
                .hero-wrap .hero-btn-box a.btn, .hero-wrap .hero-btn-box .btn { position: relative; display: inline-block; left: auto; bottom: auto; }
                    .hero-box {
                        position: relative;
                        z-index: 10;
                        display: table-cell;
                        width: 100%;
                        height: 100%;
                        padding: 0 0 60px 0;
                        color: #0f0f0f;
                        vertical-align: middle;
                    }
                    .hero-wrap-inner-custom .hero-box { padding: 0; }
                        .hero-value-box {
                          display: block;
                        }

                        .hero-headline {
                            font-family: "Hombre", Arial, sans-serif;
                            font-size: 64px;
                            line-height: .8em;
                            letter-spacing: -.015em;
                            text-transform: lowercase;
                        }

                        .hero-value {
                            display: block;
                            font-family: "Hombre", Arial, sans-serif;
                            font-size: 136px;
                            line-height: 1em;
                            letter-spacing: -.015em;
                            text-transform: lowercase;
                        }
                            .hero-value sup {
                                position: relative;
                                display: inline-block;
                                margin-left: -26px;
                                font-size: 74px;
                                line-height: 1;
                                height: 74px;
                            }
                            .hero-value span {
                                position: absolute;
                                left: 3px;
                                bottom: -32px;
                                font-family: "Lato", Arial, sans-serif;
                                font-size: 18px;
                                font-weight: 400;
                                letter-spacing: .01em;
                                text-transform: uppercase;
                            }

                        .hero-value-desc,
                        .hero-value-desc-custom {
                            display: block;
                            margin: 10px 0 17px 0;
                            font-weight: 400;
                            letter-spacing: .03em;
                        }

                        .hero-value-desc { font-size: 17px; }
                        .hero-value-desc-custom { font-size: 19px;}

                        .hero-btn-box { position: relative; display: block; }
                        a.hero-apy, .hero-apy { position: absolute; display: block; width: 80px; right: 40px; bottom: 49px; font-size: 13px; font-weight: 400; line-height: 1.46; letter-spacing: .02em; color: #0f0f0f; }
                        a.hero-apy:hover, .hero-apy:hover { color: #d4000d; }
        .yep-box {
            position: absolute;
            z-index: 20;
            min-width: 1920px;
            width: 100%;
            height: auto;
            top: 100%;
            left: -9999px;
            right: -9999px;
            margin: -105px auto 0 auto;
            background: url(/images/hero/wood-b.png) no-repeat top center;
            background-size: cover;
        }
        .yep-box::before, .yep-box:before { content:''; position: relative; display: block; width: 100%; height:0px; padding: 11% 0 0 0; }
            .yep-box .container {
                position: absolute;
                display: table;
                max-width: none;
                width: 100%;
                height: 270px;
                top: 50%;
                left: 0;
                right: 0;
                margin: -155px auto 0 auto;
                padding: 0;
                text-align: center;
            }
                .yep-cell {
                    display: table-cell;
                    width: 100%;
                    vertical-align: middle;
                }
                    .yep-cell span {
                      position: relative;
                      display: block;
                      padding: 0;
                      font-family: "Hombre", Arial, sans-serif;
                      font-size: 105px;
                      line-height: 1.2em;
                      color: #D8C0A9;
                      text-shadow: 0 6px 15px #000;
                      text-transform: lowercase;
                    }
                a.btn-more-accounts,
                .btn-more-accounts {
                    display: none;
                    position: absolute;
                    z-index: 50;
                    right: 160px;
                    bottom: 132px;
                    padding-right: 25px;
                    max-width: 130px;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 1;
                    color: #ffffff;
                    text-align: right;
                    text-transform: uppercase;
                }
                a.btn-more-accounts:after,
                .btn-more-accounts:after {
                    position: absolute;
                    content: '\e900';
                    top: 50%;
                    right: 5px;
                    font-size: 20px;
                    font-family: 'icomoon-rb' !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: #ffffff;
                    -webkit-transition: 0.2s;
                    -moz-transition: 0.2s;
                    -o-transition: 0.2s;
                    transition: 0.2s;
                    -webkit-font-smoothing: antialiased;
                    -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-more-accounts:hover,
                .btn-more-accounts:hover,
                a.btn-more-accounts:focus,
                .btn-more-accounts:focus {
                    opacity: .7;
                    text-decoration: none;
                }
                a.btn-more-accounts:hover:after,
                .btn-more-accounts:hover:after,
                a.btn-more-accounts:focus:after,
                .btn-more-accounts:focus:after {
                    right: 0;
                }

.section-title {
        margin-bottom: 20px;
        font-family: "Hombre", Arial, sans-serif;
        font-size: 80px;
        line-height: 1;
        color: #d4000d;
        text-align: center;
        text-transform: lowercase;
    }
    .page-menu-wrap {
        position: relative;
    }
    .page-menu-wrap:after {
        position: absolute;
        z-index: 10;
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -1px;
        background-color: #d4000d;
    }
    .page-menu-wrap .container {
        max-width: 1160px;
    }
    .page-menu-box {
        position: relative;
        display: table;
        margin: 0;
        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;
            }
                .page-menu-list > li a {
                    position: relative;
                    display: inline-block;
                    margin: 0 13px;
                    padding: 10px 0 19px;
                    font-size: 20px;
                    color: #a6a6a6;
                    letter-spacing: .02em;
                }
                .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: 0;
                    height: 4px;
                    width: 100%;
                    background-color: transparent;
                    -webkit-transition: 0.2s;
                    -moz-transition: 0.2s;
                    -o-transition: 0.2s;
                    transition: 0.2s;
                }
                .page-menu-list > li a.active,
                .page-menu-list > li a:hover,
                .page-menu-list > li a:focus {
                    color: #d4000d;
                    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: #d4000d;
                }
            .page-menu-name {
                position: relative;
                margin-right: 48px;
                padding: 5px 20px 10px 0;
                font-size: 20px;
                color: #d4000d;
                letter-spacing: .02em;
            }
            .page-menu-name:after {
                position: absolute;
                content: '';
                width: 1px;
                height: 18px;
                top: 45%;
                right: 0;
                margin-top: 2px;
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -webkit-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
                background-color: #d4000d;
            }

/*----------------------------------SECTION-FAQs------------------------------*/
.section-faqs {
    padding-bottom: 98px;
}
    .section-faqs .container {
        max-width: 1160px;
    }
    .section-faqs-container {
        max-width: 828px;
        padding-top: 106px;
    }
.faq-list {
    padding-top: 40px;
}
    .faq-list > li:not(:last-child) {
        margin-bottom: 82px;
    }
        .faq-title,
        .faq-sub-title {
            font: 700 12px/1.25 "Lato", Arial, sans-serif;
            text-transform: uppercase;
            color: #444444;
            letter-spacing: 1px;
        }
        .faq-title {
            padding-bottom: 5px;
            margin-bottom: 13px;
            color: #d4000d;
            border-bottom: 3px solid #DDDCC5;
        }
        .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 #DDDCC5;
            }
            .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: #d4000d;
                    font: 300 24px "Lato", Arial, sans-serif;
                    -webkit-transition: 0.25s;
                    -khtml-transition: 0.25s;
                    -moz-transition: 0.25s;
                    -ms-transition: 0.25s;
                    -o-transition: 0.25s;
                    transition: 0.25s;
                    cursor: pointer;
                }
                .faq-sub-list > li h2.open {
                    padding-top: 12px;
                }
                    .faq-sub-list > li h2 > a {
                        color: #dd333d;
                        font: 300 24px "Lato", Arial, sans-serif;
                        line-height: 1.2;
                        cursor: pointer;
                        text-decoration: none;
                    }
                        .faq-sub-list > li h2:after {
                            position: absolute;
                            content: '\f107';
                            font-family: 'FontAwesome';
                            font-size: 30px;
                            color: #DF4C52;
                            right: 7px;
                            top: 50%;
                            -webkit-transform: translateY(-50%);
                            -khtml-transform: translateY(-50%);
                            -moz-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                            -o-transform: translateY(-50%);
                            transform: translateY(-50%);
                            -webkit-transform-origin: 50%;
                            -khtml-transform-origin: 50%;
                            -moz-transform-origin: 50%;
                            -ms-transform-origin: 50%;
                            -o-transform-origin: 50%;
                            transform-origin: 50%;
                        }
                        .faq-sub-list > li h2.open:after,
                        .no-js .faq-sub-list > li h2:after {
                            top: 12px;
                            -webkit-transform: rotate(-180deg);
                            -khtml-transform: rotate(-180deg);
                            -moz-transform: rotate(-180deg);
                            -ms-transform: rotate(-180deg);
                            -o-transform: rotate(-180deg);
                            transform: rotate(-180deg);
                        }
                        .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 {
                    display:none;
                    position: relative;
                    z-index: 2;
                    color: #292929;
                    margin: 0;
                    padding: 0 80px 50px 0;
                    font: 300 16px/1.65 "Lato", Arial, sans-serif;
                }
                    .accordion-box-content > * {
                        margin-bottom: 10px;
                    }
                    .accordion-box-content a {
                        color: #d4000D;
                        text-decoration: underline;
                    }
                    .accordion-box-content a:hover,
                    .accordion-box-content a:focus {
                        color: #292929;
                        text-decoration: none;
                    }
                    .accordion-box-content > *:last-child {
                        margin-bottom: 0;
                    }
                        .accordion-box-content ul {
                            margin-left: 20px;
                        }
                            .accordion-box-content ul li {
                                list-style-type: decimal;
                            }
                        .accordion-box-content ol {
                            margin-left: 20px;
                        }
                            .accordion-box-content ol li {
                                list-style-type: disc;
                            }
                        .accordion-box-content li {
                            margin-bottom: 5px;
                        }
                .questionContent.open .accordion-box-content {display:block;}

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


            .content-box {
                max-width: 770px;
                margin-top: -3px;
            }
                .content-title {
                    margin-bottom: 15px;
                    margin-left: -3px;
                    font-size: 70px;
                    line-height: 1;
                    color: #d4000d;
                    letter-spacing: .02em;
                }

.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 {
  text-decoration: none;
}

.page-menu-list > li a.active:after,
.page-menu-list > li a:hover:after,
.page-menu-list > li a:focus:after {
  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;
    -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 #d42b0b;
    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 #d42b0b;
}
.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;}

/*-------------------------------------SECTION-REWARDS-CHECKING---------------------*/
.section-rewards-checking {
    overflow: hidden;
    padding-top: 86px;
    padding-bottom: 80px;
}
    .section-rewards-checking .container {
        position: relative;
        max-width: 1168px;
    }
    .squirrel {
        opacity: 0;
        width: 424px;
        height: 350px;
        position: fixed;
        z-index: 900;
        bottom: -10px;
        left: 90px;
        pointer-events: none;
    }
    .squirrel img, .squirrel div {
      position: absolute;
      bottom: 0;
      left: 0;
    }
    .squirrel_legs { background: url(/images/squirrel-mowing-feet1.png) no-repeat; width: 100%; height: 100%; }
    .squirrel .mowed_money { left: -72px; }
    .money {
        position: fixed;
        z-index: 200;
        bottom: 76px;
        left: 369px;
        pointer-events: none;
    }
    .pig {
        position: absolute;
        z-index: 200;
        top: 29px;
        left: 803px;
        pointer-events: none;
    }
    .pig-b {
        position: absolute;
        z-index: 201;
        top: -50px;
        left: 652px;
        pointer-events: none;
    }
    .sheep {
        position: absolute;
        z-index: 200;
        top: 0;
        left: 775px;
        pointer-events: none;
    }
    .sheep-b {
        position: absolute;
        z-index: 201;
        top: -17px;
        left: 660px;
        pointer-events: none;
    }
    .card {
        position: absolute;
        z-index: 200;
        top: 615px;
        left: 758px;
        pointer-events: none;
    }
    .card-b {
        position: absolute;
        z-index: 201;
        top: 954px;
        left: 847px;
        pointer-events: none;
    }
    .redneck-credit-cards { position: absolute; top: 615px; left: 830px; pointer-events: none; z-index: 200; }
    .redneck-credit-cards.moveTop {top:0px;}
    .redneck-credit-cards-text { position: absolute; top: 970px; left: 810px; pointer-events: none; z-index: 201; }
    .redneck-credit-cards-text.moveTop {top:355px;}
    .mega-money .card { top: 615px; left: 758px; pointer-events: none; }
        .section-rewards-checking .content {
            max-width: 650px;
        }
        .section-rewards-checking .content.big {
            margin-bottom: 58px;
            max-width: 600px;
            line-height: 1.6;
            letter-spacing: .02em;
        }
        .section-rewards-checking .content.small {
            margin-top: -17px;
            margin-left: -2px;
        }
        .checking-wrap {
            max-width: 846px;
        }
        .section-rewards-checking .section-title {
            display: inline-block;
            font-size: 120px;
            line-height: .8;
            text-align: left;
            vertical-align: top;
        }


            .section-title-box {
                max-width: 620px;
            }
            .section-rewards-checking .section-title-box {
                max-width: 640px;
            }
            .desc-box {
                display: block;
                margin-top: -16px;
                font-size: 24px;
                letter-spacing: .02em;
                color: #d4000d;
            }
            .mega-money .section-title-box {
                margin-bottom: 28px;
            }
                .mega-money .section-title {
                    display: inline;

                }
                .mega-money .desc-box {
                    display: inline-block;
                    margin-top: 24px;
                    margin-left: 17px;
                    line-height: 1.1;
                }
            .section-rewards-checking .section-title sup {
                position: relative;
                top: -4px;
                font-size: 19px;
            }
    .section-title-box {
        margin-bottom: 23px;
    }
        .section-title-box .more-apy-box {
            display: inline-block;
            margin-top: -65px;
            margin-left: 38px;
            vertical-align: top;
        }
            .section-title-box .more-apy-box .apy-box {
                top: 14px;
                margin-left: 6px;
                font-size: 187px;
                line-height: 170px;
                font-weight: 700;
                letter-spacing: -.03em;
            }
                .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: 32px;
                    right: auto;
                    left: 16px;
                    bottom: -107px;
                    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-rb' !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;
            -o-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: 636px;
            width: 100%;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: .01em;
        }
            .advantages-table tr {

            }
                .advantages-table td {
                    position: relative;
                    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: 14px;
                    left: 0;
                    font-size: 18px;
                    font-family: 'icomoon-rb' !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: #d4000d;
                    -webkit-transition: 0.2s;
                    -moz-transition: 0.2s;
                    -o-transition: 0.2s;
                    transition: 0.2s;
                }
                .advantages-table tr td:first-child {
                    width: 261px;
                }
                .advantages-table tr td:last-child {
                    padding-right: 0;
                }
                .advantages-table tr:last-child td {
                    border-bottom: none;
                }
    .btn-box {
        margin-bottom: 94px;
        padding-top: 4px;
    }
        .btn-box .a.btn,
        .btn-box .btn {
            margin-right: 44px;
        }
        .text-box {
            position: relative;
            top: 13px;
            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: 12px;
        padding-bottom: 11px;
        background-color: transparent;
    }
    .breadcrumb-box:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #d4000d;
    }
        .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: #d4000d;
                -moz-transform: translate(0, -55%);
                -ms-transform: translate(0, -55%);
                -webkit-transform: translate(0, -55%);
                -o-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: #d4000d;
                }
                .breadcrumb-list > li strong,
                .breadcrumb-list > li b {
                    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: #d4000d;
                }
                a.open-account:hover,
                a.open-account:focus,
                .open-account:hover,
                .open-account:focus {
                    text-decoration: none;
                    color: #292929;
                }

/*-------------------------------------Section Boxes--------------------------------*/
.boxWrap {
  position: relative;
  display: block;
  max-width: 1160px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
.boxWrap a { text-decoration:none; }
.boxWrap .container {
  position: relative;
  display: block;
  width: 103%;
  height: auto;
  padding: 30px 0;
}
.productWrap {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
}
.productItem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 30px 3% 30px 0;
  padding: 0;
  color: #d4000d;
  text-decoration: none;
  border: 1px solid #d4000d;
  -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: #d4000d; }
.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: 100px; }

.productItem .itemCategory { font-size: 11px; }
.promoItem:hover .itemCategory, .productItem:hover .itemCategory { border-color: #d4000d; }
.itemName {
  position: relative;
  display: block;
  max-width: 400px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.15em;
  color: #d4000d;
}
.productItem .itemName {
    font-size: 30px;
    line-height: 1;
    font-family: "Hombre",Arial,sans-serif;
    text-transform: lowercase;
}
.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: #d4000d;
}
.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;
    font-family: "Hombre",Arial,sans-serif;
}
.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; }

.itemDesc {
  position: relative;
  display: block;
  max-width: 400px;
  font-size: 18px;
  line-height: 1.5em;
  color: #d4000d;
}
.productItem .itemDesc {
    font-size: 14px;
    color: #292929;
     }
.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: #d4000d url(/images/rightArrowWhite.png) no-repeat right center;
  background-size: auto .8em;
  border: 2px solid #d4000d;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
.itemOpen:hover, .itemOpen:focus { color: #d4000d; background-color: #fff; background-image: url(/images/rightArrowRed.png); }
.itemDetails, .productItem .itemOpen, .productItem .itemDetails {
  padding-left: 0;
  padding-right: 0;
  color: #d4000d;
  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/rightArrowRed.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: #d4000d;
}
.productItem .itemOpen + .itemDetails::after, .productItem .itemOpen + .itemDetails:after { background-color: #bbb; }
.content { font-weight:300;}
.content.big { font-size:18px; line-height:1.5; }
.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-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: #d4000d;
  letter-spacing: .02em;
}

/*-------------------------------------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: #d4000d; transition: .25s;}
 .content .sitemapColumn ul li a:hover, .content .sitemapColumn ul li a:focus {color: #d4000d;}
  .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: #d4000d;}
  .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;}

 /*-------------------------------------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: 16px 0;
  font-size: 18px;
  font-weight: 400;
}

.calculator-list > li a:after {
  position: absolute;
  display: block;
  content: '\f054';
  top: 50%;
  right: 4px;
  margin: -.5em 0 0 0;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1em;
  color: #292929;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

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

.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: #d4000d;
}

.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;
  background-color: #ffffff;
}
.contact-form .input-style {margin-bottom: 20px;}

.calculator-form-list .input-style.disabled, .calculator-form-list .input-style#mortgage-loan-amount, .calculator-form-list .input-style#total-payment { color: #aaa; cursor: default; }

.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;
  background-color: #ffffff;
}

.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;
   background-color: #ffffff;
}

.calculator-form-list label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #292929;
  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;
}
/*-------------------------------------SECTION-VIDEO---------------------------*/
.section-video {
  padding-bottom: 64px;
}

.section-video .container {
  max-width: 1286px;
}
.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;
}

.page-menu-wrap { position: relative; z-index: 90; width: 100%; }
.page-menu-wrap-fixed { position:fixed; z-index: 900; top:0; left: 0; background:#fff; border-bottom: 1px solid #d4000d; }
.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; }

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

.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;
  color: #292929;
}
.video-list a:hover .video-item-title, .video-list a:focus .video-item-title,
.video-list a:hover .video-item-desc, .video-list a:focus .video-item-desc { color: #292929; }

.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-MAP----------------------------------*/
.section-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 97px);
}
    .mob-map-nav {
        display: none;
    }
        .mob-toggle {
            position: absolute;
            z-index: 40;
            top: 0;
            width: 40px;
            height: 40px;
            text-align: center;
            background-color: #d4000d;
            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: #d4000d;
	    padding-left: 460px;
	    padding-top: 112px;
    }
    .top-bar {
        overflow: hidden;
        position: absolute;
        margin-bottom: 1px;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        padding: 23px 20px 25px 490px;
        background-color: #ffffff;
        -webkit-transition: .35s;
        -moz-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
    }
    .top-bar:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #d4000d;
    }
        .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: 170px;
        }
            .top-bar-item {}
                .top-bar-item-title {
                    display: block;
                    margin-left: 3px;
                    font-size: 14px;
                    color: #d4000d;
                }
                .top-bar-info {
                    font-size: 18px;
                    line-height: 1;
                    color: #d4000d;
                }
                    a.top-bar-tel,
                    .top-bar-tel {
                        padding-right: 12px;
                        font-size: 32px;
                        font-weight: 700;
                        color: #d4000d;
                        letter-spacing: .02em;
                    }
                    a.top-bar-tel:hover,
                    a.top-bar-tel:focus,
                    .top-bar-tel:hover,
                    .top-bar-tel:focus {
                        opacity: .8;
                        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-style {
                            max-width: 290px;
                            padding: 5px 16px 5px 4px;
                            font-family: "Lato", Arial, sans-serif;
                            font-size: 24px;
                            font-weight: 700;
                            color: #d4000d;
                            border: none;
                            border-bottom: 2px solid #c5c5c5;
                            background-color: #ffffff;
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            border-radius: 0;
                        }
                        .top-bar-search-style:focus {
                            outline: none;
                            border-bottom-color: #d4000d;
                        }
                        .top-bar-search-style:focus + .top-bar-btn {
                            color: #d4000d;
                        }
                        .top-bar-btn {
                            position: absolute;
                            right: 1px;
                            top: 1px;
                            height: 38px;
                            width: 54px;
                            font-size: 16px;
                            line-height: 38px;
                            letter-spacing: .01em;
                            font-weight: 700;
                            color: #999999;
                            background-color: #ffffff;
                            border: none;
                            text-transform: uppercase;
                            cursor: pointer;
                        }
                            .top-bar-btn .icon-arrow {
                                position: relative;
                                top: -5px;
                                right: -5px;
                            }
    .control-bar{
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        width: 460px;
        height: 100%;
        padding: 22px 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: .35s;
        -moz-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
    }
        .nav-tabs-box {
            margin-right: 37px;
            /*margin-bottom: 22px;*/
        }
            .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: #d4000d;
                }
            .nav-tabs-table {
                display: table;
                width: 100%;
                text-align: center;
            }
                .nav-tabs-table a {
                    display: table-cell;
                    padding: 8px 10px 6px;
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 1.7;
                    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: #d4000d;
                }

.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: calc(100vh - 220px);
            }
                .nicescroll-rails {
                    width: 7px !important;
                    -webkit-border-radius: 1em !important;
                    -khtml-border-radius: 1em !important;
                    -moz-border-radius: 1em !important;
                    -ms-border-radius: 1em !important;
                    -o-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: 26px 0 23px;
                            border-bottom: 1px solid #D6D6D6;
                        }
                        .map-item-list > li.map-item-info {
                            padding: 18px 0 22px;
                            /*border-top: 1px solid #D6D6D6;*/
                        }
                        .map-item-list > li:last-child {
                            border-bottom: none;
                        }
                            .tab-box {
                                position: relative;
                                padding-left: 42px;
                            }
                                .tab-box .icon-geo {
                                    position: absolute;
                                    top: 1px;
                                    left: -4px;
                                    font-size: 26px;
                                    color: #d4000d;
                                }
                                .tab-box .icon-atm {
                                    position: absolute;
                                    top: -4px;
                                    left: -1px;
                                    display: block;
                                    width: 36px;
                                    height: 37px;
                                    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: #444444;
                                    }
                                    a.map-item-title.red,
                                    .map-item-title.red {
                                        color: #d4000d;
                                    }
                                    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 {
                                        color: #d4000d;
                                        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: 1px;
                                        font-size: 12px;
                                        letter-spacing: .1em;
                                        text-transform: uppercase;
                                        text-decoration: underline;
                                    }
                                    a.map-hour:after,
                                    .map-hour:after {
                                        position: absolute;
                                        content: '';
                                        z-index: 99;
                                        right: 6px;
                                        top: 1px;
                                        font-size: 13px;
                                        font-family: 'icomoon-rb' !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;
                                        -o-transform-origin: center center;
                                        -ms-transform-origin: center center;
                                        transform-origin: center center;
                                        -webkit-transform: rotate(90deg);
                                        -khtml-transform: rotate(90deg);
                                        -moz-transform: rotate(90deg);
                                        -ms-transform: rotate(90deg);
                                        -o-transform: rotate(90deg);
                                        transform: rotate(90deg);
                                        -webkit-transition: 0.2s;
                                        -moz-transition: 0.2s;
                                        -o-transition: 0.2s;
                                        transition: 0.2s;
                                        cursor: pointer;
                                    }
                                    a.map-hour.open:after,
                                    .map-hour.open:after {
                                        -webkit-transform: rotate(270deg);
                                        -khtml-transform: rotate(270deg);
                                        -moz-transform: rotate(270deg);
                                        -ms-transform: rotate(270deg);
                                        -o-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: #d4000d;
                                    }
                                .map-hour-box {
                                    display: none;
                                    margin-top: 25px;
                                    margin-bottom: -19px;
                                }
                                .map-hour-box.show {
                                    display: block;
                                }
                                    .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: 29px;
                                        letter-spacing: .02em;
                                        line-height: 1.35;
                                        color: #444444;
                                    }
                                    .map-item-title + .hour-desc {
                                        margin-top: 4px;
                                        margin-bottom: 0;
                                    }
                                        .hour-desc a {
                                            color: #444444;
                                            text-decoration: underline;
                                        }
                                        .hour-desc a:focus,
                                        .hour-desc a:hover {
                                            color: #d4000d;
                                            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-default {
        display: none;
        position: absolute;
        z-index: 60;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 40px 20px 40px;
        background-color: rgba(255, 255, 255, .95);
    }

    .map-default.show {
        display: table;
    }
        .map-cell {
            position: relative;
            z-index: 10;
            display: table-cell;
            width: 100%;
            min-height: 50px;
            vertical-align: middle;
        }
            .map-default-box {
                max-width: 622px;
                margin: 0 auto;
            }
                .map-default-form-title {
                    display: block;
                    margin-bottom: 16px;
                    font-size: 17px;
                    font-weight: 700;
                    letter-spacing: .11em;
                    color: #444444;
                    text-align: center;
                }
                .map-default-zip-box {
                    position: relative;
                    margin-bottom: 25px;
                }
                    .map-default-zip-style {
                        padding: 36px 80px 36px 45px;
                        font-size: 36px;
                        font-weight: 400;
                        letter-spacing: .02em;
                        word-spacing: -.01em;
                        border: 2px solid #686868;
                        background-color: #ffffff;
                    }
                    .map-default-zip-box a.btn-search,
                    .map-default-zip-box .btn-search {
                        top: 2px;
                        right: 2px;
                        bottom: 2px;
                        padding: 39px 45px;
                        font-size: 32px;
                        color: #999999;
                        background-color: #ffffff;
                    }
                    .map-default-zip-box .btn-search:hover,
                    .map-default-zip-box .btn-search:focus {
                        color: #ffffff;
                        background-color: #d4000d;
                    }
                .map-default-desc {
                    font-size: 18px;
                    letter-spacing: .02em;
                    text-align: center;
                    color: #444444;
                }
                    .may-apply {
                        margin-bottom: 13px;
                    }
                    .map-default-desc a {
                        font-size: 18px;
                        text-decoration: underline;
                    }
                    .map-default-desc a:hover,
                    .map-default-desc a:focus {
                        text-decoration: none;
                    }
        .horse {
            position: absolute;
            right: 0;
            bottom: 0;
        }

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

/*----------------------------------------------------------------------------------*/
/*-------------------------------------FOOTER---------------------------------------*/
/*----------------------------------------------------------------------------------*/
#footer {
    position: relative;
    z-index: 10;
    padding: 75px 0 48px;
    background-color: transparent;
    border-top: 1px solid #C9C9C9;
}
.home #footer {
    padding-top: 170px;
    background: url(/images/body_bg.jpg) repeat-y top center;
    z-index: 19;
    background-size: 100% auto;
    border-top: none;
}
    #footer .container {
        max-width: 1340px;
    }
    .footer-top-box {
        position: relative;
        left: -5px;
        text-align: center;
    }
        .have-questions {
            position: relative;
            z-index: 30;
            font-size: 36px;
        }
            .have-questions a {
                padding-left: 7px;
                font-size: 36px;
                font-weight: 700;
            }
            .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 -5px 7px;
        }
            .footer-coll-list > li {
                float: left;
                padding: 0 5px;
                width: 33.33%;
            }
                /*.footer-coll-list > li.coll-first { width: 32%;}
                .footer-coll-list > li.coll-second { width: 23.1%;}
                .footer-coll-list > li.coll-third { width: 20%;}
                .footer-coll-list > li.coll-fourth { width: 24.9%;}*/
                    .coll-first a.btn,
                    .coll-first .btn {
                        max-width: 328px;
                        width: 100%;
                        padding-right: 45px;
                        padding-left: 30px;
                    }
                .footer-coll-list > li a:hover,
                .footer-coll-list > li a:focus {
                    text-decoration: none;
                }
                a.coll-title,
                .coll-title {
                    display: block;
                    margin-bottom: 9px;
                    padding: 4px 0 4px;
                    font-size: 22px;
                    font-weight: 700;
                    color: #444444;
                }
                a.coll-link,
                .coll-link {
                    display: block;
                    font-size: 18px;
                    padding: 4px 0 4px;
                    letter-spacing: .04em;
                    word-spacing: -.04em;
                }
                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:hover,
                a.coll-title:focus {
                    color: #d4000d;
                }

                a.coll-title + a.coll-link,
                a.coll-title + .coll-link,
                .coll-title + a.coll-link,
                .coll-title + .coll-link {
                    margin-top: -10px;
                }
                a.coll-title + a.btn,
                a.coll-title + .btn,
                .coll-title + a.btn,
                .coll-title + .btn {
                    margin-top: -4px;
                }
                a.coll-title + .search-zip-box,
                .coll-title + .search-zip-box {
                    margin-top: 0;
                }

        .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;
                letter-spacing: .02em;
            }
        .footer-mob-btn {
            display: none;
            margin-bottom: 23px;
        }
            .footer-mob-btn .coll-title {
                margin-bottom: 15px;
                text-align: center;
                letter-spacing: .02em;
            }
            .footer-mob-btn a.btn-big,
            .footer-mob-btn .btn-big {
                min-width: 100%;
                letter-spacing: .17em;
                word-spacing: .18em;
            }
        .search-zip-box {
            position: relative;
        }
        .search-zip-box:before {
            position: absolute;
            top: 50%;
            left: 16px;
            font-family: 'icomoon-rb' !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;
            -o-transition: 0.2s;
            transition: 0.2s;
            -webkit-font-smoothing: antialiased;
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
        .coll-fourth .search-zip-box:before {
            content: '';

        }
        .coll-fourth .search-zip-style {
            padding: 18px 80px 18px 24px;
            letter-spacing: .03em;
            color: #444444;
            border-color: #444444;
            border-radius: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            margin: 0;
        }
        .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;
            }
            .box-right {
                float: right;
                margin-right: -17px;
            }
                .img-link {
                    display: inline-block;
                    margin: 5px 19px 5px;
                }
    .footer-bottom-box {
        padding-top: 66px;
        padding-bottom: 66px;
    }
        .footer-bottom-table {
            display: table;
            width: 100%;
            margin: 0 -5px;
        }
            .footer-left-cell,
            .footer-right-cell {
                display: table-cell;
                padding: 0 5px;
                vertical-align: bottom;
            }
            .footer-right-cell {
                position: relative;
                text-align: right;
            }
                .footer-right-cell img {
                    position: relative;
                    right: -9px;
                }
                .routing {
                    display: block;
                    margin-bottom: 4px;
                    font-size: 18px;
                    font-weight: 700;
                    letter-spacing: .02em;
                    color: #444444;
                }
                .pre-copyright,
                .power-by,
                .copyright {
                    max-width: 600px;
                    margin-bottom: 7px;
                    font-size: 13px;
                    font-weight: 400;
                    letter-spacing: 0.02em;
                    word-spacing: 0.08em;
                    color: #444444;
                }
                .copyright.mobile {
                    display: none;
                }
                .copyright {
                    display: block;
                    max-width: 890px;
                    margin-bottom: 23px;
                }
                .power-by {
                    float: right;
                    max-width: 250px;
                }
                    .power-by a,
                    .copyright a {
                        font-size: 13px;
                        font-weight: 400;
                        text-decoration: underline;
                    }
                        .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: -11px;
        }
            .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: #444444;
            }
            .footer-bottom-menu > li:last-child:after {
                content: none;
            }
                .footer-bottom-menu > li a {
                    display: inline-block;
                    padding: 2px 11px 2px;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 1;
                    color: #444444;
                    letter-spacing: .02em;
                }
                    .footer-bottom-menu > li a:hover,
                    .footer-bottom-menu > li a:focus {
                        color: #d4000d;
                        text-decoration: none;
                    }
        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;
        }
/* ABOUT PAGE */
.aboutHero {
  position: relative;
  display: block;
  width: 100%;
  min-height: 800px;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.aboutHeroImage, .aboutHeroImageMobile {
  position: absolute;
  display: block;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -10069px;
  margin: auto;
}
.aboutHeroImageMobile { display: none; height: 100%; }
.aboutHeroCenter {
  position: absolute;
  display: block;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
.aboutHeroContent {
  position: relative;
  display: block;
  max-width: 65%;
  width: 640px;
  padding: 80px 20px;
  text-align: left;
}
.aboutHeroContent .h1style {
  position: relative;
  display: block;
  max-width: 610px;
  font-family:"Hombre", Arial, sans-serif;
  font-size: 120px;
  line-height: .9em;
  color: #d4000d;
  text-transform: lowercase;
}
.aboutHeroContent p {
  position: relative;
  display: block;
  padding: 1em 0 0 0;
  max-width: 510px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  color: #292929;
}
.aboutHeroJumpWrap {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}
.aboutHeroJump, a.aboutHeroJump {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: auto;
  padding: 1.2em 4em 1.2em 2em;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  background: #d4000d;
}
.aboutHeroJump::after, .aboutHeroJump:after {
  content: '';
  position: absolute;
  display: block;
  width: 3em;
  height: 3em;
  top: 50%;
  right: .5em;
  margin: -1.5em 0 0 0;
  background: url(/images/rightArrowWhite.png) no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-about {
  position: relative;
  display: block;
  padding: 100px 0;
}
.section-about .section-title { max-width: 800px; margin: 0 auto; padding: .8em 0 .3em 0; font-size: 100px; line-height: .8em; text-transform: lowercase; }
.section-about .section-title:first-child { padding-top: 0; }
.section-about p { max-width: 500px; width: 100%; margin: 0 auto; font-size: 16px; line-height: 1.5em; text-align: center; }
.aboutTeamWrap {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.aboutTeamMember {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 1em 0 5em 0;
  font-size: 16px;
  line-height: 1.5em;
}
.aboutTeamMemberImage {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.aboutTeamMemberImage img { display: block; max-width: 400px; max-height: 400px; margin: 0 auto; }
.aboutTeamMemberName, .section-about p.aboutTeamMemberName { display: block; font-family:"Hombre", Arial, sans-serif; font-size: 60px; line-height: 1.2em; color: #d4000d; text-transform: lowercase; }
.aboutTeamMemberTitle, .section-about p.aboutTeamMemberTitle { font-family: "Lato", Arial, sans-serif; font-size: 20px; line-height: 1.2em; color: #d4000d; }
.aboutTeamMemberDesc, .section-about p.aboutTeamMemberDesc { max-width: 380px; margin: 0 auto; padding: 1em 0 0 0; font-family: "Lato", Arial, sans-serif; font-size: 16px; line-height: 1.5em; color: #292929; }
.aboutGridWrap {
  position: relative;
  display: block;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
}
.aboutGridCell {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 18px;
  padding: 1em 0 3em 0;
}
.aboutGridCell p { max-width: 330px; font-family: "Lato", Arial, sans-serif; font-size: 18px; font-weight: 300; line-height: 1.5em; color: #292929; }
.aboutGridCell p.aboutGridTitle { padding: 0 0 .3em 0; font-size: 36px; line-height: 1.2em; }
.animationControls {
  position: fixed;
  display: block;
  left: 20px;
  bottom: 20px;
  padding: 0 10px;
  font-size: 0;
  background: #d4000d;
  z-index: 500;
}
.no-js .animationControls { display: none !important; }
.animationControls a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 1em .5em;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.animationControls a i { display: block; }
.animationControls a.prevBubble, .animationControls a.nextBubble { display: none; }
.home .animationControls a.prevBubble, .home .animationControls a.nextBubble { display: inline-block; }
.toggleAnimations .fa-play { display: none; }
.toggleAnimations.paused .fa-play {display:block;}
.toggleAnimations.paused .fa-pause {display:none;}
.toggleSound .fa-volume-off { display: none; }
.toggleSound.muted .fa-volume-up {display:none;}
.toggleSound.muted .fa-volume-off {display:block;}
.toggleAnimations.pause .fa-play, .toggleSound.off .fa-volume-off { display: block; }
.toggleAnimations.pause .fa-pause, .toggleSound.off .fa-volume-up { display: none; }
.mapHorse { position: absolute; display: block; max-width: 35%; width: auto; bottom: 0; right: 0; }
/* CKEDITOR */
body.cke_editable { padding: 20px; }
/*--------------------------------------MEDIA-----------------------------------------*/
@media screen and (max-width: 1800px) {
  .horse_h { max-width: none; width: 500px; }
  #horseSpeech { bottom: 530px; left: 220px; }
  .hero-list, .bottom_animal_container_inner { padding-left: 17%; }
  .mapHorse {max-width: 30%;}
}
@media screen and (max-width: 1600px) {
  .call-box { margin-right: 40px; }
  .hero-list { top: -20px; padding-left: 21%; }
  .bottom_animal_container_inner { padding-left: 22% }
  .rotate-left { top: -25px; }
  /*.rotate-right { display: none; }*/
  a.btn-more-accounts, .btn-more-accounts { display: inline-block; }
  /*.mapHorse {max-width: 30%;}*/
  .hero-wrap {
    max-width: 295px;
  }
  .hero-value-desc {
    font-size: 15px;
    margin-top: -15px;
    }
    .hero-wrap-inner {
    height: 260px;
    padding: 15px 20px 10px 36px;
  }
  .hero-value {
    font-size: 110px;
  }
  .hero-value sup {
    font-size: 55px;
  }
  .hero-value span {
    font-size: 14px;
    bottom: 0;
  }
  .hero-wrap a.btn, .hero-wrap .btn {
    bottom: 50px;
    padding: 8px;
    left: 37px;
  }
  .hero-headline {
    font-size: 52px;
  }
  .hero-value-desc-custom {
    font-size: 16px;
  }
  a.hero-apy, .hero-apy {
    bottom: 41px;
    right: 0;
    line-height: 1.3;
  }
  img.clothespin-1 {
    top: -200px;
  }
  img.clothespin-2 {
    margin-left: 15px;
  }
  .rotate-right {
    top: -50px;
  }
  .rotate-left {
    top: -30px;
  }
  .rope_h {
    bottom: 490px;
  }
  .squirrel_h { transform: translateX(419px); }
}
@media screen and (max-width: 1490px) {
    /*.squirrel_h, .pig_h, .pig-hooves { display: none; }*/
    .rope_h { bottom: 470px; }
    /*.hero-list { top: 60px; }*/
  .table-box { width: 100%; height: 550px; max-width: 1300px; min-width: 0; }
  .bottom_animal_container { max-width: 1300px; }
  #horseSpeech { width: 502px; height: 390px; left: 240px; bottom: 400px; }
  .cloud-box.bubble1 { padding: 127px 134px 139px 119px; }
  .cloud-box.bubble2 { padding: 134px 150px 142px 101px; }
  .cloud-box.bubble3 { padding: 134px 132px 132px 112px; }
  .cloud-box.bubble4 { padding: 153px 135px 152px 116px; }
  .cloud-box.bubble5 { padding: 144px 142px 133px 142px; }
  .cloud-box.bubble6 { padding: 160px 145px 148px 120px; }
  .cloud-text-box, .cloud-text-box a { font-size: 43px; }
  .header-login-box {
    margin-right: 80px;
  }
  .rotate-right {
    top: -78px;
  }
  .squirrel_h { transform: translateX(416px); }
}
@media screen and (max-width: 1380px) {
  .horse_h { width: 480px; }
  .bottom_animal_container {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1300px) {
  .home .logo, .logo { max-width: 240px; margin-top: 7px; }
  .main-nav > ul > li > a { font-size: 18px; }
  .header-login-box { max-width: 255px; }
  a.forgot, .forgot { max-width:50%;  padding-bottom: 10px; }
  a.enroll, .enroll { max-width:35px; }
  a.forgot:hover, .forgot:focus { color: #fff; text-decoration: underline; }
  a.coll-title, .coll-title { font-size: 18px; line-height: 1.2em; }
  a.coll-link, .coll-link { font-size: 15px; line-height: 1.2em; }
  .coll-first a.btn, .coll-first .btn { max-width: 270px; font-size: 14px; line-height: 1.2em; padding: 1.2em 3em 1.2em 1.5em; }
  .search-zip-style, .coll-fourth .search-zip-style { font-size: 15px; line-height: 1.2em; padding: 1em 5.8em 1em 1.5em; }
  .btn-search { font-size: 15px; line-height: 1.2em; min-width: 4.5em; padding: 1em 1.5em; }
  
  .img-login {
    top: -62px;
    left: 200px;
  }
  .rotate-right {
    display: none
  }
    .squirrel_h { transform: translateX(466px); }
}
@media only screen and (max-width: 1280px) {
  .horse { display: none; }
  .footer-coll-list > li.coll-first { padding-right: 10px; }
  /*.rotate-left { display: none; }*/
  .yep-cell span { font-size: 80px; }
  .hero-list, .bottom_animal_container_inner { padding: 0 0 0 120px; text-align: center; }
  .bottom_animal_container_inner { padding-left: 120px; }
  .rope_h { left: -9999px; right: -9999px; margin: auto; }
  .img-login img {left: 15px;}
  .pig_h, .pig-hooves { right: -51px; }
}
@media only screen and (max-width: 1120px) {
  .main-nav > ul > li > a { padding-left: 7px; padding-right: 7px; }
  .footer-coll-list { margin-bottom: -40px; }
  .sheep, .redneck-credit-cards, .redneck-credit-cards-text, .sheep { display: none;}
}
@media only screen and (max-width: 1080px) {
    .table-box .left-box,
    .table-box .right-box {
        float: none;
        width: 100%;
    }
    .table-box .left-box {
        display: table-footer-group;
    }
    .section-title-box .section-title {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }
    .section-title-box .more-apy-box {
        display: table-header-group;
        width: 100%;
    }
    .section-title-box {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .home .wrapper {
        overflow: hidden;
    }
    .rope_h { top: -55px; }
    .hero-list { top: -40px; }
    /*.hero-wrap { max-width: 330px; }*/
    .hero-wrap:before { background-size: contain; }
    /*.hero-headline { font-size: 52px; }*/
/*    .hero-wrap-inner {
        height: 290px;
        padding: 37px 45px;
    }*/
      .hero-wrap {
        margin: 0 8px;
      }
        img.clothespin-1 {
            width: 65px;
            top: -130px;
            margin-left: -42px;
        }
        img.clothespin-2 {
          width: 59px;
          top: -136px;
        }
        .rotate-left {
          top: 0;
        }
           /* .hero-value {
                font-size: 90px;
            }
            .hero-value sup {
                margin-left: -22px;
                font-size: 50px;
            }
            .hero-value span {
                bottom: -2px;
                font-size: 14px;
            }
            .hero-value-desc {
                font-size: 13px;
            }
            .hero-btn-box a.btn, .hero-btn-box .btn {
                font-size: 10px;
                min-width: 120px;
            }*/
            .hero-wrap a.btn, .hero-wrap .btn { left: 38px; bottom: 45px; }
            a.hero-apy, .hero-apy { width: 52px; bottom: 40px; right: 20px; font-size: 10px; }
    .yep-cell span {
        font-size: 70px;
    }
    .hero-box {
      padding-bottom: 50px;
    }
}
@media only screen and (min-width: 1025px) {
  .login-bottom-box ul { margin-top: -14px; }
}
@media only screen and (max-width: 991px) {
    .home .section-hero { margin-bottom: 100px; }
    .squirrel_h { display: none; }
    .page-menu-wrap .container { overflow: auto; }
    .page-menu-wrap .container .page-menu-list {width: 800px; display: inline-block; vertical-align: top;}
    .page-menu-wrap .container::-webkit-scrollbar { width: 0; }
    .page-menu-wrap .container::-webkit-scrollbar-thumb { background-color: transparent; }
    .content-wrap { max-width: calc(100% - 100px);}
    .wrapper {
        margin-top: 62px;
        margin-bottom: -820px;
    }
    .wrapper:after {
        height: 820px;
    }
    .home .wrapper {
        margin-bottom: -790px;
    }
    .home .wrapper:after {
        height: 764px;
    }
    .footer-coll-list > li {
        width: 50% !important;
        margin-bottom: 40px;
    }
    .footer-coll-list > li:nth-child(odd) {
        clear: both;
    }
    .interesting-list > li:nth-child(2) {
        padding-left: 20px;
    }
    .header-login-box {
        position: absolute;
        display: block;
        width: 58px;
        min-height: 62px;
        right: 0;
        top: 0;
        margin: 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;
        left: 0;
        margin-top: 16px;
        padding-top: 15px;
        padding-left: 0;
        font-size: 7px;
        text-transform: uppercase;
        opacity: 1;
    }
    .login span:before {
        top: 0;
        left: 50%;
        font-size: 13px;
        line-height: 1;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .img-login {
        display: none;
    }
    .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: 100vh;
        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%;
        padding: 20px 40px 16px 18px;
        letter-spacing: .2em;
    }
    a.forgot,
    .forgot {
        margin: 28px auto;
        max-width: 100%;
        display: block;
        font-size: 16px;
        text-align: center;
        letter-spacing: .02em;
    }
    .desktop {
        display: none !important;
    }

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

    .mobile-menu-wrap .header-btn-box {
        display: block;
        margin: 0 25px 35px;
        float: none;
    }
    .header,
    .home .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        min-height: 62px;
        z-index:9999;
        background-color: #D4000D;
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    }
    .home .logo,
    .logo {
        position: relative;
        float: none;
        max-width: 170px;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    .home-logo, 
    .home .home-logo {
        display: none;
    }
    .mob-logo {
        display: block;
    }
    .mob-logo.alt {
                left: 0;
                opacity: 1;
                position: absolute;
                top: 0;
                animation: fade 10s infinite;
            }


            @keyframes fade {
              0%,100% { opacity: 0 }
              10%, 60% { opacity: 1 }
            }
    .home .home-logo,
    .desktop-logo { display: none }
    .hide-el { display: block; }
    .mob-map-nav, .mobile-toggle-tab-wrap {
        display: block;
        background: url(/images/body_bg.jpg) repeat-y center bottom;
    }
    .mobile-toggle-tab.active { background: transparent; border-bottom-color: transparent; }
    .top-bar {
        height: 100%;
        z-index: 60;
        left: auto;
        padding-left: 15px;
        padding-right: 15px;
        position:relative;
    }
    .top-bar.showing {
        right: 0;
        opacity: 1;
    }
    .call-box { display:none!important; }

    .control-bar { position: relative; width: 100%; height: auto; z-index: 60; padding: 15px; background: url(/images/body_bg.jpg) repeat-y center top; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
    .control-bar.showing {
        left: 0;
        opacity: 1;
    }
    .section-map {
        min-height: 460px;
        height: 100%;
        height: calc(100vh - 58px);
    }
    .top-bar-list,
    .nav-tabs-table,
    .nice-scroll {
        max-width: none;
        margin: 0 auto;
    }
    .nav-tabs-box {
        margin-right: 0;
    }
    .card, .card-b, .pig, .pig-b, .squirrel, .money, .sheep, .sheep-b {
        display: none;
    }
    .hero-list { top: 15px; }
    .home #footer {
        padding-top: 20px;
        border-top: none;
    }
    #footer {
        padding-bottom: 20px;
    }
    .horse_h { width: 440px; }
    #horseSpeech { left: 220px; bottom: 360px; }
    .fly_h { display: none; }
  /* ABOUT */
  .aboutHero { min-height: 0; height: 550px; }
  .aboutHeroImage { display: none; }
  .aboutHeroImageMobile { display: block; height: 135%; bottom: -9869px; }
  .aboutHeroContent { max-width: 100%; padding: 20px 20px; margin: auto; text-align: center;}
  .aboutHeroContent .h1style { font-size: 53px; }
  .aboutHeroContent p { margin: auto; font-size: 14px; }
  .aboutHeroJump, a.aboutHeroJump { font-size: 13px; }
  .section-about { padding: 30px 0; }
  .section-about .section-title { font-size: 40px; }
  .section-about p { font-size: 14px; }
  .aboutTeamMember { width: 100%; padding: 1em 0 3em 0; }
  .aboutTeamMemberImage img { max-width: 100%; max-height: 300px; }
  .aboutTeamMemberName, .section-about p.aboutTeamMemberName { font-size: 40px; }
  .aboutTeamMemberTitle, .section-about p.aboutTeamMemberTitle { font-size: 16px; }
  .aboutTeamMemberDesc, .section-about p.aboutTeamMemberDesc { font-size: 14px; }
  .aboutGridCell { width: 100%; padding: 1em 0 2em 0; font-size: 14px; }
  .aboutGridCell p { font-size: 14px; }
  .aboutGridCell p.aboutGridTitle { font-size: 24px; }
    .title {
        font-size: 32px;
    }
    a.btn-small, .btn-small {
        font-size: 12px;
    }
    a.btn-big, .btn-big {
        font-size: 16px;
        padding: 23px 60px 20px 32px;
        min-width: 260px;
    }
    .section-sub-title {
        font-size: 22px;
    }
    .section-title {
        font-size: 54px;
    }
    .section-content {
        padding-top: 60px;
    }
    .content-title {
        font-size: 50px;
    }
    .content.big {
        font-size: 16px;
    }
    .section-title-box {
        margin-top: 0;
    }
    .section-title-box .section-title {
        font-size: 80px;
    }
    .mega-money .section-title-box {
        margin-bottom: 16px;
    }
    .desc-box {
        font-size: 20px;
        margin-top: 0;
    }
    .desc-box br {
        display: none;
    }
    .mega-money .desc-box {
        margin-top: 10px;
        margin-left: 0;
    }
    .advantages-list,
    .text-box {
        font-size: 16px;
    }
    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-title {
        font-size: 11px;
    }
    a.top-bar-tel, .top-bar-tel {
        font-size: 24px;
    }
    .top-bar-info {
        font-size: 16px;
    }
    .routing {
        font-size: 16px;
    }
    .map-default-form-title {
        font-size: 15px;
    }

    .map-default {
        display: none;
    }
    .map-default-desc,
    .map-default-desc a {
        font-size: 16px;
    }
    .map-default-zip-style {
        padding: 25px 80px 27px 45px;
        font-size: 28px;
    }
    .map-default-zip-box a.btn-search,
    .map-default-zip-box .btn-search {
        padding: 32px 30px 30px;
        font-size: 24px;
    }
    .section-faqs .page-menu-wrap { display: none; }
    .section-faqs-container { padding-top: 30px; }
    .section-content.calculator { padding-top: 0; }
    .container-select-box { display: block; }
    .container-select-box:after {display: none;}
    .section-content.calculator .sidebar {display:none;}
    .section-content.calculator .content-title { margin-bottom: 21px; font-size: 30px; }
    .section-content.calculator .content-wrap { float: none; max-width: 100%;}
    .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: 31px;}
    .select-wrap.has-label:after {top: 26px;}
    .section-content.calculator .container { max-width:100%;}
  /**/
  .home #footer { padding-top: 60px; }
  #footer { padding-top: 16px; padding-bottom: 10px; }
  #footer .container { max-width: 320px; }
  .footer-top-box .btn { display: none; }
  .footer-top-box .or { display: none; }
  .have-questions { font-size: 16px; letter-spacing: .02em; }
  .have-questions a { display: block; font-size: 25px; }
  .footer-coll-list { display: none; }
  .footer-mob-menu { display: block; max-width: 270px; margin: 0 auto 32px; }
  a.coll-title, .coll-title { font-size: 15px; line-height: 1; }
  .footer-right-cell img { max-width: 72px; }
  .footer-top-box { left: 0; margin-bottom: 0; }
  .footer-middle-box { padding-top: 27px; padding-bottom: 16px; }
  .footer-mob-btn { display: block; }
  .search-zip-style { padding: 13px 14px 11px 14px; }
  .footer-right-cell { display: table-header-group; padding-bottom: 10px; }
  .footer-left-cell,
  .footer-right-cell { padding: 0; text-align: center; }
  .footer-left-cell { padding-top: 12px; }
  #footer .btn.btn-search { display: none; }
  #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-bottom-box { padding-top: 36px; border-top: 1px solid #C0C0C0; }
  .power-by { display: none; }
  .pre-copyright,
  .copyright { display: none; margin-bottom: -5px; font-size: 10px; text-align: center; line-height: 1.8; letter-spacing: 0; word-spacing: 0; }
  .copyright.mobile { display: block; }
  .routing { margin-bottom: 14px; font-size: 15px; letter-spacing: -.04em; }
  .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: 7px; padding-right: 7px; }
  .table-box .left-box,
  .table-box .right-box { float: none; width: 100%; }
  .table-box .left-box { display: table-footer-group; }
  .hero-title { margin-bottom: 31px; font-size: 28px; }
  .hero-title sup { font-size: 16px; }
  .table-box { height: 475px; padding-top: 47px; }
  .table-box a.btn,
  .table-box .btn { margin-left: 0; margin-right: 34px; }
  a.link-underline,
  .link-underline { display: inline-block; max-width: 60px; top: 2px; padding-bottom: 6px; font-size: 10px; line-height: 1.5; }
  a.btn, .btn,
  .info-box .btn { font-size: 11px; padding: 13px 9px 11px 14px; }
  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: 27px; 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; }
  a.custom-link, .custom-link { display: none; }
  .map-default { position: fixed; }
  .map-default .btn.btn-search { top: 2px; bottom: 2px; }
  .mapHorse { display: none; }
}
@media only screen and (max-width: 980px) {
  .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 { color: #d4000d; 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: #d4000d; }
  .itemOpen:first-child, .itemDetails:first-child, .productItem .itemOpen:first-child, .productItem .itemDetails:first-child { padding-left: 0; }
  .itemOpen, .productItem .itemOpen {padding-right: 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; }
  .calculator-form-list a.btn, .calculator-form-list .btn {max-width: 100%;}
  .page-menu-wrap { z-index:1000; white-space: nowrap; overflow:auto; }
  .page-menu-wrap-fixed { position:fixed; z-index: 499; top:62px; left: 0; background:#fff; border-bottom: 1px solid #d4000d; }
    /*********** MAP ***********/
    .map { position: relative; height: 400px; top: 0px; padding-left: 0px; padding-top: 0px; }
    .map-item-list { margin-right: 0; }
}
@media only screen and (max-width: 939px) {
  .rotate-left {
    display: none;
  }
  .squirrel_h, .pig_h, .pig-hooves { display: none; }
}
@media only screen and (max-width: 860px) {
    .footer-coll-list > li.big-coll {
        width: 50%;
    }
  .hero-list, .bottom_animal_container_inner { padding-left: 50px; }
    .yep-cell span {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
    .header .container {
        max-width: 100%;
    }
    .content-wrap {max-width: 100%;}
    .container,
    .section-video-grid  .container,
    .section-video  .container,
    .section-committed .container,
    .section-rewards-checking .container {
        max-width: 100%;
    }

    .wrapper {
        margin-bottom: -550px;
    }
    .wrapper:after {
        height: 550px;
    }
    .home .wrapper {
        margin-bottom: -682px;
    }
    .home .wrapper:after {
        height: 612px;
    }
/**/
  .home #footer { padding-top: 100px; }
/**/
.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 h2, .content.big .h2style {font-size: 22px;}
    .content.big h3, .content.big .h3style {font-size: 18px;}
    .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  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: -2px;
        top: 0;
        font-size: 10px;
    }
    .content ol > li li {
        padding-left: 1px !important;
    }
        .content * {
            margin-bottom: 21px;
        }
        .section-sub-title {
            font-size: 15px;
        }
    .content-title {
        font-size: 36px;
    }

    .section-faqs {
        padding-bottom: 50px;
    }
    .section-faqs-container {
        padding-top: 50px;
    }
.section-rewards-checking {
    padding-top: 33px;
    padding-bottom: 80px;
}
    .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: -16px;
        margin-bottom: 14px;
    }
        .section-title-box .section-title {
            padding-top: 13px;
            font-size: 56px;
        }
            .desc-box {
                margin-top: 0;
                font-size: 18px;
            }
            .mega-money .desc-box {
                margin-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: 15px;
                left: 7px;
                bottom: -48px;
                font-weight: 400;
            }
                .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 {
                margin-left: 5px;
            }
            .content ol > li {
                padding-left: 20px;
            }
            .content ol > li::before, .content ol > li:before{
                font-size: 15px;
                left: 0;
            }
        .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-right: 0;
                    margin-bottom: 18px;
                }
    .two-call {
        max-width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .section-title {
        font-size: 32px;
    }
    .top-bar-list,
    .nav-tabs-table,
    .nice-scroll {
        max-width: none;
    }
    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;
    }
    .top-bar-item-title {
        font-size: 10px;
    }
    a.top-bar-tel, .top-bar-tel {
        font-size: 20px;
    }
    .top-bar-info {
        font-size: 14px;
        line-height: 1.6;
    }
    .nice-scroll {
        height:  auto;
    }
    .map-default-box {
        max-width: 320px;
    }
    .map-default-form-title {
        margin-bottom: 8px;
        font-size: 13px;
    }
    .map-default-desc,
    .map-default-desc a {
        font-size: 14px;
    }
    .map-default-zip-style {
        padding: 20px 40px 22px 20px;
        font-size: 20px;
    }
    .map-default-zip-box a.btn-search,
    .map-default-zip-box .btn-search {
        padding: 25px 15px 23px;
        font-size: 18px;
    }
    .map-default-zip-box {
        margin-bottom: 18px;
    }
    .may-apply {
        margin-bottom: 8px;
    }
    .have-questions a {
        padding-left: 0;
    }

.section-hero {
    padding-bottom: 30px;
}
    .yep-box {
      min-width: 0;
      width: 1120px;
      margin-top: -15px;
    }
    .yep-box .container {
        max-width: 100%;
        width: 320px;
        height: 140px;
        margin-top: -80px;
        padding: 0 30px;
    }
        .yep-box span {
            font-size: 33px;
            letter-spacing: .04em;
        }
    .rope_h { top: 150px; }
    .goat_h {
      bottom: -6px;
      width: 217px;
    }
    .horse_h { width: 330px; bottom: 0; }
    #horseSpeech { width: 335px; height: 260px; left: 157px; bottom: 290px; }
    .cloud-box.bubble1 { padding: 83px 86px 92px 81px; }
    .cloud-box.bubble2 { padding: 92px 100px 95px 65px; }
    .cloud-box.bubble3 { padding: 91px 90px 85px 75px; }
    .cloud-box.bubble4 { padding: 92px 90px 100px 75px; }
    .cloud-box.bubble5 { padding: 93px 95px 86px 95px; }
    .cloud-box.bubble6 { padding: 103px 97px 100px 80px;}
    .cloud-text-box, .cloud-text-box a { font-size: 29px; }
    .hero-list { top: -10px; padding-left: 50px; }
    .bottom_animal_container_inner { padding-left: 50px; }
    .hero-wrap { max-width: 230px; margin: 0; }
    .hero-wrap-inner { height: 210px; padding: 20px 40px 20px 40px; }
    .hero-box { padding-bottom: 36px; }
    .hero-value-box {margin-bottom: 5px;}
    .hero-wrap a.btn, .hero-wrap .btn { bottom: 40px; font-size: 10px; padding: 7px; }

    img.clothespin-1 {
        width: 51px;
        top: -97px;
        margin-left: -25px;
    }

    .hero-headline {
        font-size: 30px;
        letter-spacing: -.015em;
    }

    .hero-value {
        font-size: 75px;
        letter-spacing: -.02em;
    }
    .hero-value sup {
        height: 56px;
        font-size: 43px;
        margin-left: -14px;
    }
    .hero-value span {
        font-size: 10px;
    }
    .hero-value-desc {
        margin-bottom: 8px;
        font-size: 11px;
    }
    .hero-value-desc-custom {
        margin-top: 2px;
        margin-bottom: 8px;
        font-size: 12px;
    }
    a.hero-apy, .hero-apy { font-size: 8px; width: 40px; bottom: 25px; right: -10px; }
    .hero-btn-box a.btn,
    .hero-btn-box .btn {
        font-size: 7px;
        margin-left: 3px;
        margin-right: 0;
        padding: 8px 11px 8px;
        min-width: 100px;
    }
    a.btn-more-accounts,
    .btn-more-accounts {
        right: 115px;
        bottom: 26px;
        width: 80px;
        font-size: 8px;
        line-height: 1.4;
    }
    a.btn-more-accounts:after,
    .btn-more-accounts:after {
        font-size: 13px;
    }
    .have-questions a {
        color: #444444;
    }
    .have-questions a:hover,
    .have-questions a:focus {
        color: #d4000d;
    }
    .promoItem, .productItem { width: 100%; margin: 15px 15px 15px 0; min-height: 0;}
  .js .productItem.preAnimate, .js .promoItem.preAnimate  { transform: translateY(0); opacity: 1; }
  /**/
  /**/
  .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: calc(100% - 147px); }
  .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; }
  .video-wrap { height: 160px; }
  .section-video { padding: 60px 0; }
  .section-video, .section-video-grid  .container, .section-video  .container { max-width: none; }
  .video-title { line-height: 1em; margin: 0 0 .2em 0; }
  .section-video .menu-space-fake, .section-video-grid .menu-space-fake { display: none !important; }
  .video-list { padding: 0 10px; font-size: 0; letter-spacing: 0; }
  .video-list > li { display: inline-block; vertical-align: top; float: none; width: 50%; padding: 0 5px; }
  .aboutHeroImageMobile { height: 110%; bottom: -9999px; }
  .animationControls { left: 0; bottom: 0; padding: 0 6px; }
  .animationControls a { font-size: 14px; }
}
@media only screen and (max-width: 580px) {
    a.btn-more-accounts, .btn-more-accounts {
        right: 15px;
        }
      .goat_h {
        display: none;
      }
}
@media only screen and (max-width: 520px) {
  .rope_h { top: 100px; }
  .hero-list { top: -28px; padding-left: 0; text-align: right; margin: 0; }
  
  .faq-sub-list > li h2 { font-size: 20px; }
  .faq-sub-list > li h2.open { padding-top: 8px; }
  .accordion-box-content { padding: 0 30px 30px 0; }
  #horseSpeech {
    left: 65px;
    bottom: 210px;
  }
  .home .section-hero { padding-top: 0; }
  .horse_h {
    width: 240px;
  }
  .hero-list {
    padding-left: 68px;
    text-align: center;
    margin: 0;
  }
  .bottom_animal_container_inner { padding-left: 68px; }
  .hero-wrap-inner {
    height: 210px;
    padding: 10px 20px 10px 20px;
  }
  .hero-wrap {
    max-width: 190px;
  }
  .hero-wrap a.btn, .hero-wrap .btn {
      bottom: 45px;
      font-size: 10px;
      padding: 6px;
      left: 18px;
  }
  a.hero-apy, .hero-apy {
    bottom: 38px;
    right: -6px;
  }
  img.clothespin-1 {
    top: -85px;
  }
}
@media only screen and (max-width: 440px) {
  .hero-list { margin-right: -110px; }
}
@media only screen and (max-width: 370px) {
  .rope_h { top: 60px; }
  .horse_h { max-width: 250px; }
  #horseSpeech { left: auto; right: -70px; bottom: 200px; }
  a.btn-more-accounts,
  .btn-more-accounts { bottom: 26px; }
  .home .section-hero { padding-top: 0; }
}

#mobilePopUp { 
  position: absolute;
  display: block;
  width: 100%;
  top: auto;
  bottom: -50%;
  left: 0;
  max-height: 50%;
  background: #fff;
  overflow: auto;
  z-index: 9999;
}
#mobilePopUp .mapInfoClose { position: absolute; display: block; width: 50px; height: 50px; top: 0; right: 0; background: url(/images/close.png) no-repeat center; background-size: 15px auto; z-index: 1; }
#mobilePopUp .tab-box { padding: 15px 15px 15px 40px; }
#mobilePopUp .tab-box .icon-geo, #mobilePopUp .tab-box .icon-atm { top: 6px; left: 2px; }
#mobilePopUp .distance { top: 23px; }
#mobilePopUp .map-hour-box { margin: 20px 0 0 0; }
#mobilePopUp .infoCellAdditionalTrigger { text-decoration: underline; }

@media print {
    body {background: none; }
    .animationControls {display: none;}
    #footer {display: none;}
    .horse_h {display: none;}
    .header-login-box {display: none;}
    .sidebar {display: none;}
    .section-content.calculator .content-wrap {max-width: 100%; }
    .aboutHeroImage, .aboutHeroImageMobile {display: none;}
    .section-about .section-title {font-size: 50px;}
    .h1style, .aboutHeroContent .h1style {font-size: 50px;}
    .logo img {background: #D4000D;}
    .aboutHero {min-height: 350px; }
    .aboutTeamMemberImage img {max-width: 200px; max-height: 200px;}
    .desktop-logo, .home .home-logo, .logo img {display: none;}
    .print-logo, .logo img.print-logo{display: inline-block;}
    .mobile-menu-wrap {display: none;}
    .adminNavWrapCollapsed, .adminNavWrap, .adminCollapsed .adminNavWrapCollapsed, .adminCollapsed .adminNavWrap {display: none !important;}
    .content-box, .content-wrap {min-width: 100%;}
}
