/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

html {
   margin-top: unset !important;
}
.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: 0.2em 0.25em 0.15em;
   border: solid 0.08em #eeeeee;
   border-radius: 0.1em;
}
.fa-pull-left {
   float: left;
}
.fa-pull-right {
   float: right;
}
.fa.fa-pull-left {
   margin-right: 0.3em;
}
.fa.fa-pull-right {
   margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
   float: right;
}
.pull-left {
   float: left;
}
.fa.pull-left {
   margin-right: 0.3em;
}
.fa.pull-right {
   margin-left: 0.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";
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
   display: block;
}

body {
   line-height: 1;
}

ol,
ul {
   list-style: none;
}

blockquote,
q {
   quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
   content: "";
   content: none;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

*,
*:after,
*:before {
   box-sizing: border-box;
}

.animenu__toggle {
   display: none;
   cursor: pointer;
   background-color: #004890;
   border: 0;
   padding: 10px;
   height: 40px;
   width: 40px;
}
.animenu__toggle:hover {
   background-color: #00366c;
}

.animenu__toggle__bar {
   display: block;
   width: 20px;
   height: 2px;
   background-color: #fff;
   transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.animenu__toggle__bar + .animenu__toggle__bar {
   margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
   margin: 0;
   position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
   transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
   opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
   transform: rotate(-45deg);
}

.animenu {
   display: block;
}
.animenu ul {
   padding: 0;
   list-style: none;
   font: 0px "Open Sans", Arial, Helvetica;
}
.animenu li,
.animenu a {
   display: inline-block;
   font-size: 16px;
}
.animenu a {
   color: #c3e1ff;
   text-decoration: none;
}

.animenu__nav {
   background-color: #004890;
   float: right;
}
.animenu__nav > li {
   position: relative;
}
.animenu__nav > li > a {
   padding: 15px 22.5px;
   font-weight: bold;
}
.animenu__nav > li > a:first-child:nth-last-child(2):before {
   content: "";
   position: absolute;
   border: 4px solid transparent;
   border-bottom: 0;
   border-top-color: currentColor;
   top: 50%;
   margin-top: -2px;
   right: 10px;
}
.animenu__nav > li:hover > ul {
   opacity: 1;
   visibility: visible;
   margin: 0;
}
.animenu__nav > li:hover > a {
   background: #00366c;
   color: white;
}
.animenu__nav > a:hover {
   background: #00366c;
   color: white;
}
.animenu__nav > li.selected > a {
   background: #00366c;
   color: white;
}

.animenu__nav__child {
   min-width: 100%;
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   opacity: 0;
   visibility: hidden;
   margin: 30px 0 0 0;
   background-color: #006edd;
   transition: margin 0.15s, opacity 0.15s;
   width: 300px;
}
.animenu__nav__child > li {
   width: 50%;
   border-bottom: 1px solid #1188ff;
   border-right: 1px solid #1188ff;
}
.animenu__nav__child > li:first-child > a:after {
   content: "";
   position: absolute;
   height: 0;
   width: 0;
   left: 1em;
   top: -6px;
   border: 6px solid transparent;
   border-top: 0;
   border-bottom-color: inherit;
}
.animenu__nav__child > li:last-child {
   border: 0;
}
.animenu__nav__child a {
   padding: 10px;
   width: 100%;
   border-color: #006edd;
}
.animenu__nav__child a:hover {
   background-color: #00366c;
   border-color: #00366c;
   color: #fff;
}

@media screen and (max-width: 1000px) {
   .animenu__toggle {
      display: inline-block;
   }
   .animenu__nav,
   .animenu__nav__child {
      display: none;
   }
   .animenu__nav {
      margin: 15px 0;
   }
   .animenu__nav > li {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #1188ff;
   }
   .animenu__nav > li:last-child {
      border: 0;
   }
   .animenu__nav > li:first-child > a:after {
      content: "";
      position: absolute;
      height: 0;
      width: 0;
      left: 1em;
      top: -6px;
      border: 6px solid transparent;
      border-top: 0;
      border-bottom-color: inherit;
   }
   .animenu__nav > li > a {
      width: 100%;
      padding: 15px;
      border-color: #004890;
      position: relative;
   }
   .animenu__nav a:hover {
      background-color: #00366c;
      border-color: #00366c;
      color: #fff;
   }
   .animenu__nav__child {
      position: static;
      background-color: #006edd;
      margin: 0;
      transition: none;
      visibility: visible;
      opacity: 1;
   }
   .animenu__nav__child > li {
      width: 50%;
   }
   .animenu__nav__child > li:first-child > a:after {
      content: none;
   }
   .animenu__nav__child a {
      padding-left: 30px;
      width: 100%;
   }
}

.animenu__nav--open {
   display: block !important;
}
.animenu__nav--open .animenu__nav__child {
   display: block;
}

body {
   font-family: "Source Sans Pro", sans-serif;
   font-size: 16px;
   line-height: 18px;
   color: #454c54;
   background: #ffffff;
}
body h1 {
   font-size: 24px;
   line-height: 28px;
   color: #004890;
   font-weight: 600;
}
body h2 {
   font-size: 20px;
   line-height: 24px;
   color: #004890;
   font-weight: 600;
   margin-top: 30px;
}
body h3 {
   font-size: 16px;
   line-height: 20px;
   color: #004890;
   font-weight: 600;
   margin-top: 30px;
}

body label {
   font-size: 18px;
   color: #004890;
}
body input,
body textarea {
   font-family: "Source Sans Pro", sans-serif;
   border: 1px solid #c8c8c8;
   border-radius: 4px;
   color: #4d4d4d;
   width: 100%;
   margin-top: 10px;
   padding: 10px;
   font-size: 16px;
}
body a {
   color: #004890;
}
body a:hover {
   color: #ff6a13;
}
body .img-responsive {
   display: block;
   max-width: 100%;
   height: auto;
   margin: 10px 0;
}
body .special-link a,
body .special-link .submit-btn {
   color: #004890;
   border: 2px solid #004890;
   border-radius: 3px;
   padding: 8px 20px;
   margin: 0;
   text-decoration: none;
   font-size: 18px;
   line-height: 20px;
   cursor: pointer;
   width: auto;
   background: none;
}
body .special-link a:hover,
body .special-link .submit-btn:hover {
   color: #ff6a13;
   border-color: #ff6a13;
}
body .btn-orange {
   padding: 10px 20px;
   text-decoration: none;
   line-height: 40px;
   background: #ff6a13;
   color: white;
   border-radius: 5px;
   cursor: pointer;
   font-size: 18px;
}
body .btn-orange:hover {
   background: #004890;
   color: white;
}
body .btn-default {
   color: #004890;
   border: 2px solid #004890;
   border-radius: 3px;
   padding: 8px 20px;
   text-decoration: none;
   font-size: 18px;
   line-height: 20px;
   cursor: pointer;
   background: none;
}
body .btn-default:hover {
   color: #ff6a13;
   border-color: #ff6a13;
}
body select {
   margin: 0;
   background: transparent;
   display: inline-block;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   font-size: 16px !important;
   margin-top: 10px;
   padding: 10px;
   border: 1px solid #8996a5;
   border-radius: 4px;
   color: #8996a5;
   width: 100%;
   background-image: linear-gradient(45deg, transparent 50%, #8996a5 50%),
      linear-gradient(135deg, #8996a5 50%, transparent 50%);
   background-position: calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
   background-size: 5px 5px, 5px 5px, 1px 1.5em;
   background-repeat: no-repeat;
   background-color: white;
}
body select:focus {
   background-image: linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%);
   background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
   background-size: 5px 5px, 5px 5px, 1px 1.5em;
   background-repeat: no-repeat;
   border-color: white;
   color: white;
   outline: 0;
}
body .ribbon {
   position: absolute;
   right: -7px;
   top: -7px;
   z-index: 1;
   overflow: hidden;
   width: 100px;
   height: 100px;
   text-align: right;
}
body .ribbon span {
   font-size: 14px;
   font-weight: bold;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   line-height: 30px;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   width: 120px;
   display: block;
   background: #79a70a;
   background: linear-gradient(#ff6913 0%, #ff6913 100%);
   box-shadow: 0 3px 10px -5px black;
   position: absolute;
   top: 20px;
   right: -25px;
}
body .ribbon span::before {
   content: "";
   position: absolute;
   left: 0px;
   top: 100%;
   z-index: -1;
   border-left: 3px solid #ff6913;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #ff6913;
}
body .ribbon span::after {
   content: "";
   position: absolute;
   right: 0px;
   top: 100%;
   z-index: -1;
   border-left: 3px solid transparent;
   border-right: 3px solid #ff6913;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #ff6913;
}
body .clearfix:after {
   content: "";
   display: table;
   clear: both;
}
body strong {
   font-weight: 600;
}
body .container {
   max-width: 1170px;
   margin-left: auto;
   margin-right: auto;
}
body .container:after {
   content: " ";
   display: block;
   clear: both;
}
body .formError .formErrorContent {
   border: 2px solid white;
   box-shadow: 0 0 6px grey;
   font-size: 14px;
   font-family: arial;
   padding: 10px 15px;
}
body .formError .formErrorArrow div {
   border-left: 2px solid white;
   border-right: 2px solid white;
   box-shadow: 0 2px 3px grey;
}
body .blog ul {
   margin: 10px 0 0 25px;
   list-style: disc;
}
body .checkbox-subscribe {
   margin-top: 20px;
}
body .checkbox-subscribe .checkbox {
   width: auto;
   margin-top: 4px;
   margin-right: 15px;
   float: left;
}
body .checkbox-subscribe .checkbox-label {
   padding: 0 !important;
}

header {
   background: #004890;
   border-bottom: 6px solid #ff6a13;
   color: #ffffff;
}
header a {
   color: #ffffff;
}
header a:hover {
   color: #ff6a13;
}
header .logo {
   float: right;
   text-align: center;
   padding: 20px 20px 20px 0px;
   width: 80%;
}
header .menu {
   float: left;
   margin-top: 25px;
}
header .menu .contact {
   display: none;
}
header .menu .animenu {
   margin-top: 0px;
   display: inline;
}
@media (min-width: 1000px) {
   header .logo {
      width: 15.2542372881%;
      float: left;
      margin-right: 1.6949152542%;
      padding: 0px;
      margin: 35px 0 0 30px;
   }
   header .menu {
      width: 74.5762711864%;
      float: right;
      margin-right: 0;
      margin-top: 0px;
   }
   header .menu .contact {
      display: block;
      line-height: 25px;
      height: 25px;
      margin: 15px 30px 0 0;
      font-size: 20px;
   }
   header .menu .contact .tel {
      float: right;
   }
   header .menu .contact .tel > div {
      float: right;
   }
   header .menu .contact .tel a {
      text-decoration: none;
   }
   header .menu .contact .tel:before {
      font-family: FontAwesome;
      content: "\f095";
      color: white;
      margin-right: 7px;
   }
   header .menu .contact .icon {
      float: right;
      margin-left: 20px;
      font-size: 20px;
   }
   header .menu .animenu {
      margin-top: 25px;
      display: block;
   }
}

.breadcrumb {
   list-style: none;
   padding: 20px;
   display: block;
   margin-bottom: 20px;
}
.breadcrumb li {
   float: left;
   margin-right: 5px;
}
@media (min-width: 1000px) {
   .breadcrumb {
      padding: 20px 0;
   }
}

.nwc-body .heading {
   background: #e5eaef;
   padding: 15px 30px;
}
.nwc-body .heading h1,
.nwc-body .heading h2,
.nwc-body .heading h3 {
   margin: 0;
   font-size: 24px;
}

.nwc-body .content {
   padding: 10px 30px 30px 30px;
   background: #f2f5f8;
   margin: 0;
}

.nwc-body .main {
   margin-top: 30px;
}
.nwc-body .main .content-bg {
   background: #f2f5f8;
   padding: 10px 30px 30px 30px;
   margin-top: 20px;
}
.nwc-body .main h1 {
   padding: 0px 20px;
}

.nwc-body .main.static h1 {
   margin-bottom: 20px;
}

.nwc-body .main.static .heading {
   margin-top: 20px;
}

.nwc-body .main.static .content .special-link {
   display: block;
   padding-top: 15px;
   text-align: right;
}

.nwc-body .main.static .content .review p {
   text-align: center;
}

.nwc-body .main.static .content .review .buble {
   padding: 20px 20px 30px 20px;
   border-radius: 20px;
   background: white;
   position: relative;
}

.nwc-body .main.static .content .review .buble:after {
   bottom: 0;
   left: 50%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
   border-bottom-color: #f2f5f8;
   border-width: 20px;
   margin-left: -20px;
}

@media (min-width: 1000px) {
   .nwc-body .main.static .content .review {
      width: 48.0769230769%;
      float: left;
      margin-right: 3.8461538462%;
   }
   .nwc-body .main.static .content .review.last {
      width: 48.0769230769%;
      float: right;
      margin-right: 0;
   }
}

@media (min-width: 1000px) {
   .nwc-body .heading {
      padding: 25px 30px;
   }
   .nwc-body .main {
      width: 66.1016949153%;
      float: left;
      margin-right: 1.6949152542%;
      margin-top: 0px;
   }
   .nwc-body .main h1 {
      padding: 0;
   }
}

.sidebar .search {
   margin: 45px 0 20px 0;
}
.sidebar .search .heading {
   padding: 15px 30px;
   margin: 0;
}
.sidebar .search .block {
   padding: 20px;
   background: #f2f5f8;
   font-size: 18px;
   margin: 0;
   padding: 0 30px 30px 30px;
}
.sidebar .search .block label,
.sidebar .search .block input,
.sidebar .search .block select {
   display: block;
}
.sidebar .search .block label {
   padding-top: 25px;
}
.sidebar .search .block select {
   color: #4d4d4d;
}
.sidebar .search .block select:focus {
   border-color: #333333;
}
.sidebar .search .block .btn-container {
   margin-top: 25px;
}
.sidebar .search .block .btn-container:after {
   content: "";
   display: table;
   clear: both;
}
.sidebar .search .block .btn-container .btn {
   background: #fc6b10;
   text-decoration: none;
   padding: 8px 25px;
   color: #ffffff;
   font-size: 18px;
   border: none;
   cursor: pointer;
   float: right;
}
.sidebar .search .block .btn-container .btn:hover {
   background: #384f6b;
}
.sidebar .search .block .btn-container.special-link {
   text-align: right;
}

.sidebar .search.callback-search select {
   border: 1px solid #c8c8c8;
}

.sidebar .discount-cars .heading {
   position: relative;
   padding-bottom: 30px;
}
.sidebar .discount-cars .heading h3::after {
   font-family: FontAwesome;
   content: "\f1b9" !important;
   color: #004890;
   font-size: 30px;
   float: right;
}
.sidebar .discount-cars .heading select {
   margin-top: 30px;
   color: #004890;
}

.sidebar .discount-cars .heading:after {
   bottom: 0;
   left: 50%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
   border-bottom-color: #f2f5f8;
   border-width: 20px;
   margin-left: -20px;
}

.sidebar .discount-cars .content .select-options {
   text-align: center;
}
.sidebar .discount-cars .content .select-options select.options {
   margin: 0 auto;
   margin-top: 20px;
   width: 80%;
   border: 1px solid #cccccc;
   color: #333333;
   font-size: 14px !important;
   background-image: linear-gradient(45deg, transparent 50%, #333333 50%),
      linear-gradient(135deg, #333333 50%, transparent 50%);
}
.sidebar .discount-cars .content .select-options select.options:focus {
   border-color: #333333;
   background-image: linear-gradient(45deg, #333333 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, #333333 50%);
}

.sidebar .life-shine {
   display: none;
   margin-top: 30px;
}
.sidebar .life-shine img {
   width: 100%;
}

.sidebar .alert {
   margin-top: 30px;
}
.sidebar .alert .buttons {
   margin-top: 30px;
}
.sidebar .alert .buttons:after {
   content: "";
   display: table;
   clear: both;
}
.sidebar .alert .buttons .reg-plate {
   float: left;
   margin-bottom: 10px;
   background: #ffcb00;
   font-weight: bold;
   padding: 12px 15px 12px 0;
}
.sidebar .alert .buttons .reg-plate span:after {
   font-family: FontAwesome;
   content: "\f12a" !important;
   background: #0273b9;
   padding: 12px 10px;
   margin-right: 15px;
   color: white;
   font-size: 18px;
}
.sidebar .alert .buttons .special-link {
   margin-top: 10px;
   float: right;
}
.sidebar .alert .buttons .special-link a:after {
   font-family: FontAwesome;
   content: "\f055" !important;
   margin-left: 15px;
}

.sidebar .callback {
   margin: 55px 0 20px 0;
}
.sidebar .callback .content label,
.sidebar .callback .content input,
.sidebar .callback .content select {
   display: block;
}
.sidebar .callback .content label {
   padding-top: 25px;
}
.sidebar .callback .content select {
   color: #4d4d4d;
}
.sidebar .callback .content select:focus {
   border-color: #333333;
}
.sidebar .callback .content .btn-container {
   margin-top: 25px;
}
.sidebar .callback .content .btn-container:after {
   content: "";
   display: table;
   clear: both;
}
.sidebar .callback .content .btn-container .submit-btn {
   float: right;
}

.sidebar .review-centre {
   padding: 20px 10px;
}

@media (min-width: 1000px) {
   .sidebar {
      width: 32.2033898305%;
      float: right;
      margin-right: 0;
   }
   .sidebar .search .heading {
      padding: 25px 30px;
   }
   .sidebar .life-shine {
      display: block;
   }
   .sidebar .review-centre {
      padding: 0 0 20px 15px;
   }
}

footer {
   background-color: #004890;
   color: #ffffff;
   font-size: 14px;
   margin-top: 40px;
}
footer .footer-body {
   margin-left: 20px;
   padding: 10px 20px 20px 20px;
}
footer .footer-body h3 {
   color: #ffffff;
}
footer .footer-body .footer-block a {
   color: #ffffff;
}
footer .footer-body .footer-block a:hover {
   color: #ff6a13;
}
footer .footer-body .footer-block.links {
   display: none;
}
footer .footer-body .footer-block.links h3 {
   margin-bottom: 16px;
}
footer .footer-body .footer-block.text .tel-btn {
   display: block;
}
footer .footer-body .footer-block.text .tel-btn a {
   background: #ff6a13;
   padding: 10px 20px;
   margin: 10px;
   cursor: pointer;
   text-decoration: none;
}
footer .footer-body .footer-block.text .tel-btn a:hover {
   background: #00366c;
   color: white;
}
footer .footer-body .footer-block.text .tel-btn .tel-text {
   display: none;
}
footer .footer-body .footer-block.text .tel-btn::before {
   content: "Call us: ";
}
footer .footer-body .footer-block.text .footer-social {
   margin-top: 20px;
}
footer .footer-body .footer-block.text .footer-social .icon {
   margin: 10px;
   font-size: 18px;
}
footer .footer-body .footer-logos {
   margin-top: 40px;
   text-align: center;
}
footer .footer-body .footer-logos img {
   padding: 10px 0;
}
@media (min-width: 650px) {
   footer .footer-body {
      font-size: 14px;
      padding: 20px 0;
   }
   footer .footer-body .footer-block {
      width: 23.7288135593%;
      float: left;
      margin-right: 1.6949152542%;
   }
   footer .footer-body .footer-block.last {
      width: 23.7288135593%;
      float: right;
      margin-right: 0;
   }
   footer .footer-body .footer-block.links {
      display: block;
   }
   footer .footer-body .footer-block.text .tel-btn {
      display: inline;
   }
   footer .footer-body .footer-block.text .tel-btn a {
      background: none;
      padding: 0;
      margin: 0;
      cursor: none;
   }
   footer .footer-body .footer-block.text .tel-btn a:hover {
      background: none;
   }
   footer .footer-body .footer-block.text .tel-btn .tel-text {
      display: inline;
   }
   footer .footer-body .footer-block.text .tel-btn::before {
      content: "";
   }
}

.home-intro {
   margin-top: 30px;
}
.home-intro:after {
   content: "";
   display: table;
   clear: both;
}
.home-intro .slider .slide {
   position: relative;
}
.home-intro .slider .slide .content {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   background: #004890;
   opacity: 0.85;
   text-align: center;
   padding: 15px 30px;
}
.home-intro .slider .slide .content h3 {
   margin-top: 10px;
   margin-bottom: 5px;
   color: white;
   font-size: 20px;
   line-height: 26px;
}
.home-intro .slider .slide .content h4 {
   color: white;
   font-size: 14px;
   line-height: 18px;
   margin-bottom: 10px;
}
@media (min-width: 650px) {
   .home-intro .slider .slide .content {
      text-align: left;
   }
   .home-intro .slider .slide .content h3 {
      font-size: 36px;
      line-height: 40px;
   }
   .home-intro .slider .slide .content h4 {
      font-size: 24px;
      line-height: 24px;
   }
}
.home-intro .slider .slide img {
   width: 100%;
}
.home-intro .slider .slick-dots {
   display: none !important;
   bottom: 30px;
   right: 30px;
   width: auto;
}
.home-intro .slider .slick-dots button::before {
   color: #fc6b10;
   font-family: FontAwesome;
   content: "\f096" !important;
   font-size: 24px;
   text-shadow: 1px 1px 1px black;
}
@media (min-width: 650px) {
   .home-intro .slider .slick-dots {
      display: block !important;
   }
}
.home-intro .slider .slick-prev {
   z-index: 999;
   left: 30px;
}
.home-intro .slider .slick-prev::before {
   font-family: FontAwesome;
   content: "\f053" !important;
   color: white;
   font-size: 30px;
   text-shadow: 1px 1px 1px black;
}
.home-intro .slider .slick-next {
   z-index: 999;
   right: 30px;
}
.home-intro .slider .slick-next::before {
   font-family: FontAwesome;
   content: "\f054" !important;
   color: white;
   font-size: 30px;
   text-shadow: 1px 1px 1px black;
}
.home-intro .search .heading {
   background: #384f6b;
   margin: 0;
   padding: 15px 30px;
   color: #ffffff;
}
.home-intro .search .heading::after {
   font-family: FontAwesome;
   content: "\f002" !important;
   color: white;
   font-size: 26px;
   float: right;
}
.home-intro .search .block {
   background: #4b5f77;
   font-size: 18px;
   margin: 0;
   padding: 0 30px 30px 30px;
   color: #ffffff;
}
.home-intro .search .block label,
.home-intro .search .block input,
.home-intro .search .block select {
   display: block;
}
.home-intro .search .block label {
   color: white;
   padding-top: 25px;
}
.home-intro .search .block select {
   border-width: 2px;
   background-color: #4b5f77;
}
.home-intro .search .block .btn-container {
   margin-top: 25px;
}
.home-intro .search .block .btn-container:after {
   content: "";
   display: table;
   clear: both;
}
.home-intro .search .block .btn-container .btn {
   background: #fc6b10;
   text-decoration: none;
   padding: 8px 25px;
   color: #ffffff;
   font-size: 18px;
   border: none;
   cursor: pointer;
   float: right;
}
.home-intro .search .block .btn-container .btn:hover {
   background: #384f6b;
}
@media (min-width: 1000px) {
   .home-intro .slider {
      width: 66.1016949153%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .home-intro .search {
      width: 32.2033898305%;
      float: right;
      margin-right: 0;
   }
   .home-intro .search .heading {
      padding: 30px;
   }
}

.nwc-body .main .car-deals .deal-main {
   background: #f2f5f8;
}
.nwc-body .main .car-deals .deal-main .image {
   position: relative;
}
.nwc-body .main .car-deals .deal-main .image img {
   width: 100%;
}
.nwc-body .main .car-deals .deal-main .image:after {
   bottom: 0;
   left: 50%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
   border-bottom-color: #f2f5f8;
   border-width: 20px;
   margin-left: -20px;
}
.nwc-body .main .car-deals .deal-main .content {
   padding: 10px 30px 0px 10px;
}
.nwc-body .main .car-deals .deal-main .content h3 {
   margin-top: 15px;
   font-size: 24px;
}
.nwc-body .main .car-deals .deal-main .content h3 a {
   text-decoration: none;
}
.nwc-body .main .car-deals .deal-main .content .buttons {
   margin-top: 20px;
}
.nwc-body .main .car-deals .deal-main .content .buttons:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main .car-deals .deal-main .content .buttons .price {
   float: left;
   color: #fc6b10;
   line-height: 45px;
   font-size: 16px;
   font-weight: bold;
}
.nwc-body .main .car-deals .deal-main .content .buttons .special-link {
   float: right;
}

.nwc-body .main .car-deals .deal-row,
.nwc-body .main .best-sellers .deal-row {
   margin-top: 1%;
   margin-left: 1%;
}
.nwc-body .main .car-deals .deal-row:after,
.nwc-body .main .best-sellers .deal-row:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main .car-deals .deal-row .deal-col:after,
.nwc-body .main .best-sellers .deal-row .deal-col:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main .car-deals .deal-row .deal-col .deal,
.nwc-body .main .best-sellers .deal-row .deal-col .deal {
   float: left;
   margin-right: 1%;
   margin-bottom: 1%;
   width: 49%;
}
.nwc-body .main .car-deals .deal-row .deal-col .deal img,
.nwc-body .main .best-sellers .deal-row .deal-col .deal img {
   width: 100%;
}
.nwc-body .main .car-deals .deal-row .deal-col .deal .save,
.nwc-body .main .best-sellers .deal-row .deal-col .deal .save {
   background: #4b5f77;
   text-align: center;
   color: white;
   padding: 15px 0;
}
.nwc-body .main .car-deals .deal-row .deal-col .deal .save h4,
.nwc-body .main .best-sellers .deal-row .deal-col .deal .save h4 {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 5px;
   line-height: 20px;
   height: 20px;
   overflow: hidden;
}
.nwc-body .main .car-deals .deal-row .deal-col .deal .save a,
.nwc-body .main .best-sellers .deal-row .deal-col .deal .save a {
   color: white;
   text-decoration: none;
}
.nwc-body .main .car-deals .deal-row .deal-col .deal .save a:hover,
.nwc-body .main .best-sellers .deal-row .deal-col .deal .save a:hover {
   color: #fc6b10;
}

.nwc-body .main .best-sellers {
   margin-top: 30px;
}
.nwc-body .main .best-sellers .deal-row .deal-col .deal .save h4 {
   font-weight: normal;
}
.nwc-body .main .best-sellers .deal-row .deal-col .deal .save p {
   margin: 0;
   font-size: 14px;
}

.nwc-body .main .home-content {
   margin-top: 30px;
}
.nwc-body .main .home-content .content .special-link {
   padding-top: 20px;
   text-align: right;
}

@media (min-width: 1000px) {
   .nwc-body .main .car-deals .deal-main:after,
   .nwc-body .main .best-sellers .deal-main:after {
      content: "";
      display: table;
      clear: both;
   }
}

@media (min-width: 1000px) and (min-width: 1000px) {
   .nwc-body .main .car-deals .deal-main .image,
   .nwc-body .main .best-sellers .deal-main .image {
      width: 40.6779661017%;
      float: left;
   }
   .nwc-body .main .car-deals .deal-main .image:after,
   .nwc-body .main .best-sellers .deal-main .image:after {
      top: 50%;
      bottom: auto;
      left: auto;
      right: 0;
      border-bottom-color: transparent;
      border-right-color: #f2f5f8;
      margin-top: -20px;
   }
   .nwc-body .main .car-deals .deal-main .content,
   .nwc-body .main .best-sellers .deal-main .content {
      width: 57.6271186441%;
      float: right;
      margin-right: 0;
   }
}

@media (min-width: 1000px) {
   .nwc-body .main .car-deals .deal-row:after,
   .nwc-body .main .best-sellers .deal-row:after {
      content: "";
      display: table;
      clear: both;
   }
}

@media (min-width: 1000px) and (min-width: 1000px) {
   .nwc-body .main .car-deals .deal-row .deal-col,
   .nwc-body .main .best-sellers .deal-row .deal-col {
      width: 50%;
      float: left;
   }
   .nwc-body .main .car-deals .deal-row .deal-col.last,
   .nwc-body .main .best-sellers .deal-row .deal-col.last {
      width: 50%;
      float: right;
      margin-right: 0;
   }
}

.nwc-body .main .browse-vehicles {
   margin-top: 30px;
   background: #f2f5f8;
}
.nwc-body .main .browse-vehicles .heading {
   position: relative;
}
.nwc-body .main .browse-vehicles .heading .select {
   display: none;
   position: absolute;
   top: 15px;
   right: 0;
   line-height: 20px;
   padding: 0 20px;
}
.nwc-body .main .browse-vehicles .heading .select p {
   float: left;
   padding: 10px;
   margin: 0;
}
.nwc-body .main .browse-vehicles .heading .select select {
   width: 200px;
}
.nwc-body .main .browse-vehicles .manufacturers-block {
   padding: 30px;
}
.nwc-body .main .browse-vehicles .manufacturers-block:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main .browse-vehicles .manufacturers-block .manufacturer {
   text-align: center;
   background: white;
   border: 1px solid #d8d8d8;
   margin-bottom: 10px;
}
.nwc-body
   .main
   .browse-vehicles
   .manufacturers-block
   .manufacturer
   .manufacturer-heading {
   padding: 20px 0;
   border-bottom: 1px solid #d8d8d8;
}
.nwc-body
   .main
   .browse-vehicles
   .manufacturers-block
   .manufacturer
   .manufacturer-heading
   img {
   width: 100%;
}
.nwc-body
   .main
   .browse-vehicles
   .manufacturers-block
   .manufacturer
   .manufacturer-heading
   h3
   a {
   font-size: 20px;
   text-decoration: none;
}
.nwc-body
   .main
   .browse-vehicles
   .manufacturers-block
   .manufacturer
   .manufacturer-range {
   padding: 20px;
}
.nwc-body
   .main
   .browse-vehicles
   .manufacturers-block
   .manufacturer
   .manufacturer-range
   a {
   margin: 5px 0;
   display: block;
}
.nwc-body .main .browse-vehicles select {
   border: 1px solid #cccccc;
   color: #333333;
   font-size: 14px !important;
   margin: 0;
   background-image: linear-gradient(45deg, transparent 50%, #333333 50%),
      linear-gradient(135deg, #333333 50%, transparent 50%);
}
.nwc-body .main .browse-vehicles select:focus {
   border-color: #333333;
   background-image: linear-gradient(45deg, #333333 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, #333333 50%);
}

@media (min-width: 1000px) and (min-width: 1000px) {
   .nwc-body .main .browse-vehicles .manufacturer {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .nwc-body .main .browse-vehicles .manufacturer.last {
      width: 32.2033898305%;
      float: right;
      margin-right: 0;
   }
}

@media (min-width: 1000px) {
   .nwc-body .main .browse-vehicles .select {
      display: block !important;
   }
}

.special-intro {
   margin-top: 30px;
   position: relative;
}
.special-intro:after {
   content: "";
   display: table;
   clear: both;
}
.special-intro .special-slider .slide {
   background: #4b5f77;
}
.special-intro .special-slider .slide:after {
   content: "";
   display: table;
   clear: both;
}
.special-intro .special-slider .slide .slide-image {
   line-height: 0 !important;
   position: relative;
}
.special-intro .special-slider .slide .slide-image img {
   width: 100%;
   border-right: 2px solid white;
}
.special-intro .special-slider .slide .slide-image .image-price {
   display: none;
   position: absolute;
   left: 30px;
   bottom: 0px;
   background: #4b5f77;
   padding: 0 20px 20px 20px;
   color: white;
}
.special-intro .special-slider .slide .slide-image .image-price p {
   margin-top: 10px;
   font-size: 18px;
   line-height: 18px;
}
.special-intro .special-slider .slide .slide-image .image-price p.large {
   font-size: 30px;
   line-height: 30px;
}
.special-intro .special-slider .slide .slide-info {
   text-align: center;
   color: white;
   padding: 30px 20px 30px 20px;
}
.special-intro .special-slider .slide .slide-info h2 {
   color: white;
   font-size: 30px;
   margin-top: 0px;
}
.special-intro .special-slider .slide .slide-info h3 {
   color: white;
   font-size: 24px;
   margin-top: 10px;
}
.special-intro .special-slider .slide .slide-info p {
   margin-top: 40px;
}
.special-intro .special-slider .slide .slide-info .btn-orange {
   display: block;
   width: 100%;
   text-align: center;
   font-size: 18px;
   padding: 2px;
   margin-top: 40px;
   margin-bottom: 40px;
}
.special-intro .special-slider .slide .slide-info .btn-orange::after {
   font-family: FontAwesome;
   content: "\f138" !important;
   color: white;
   font-size: 18px;
   padding-left: 15px;
}
.special-intro .special-slider .slide .slide-info .btn-orange:hover {
   background: #8996a5;
}
@media (min-width: 1000px) {
   .special-intro .special-slider .slide .slide-image {
      width: 57.6271186441%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .special-intro .special-slider .slide .slide-image .image-price {
      display: block;
   }
   .special-intro .special-slider .slide .slide-info {
      text-align: left;
      padding: 30px 70px 30px 20px;
      width: 40.6779661017%;
      float: right;
      margin-right: 0;
   }
   .special-intro .special-slider .slide .slide-info h2 {
      margin-top: 30px;
   }
   .special-intro .special-slider .slide .slide-info .btn-orange {
      margin-bottom: 0px;
   }
}
.special-intro .special-slider .slick-dots {
   bottom: 30px;
   right: 30px;
   width: auto;
}
.special-intro .special-slider .slick-dots button::before {
   color: #fc6b10;
   font-family: FontAwesome;
   content: "\f096" !important;
   font-size: 24px;
   text-shadow: 1px 1px 1px black;
}
.special-intro .special-slider .slick-prev,
.special-intro .special-slider .slick-next {
   z-index: 999;
   top: 25%;
}
.special-intro .special-slider .slick-prev {
   left: 30px;
}
.special-intro .special-slider .slick-prev::before {
   font-family: FontAwesome;
   content: "\f053" !important;
   color: white;
   font-size: 30px;
   text-shadow: 1px 1px 1px black;
}
.special-intro .special-slider .slick-next {
   right: 30px;
}
.special-intro .special-slider .slick-next::before {
   font-family: FontAwesome;
   content: "\f054" !important;
   color: white;
   font-size: 30px;
   text-shadow: 1px 1px 1px black;
}
@media (min-width: 1000px) {
   .special-intro .special-slider .slick-prev,
   .special-intro .special-slider .slick-next {
      top: 50%;
   }
}

.special-offers-list .vehicle {
   margin-top: 10px;
   border: 2px solid #e0e0e0;
   padding: 20px;
}
.special-offers-list .vehicle:after {
   content: "";
   display: table;
   clear: both;
}
.special-offers-list .vehicle .vehicle-info h2 {
   margin: 0;
}
.special-offers-list .vehicle .vehicle-info h2 a {
   text-decoration: none;
}
.special-offers-list .vehicle .vehicle-info span.saving {
   padding-left: 15px;
   color: #ff6a13;
   padding-left: 0px;
   display: block;
}
.special-offers-list .vehicle .vehicle-btn {
   margin-top: 25px;
   text-align: left;
}
@media (min-width: 1000px) {
   .special-offers-list .vehicle .vehicle-info {
      width: 57.6271186441%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .special-offers-list .vehicle .vehicle-info span.saving {
      padding-left: 15px;
      display: inline;
   }
   .special-offers-list .vehicle .vehicle-btn {
      width: 23.7288135593%;
      float: right;
      margin-right: 0;
      text-align: right;
   }
}

.special-page h1 {
   padding: 0px 20px;
}

@media (min-width: 1000px) {
   .special-page h1 {
      padding: 0;
   }
}

.special-page .nwc-body .main .browse-vehicles {
   margin-top: 0;
}

.special-page .nwc-body .sidebar .search {
   margin-top: 0;
}
.special-page .nwc-body .sidebar .search .heading {
   margin-top: 0;
}

.special-page .browse-vehicles {
   background: none !important;
}

.nwc-body .main .content.autoglym {
   margin-top: 20px;
}
.nwc-body .main .content.autoglym h3 {
   margin-top: 15px;
   color: #ff6a13;
   font-size: 24px;
}

.nwc-body .main .contact-form {
   margin-top: 20px;
}
.nwc-body .main .contact-form:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main .contact-form label,
.nwc-body .main .contact-form input {
   display: block;
}
.nwc-body .main .contact-form label {
   padding-top: 25px;
}
.nwc-body .main .contact-form .btn-container {
   margin-top: 25px;
}
.nwc-body .main .contact-form .btn-container:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main .contact-form .btn-container .btn-orange {
   width: auto;
   float: right;
   padding: 1px 20px;
}
@media (min-width: 1000px) {
   .nwc-body .main .contact-form .form-column {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .nwc-body .main .contact-form .form-column.last {
      width: 49.1525423729%;
      float: right;
      margin-right: 0;
   }
}

.nwc-body .main.sitemap .heading {
   margin-top: 18px;
}
.nwc-body .main.sitemap .heading a {
   text-decoration: none;
}

.nwc-body .main.sitemap .content:after {
   content: "";
   display: table;
   clear: both;
}

.nwc-body .main.sitemap .content .col {
   margin-top: 10px;
}

@media (min-width: 1000px) {
   .nwc-body .main.sitemap .content .col {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .nwc-body .main.sitemap .content .col.last {
      width: 49.1525423729%;
      float: right;
      margin-right: 0;
   }
}

.nwc-body .main .m-hidden {
   display: block;
}
.nwc-body .main .m-hidden .special-link {
   margin-top: 10px;
}
.nwc-body .main .m-hidden .special-link a {
   display: block;
   float: left;
   margin: 10px 0px 0px 20px;
}

.nwc-body .main .m-hidden.manufacturer {
   margin-top: 15px;
}

@media (min-width: 650px) {
   .nwc-body .main .m-hidden {
      display: none;
   }
}

.nwc-body .main .manufacturer-ranges {
   margin-top: 30px;
   background: #f2f5f8;
}
.nwc-body .main .manufacturer-ranges .range {
   float: left;
   width: 49%;
   margin-bottom: 15px;
}
.nwc-body .main .manufacturer-ranges .range img {
   width: 100%;
}
.nwc-body .main .manufacturer-ranges .range .info {
   background: #4b5f77;
   text-align: center;
   color: white;
}
.nwc-body .main .manufacturer-ranges .range .info .info-heading {
   margin: 0;
   height: 46px;
   line-height: 46px;
   overflow: hidden;
}
.nwc-body .main .manufacturer-ranges .range .info .info-heading a {
   color: white;
   text-decoration: none;
}
.nwc-body .main .manufacturer-ranges .range .info .info-heading a:hover {
   color: #ff6a13;
}
.nwc-body .main .manufacturer-ranges .range .info p {
   margin: 0;
   padding-bottom: 15px;
}
.nwc-body .main .manufacturer-ranges .range.last {
   float: left;
}
.nwc-body .main .manufacturer-ranges .range:nth-child(2n) {
   float: right !important;
}
@media (min-width: 1000px) {
   .nwc-body .main .manufacturer-ranges .range {
      float: left;
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .nwc-body .main .manufacturer-ranges .range.last {
      width: 32.2033898305%;
      float: right;
      margin-right: 0;
   }
   .nwc-body .main .manufacturer-ranges .range:nth-child(even) {
      float: left !important;
   }
}

.nwc-body .main .range-section {
   margin-top: 30px;
   background: #f2f5f8;
}
.nwc-body .main .range-section:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main .range-section .range-img img {
   width: 100%;
   padding: 15px;
}
.nwc-body .main .range-section .range-content {
   padding: 0 15px;
}
.nwc-body .main .range-section .range-content p {
   margin-bottom: 20px;
}
.nwc-body .main .range-section .range-content .links {
   text-align: right;
   display: block;
   padding: 10px 0 40px 0;
}
.nwc-body .main .range-section .read-content {
   padding: 15px;
}
@media (min-width: 1000px) {
   .nwc-body .main .range-section .range-img {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .nwc-body .main .range-section .range-content {
      width: 66.1016949153%;
      float: right;
      margin-right: 0;
      padding-left: 0;
   }
   .nwc-body .main .range-section .read-content {
      padding: 120px 0 0 0;
   }
}

.nwc-body .main #content-section {
   margin-top: 30px;
}
.nwc-body .main #content-section .links {
   text-align: right;
   display: block;
   padding-top: 10px;
   margin-right: 10px;
}
.nwc-body .main #content-section .content-container {
   margin-top: 40px;
   background: #f2f5f8;
   padding: 1px 20px 0 20px;
}
.nwc-body .main #content-section .content-container h2,
.nwc-body .main #content-section .content-container h3,
.nwc-body .main #content-section .content-container h4 {
   color: #454c54;
}
.nwc-body .main #content-section .content-container img {
   width: 100%;
   padding: 15px;
}

.nwc-body .main .m-hidden {
   padding: 15px;
}
.nwc-body .main .m-hidden .special-link a {
   margin: 10px 0 0 0;
   float: none !important;
}
@media (min-width: 1000px) {
   .nwc-body .main .m-hidden .special-link a {
      margin: 10px 0 0 20px;
   }
}

.nwc-body .main .filter-options {
   margin-top: 30px;
   background: #e5eaef;
   padding: 20px;
}
.nwc-body .main .filter-options:after {
   content: "";
   display: table;
   clear: both;
}
@media (min-width: 1000px) {
   .nwc-body .main .filter-options p {
      margin: 0;
   }
   .nwc-body .main .filter-options .dropdown {
      width: 18.3673469388%;
      float: left;
      margin-right: 2.0408163265%;
   }
   .nwc-body .main .filter-options .dropdown.last {
      width: 18.3673469388%;
      float: right;
      margin-right: 0;
   }
}

.nwc-body .main .filter-sort {
   padding: 0 20px 20px 20px;
}
.nwc-body .main .filter-sort:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main .filter-sort p {
   line-height: 24px;
}
.nwc-body .main .filter-sort .sort-info {
   color: #8f98a3;
}
.nwc-body .main .filter-sort .sort-options p {
   float: left;
   width: 30%;
}
.nwc-body .main .filter-sort .sort-options select {
   width: 70%;
   padding: 8px;
}
@media (min-width: 1000px) {
   .nwc-body .main .filter-sort .sort-info {
      width: 23.7288135593%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .nwc-body .main .filter-sort .sort-options {
      width: 32.2033898305%;
      float: right;
      margin-right: 0;
   }
}

.nwc-body .main .filter-results .vehicle {
   margin-top: 10px;
   border: 2px solid #e0e0e0;
   padding: 20px;
}
.nwc-body .main .filter-results .vehicle:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main .filter-results .vehicle .vehicle-info h2 {
   margin: 0;
}
.nwc-body .main .filter-results .vehicle .vehicle-info h2 a {
   text-decoration: none;
}
.nwc-body .main .filter-results .vehicle .vehicle-info span.saving {
   padding-left: 15px;
   color: #ff6a13;
   padding-left: 0px;
   display: block;
}
.nwc-body .main .filter-results .vehicle .vehicle-btn {
   margin-top: 10px;
   text-align: left;
}
@media (min-width: 1000px) {
   .nwc-body .main .filter-results .vehicle .vehicle-info {
      width: 57.6271186441%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .nwc-body .main .filter-results .vehicle .vehicle-info span.saving {
      padding-left: 15px;
      display: inline;
   }
   .nwc-body .main .filter-results .vehicle .vehicle-btn {
      width: 23.7288135593%;
      float: right;
      margin-right: 0;
      text-align: right;
   }
}

.nwc-body .main .filter-results .vehicle.hide {
   display: none;
}

.nwc-body .main .filter-results .pagination {
   margin-top: 30px;
}
.nwc-body .main .filter-results .pagination ul {
   text-align: center;
}
.nwc-body .main .filter-results .pagination ul li {
   display: inline;
   list-style: none;
   padding: 5px 0;
}
.nwc-body .main .filter-results .pagination ul li a {
   text-decoration: none;
   color: #454c54;
   padding: 10px 15px;
   line-height: 30px;
}
.nwc-body .main .filter-results .pagination ul li.active a,
.nwc-body .main .filter-results .pagination ul li a:hover {
   background: #f2f2f2;
}

.nwc-body .main select {
   margin-top: 10px;
   border: 1px solid #cccccc;
   border-radius: 5px;
   color: #333333;
   font-size: 14px !important;
   background-image: linear-gradient(45deg, transparent 50%, #333333 50%),
      linear-gradient(135deg, #333333 50%, transparent 50%);
   background-color: white;
}

.nwc-body .main select:focus {
   border-color: #333333;
   background-image: linear-gradient(45deg, #333333 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, #333333 50%);
}

h1.vehicle-heading {
   margin: 20px;
   padding-top: 10px;
}

@media (min-width: 1000px) {
   h1.vehicle-heading {
      margin: 0px;
      padding-top: 0px;
   }
}

.vehicle-intro {
   margin-top: 30px;
   background: #4b5f77;
}
.vehicle-intro:after {
   content: "";
   display: table;
   clear: both;
}
.vehicle-intro .image {
   line-height: 0 !important;
   position: relative;
}
.vehicle-intro .image img {
   width: 100%;
   border-right: 2px solid white;
}
.vehicle-intro .image .image-price {
   position: absolute;
   left: 30px;
   bottom: 0px;
   background: #4b5f77;
   padding: 0 20px 20px 20px;
   color: white;
}
.vehicle-intro .image .image-price p {
   margin-top: 10px;
   font-size: 18px;
   line-height: 18px;
}
.vehicle-intro .image .image-price p.large {
   font-size: 30px;
   line-height: 30px;
}
.vehicle-intro .info {
   color: white;
   padding: 25px 30px 30px 20px;
}
.vehicle-intro .info .special-link a {
   color: white;
   border-color: #8996a5;
}
.vehicle-intro .info .special-link a:hover {
   background: #8996a5;
}
.vehicle-intro .info .block-top:after {
   content: "";
   display: table;
   clear: both;
}
.vehicle-intro .info .block-top .price p.large {
   font-size: 30px;
   line-height: 30px;
   margin-top: 0px;
   margin-bottom: 10px;
}
.vehicle-intro .info .block-top .price-btn.special-link {
   margin-top: 30px;
   text-align: left;
}
.vehicle-intro .info .block-top .finance-payments p {
   margin-top: 2px;
   font-weight: bold;
   font-size: 18px;
}
.vehicle-intro .info .block-top .finance-payments span {
   font-weight: normal;
}
@media (min-width: 1000px) {
   .vehicle-intro .info .block-top .price {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .vehicle-intro .info .block-top .price-btn.special-link {
      width: 49.1525423729%;
      float: right;
      margin-right: 0;
      text-align: right;
   }
}
.vehicle-intro .info .includes {
   margin-top: 30px;
}
.vehicle-intro .info .includes p {
   margin-top: 2px;
}
.vehicle-intro .info .includes-commercial {
   margin-top: 25px;
}
.vehicle-intro .info .includes-commercial p {
   margin-top: 2px;
}
.vehicle-intro .info .block-title {
   font-size: 22px;
   line-height: 28px;
   margin-top: 50px;
}
.vehicle-intro .info .block-title-commercial {
   font-size: 22px;
   line-height: 28px;
   margin-top: 25px;
}
.vehicle-intro .info .block-bottom {
   margin-top: 35px;
}
.vehicle-intro .info .block-bottom .enquire .btn-orange {
   display: block;
   width: 100%;
   text-align: center;
   font-size: 18px;
   padding: 2px;
}
.vehicle-intro .info .block-bottom .enquire .btn-orange::after {
   font-family: FontAwesome;
   content: "\f138" !important;
   color: white;
   font-size: 18px;
   padding-left: 15px;
}
.vehicle-intro .info .block-bottom .enquire .btn-orange:hover {
   background: #8996a5;
}
.vehicle-intro .info .block-bottom .finance-btn.special-link {
   margin-top: 20px;
}
.vehicle-intro .info .block-bottom .finance-btn.special-link a {
   display: block;
}
.vehicle-intro .info .block-bottom .finance-btn.special-link a:after {
   content: "";
   display: table;
   clear: both;
}
.vehicle-intro .info .block-bottom .finance-btn.special-link a .btn-sections {
   display: block;
   line-height: 24px;
}
.vehicle-intro
   .info
   .block-bottom
   .finance-btn.special-link
   a
   .btn-sections.last::after {
   font-family: FontAwesome;
   content: "\f138" !important;
   color: white;
   font-size: 18px;
   padding-left: 10px;
}
@media (min-width: 1000px) {
   .vehicle-intro
      .info
      .block-bottom
      .finance-btn.special-link
      a
      .btn-sections {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .vehicle-intro
      .info
      .block-bottom
      .finance-btn.special-link
      a
      .btn-sections.last {
      width: 32.2033898305%;
      float: right;
      margin-right: 0;
   }
}
.vehicle-intro .info .block-bottom-commercial {
   margin-top: 30px;
}
@media (min-width: 1000px) {
   .vehicle-intro .image {
      width: 57.6271186441%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .vehicle-intro .info {
      width: 40.6779661017%;
      float: right;
      margin-right: 0;
   }
}

.nwc-body .main #tabs {
   margin-top: 50px;
}
.nwc-body .main #tabs ul.tab-list {
   border-bottom: 1px solid #dadada;
   margin-bottom: 20px;
}
.nwc-body .main #tabs ul.tab-list:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main #tabs ul.tab-list li {
   text-align: center;
}
.nwc-body .main #tabs ul.tab-list li a {
   display: block;
   border: 1px solid #dadada;
   border-bottom: none;
   background: white;
   width: 100%;
   padding: 10px 0;
   text-decoration: none;
}
.nwc-body .main #tabs ul.tab-list li a:hover {
   background: #004890;
   color: white;
}
.nwc-body .main #tabs ul.tab-list li.ui-tabs-active a {
   background: #004890;
   color: white;
}
@media (min-width: 1000px) {
   .nwc-body .main #tabs ul.tab-list li a {
      width: 16.0305343511%;
      float: left;
      margin-right: 0.7633587786%;
   }
   .nwc-body .main #tabs ul.tab-list li.last a {
      width: 16.0305343511%;
      float: right;
      margin-right: 0;
   }
}
.nwc-body .main #tabs .options .heading {
   padding: 20px 30px;
}
.nwc-body .main #tabs .options .heading h3 {
   font-size: 18px;
}
.nwc-body .main #tabs .options .content {
   padding: 10px 30px;
}
.nwc-body .main #tabs .options .content p {
   margin-top: 0;
}
.nwc-body .main #tabs .options .content:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main #tabs .options .content .option-info .checkbox {
   width: auto;
   margin-top: 4px;
   margin-right: 15px;
   float: left;
}
@media (min-width: 1000px) {
   .nwc-body .main #tabs .options .content .option-info {
      width: 74.5762711864%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .nwc-body .main #tabs .options .content .option-price {
      width: 23.7288135593%;
      float: right;
      margin-right: 0;
      text-align: right;
   }
}
.nwc-body .main #tabs .options-total {
   text-align: right;
   background: #f2f5f8;
   font-weight: bold;
   padding: 5px 30px 20px 30px;
   margin-top: 10px;
   color: #004890;
}
.nwc-body .main #tabs .options-total span {
   color: #ff6a13;
}
.nwc-body .main #tabs .features .heading {
   padding: 20px 30px;
}
.nwc-body .main #tabs .features .heading h3 {
   font-size: 18px;
}
.nwc-body .main #tabs .features .content {
   padding: 10px 30px;
}
.nwc-body .main #tabs .features .content p {
   margin-top: 0;
}
.nwc-body .main #tabs .enquire:after,
.nwc-body .main #tabs .finance:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main #tabs .enquire label,
.nwc-body .main #tabs .enquire input,
.nwc-body .main #tabs .finance label,
.nwc-body .main #tabs .finance input {
   display: block;
}
.nwc-body .main #tabs .enquire label,
.nwc-body .main #tabs .finance label {
   padding-top: 25px;
}
.nwc-body .main #tabs .enquire .finance-slider,
.nwc-body .main #tabs .finance .finance-slider {
   margin: 10px;
   border: 1px solid #c8c8c8;
}
.nwc-body .main #tabs .enquire .btn-container,
.nwc-body .main #tabs .finance .btn-container {
   margin-top: 25px;
}
.nwc-body .main #tabs .enquire .btn-container:after,
.nwc-body .main #tabs .finance .btn-container:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main #tabs .enquire .btn-container .btn-orange,
.nwc-body .main #tabs .finance .btn-container .btn-orange {
   width: auto;
   float: right;
   padding: 1px 20px;
}
@media (min-width: 1000px) {
   .nwc-body .main #tabs .enquire .form-column,
   .nwc-body .main #tabs .finance .form-column {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .nwc-body .main #tabs .enquire .form-column.last,
   .nwc-body .main #tabs .finance .form-column.last {
      width: 49.1525423729%;
      float: right;
      margin-right: 0;
   }
}
.nwc-body .main #tabs .enquire .finance-table,
.nwc-body .main #tabs .finance .finance-table {
   text-align: left;
   margin-top: 30px;
}
.nwc-body .main #tabs .enquire .finance-table input,
.nwc-body .main #tabs .finance .finance-table input {
   width: auto;
   margin: 0;
   padding: 0;
   float: right;
}
.nwc-body .main #tabs .enquire .finance-table span,
.nwc-body .main #tabs .finance .finance-table span {
   float: right;
}
.nwc-body .main #tabs .enquire .finance-table .table-heading,
.nwc-body .main #tabs .enquire .finance-table .table-row,
.nwc-body .main #tabs .finance .finance-table .table-heading,
.nwc-body .main #tabs .finance .finance-table .table-row {
   padding: 5px 0;
}
.nwc-body .main #tabs .enquire .finance-table .table-heading:after,
.nwc-body .main #tabs .enquire .finance-table .table-row:after,
.nwc-body .main #tabs .finance .finance-table .table-heading:after,
.nwc-body .main #tabs .finance .finance-table .table-row:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main #tabs .enquire .finance-table .table-heading,
.nwc-body .main #tabs .finance .finance-table .table-heading {
   display: none;
}
.nwc-body .main #tabs .enquire .finance-table .table-row,
.nwc-body .main #tabs .finance .finance-table .table-row {
   padding: 5px 20px;
}
.nwc-body .main #tabs .enquire .finance-table .table-row.bold,
.nwc-body .main #tabs .finance .finance-table .table-row.bold {
   font-weight: bold;
}
.nwc-body .main #tabs .enquire .finance-table .table-row:nth-child(odd),
.nwc-body .main #tabs .finance .finance-table .table-row:nth-child(odd) {
   background: none;
}
.nwc-body .main #tabs .enquire .finance-table .col1,
.nwc-body .main #tabs .enquire .finance-table .col2,
.nwc-body .main #tabs .enquire .finance-table .col3,
.nwc-body .main #tabs .finance .finance-table .col1,
.nwc-body .main #tabs .finance .finance-table .col2,
.nwc-body .main #tabs .finance .finance-table .col3 {
   padding: 5px 0;
}
.nwc-body .main #tabs .enquire .finance-table .col1,
.nwc-body .main #tabs .finance .finance-table .col1 {
   text-align: center;
   background: #e5eaef;
   padding: 10px 0;
   font-weight: bold;
   color: #004890;
   margin-bottom: 5px;
}
.nwc-body .main #tabs .enquire .finance-table .col2,
.nwc-body .main #tabs .enquire .finance-table .col3,
.nwc-body .main #tabs .finance .finance-table .col2,
.nwc-body .main #tabs .finance .finance-table .col3 {
   padding-left: 15px;
   padding-right: 15px;
}
.nwc-body .main #tabs .enquire .finance-table .col2:before,
.nwc-body .main #tabs .finance .finance-table .col2:before {
   content: "HP: ";
}
.nwc-body .main #tabs .enquire .finance-table .col3:before,
.nwc-body .main #tabs .finance .finance-table .col3:before {
   content: "PCP: ";
}
@media (min-width: 1000px) {
   .nwc-body .main #tabs .enquire .finance-table input,
   .nwc-body .main #tabs .finance .finance-table input {
      float: none;
   }
   .nwc-body .main #tabs .enquire .finance-table span,
   .nwc-body .main #tabs .finance .finance-table span {
      float: none;
   }
   .nwc-body .main #tabs .enquire .finance-table .table-heading,
   .nwc-body .main #tabs .finance .finance-table .table-heading {
      display: block;
      background: #e5eaef;
      color: #004890;
      font-weight: bold;
   }
   .nwc-body .main #tabs .enquire .finance-table .table-row:nth-child(odd),
   .nwc-body .main #tabs .finance .finance-table .table-row:nth-child(odd) {
      background: #fcfcfc;
   }
   .nwc-body .main #tabs .enquire .finance-table .col1,
   .nwc-body .main #tabs .finance .finance-table .col1 {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%;
      text-align: left;
      background: none;
      padding: 5px 0;
      color: #454c54;
      font-weight: normal;
      margin-bottom: 0px;
   }
   .nwc-body .main #tabs .enquire .finance-table .col2,
   .nwc-body .main #tabs .finance .finance-table .col2 {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%;
      padding-left: 0px;
      padding-right: 0px;
   }
   .nwc-body .main #tabs .enquire .finance-table .col3,
   .nwc-body .main #tabs .finance .finance-table .col3 {
      width: 32.2033898305%;
      float: right;
      margin-right: 0;
      padding-left: 0px;
      padding-right: 0px;
   }
   .nwc-body .main #tabs .enquire .finance-table .col2:before,
   .nwc-body .main #tabs .finance .finance-table .col2:before {
      content: "";
   }
   .nwc-body .main #tabs .enquire .finance-table .col3:before,
   .nwc-body .main #tabs .finance .finance-table .col3:before {
      content: "";
   }
   .nwc-body .main #tabs .enquire .finance-table .table-row.bold .col1,
   .nwc-body .main #tabs .finance .finance-table .table-row.bold .col1 {
      font-weight: bold;
   }
}
.nwc-body .main #tabs .enquire #financeStep2 .finance-interested p,
.nwc-body .main #tabs .finance #financeStep2 .finance-interested p {
   margin-top: 5px;
}
.nwc-body .main #tabs .enquire #financeStep2 .finance-interested input,
.nwc-body .main #tabs .finance #financeStep2 .finance-interested input {
   width: auto;
   float: left;
   margin-right: 15px;
}
.nwc-body .main #tabs .enquire #financeStep2 .finance-btn-container,
.nwc-body .main #tabs .finance #financeStep2 .finance-btn-container {
   margin-top: 30px;
}
.nwc-body .main #tabs .enquire #financeStep2 .finance-btn-container:after,
.nwc-body .main #tabs .finance #financeStep2 .finance-btn-container:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body
   .main
   #tabs
   .enquire
   #financeStep2
   .finance-btn-container
   .special-link
   a,
.nwc-body
   .main
   #tabs
   .finance
   #financeStep2
   .finance-btn-container
   .special-link
   a {
   line-height: 40px;
}
.nwc-body
   .main
   #tabs
   .enquire
   #financeStep2
   .finance-btn-container
   .vehicle-btn
   .btn-orange,
.nwc-body
   .main
   #tabs
   .finance
   #financeStep2
   .finance-btn-container
   .vehicle-btn
   .btn-orange {
   width: auto;
   padding: 1px 20px;
   border: none;
   margin-top: 15px;
}
@media (min-width: 1000px) {
   .nwc-body
      .main
      #tabs
      .enquire
      #financeStep2
      .finance-btn-container
      .special-link,
   .nwc-body
      .main
      #tabs
      .finance
      #financeStep2
      .finance-btn-container
      .special-link {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .nwc-body
      .main
      #tabs
      .enquire
      #financeStep2
      .finance-btn-container
      .vehicle-btn,
   .nwc-body
      .main
      #tabs
      .finance
      #financeStep2
      .finance-btn-container
      .vehicle-btn {
      width: 49.1525423729%;
      float: right;
      margin-right: 0;
   }
   .nwc-body
      .main
      #tabs
      .enquire
      #financeStep2
      .finance-btn-container
      .vehicle-btn
      .btn-orange,
   .nwc-body
      .main
      #tabs
      .finance
      #financeStep2
      .finance-btn-container
      .vehicle-btn
      .btn-orange {
      float: right;
      margin-top: 0px;
   }
}

.nwc-body .main .other {
   margin-top: 30px;
}
.nwc-body .main .other .other-vehicles {
   padding: 0 20px;
   background: #f2f5f8;
}
.nwc-body .main .other .other-vehicles .vehicle {
   border-bottom: 1px solid #d1d8df;
   padding: 20px 0;
}
.nwc-body .main .other .other-vehicles .vehicle:after {
   content: "";
   display: table;
   clear: both;
}
.nwc-body .main .other .other-vehicles .vehicle .vehicle-info h3 {
   margin: 0;
   font-size: 20px;
   line-height: 20px;
   font-weight: normal;
}
.nwc-body .main .other .other-vehicles .vehicle .vehicle-info h3 a {
   color: #454c54;
   text-decoration: none;
}
.nwc-body .main .other .other-vehicles .vehicle .vehicle-info h3 a:hover {
   color: #ff6a13;
}
.nwc-body .main .other .other-vehicles .vehicle .vehicle-info p {
   margin-top: 5px;
}
.nwc-body .main .other .other-vehicles .vehicle .vehicle-info span.saving {
   padding-left: 15px;
   color: #ff6a13;
   padding-left: 0px;
   display: block;
}
.nwc-body .main .other .other-vehicles .vehicle .vehicle-btn {
   margin: 25px 0 15px 0;
   text-align: left;
}
@media (min-width: 1000px) {
   .nwc-body .main .other .other-vehicles .vehicle .vehicle-info {
      width: 66.1016949153%;
      float: left;
      margin-right: 1.6949152542%;
   }
   .nwc-body .main .other .other-vehicles .vehicle .vehicle-info span.saving {
      padding-left: 15px;
      display: inline;
   }
   .nwc-body .main .other .other-vehicles .vehicle .vehicle-btn {
      width: 16.9491525424%;
      float: right;
      margin-right: 0;
      margin-top: 15px;
      text-align: right;
   }
}
.nwc-body .main .other .other-vehicles .vehicle.last {
   border-bottom: 0px solid #d1d8df;
}

.nwc-body .main .more-info {
   margin-top: 30px;
}

/* Z-INDEX */
.formError {
   z-index: 990;
}
.formError .formErrorContent {
   z-index: 991;
}
.formError .formErrorArrow {
   z-index: 996;
}

.ui-dialog .formError {
   z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
   z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
   z-index: 5006;
}

.inputContainer {
   position: relative;
   float: left;
}

.formError {
   position: absolute;
   top: 300px;
   left: 300px;
   display: block;
   cursor: pointer;
   text-align: left;
}

.formError.inline {
   position: relative;
   top: 0;
   left: 0;
   display: inline-block;
}

.ajaxSubmit {
   padding: 20px;
   background: #55ea55;
   border: 1px solid #999;
   display: none;
}

.formError .formErrorContent {
   width: 100%;
   background: #ee0101;
   position: relative;
   color: #fff;
   min-width: 120px;
   font-size: 11px;
   border: 2px solid #ddd;
   box-shadow: 0 0 6px #000;
   -moz-box-shadow: 0 0 6px #000;
   -webkit-box-shadow: 0 0 6px #000;
   -o-box-shadow: 0 0 6px #000;
   padding: 4px 10px 4px 10px;
   border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   -o-box-shadow: none;
   border: none;
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   -o-border-radius: 0;
}

.greenPopup .formErrorContent {
   background: #33be40;
}

.blackPopup .formErrorContent {
   background: #393939;
   color: #fff;
}

.formError .formErrorArrow {
   width: 15px;
   margin: -2px 0 0 13px;
   position: relative;
}
body[dir="rtl"] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
   margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   -o-box-shadow: none;
   margin: 0px 0 0 12px;
   top: 2px;
}

.formError .formErrorArrow div {
   border-left: 2px solid #ddd;
   border-right: 2px solid #ddd;
   box-shadow: 0 2px 3px #444;
   -moz-box-shadow: 0 2px 3px #444;
   -webkit-box-shadow: 0 2px 3px #444;
   -o-box-shadow: 0 2px 3px #444;
   font-size: 0px;
   height: 1px;
   background: #ee0101;
   margin: 0 auto;
   line-height: 0;
   font-size: 0;
   display: block;
}

.formError .formErrorArrowBottom div {
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
   background: #33be40;
}

.blackPopup .formErrorArrow div {
   background: #393939;
   color: #fff;
}

.formError .formErrorArrow .line10 {
   width: 15px;
   border: none;
}

.formError .formErrorArrow .line9 {
   width: 13px;
   border: none;
}

.formError .formErrorArrow .line8 {
   width: 11px;
}

.formError .formErrorArrow .line7 {
   width: 9px;
}

.formError .formErrorArrow .line6 {
   width: 7px;
}

.formError .formErrorArrow .line5 {
   width: 5px;
}

.formError .formErrorArrow .line4 {
   width: 3px;
}

.formError .formErrorArrow .line3 {
   width: 1px;
   border-left: 2px solid #ddd;
   border-right: 2px solid #ddd;
   border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
   width: 3px;
   border: none;
   background: #ddd;
}

.formError .formErrorArrow .line1 {
   width: 1px;
   border: none;
   background: #ddd;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
   background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
   font-family: "slick";
   font-weight: normal;
   font-style: normal;

   src: url("./fonts/slick.eot");
   src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
      url("./fonts/slick.woff") format("woff"),
      url("./fonts/slick.ttf") format("truetype"),
      url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
   font-size: 0;
   line-height: 0;

   position: absolute;
   top: 50%;

   display: block;

   width: 20px;
   height: 20px;
   margin-top: -10px;
   padding: 0;

   cursor: pointer;

   color: transparent;
   border: none;
   outline: none;
   background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
   color: transparent;
   outline: none;
   background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
   opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
   opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
   font-family: "slick";
   font-size: 20px;
   line-height: 1;

   opacity: 0.75;
   color: white;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
   left: -25px;
}
[dir="rtl"] .slick-prev {
   right: -25px;
   left: auto;
}
.slick-prev:before {
   content: "←";
}
[dir="rtl"] .slick-prev:before {
   content: "→";
}

.slick-next {
   right: -25px;
}
[dir="rtl"] .slick-next {
   right: auto;
   left: -25px;
}
.slick-next:before {
   content: "→";
}
[dir="rtl"] .slick-next:before {
   content: "←";
}

/* Dots */
.slick-slider {
   margin-bottom: 30px;
}

.slick-dots {
   position: absolute;
   bottom: -45px;

   display: block;

   width: 100%;
   padding: 0;

   list-style: none;

   text-align: center;
}
.slick-dots li {
   position: relative;

   display: inline-block;

   width: 20px;
   height: 20px;
   margin: 0 5px;
   padding: 0;

   cursor: pointer;
}
.slick-dots li button {
   font-size: 0;
   line-height: 0;

   display: block;

   width: 20px;
   height: 20px;
   padding: 5px;

   cursor: pointer;

   color: transparent;
   border: 0;
   outline: none;
   background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
   outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
   opacity: 1;
}
.slick-dots li button:before {
   font-family: "slick";
   font-size: 6px;
   line-height: 20px;

   position: absolute;
   top: 0;
   left: 0;

   width: 20px;
   height: 20px;

   content: "•";
   text-align: center;

   opacity: 0.25;
   color: black;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
   opacity: 0.75;
   color: black;
}
/* Slider */
.slick-slider {
   position: relative;

   display: block;

   -moz-box-sizing: border-box;
   box-sizing: border-box;

   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;

   -webkit-touch-callout: none;
   -khtml-user-select: none;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-tap-highlight-color: transparent;
}

.slick-list {
   position: relative;

   display: block;
   overflow: hidden;

   margin: 0;
   padding: 0;
}
.slick-list:focus {
   outline: none;
}
.slick-list.dragging {
   cursor: pointer;
   cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

.slick-track {
   position: relative;
   top: 0;
   left: 0;

   display: block;
}
.slick-track:before,
.slick-track:after {
   display: table;

   content: "";
}
.slick-track:after {
   clear: both;
}
.slick-loading .slick-track {
   visibility: hidden;
}

.slick-slide {
   display: none;
   float: left;

   height: 100%;
   min-height: 1px;
}
[dir="rtl"] .slick-slide {
   float: right;
}
.slick-slide img {
   display: block;
}
.slick-slide.slick-loading img {
   display: none;
}
.slick-slide.dragging img {
   pointer-events: none;
}
.slick-initialized .slick-slide {
   display: block;
}
.slick-loading .slick-slide {
   visibility: hidden;
}
.slick-vertical .slick-slide {
   display: block;

   height: auto;

   border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
   display: none;
}
