@font-face {
  font-family: 'FontAwesome';
  src: url('assets/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('assets/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('assets/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('assets/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('assets/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('assets/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -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";
}body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #3e3e3e;
    background-color: #236ba3;
    font-family: 'Ubuntu', serif;
    position: relative;
    min-height: 100%;
}

body.modal-open {
    overflow: hidden;
}

a {
    text-decoration: none;
}

a:link {
    color: #344fff;
    text-decoration: underline;
}


a:visited {
    color: #344fff;
    text-decoration: underline;
}

a:hover {
    color: #2b2bc6;
    text-decoration: underline;
}


/*Responsive Menu*/


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    margin: auto;
    width: 97%;
    border-radius: 4px;
    border: 1px solid #7aadd6;
    line-height: 1;
    background: #218cda;
    background: -webkit-linear-gradient(bottom, #92bdde, #218cda);
    background: -ms-linear-gradient(bottom, #92bdde, #218cda);
    background: -moz-linear-gradient(bottom, #92bdde, #218cda);
    background: -o-linear-gradient(bottom, #92bdde, #218cda);
    background: linear-gradient(to top, #92bdde, #218cda);
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #fcfefb;
    text-align: center;
}

#cssmenu > ul > li:first-child > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#cssmenu.align-center > ul > li:first-child > a {
    border-radius: 0;
}

#cssmen.align-right > ul > li:first-child > a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #e1f400;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
    background: rgba(125, 125, 125, 0.04);
}

#cssmenu > ul > li:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    height: 20px;
    width: 1px;
    opacity: .15;
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(to top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
}

#cssmenu.align-right > ul > li:after {
    right: auto;
    left: -1px;
}

#cssmenu > ul > li:before {
    content: '';
    position: absolute;
    top: 8px;
    right: -1px;
    display: block;
    height: 20px;
    width: 1px;
    opacity: .35;
    background: rgba(255, 255, 255, 0.8);
    background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), #ffffff, rgba(255, 255, 255, 0.01));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
}

#cssmenu.align-right > ul > li:before {
    right: auto;
    left: 0;
}

#cssmenu > ul > li:last-child:after,
#cssmenu > ul > li:last-child:before {
    display: none;
}

#cssmenu.small-screen {
    width: 97%;
}

#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
    width: 100%;
    text-align: left;
}

#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
    float: none;
    display: block;
    border-top: 1px solid rgba(100, 100, 100, 0.1);
}

#cssmenu.small-screen > ul > li > a {
    padding: 10px 25px;
}

#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
    display: none;
}

#cssmenu.small-screen #menu-button {
    display: block;
    padding: 18px 25px 19px 25px;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    color: #fcfefb;
}

#cssmenu.small-screen #menu-button.menu-opened {
    color: #e1f400;
}

#cssmenu.small-screen #menu-button:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 20px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-top: 2px solid #fcfefb;
    border-bottom: 2px solid #fcfefb;
    width: 18px;
    height: 3px;
}

#cssmenu.small-screen #menu-button.menu-opened:after {
    border-top: 2px solid #e1f400;
    border-bottom: 2px solid #e1f400;
}

#cssmenu.small-screen #menu-button:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 30px;
    display: block;
    width: 18px;
    height: 2px;
    background: #fcfefb;
}

#cssmenu.small-screen #menu-button.menu-opened:before {
    background: #e1f400;
}

/*End Menu*/

/* style: h1 and different colors  */
h1 {
    color: #2b6b96;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 0 0;
}


h1 border_dw {
    padding: 3px;
    border-bottom: 1px solid #a6a6a6;
    color: #2b6b96;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #efefef;
    line-height: 0;
}


h1 a {
    color: #2b6b96;
    text-decoration: none;
}

h1 a:link {
    color: #2b6b96;
    text-decoration: none;
}

h1 a:hover {
    color: #2b6b96;
    text-decoration: underline;
}

h1 a:visited {
    color: #2b6b96;
    text-decoration: none;
}

.blue_new {
    color: #2b6b96;
    font-weight: bold;
    font-size: 13px;
    text-transform: none;
    padding: 5px 0 0 0;
}

.blue_new a {
    color: #2b6b96;
    text-decoration: none;
}

.blue_new a:link {
    color: #2b6b96;
    text-decoration: none;
}

.blue_new a:hover {
    color: #2b6b96;
    text-decoration: underline;
}

.blue {
    color: #2b6b96;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 0 0 0;
}

.blue a {
    color: #2b6b96;
    text-decoration: none;
}

.blue a:link {
    color: #2b6b96;
    text-decoration: none;
}

.blue a:hover {
    color: #2b6b96;
    text-decoration: underline;
}

.red_new {
    color: #9d1521;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    margin-bottom: 0;
    margin-top: 0;
}

html > body .red_new {
    padding: 2px 0 4px 0;
    margin-top: 10px;
}

.red {
    color: #9d1521;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    margin-bottom: 0;
}


.red a {
    color: #9d1521;
    text-decoration: none;
}

.red a:link {
    color: #9d1521;
    text-decoration: none;
}

.red a:hover {
    color: #9d1521;
    text-decoration: underline;
}

.red a:visited {
    color: #9d1521;
    text-decoration: underline;
}

.red_LC {
    color: #9d1521;
    font-weight: bold;
    font-size: 15px;
    text-transform: none;
    padding: 5px 0 5px 0;
}

.red_LC a {
    color: #9d1521;
    text-decoration: none;
}

.red_LC a:link {
    color: #9d1521;
    text-decoration: none;
}

.red_LC a:hover {
    color: #9d1521;
    text-decoration: underline;
}

.red_LC a:visited {
    color: #9d1521;
    text-decoration: none;
}


/* style: h1 for sideboxes  */

h1 .sides {
    text-align: left;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 0 8px;
    font-weight: normal;
    padding: 1px 0 6px 0;
}

html > body h1.sides {
    padding: 0 0 6px 0;
}

.sides {
    text-align: left;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 0 8px;
    font-weight: normal;
    padding: 1px 0 6px 0;
}


.sides a:link {
    color: #fff;
}

.sides a:hover {
    color: #fff;
    text-decoration: underline;
}

.sides a:visited {
    color: #fff;
}

h1 .sides2 {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 8px;
    font-weight: normal;
    padding: 1px 0 0 0;
}


.sides2 {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 8px;
    font-weight: normal;
    padding: 1px 0 0 0;
}

html > body .sides2 {
    padding: 0 0 0 0;
}

.sides2 a:link {
    color: #fff;
}

.sides2 a:hover {
    color: #fff;
    text-decoration: underline;
}

.sides2 a:visited {
    color: #fff;
}


h1 .sides3 {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 8px;
    font-weight: normal;
    padding: 1px 0 6px 0;
}

html > body h1.sides3 {
    padding: 0 0 6px 0;
}

.sides3 {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 8px;
    font-weight: normal;
    padding: 1px 0 6px 0;
}

html > body .sides2 {
    padding: 0 0 8px 0;
}

.sides3 a:link {
    color: #fff;
}

.sides3 a:hover {
    color: #fff;
    text-decoration: underline;
}

.sides3 a:visited {
    color: #fff;
}


/* style: h2  */

h2 {
    color: #9d1521;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

h3 {
    color: #2b6b96;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    padding: 0 0 0 0;
}

.blue_middle {
    color: #2b6b96;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    padding: 0 0 0 0;
}

.blue_middle_nocaps {
    color: #2b6b96;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    padding: 0 0 0 0;
}

.blue_middle_nocaps a {
    color: #2b6b96;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    padding: 0 0 0 0;
}

.red_middle {
    color: #9d1521;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 0 0 0;

}

h4 {
    color: #9d1521;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ECECEC;
    padding: 0 5px 0 5px;

}


.intro {
    color: #3e3e3e;
    font-weight: normal;
    font-size: 16px;
}

.caps {
    color: #3e3e3e;
    font-weight: normal;
    text-transform: uppercase;
}

.caps a {
    color: #990000;
    text-decoration: underline;
}

p {
    color: #3e3e3e;
    font-weight: normal;
}

/* style: container box  */

#container {
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 0;
    width: 96%;
    position: relative;
    max-width: 1366px;
    background: url(/images/pad.gif) repeat-x #FFFFFF;
}

#container_privacy {
    margin: 15px auto;
    text-align: left;
    width: 550px;
    border: 1px solid #999;
    padding: 2px;
    background-color: #ECECEC;
}


#container_email {
    margin: 15px auto;
    text-align: left;
    width: 450px;
    border: 1px solid #999;
    padding: 2px;
    background-color: #ECECEC;
}

#container_story {
    margin: 15px auto;
    text-align: left;
    width: 300px;
    border: 1px solid #999;
    padding: 2px;
    background-color: #ECECEC;
}

/* style: header  */

#header {
    text-align: left;
    padding: 0;
    width: 96%;
    margin: auto;

}

#logo {
    text-align: left;
    width: 150px;
    float: left;
}

#text_header {
    margin: 0;
    text-align: right;
    padding: 10px 0 0 0;
    width: 300px;
    color: #2b6b96;
    float: right;
}

.headertext {
    color: #2b6b96;
    font-weight: normal;
    text-transform: none;
    float: right;
    margin-bottom: 10px;
}

.date {
    text-transform: uppercase;
}

#main {
    width: 97%;
    margin: 10px auto;
}

/* style: middle width 754 px  */

/*#main754 {
	float: left;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 754px;
	background-color:#FFFFFF;
	}*/

#middle_col {
    float: left;
    width: 44%;
    margin-left: 2%;
}

#middle_small h1 {
    padding: 0;
    margin: 0;
}

.borders_big_image {
    float: left;
    margin-right: 20px;
    width: 50%;
}

.borders_big_image img {
    margin-bottom: 3px;
    margin-left: 1px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #CCCCCC;
    align: middle;
}

.bigger_featured_article_title {
    color: #2b6b96;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.bigger_featured_article_title a {
    color: #2b6b96;
    text-decoration: none;
}

.bigger_featured_article_title a:link {
    color: #2b6b96;
    text-decoration: none;
}

.bigger_featured_article_title a:hover {
    color: #2b6b96;
    text-decoration: underline;
}

.banner {
    border: solid 1px #cbc8c8;
    background: url(/images/banner_middle.gif) no-repeat bottom left #fff;
    width: auto;
    margin-top: 20px;
    min-height: 90px;
}

.banner_txt1 {
    padding: 10px 0 0 160px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.banner_txt1 a {
    color: #236ba3;
    text-decoration: none;
}

.banner_txt2 {
    padding: 5px 0 10px 160px;
    text-transform: uppercase;
}

.banner_txt2 a {
    color: #9d1420;
    text-decoration: none;
}

/* style: middle width 734 px  */

/*#main2 {
	margin: 0 auto;
	text-align: left;
	padding-left: 10px;
	padding-right:10px;
	width: 730px;
	background-color:#FFFFFF;
	}
#main2d {
	margin: 0 auto;
	text-align: left;
	padding-left: 10px;
	padding-right:10px;
	width: 730px;
	background-color:#FFFFFF;
	}
	*/

/*This for Left Shifting of Expert Rating Box---New-Used-Left*/
.sideboxtitle160 {
    background: url(/images/top5used.jpg) no-repeat top center;
    background-position: 3px 3px;
    text-align: center;
    width: auto;
    text-transform: none;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    margin-bottom: 0;
    padding: 2px;
    font-size: 16px;
    font-weight: bold;
}

.sideboxtitle160 span {
    color: #1f6092;
    font-size: 14px;
    padding: 10px 0 10px 30px;
    display: block;
}

.sides160 {
    text-align: left;
    margin: 2px 1px 2px 1px;
    font-weight: normal;
    padding: 4px;
    margin-top: 1px;
    margin-bottom: 0;
    background-color: #e4e4e4;
}

.sideboxtitle160:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* new car / used car selector */

.sidebox-ind4 {
    text-align: left;
    width: auto;
    padding: 2px 14px 2px 14px;
    border-radius: 8px;
    border: solid 1px #2c77b0;
    background: -webkit-linear-gradient(#68a5d1, #f0f5fb); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#68a5d1, #f0f5fb); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#68a5d1, #f0f5fb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#68a5d1, #f0f5fb); /* Standard syntax */
}

.sidebox-ind4 div {
    margin-bottom: 4px;
}

.form100 {
    color: #525252;
    width: 100%;
}

.sideboxtitle-ind4 {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 6px;
    background: url(/images/new_car_bg.png) top right no-repeat;
    padding-bottom: 34px;
}

.sidebox-ind4 strong {
    color: #0341A3;
    font-weight: 900;
}


.sidebox-black {
    margin-top: 10px;
    text-align: left;
    width: auto;
    padding: 2px 14px 2px 14px;
    border-radius: 8px;
    border: solid 1px #555;
    background: -webkit-linear-gradient(#616161, #efefef); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#616161, #efefef); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#616161, #efefef); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#616161, #efefef); /* Standard syntax */
    display: none;
}

.usedcartitle {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 6px;
    background: url(/images/used_cars_bg.png) top right no-repeat;
    padding-bottom: 34px;
}

.sidebox-black div {
    margin-bottom: 4px;
}

.used_index_length {
    width: 100%;
}

.sidebox-black strong {
    color: #000;
    font-weight: 900;
}


/* auto loan quote index*/
/*.sideboxtitle-R {
	background: url(/images/sider_bar-R.gif) #236BA3 no-repeat;
	text-align: left;
	width: 245px;
	text-transform: uppercase;
	margin-top: 5px;
	padding-top: 5px;
	}

.sideboxtitle-R h1{font-size: 13px; color: #fff;
	font-weight:bold;}
.sides-R{font-size: 13px; color: #fff; padding-left:10px;
	font-weight:bold;}

.sidebox-R strong{ color:#236BA3;}
.form100-R{color: #525252;width:100px; }

.sidebox-R {background: url(/images/form-layout.jpg) top no-repeat;
	text-align: left;width: 225px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px 9px 2px 9px;
	height:235px;
}
*/


.loan_quote {
    text-align: left;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding: 10px 6px 2px 6px;
    border: solid 1px #9d1521;
    border-top: 0;
    background: -webkit-linear-gradient(#bf676e, #fcf0f1);
    background: -o-linear-gradient(#bf676e, #fcf0f1);
    background: -moz-linear-gradient(#bf676e, #fcf0f1);
    background: linear-gradient(#bf676e, #fcf0f1);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #000000;
    font-weight: 900;

}

.loan_quote form {
    display: inline;
}

.loan_quote div {
    margin: 4px 0;
}


/* style: sidebar left  */

#sidebar {
    float: left;
    text-align: left;
    margin: 0;
    width: 26%;
    display: inline;
}

.selector-area-box select, .selector-area-box input[type="text"], .selector-area-box input[type="tel"] {
    width: 100%;
    height: 40px;
    border: 1px solid #aaaaaa;
    font-size: 18px;
    color: #585858;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.selector-area-box .selector_submit, .selector-area-box .btn-R {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd1a28+0,e83b4a+50,c5202e+100 */
    background: #bd1a28; /* Old browsers */
    background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1a28', endColorstr='#c5202e', GradientType=0); /* IE6-9 */
    font-size: 16px;
    text-shadow: 1px 1px #af0808;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    vertical-align: top;
    margin-bottom: 15px;
}

.selector-area-box .selector_submit:hover, .selector-area-box .btn-R:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#971520+1,ba2f3b+50,9e1a25+100 */
    background: #971520; /* Old browsers */
    background: -moz-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#971520', endColorstr='#9e1a25', GradientType=0); /* IE6-9 */
}

.sideboxtitle {
    background: #65a2d1;
    text-align: left;
    width: 100%;
    color: #fff;
    padding-top: 6px;
    font-size: 30px;
    padding-bottom: 34px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sideboxtitle.auto-loan-title {
    background: url(/images/auto-loan-bg.png) #bf676e top right no-repeat;
    border: solid 1px #9d1521;
    border-bottom: 0;
    box-sizing: border-box;
}

.sideboxtitle h1 {
    font-size: 30px;
    color: #ffffff;
    text-transform: none;
    font-weight: bold;
}

.sideboxtitle:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sidebox_ball {
    background-image: url(/images/ball.gif);
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: 1px 8px;
    padding: 5px 3px;
    padding-left: 12px;
    border: 1px solid #fff;
}

.sidebox_ball a {
    text-decoration: none;
}

/* style: little arrow grey background  */
.lo_arrow {
    background-image: url(/images/arrow.gif);
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    padding: 5px 3px;
    padding-left: 14px;
    border: 1px solid #fff;
}

.lo_arrow a {
    text-decoration: none;
}


/* style: sidebar right  */

#right-sidebar {
    float: right;
    text-align: left;
    width: 26%;
    display: inline;
}


/*Auto Industry News index*/
.news-index {
    padding: 10px 0 10px 0;
    border: solid 1px #246190;
    float: left;
    width: 100%;
}

.news-index p {
    padding-left: 12px;
    float: left;
    width: 30%;
    margin: 0 8px 0 8px;
    background: url(images/news-bullet.gif) left 4px no-repeat;
}

.news-archives {
    text-align: right;
    padding-right: 10px;
}

.news li {
    padding: 0;
    list-style-image: url(/images/arrow.gif);
    float: left;
    width: 30%;
    margin: 0 20px 10px 0;
}

/*FIND NEW CARS index*/
#middle3 {
    overflow: hidden;
    float: left;
    text-align: left;
    width: 54%;
    display: inline;
}

#recent_blogs_wrap {
    float: left;
    text-align: left;
    width: 21%;
    display: inline;
    margin-left: 2%;
}

#top5_wrap {
    float: right;
    /*text-align: left;*/
    text-align: left;
    width: 21%;
    display: inline;
}

#top5_wrap.homepage_wrap {
    width: 42%;
}

#middlebox_cartypes-ext2 {
    text-align: left;
    width: auto;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
}

.big_black {
    color: #2b6b96;
    font-size: 18px;
}

div.floating_index {
    float: left;
    width: 24%;
    /*  width: 16%;*/
    height: 70px;
    text-align: center;
}

.li_arrow4_fr {
    background-color: #ececec;
    width: 15%;
    padding: 0.6%;
    border: 1px solid #fff;
    float: left;
}

.li_arrow4_fr a {
    text-decoration: none;
}

/* style: monthly payment calc*/

.calc_heading {
    background: #236ba3;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.calc_heading span {
    font-size: 24px;
    color: #ccff33;
}

#middle_small3 {
    overflow: hidden;
    float: right;
    text-align: left;
    /*	width: 35%;*/
    display: inline;
}

#middle_small3_border {
    text-align: left;
    width: auto;
    border: 1px solid #999;
    padding: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.white-IR {
    background-color: #fff;
    text-align: center;
    padding: 7px 4px 10px 4px;
    width: auto;
}

.calc_index_border_dw_inv {
    border-top: 1px solid #a6a6a6;
    background-color: #efefef;
    font-weight: bold;
    color: #9d1521;
    width: auto;
    padding: 4px;
    height: auto;
}


#middleblue-IR {
    background-color: #236ba3;
    text-align: center;
    padding: 7px 5px 10px 5px;
    width: auto;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

#middleblue-IR input[type="button"] {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd1a28+0,e83b4a+50,c5202e+100 */
    background: #bd1a28; /* Old browsers */
    background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1a28', endColorstr='#c5202e', GradientType=0); /* IE6-9 */
    font-size: 16px;
    text-shadow: 1px 1px #af0808;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    vertical-align: top;
    margin-bottom: 15px;
    width: auto;
}

#middleblue-IR input[type="button"]:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#971520+1,ba2f3b+50,9e1a25+100 */
    background: #971520; /* Old browsers */
    background: -moz-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#971520', endColorstr='#9e1a25', GradientType=0); /* IE6-9 */
}

.calc_index_left {
    float: left;
    width: 40%;
    line-height: 40px;
    text-align: left;
    font-weight: bold;
    padding-left: 1px;
    padding-top: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #0341A3;
}

.calc_index_right {
    float: left;
    width: 60%;
    padding-left: 15px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 10px;
    height: 40px;
    position: relative;
    box-sizing: border-box;
}

.calc_index_right .input-text {
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 40px;
    font-size: 14px;
    color: #585858;
    z-index: 1;
}

.calc_index_fields {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #aaaaaa;
    font-size: 14px;
    color: #585858;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}

.calc_index_fields2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #aaaaaa;
    font-size: 14px;
    color: #585858;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}

.calc_index_bottom_left {
    float: left;
    width: 40%;
    text-align: left;
    height: auto;
}

.calc_index_bottom_right {
    float: left;
    width: 60%;
    height: auto;
    text-align: right;
    position: relative;
}

.calc_index_bottom_right .calc_index_fields {
    position: relative;
    margin-bottom: 10px;
}

.calc_index_width {
    width: 90px;
}


/* style: footer  */


/*#footer2 {
	margin: 0 auto;
	text-align: left;
	padding-left: 10px;
	padding-right:10px;
	width:auto;
	background-color:#FFFFFF;

	}*/

.break2 {

    background-color: #fff;
    background-image: url(/images/sep_footer.gif);
    background-repeat: repeat-x;
    height: 10px;
    margin-top: 10px;

}

#footer {
    margin: 0 auto;
    text-align: left;
    width: auto;
    background-color: #fff;
    background-position: 0 top;
    height: 50px;
}


#footer_right {
    float: right;
    margin: 0;
    width: 40%;
    text-align: right;
    padding: 10px;
}

#footer_left {
    float: left;
    padding: 5px;
    margin: 0;
    width: 40%;
}

#footer ul {
    padding: 10px 0 0 0;
    margin: 0;
}

#footer li {
    list-style: none;
    float: left;
    padding: 0;
    border-right: solid 1px #344fff;
}

#footer li a {
    text-decoration: none;
    padding: 0 6px;
}

#enclosure {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    width: 97%;
    font-size: 10px;
    color: #fff;
    background-color: #236ba3;
}

.enclosure {
    padding: 5px 10px 10px 10px;
    font-size: 10px;
}

.enclosure a:link, .enclosure a:hover, .enclosure a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

/*UsedCarsReport/5best-used-cars.html*/
#sidebar3 {
    float: right;
    text-align: right;
    margin: 16px 0 5px 20px;
    width: 26%;
    padding: 3px;
}

#main_col {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 0;
    width: 70%;
    display: inline;
}

.make-model {
    text-align: right;
}

.make-model a {
    color: #236BA3;
    text-decoration: none;
}

.make-model a:hover {
    color: #9D1521;
    text-decoration: none;
}

.reliable_th {
    float: left;
    font-weight: bold;
    text-align: center;
    padding: 5px 3px;
    background-color: #e4e4e4;
    margin: 1px;
    color: #2b6b96;
}

.reliable_td1 {
    float: left;
    padding: 5px 3px;
    text-align: center;
    background-color: #f6f6f6;
    margin: 1px;
}

.reliable_td2 {
    float: left;
    padding: 3px 3px;
    text-align: center;
    margin: 1px;
}

.reliable_rating {
    font-weight: bold;
    color: #a37705;
}

.reliable_w1 {
    width: 5%;
}

.reliable_w2 {
    width: 35%;
}

.reliable_w3 {
    width: 25%;
}

sidebox_findcars-R {
    text-align: left;
    width: 264px;
}

.sidebox_findcars-R img {
    padding: 1px;
    border: 1px solid #999;
    vertical-align: middle;
}

#middlebox_info4b {
    float: right;
    text-align: left;
    border: 1px solid #999;
    margin: 15px 2px 10px 2px;
    padding: 2px;
    width: 180px;
}

.sedance_titleg {
    float: left;
    font-weight: bold;
    width: 90%;
    padding: 3px 3px 3px 12px;
    background-color: #e4e4e4;
    margin: 1px;
    color: #2b6b96;
}

.sedance_body_arrowg {
    float: left;
    width: 90%;
    background-image: url(/images/arrow.gif);
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: 4px 5px;
    padding: 3px 3px 3px 12px;
    margin: 1px;
}

#middlebox_info4 {
    float: left;
    text-align: left;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
}

.sedance_title {
    float: left;
    font-weight: bold;
    width: 110px;
    padding: 3px 3px;
    padding-left: 5px;
    padding-right: 2px;
    background-color: #e4e4e4;
    margin: 1px;
    color: #2b6b96;
}

.sedance_title2 {
    float: left;
    font-weight: bold;
    width: 90px;
    padding: 3px 3px;
    text-align: center;
    background-color: #e4e4e4;
    margin: 1px;
    color: #2b6b96;
}

.txtRating {
    color: #a37705;
    font-weight: bold;
}

/* style: upscale sedans  */
.upscale {
    text-align: justify;
    padding: 4px;
}

hr {
    color: #999999;
    height: 1px;
    border: 0;
    background-color: #999;
}

.tx11_Red_Caps {
    color: #9d1521;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 8px;
}

.tx11_Red {
    color: #9d1521;
    font-weight: bold;
}

.tx11_header {
    color: #2b6b96;
}

.top5small_IMG {
    float: right;
    margin: 3px 3px 3px 8px;
    padding: 3px;
    border: solid 1px #777;
}

.txNumberList {
    color: #2b6b96;
    font-weight: bold;
    padding: 3px;
}

.sidebox_bg_about {
    background-color: #ececec;
    padding: 5px 3px;
    padding-left: 5px;
    border: 1px solid #fff;
}

.jsform-holder {
    float: right;
    width: 38%;
}

.jsform-wrap {
    clear: both;
    margin-top: 15px;
}

.jsform-left-box {
    width: 58%;
    float: left;
}

.rightCol {
    float: right;
    width: 48%;
    padding-right: 12px;
}

.leftCol {
    float: left;
    width: 48%;
}

/*dealer-list*/
.listdeal {
    width: 31%;
    float: left;
    margin: 0.5% 0.5% 0 0;
    border: solid 1px #ECECEC;
    background-color: #F7F7F7;
    padding: 4px;
    height: 28px;
}

.listdeal-row {
    margin-left: -5px;
    margin-right: -5px;
}

.listdeal-row:after {
    content: "";
    clear: both;
    display: block;
}

.listdeal-row .card {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    text-decoration: none;
    color: #326598;
    display: block;
}

.listdeal-row .listdeal {
    width: 100%;
    display: block;
    float: none;
    box-sizing: border-box;
    height: 50px;
    border: 2px solid #236ba3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.listdeal-row .listdeal .text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
}

.dealer_list_text {
    text-align: left;
    width: auto;
    padding: 7px;
    background-color: #f7f7f7;
    border: 1px solid #999;
    font-weight: normal;
    line-height: 14px;
    float: none;
}


.search_head {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.city-selector-body {
    padding: 20px;
    float: none;
    width: 100%;
    color: #fff;
    background-color: #326598;
    margin-top: 14px;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.city-selector-body * {
    box-sizing: border-box;
}

.city-selector-body .clear {
    clear: both;
}

.city-selector-body .column-1, .city-selector-body .column-2 {
    float: left;
}

.city-selector-body .column-1 {
    width: 66%;
}

.city-selector-body .column-2 {
    width: 34%;
}

.city-selector-body:after {
    clear: both;
    content: "";
    display: block;
}

.zip-wrap {
    width: 30%;
    float: left;
}

.zip-wrap1 {
    width: 106px;
    float: left;
}

.sorts_city select {
    width: 100%;
}

.go1 {
    float: left;
    margin-top: 6px;
    text-align: center;
}

.go1 input {
    font-size: 18px;
    width: 60px;
    height: 30px;
}

.city-selector-body .input-label {
    display: block;
    font-size: 13px;
    line-height: 19px;
    color: #ffffff;
    font-weight: bold;
}

.city-selector-body .zip-wrap {
    width: 50%;
    padding-right: 60px;
    position: relative;
}

.city-selector-body .zip-wrap .or {
    position: absolute;
    top: 19px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #b4d1e8;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}

.city-selector-body .state-city-wrap {
    width: 50%;
    padding-right: 25px;
}

.city-selector-body input, .city-selector-body select {
    width: 100%;
    height: 40px;
    border: 1px solid #aaaaaa;
    font-size: 14px;
    color: #585858;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.city-selector-body .pick_model {
    width: 100%;
    float: none;
    margin: 0;
}

.city-selector-body .go1 input {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd1a28+0,e83b4a+50,c5202e+100 */
    background: #bd1a28; /* Old browsers */
    background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1a28', endColorstr='#c5202e', GradientType=0); /* IE6-9 */
    font-size: 16px;
    text-shadow: 1px 1px #af0808;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    vertical-align: top;
}

.city-selector-body .go1 input:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#971520+1,ba2f3b+50,9e1a25+100 */
    background: #971520; /* Old browsers */
    background: -moz-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#971520', endColorstr='#9e1a25', GradientType=0); /* IE6-9 */
}

.city {
    margin-top: 4px;
}

.state-city-wrap {
    width: 30%;
    float: left;
}

.pick_model {
    float: left;
    width: 30%;
    margin-left: 4%;
}

.pick_model select {
    width: 100%;
}

.dealer_state {
    background-color: #ececec;
    width: 24.5%;
    border: 1px solid #fff;
    float: left;
    height: 34px;
}

/*interest-payment*/

.dealer_link {
    display: block;
    padding: 4px;
}

#middlebox_infolll {
    float: left;
    text-align: left;
    width: 100%;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
}

.balance_title {
    color: #9d1521;
    font-weight: bold;
}

.balance_body-alt {
    background-color: #c0c0c0;
}

.balance_body {
    float: left;
    width: 15%;
    text-transform: uppercase;
    padding: 0.8%
}

/*makes dealer */
#middlebox_infomodels-new {
    float: left;
    text-align: left;
    width: 98%;
    border: 1px solid #999;
    margin: 4px 0 10px 0;
}

.model_title {
    float: left;
    width: 30%;
    padding: 2px;
    padding-left: 5px;
}

.model_retail {
    float: left;
    width: 25%;
    padding: 2px;
}

.model_seating {
    float: left;
    width: 10%;
    padding: 2px;
    text-align: center;
}

.model_fuel {
    float: left;
    width: 20%;
    padding: 2px;
}

.model_review {
    float: left;
    width: 10%;
    padding: 2px;

}

/* used_car_new.html*/

.top-box {
    background: url(/images/find-car-bg.jpg) no-repeat left top;
    padding: 0 8px 0 0;
}

.top-box-header {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 8px 10px;
}

.top-box-text {
    margin: 30px 0 0 130px;
}

.car-selector-box {
    background: url(/images/car-selector-bg.jpg) no-repeat top center;
    height: 245px;
}

.car-selector-header {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0 8px 20px
}

.car-selector-form {
    width: 235px;
    height: 192px;
    margin: 0 0 0 462px;
    padding: 0 0 0 10px;
}

.car-image a img {
    margin: 2px 0 0 2px;
}


.bottom-boxes {
    width: 100%;
    border: #8AC0E0 solid 1px;
}

.box-header {
    background: #2482bf;
    font-size: 14px;
    padding: 4px 0 10px 15px;
    color: #FFFFFF
}

.box-header a {
    color: #FFFFFF
}

.box-text {
    background: #DFF1FC;
    width: auto;
    padding-left: 15px;
}

.car-details {
    width: 50%;
    float: left;
    margin-top: 10px;
    min-height: 170px;
}

.details-left {
    float: left;
    width: 40%;
    border: 1px solid #8AC0E0;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.details-left img {
    border: 0;
    width: 99%
}

.car-title {
    color: #FFFFFF;
    margin-top: 6px;
    padding: 2px 2px 6px 2px;
    background-color: #525252;
    height: 30px;
}

.details-right {
    float: right;
    width: 58%;
    line-height: 14px;
    margin-top: 10px;
    min-height: 170px;
}

.details-right strong {
    color: #980505;
}

.details-right span {
    color: #0F6193
}

.car-info {
    padding-left: 6px;
}

.car-tagline {
    color: #606060;
    background: #FFFFFF;
    border-top: solid 1px #606060;
    padding-left: 6px;
    font-style: italic;
}

.list-box-top {
    height: 4px;
}

.list-box-bottom {
    height: 6px;
}

.box-bottom {
    display: none;
}


.bottom-box-text {
    background: #DFF1FC;
    width: 100%;
    padding-top: 10px;
}


.box-top5 {
    float: left;
    background: url(/images/top-5-logo.jpg) no-repeat top center;
    width: 204px;
    height: 158px;
}

@media (max-width: 1345px) {
    .box-top5 {
        display: none;
    }
}

.sm-link {
    float: left;
    width: 300px;
    height: 40px;
    background: url(/images/arrow.gif) left top no-repeat;
    padding-left: 10px;
}

select#loan_type {
    margin-bottom: 10px;
}

/*.model_titleb{
	float: left;
	width: 20%;
	padding: 2px;
	padding-left: 3px;
	font-weight: bold;}*/

/*responsive*/

@media only screen and (max-width: 1150px) {
    .jsform-left-box {
        width: 50%;
    }

    .jsform-holder {
        float: right;
        width: 46%;
    }

    #cssmenu > ul > li > a {
        padding: 10px 15px;
        font-size: 13px;
        text-decoration: none;
        color: #fcfefb;
        text-align: center;
    }

    .banner_txt1 {
        padding: 4px 4px 20px 4px;
    }

    .banner_txt2 {
        padding: 4px 4px 4px 140px;
    }

    .car-details {
        width: 100%;
    }

    .li_arrow4_fr {
        width: 23%;
    }

    div.floating_index {
        width: 33%;
    }
}

@media only screen and (max-width: 900px) {
    .jsform-left-box {
        width: 50%;
    }

    .jsform-holder {
        float: right;
        width: 46%;
    }

    .car-details {
        width: 100%;
    }

    #cssmenu > ul > li > a {
        padding: 10px 5px 10px 5px;
        font-size: 13px;
        text-decoration: none;
        color: #fcfefb;
        text-align: center;
    }

    .banner {
        padding-bottom: 100px;
    }

    .banner_txt1 {
        padding: 4px 4px 10px 4px;
    }

    .banner_txt2 {
        padding: 4px;
    }
}

@media only screen and (max-width: 786px) {

    .page-319 #main.clearfix {
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        flex-flow: column;
    }

    .page-319 #main.clearfix #middle_col {
        order: 1;
        clear: both;
        float: none;
    }

    .page-319 #main.clearfix #sidebar {
        order: 2;
        clear: both;
        float: none;
    }

    .page-319 #main.clearfix #right-sidebar {
        order: 3;
        clear: both;
        float: none;
    }


    #middle_col {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        float: none;
        clear: both;
    }

    #sidebar, #right-sidebar, #middle3, #middle_small3, #enclosure, #sidebar3, #main_col, #top5_wrap, #top5_wrap.homepage_wrap {
        width: 100%;
    }

    #footer_right {
        width: auto;
        text-align: left;
        float: none;
    }

    #footer_left, #footer {
        width: auto;
        text-align: left;
    }

    .jsform-holder, #recent_blogs_wrap {
        width: 100%;
        float: none;
    }

    .jsform-left-box {
        width: 100%;
        margin-top: 10px;
    }

    .listdeal {
        width: 45%;
    }

    .sidebox_findcars {
        display: none;
    }

    .car-details {
        width: 50%;
    }

    .banner_txt1 {
        padding: 4px 4px 30px 150px;
    }

    .banner_txt2 {
        padding: 4px 4px 30px 150px;
    }

    .banner {
        padding-bottom: 0;
    }

    .car-details {
        width: 100%;
    }

    div.floating_index {
        width: 24%;
    }
}


@media only screen and (max-width: 500px) {
    .listdeal {
        width: 90%;
    }

    .news li {
        width: 100%;
    }

    .car-details {
        width: 100%;
    }

    .news-index p {
        width: auto;
    }

    .li_arrow4_fr {
        width: 31%;
    }

    .banner_txt1 {
        padding: 4px 4px 30px 4px;
    }

    .banner_txt2 {
        padding: 4px 4px 30px 150px;
    }

    .banner {
        padding-bottom: 0;
    }

    .car-details {
        width: 100%;
    }

    div.floating_index {
        width: 33%;
    }
}

/* style: sideboxes in sidebars */

.sideboxtitle_looong {
    text-align: left;
    width: 598px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
}

html > body .sideboxtitle_looong {
    margin-top: 10px;
    margin-bottom: 0;
}

.sidebox_looong {
    text-align: left;
    width: 592px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    margin-top: -5px;
    padding: 3px 2px 2px 2px;
}

html > body .sidebox_looong {
    margin-top: 0;
}

.sidebox_bglooong {
    float: left;
    background-image: url(/images/arrow.gif);
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: 4px 8px;
    margin-left: 2px;
    padding: 3px 3px 4px;
    padding-left: 12px;
    border: 1px solid #fff;
    width: 202px;
    height: 14px;
}

html > body .sidebox_bglooong {
    background-image: url(/images/arrow.gif);
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: 4px 5px;
    height: 16px;
}

.sideboxtitle220 {
    text-align: center;
    width: 214px;
    text-transform: none;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    margin-bottom: 0;
    margin-top: -5px;
    padding: 2px 2px 2px 2px;
}

html > body .sideboxtitle220 {
    margin-top: 10px;
    margin-bottom: 0;
    width: 214px;
}

.sides220 {
    text-align: left;
    margin: 2px 1px 2px 1px;
    font-weight: normal;
    padding: 2px;
    margin-top: 1px;
    margin-bottom: 0;
    background-color: #e4e4e4;
}

.sideboxtitle220:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sidebox220 {
    text-align: left;
    width: 214px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    margin-top: -5px;
    padding: 3px 2px 2px 2px;
}


.sidebox_bg220 {
    background-image: url(/images/arrow.gif);
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: 4px 8px;
    padding: 6px 3px 6px 12px;
    border: 1px solid #fff;
}

.sidebox_bg220 a {
    text-decoration: none;
}

.sidebox {
    text-align: left;
    width: auto;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    margin-top: -5px;
    padding: 3px 2px 2px 2px;
}

html > body .sidebox {
    margin-top: 0;
}

.sidebox h3 {
    padding: 0 5px -10px 5px;
    color: #9d1521;
    font-weight: bold;
    text-transform: uppercase;
}

.red2 {
    padding: 3px 5px 3px 5px;
    color: #9d1521;
    font-weight: bold;
    text-transform: none;
}

.red2 a {
    color: #9d1521;
    text-decoration: none;
}

.red2 a:link {
    color: #9d1521;
    text-decoration: none;
}

.red2 a:hover {
    color: #9d1521;
    text-decoration: underline;
}


.sidebox p {
    padding: 0 5px 0 5px;

}

.sidebox img {
    margin-left: 1px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
}

.sidebox_findcars_warr {
    margin-left: 40px;
    text-align: left;
    width: 300px;
    border: 1px solid #999;
    padding: 2px 2px 0 2px;
}


.sidebox_findcars {
    text-align: left;
    width: 156px;
    border: 1px solid #999;
    padding: 2px 2px 0 2px;
}


.sidebox_findcars img {
    padding: 1px 1px 0 1px;
    vertical-align: middle;
}


.sidebox_insiderreport {
    text-align: left;
    width: 97%;
    border: 1px solid #999;
    padding: 2px;
    background-color: #ECECEC;
    margin-top: 10px;
}


.sidebox_insiderreport img {
    vertical-align: middle;
}

#sidebox4 {
    text-align: left;
    width: 235px;
    margin-bottom: 10px;
    margin-top: -1px;
}


#sidebox4 h3 {
    padding: 0 5px 0 5px;
    color: #9d1521;
    font-weight: bold;
    text-transform: uppercase;

}

#sidebox4 p {
    padding: 0 5px 0 5px;

}

#sidebox4 img {
    padding: 1px 1px 0 1px;
    vertical-align: middle;
}


.sidebox_MSRPxx {
    margin-top: 10px;
    text-align: left;
    width: 97%;
    border: 1px solid #999;
    padding: 2px;
    background-color: #ECECEC;
}

.sidebox_MSRP {
    text-align: left;
    width: 97%;
    border: 1px solid #999;
    padding: 2px;
    background-color: #ECECEC;
}

.sidebox_MSRP_float {
    float: right;
    text-align: left;
    width: 156px;
    border: 1px solid #999;
    padding: 2px;
    background-color: #ECECEC;
    margin: 0 0 0 10px;
}

.sidebox_data {

    text-align: left;
    width: 300px;
    border: 1px solid #999;
    padding: 2px;
    background-color: #ECECEC;
    margin: 0 0 0 10px;
}


.sidebox_data:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html .sidebox_data {
    height: 1%;
}

/* End hide from IE-mac */

.sidebox_data2 {

    text-align: left;
    width: 400px;
    border: 1px solid #999;
    padding: 2px;
    background-color: #ECECEC;
    margin: 0 0 0 10px;
}


.sidebox_data2:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html .sidebox_data2 {
    height: 1%;
}

/* End hide from IE-mac */


.border_msrp {
    font-size: 10px;
    padding: 3px;
    border-bottom: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6;
    background-color: #ECECEC;

}

.li_c {

    text-align: left;
    padding: 5px 10px 2px 5px;
}

.li_check {
    background-image: url(/images/check.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
    text-align: left;
    margin-left: 6px;
    padding: 5px 10px 2px 10px;
}

/* style: bg ground related articles  */
.article {
    background-image: url(/images/arrow.gif);
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: 4px 10px;

    padding: 5px 3px 5px 12px;
    border: 1px solid #fff;
}

html > body .article {
    background-image: url(/images/arrow.gif);
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: 4px 7px;
}

/* style: menu sideboxes background  */
.sidebox_bg {
    background-image: url(/images/arrow.gif);
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: 4px 8px;
    padding: 5px 3px;
    padding-left: 12px;
    border: 1px solid #fff;
}

html > body .sidebox_bg {
    background-image: url(/images/arrow.gif);
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: 4px 5px;
}


.li_arrow2xx {
    background-image: url(/images/arrow.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 4px 5px;
    padding: 3px 3px;
    padding-left: 12px;
    width: 250px;
    float: left;
}

.li_arrow2 {
    background-image: url(/images/arrow.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 4px 5px;
    padding: 3px 3px;
    padding-left: 12px;
    width: 120px;
    float: left;
}

.li_arrow3 {
    color: #9d1521;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    padding: 3px 3px;
    padding-left: 10px;
    padding-bottom: -23px;
    background-color: #fff;
}

.whitebg {
    background-color: #fff;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


/* style: fix for ie  */

.whitebg:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html .whitebg {
    height: 1%;
}

/* End hide from IE-mac */


.li_arrow33 {
    padding: 3px 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: -23px;
    background-color: #fff;
}


/* style: invoice price by manufacturer, different boxes  */
.li_arrow4 {
    background-color: #ececec;
    width: 56px;
    padding: 3px 1px;
    padding-left: 2px;
    border: 1px solid #fff;
    float: left;
}


.li_arrow4_ww {

    background-color: #ececec;
    width: 79px;
    padding: 3px 1px;
    padding-left: 2px;
    border: 1px solid #fff;
    float: left;
}


.li_arrow4_small {
    background-color: #ececec;
    width: 50px;
    padding: 3px 1px;
    padding-left: 2px;
    border: 1px solid #fff;
    float: left;
}

.li_arrow5 {
    background-color: #ececec;
    width: 56px;
    height: 25px;
    padding: 3px 1px;
    padding-left: 2px;
    border: 1px solid #fff;
    float: left;
}

.li_arrow5_ww {
    background-color: #ececec;
    width: 79px;
    height: 25px;
    padding: 3px 1px;
    padding-left: 2px;
    border: 1px solid #fff;
    float: left;
}


.li_arrow5_fr {
    background-color: #ececec;
    width: 70px;
    height: 25px;
    padding: 3px 1px;
    padding-left: 2px;
    border: 1px solid #fff;
    float: left;
}

.li_arrow5_ww_fr {
    background-color: #ececec;
    width: 74px;
    height: 25px;
    padding: 3px 1px;
    padding-left: 2px;
    border: 1px solid #fff;
    float: left;
}


/* leonora - added on final review and after */

.return_java {
    float: left;
    text-align: left;
    margin: 5px 0 10px 25px;
    padding: 3px;
    text-transform: uppercase;
    font-size: 9px;
}

.carfax_vin {
    text-transform: none;
}

.get_quote {
    float: left;
    text-align: left;
    width: 295px;
    margin: 0 2px 10px 2px;
    padding: 14px;
    border-radius: 8px;
    border: solid 1px #2c77b0;
    background: -webkit-linear-gradient(#68a5d1, #f0f5fb);
    background: -o-linear-gradient(#68a5d1, #f0f5fb);
    background: -moz-linear-gradient(#68a5d1, #f0f5fb);
    background: linear-gradient(#68a5d1, #f0f5fb);
    font-size: 13px;
    position: relative;
    padding-bottom: 240px;
    padding-right: 160px;
}

.get_quote:before {
    background: url(/images/new_car_bg.png) top right no-repeat;
    content: "";
    position: absolute;
    width: 148px;
    height: 73px;
    right: 14px;
    top: 6px;
}

.get_quote .rev_inset {
    position: absolute;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    margin: 0;
}

.get_quote .rev_inset select, .get_quote .rev_inset input[type="tel"] {
    width: 100% !important;
    height: 40px;
    border: 1px solid #aaaaaa;
    font-size: 14px;
    color: #585858;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.get_quote .rev_inset input[name="submit"] {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd1a28+0,e83b4a+50,c5202e+100 */
    background: #bd1a28; /* Old browsers */
    background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1a28', endColorstr='#c5202e', GradientType=0); /* IE6-9 */
    font-size: 16px;
    text-shadow: 1px 1px #af0808;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    vertical-align: top;
    margin-bottom: 15px;
}

.get_quote .rev_inset input[name="submit"]:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#971520+1,ba2f3b+50,9e1a25+100 */
    background: #971520; /* Old browsers */
    background: -moz-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#971520', endColorstr='#9e1a25', GradientType=0); /* IE6-9 */
}

.li_arrow4_fr-IR {
    background-color: #ececec;
    width: 72px;
    padding: 3px 1px;
    padding-left: 2px;
    border: 1px solid #fff;

    float: left;
}

.li_arrow4_ww_fr-IR {
    background-color: #ececec;
    width: 77px;
    padding: 3px 1px;
    padding-left: 2px;
    border: 1px solid #fff;
    float: left;
}

html > body .li_arrow4_ww_fr {
    width: 73px;
}

.li_arrow4_ww_frr-IR {
    background-color: #ececec;
    width: 77px;
    padding: 3px 1px;
    font-size: 10px;
    padding-left: 2px;
    border: 1px solid #fff;
    float: left;
}


.whitebg-IR {
    text-align: left;
    width: 150px;
    border: 1px solid #ECECEC;
    padding: 2px;
    background-color: #fff;
}

.sidebox_MSRP-IR {
    text-align: left;
    width: 156px;
    border: 1px solid #999;
    padding: 2px;
    background-color: #fff;
}

.rev_inset {
    width: 140px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 10px;
    float: right;
    text-align: left;
}

div.inset {
    width: 176px;
    padding: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 6px;
    float: right;
    text-align: left;
}

div.FinanceInfo {
    clear: both;
    padding: 5px;
    width: 230px;
}

div.FinanceInfo span.label {
    float: left;
    width: 120px;
    text-align: right;
}

div.FinanceInfo span.form {
    float: right;
    width: 110px;
    text-align: left;
}

.hlimit {
    width: 102px;
}

.calcsmall {
    color: #666666;
    padding: 0 0 0 0;
    font-size: 9px;
    line-height: 9px;
}

.tx12 {
    font-size: 12px
}

.tx10_Red {
    color: #9d1521;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.tx11_Red {
    color: #9d1521;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 12px;
}

.calcblue {
    color: #003366;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
}

.calcgray {
    line-height: 12px;
}

.graynote {
    font-size: 10px;
    line-height: 10px;
}

#middlebox_infoYellow {
    float: left;
    text-align: left;
    width: 378px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    background-color: #f8ffda;
}

#middlebox_infoGray {
    float: left;
    text-align: left;
    width: 378px;
    border: 1px solid #999;
    margin: 0 2px 2px 2px;
    padding: 2px;
    background-color: #f7f7f7;
}

#middlebox_infoNo {
    float: left;
    text-align: left;
    width: 378px;
    border: 0;
    margin: 0 2px 10px 2px;
    padding: 2px;
}

#middlebox_infodata {
    float: left;
    text-align: left;
    width: 384px;
    border: 0 solid #999;
    margin: 0 0 10px 2px;
    padding: 0;
}

.calc-headertxt {
    color: #fff;
    font-weight: bold;
}

.calc-header1 {
    float: left;
    width: 66px;
    padding: 2px;
    color: #fff;
    text-align: center;
}

.calc-header {
    float: left;
    width: 64px;
    color: #fff;
    padding: 2px;
    text-align: center;
}

.calc-bottom {
    float: left;
    width: 68px;
    padding: 2px;
    text-align: center;
    color: #003366;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
}

.calc-bottom2 {
    float: left;
    width: 75px;
    padding: 2px;
    text-align: center;
    color: #003366;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
}

#middlebox_infoYellow2 {
    text-align: left;
    width: 378px;
    border: 1px solid #999;
    margin: 0 2px 3px 2px;
    padding: 2px;
    background-color: #f8ffda;
}

#middlebox_infoGray2 {
    text-align: left;
    width: 378px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    background-color: #f7f7f7;
}

#middlebox_infoNo2 {
    text-align: left;
    width: 378px;
    border: 1px;
    margin: -20px 2px 0 2px;
    padding: 2px;
}

#middlebox_infoNo3 {
    text-align: left;
    width: 378px;
    border: 1px;
    margin: -5px 2px 5px 2px;
    padding: 2px;
}

#middlebox_infodata2 {
    text-align: left;
    width: 384px;
    border: 0 solid #999;
    margin: 0 0 10px 2px;
    padding: 0;
}

.calc-header1 {
    float: left;
    width: 66px;
    padding: 2px;
    color: #fff;
    padding-left: 2px;
    text-align: center;
}

.calc-header {
    float: left;
    width: 64px;
    color: #fff;
    padding: 2px;
    padding-left: 2px;
    text-align: center;
}

.bg1 {
    background-color: #236ba3;
}

.bg2 {
    background-color: #236ba3;
}

.calc-bg {
    background: url(/images/calc-bg.gif) no-repeat;
    text-align: left;
    width: 384px;
    height: 33px;
    color: #fff;
    margin-top: 8px;
    line-height: 0;
    margin-left: 0;
}

.calc-bg-header1 {
    float: left;
    width: 42px;
    padding: 0 0 0 2px;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 0;
    line-height: 14px;
    margin-left: 0;
    font-weight: bold;
}

.calc-bg-header2 {
    float: left;
    width: 18px;
    padding: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 14px;
    margin-left: 0;
    font-weight: bold;
}

.calc-bg-header3 {
    float: left;
    width: 64px;
    padding: 0;
    padding-left: 0;
    text-align: right;
    margin-top: 9px;
    margin-bottom: 0;
    line-height: 14px;
    margin-left: 0;
    font-weight: bold;
}

.calc-bg-data1 {
    float: left;
    width: 60px;
    padding: 1px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f7f7f7;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    color: #9d1521;
    font-weight: bold;
}

.calc-bg-data2 {
    float: left;
    width: 61px;
    padding: 1px;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f7f7f7;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.t502 {
    float: left;
    text-align: left;
    width: 165px;
    padding: 2px;
    margin-left: 45px;
}

.t503 {
    float: left;
    text-align: left;
    width: 160px;
    padding: 2px;
}

.art-cols3 {
    float: left;
    text-align: left;
    width: 107px;
    padding: 2px;
    margin-left: 6px;
    margin-right: 6px;
}

.sidebox_findcars-new {
    text-align: left;
    width: 156px;
    border: 1px solid #999;
    padding: 2px 2px 0 2px;
    margin-top: 6px;
    margin-bottom: 10px;
}

html > body .sidebox_findcars-new {
    padding: 2px 2px 2px 2px;
}

.sidebox_findcars-new img {
    padding: 1px 1px 0 1px;
    align: middle;
}

html > body .sidebox_findcars-new img {
    padding: 1px 1px 1px 1px;
}

.break-new {
    background-image: url(/images/sep_hori_d.gif);
    background-repeat: repeat-x;
    height: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.disclaimer {
    text-align: left;
    width: 350px;
    border: 1px solid #999;
    padding: 3px;
    margin: 0 0 0 0;
    background-color: #e5d4da;
}

.webmaster {
    text-align: left;
    width: 350px;
    border: 1px solid #999;
    padding: 4px;
    margin: 0 0 0 0;
}

.check-art li {
    list-style: url(/images/articlescheckmark.jpg);
    background-repeat: no-repeat;
    text-align: justify;
    margin-left: -20px;
    padding: 5px 10px 2px 0;
}

.loan_check_art li {
    list-style: url(/images/loancheckmark.gif);
    background-repeat: no-repeat;
    text-align: justify;
    margin-left: -20px;
    padding: 0 10px 0 0;
    margin-top: -8px;
}

.loan_check_art2 li {
    list-style: url(/images/loancheckmark.gif);
    background-repeat: no-repeat;
    text-align: justify;
    margin-left: -20px;
    padding: 0 10px 0 0;
    margin-top: -12px;
    margin-bottom: -8px;
}

.note {
    text-align: center;
    width: 365px;
    border: 1px solid #000;
    padding: 5px;
    margin: 0 0 0 0;
}

.typing_new6 {
    width: 182px;
    height: 17px;
    background-color: #ececec;
    float: left;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 1px 1px;
    padding-left: 6px;
    margin: 1px;
    padding-top: 3px;
}

.typing_new6:hover {
    background-color: #e4f594;
}

.typing_new {
    width: 142px;
    height: 17px;
    background-color: #ececec;
    float: left;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 1px 1px;
    padding-left: 6px;
    margin: 1px;
    padding-top: 3px;
}

.typing_new:hover {
    background-color: #e4f594;
}

.typing_new2 {
    width: 167px;
    height: 17px;
    background-color: #ececec;
    float: left;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 1px 1px;
    padding-left: 6px;
    margin: 1px;
    padding-top: 3px;
}

.typing_new2:hover {
    background-color: #e4f594;
}

.typing_new3 {
    width: 117px;
    height: 17px;
    background-color: #ececec;
    float: left;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 1px 1px;
    padding-top: 3px;
    padding-left: 6px;
    margin: 1px;
}

.typing_new3:hover {
    background-color: #e4f594;
}

.typing_new4 {
    width: 167px;
    height: 17px;
    background-color: #ececec;
    float: left;
    padding: 1px 1px;
    padding-top: 3px;
    padding-left: 6px;
    margin: 1px;
}

.typing_new5 {
    width: 117px;
    height: 17px;
    background-color: #ececec;
    float: left;
    padding: 1px 1px;
    padding-top: 3px;
    padding-left: 6px;
    margin: 1px;
}

div.floating_text_index-new {
    float: left;
    width: 135px;
    height: 15px;
    text-align: center;
}

div.floating_index-new {
    float: left;
    width: 135px;
    height: 50px;
    text-align: center;
}

.li_arrow4_fr-ext {
    background-color: #ececec;
    width: 71px;
    padding: 3px 1px;
    padding-left: 2px;
    border: 1px solid #fff;
    float: left;
}

.li_arrow4_fr-ext2 {
    background-color: #ececec;
    width: 83px;
    padding: 3px 1px;
    padding-left: 2px;
    border: 1px solid #fff;
    float: left;
}


.used_index_length2 {
    width: 80px;
}

.selector_submit {
    width: 110px;
}

div.row-new {
    clear: both;
    padding: 5px 0 5px 5px;
}

html > body .row {
    padding: 10px 0 10px 5px;
}

div.row-new span.label-new {
    float: left;
    width: 110px;
    text-align: right;
    padding-top: 3px;
    padding-right: 4px;
}

.even {
    background-color: #c0c0c0;
    padding: 0 0 0 0;
}

.odd {
    background-color: #fff;
    padding: 0 0 0 0;
}

/* USED CARS LAYOUT  */

.usedcar_main {
    float: left;
    margin: 15px 0 0 15px;
    width: 480px;
}

.used-border {
    float: left;
    margin: 3px 3px 3px 8px;
    padding: 3px;
    border: solid 1px #777;
}

.usedcars_results {
    text-align: left;
    width: 493px;
    border: 1px solid #999;
    /*margin: 0 0 0 10px;*/
}

.usedcar_title {
    float: left;
    color: #9d1521;
    font-weight: bold;
    width: 480px;
    text-transform: uppercase;
    padding: 3px 3px 0 0;
    padding-left: 12px;
    height: 18px;
    background-color: #efefef;
    text-decoration: underline;
    border-bottom: 1px solid #c3c5c6;
}

.usedcar_link:link {
    color: #9d1521;
    text-decoration: underline;
}

.usedcar_link:visited {
    color: #9d1521;
    text-decoration: underline;
}

.usedcar_link:hover {
    color: #9d1521;
    text-decoration: underline;
}

.usedcar_link:active {
    color: #9d1521;
    text-decoration: underline;
}

.usedcar_photo {
    background-color: #efefef;
    float: left;
    width: 160px;
    margin: 0 5px 0 0;
    margin-bottom: 0;
    height: 120px;
}

.usedcar_img {
    margin: 0;
    margin-bottom: 0;
    padding: 0;
}

.car_feature {
    margin-left: 180px;
}

.usedcar_options {
    background-image: url(/images/arrow.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 1px 1px 1px 6px;
    line-height: 14px;
}

/*html>body .usedcar_options {
	padding: 3px 3px;
	padding-left: 6px;
}*/
.usedcar_options2 {
    float: left;
    width: 130px;
    background-image: url(/images/arrow.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 1px 1px;
    line-height: 17px;
    padding-left: 6px;
}

html > body .usedcar_options2 {
    padding: 3px 3px;
    padding-left: 6px;
}

.usedcar_getoptions {
    background-image: url(/images/arrow.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 1px 1px;
    line-height: 18px;
    padding-left: 6px;
}

html > body .usedcar_options {
    padding: 3px 3px;
    padding-left: 6px;
}

.usedcar_small {
    text-align: left;
    width: 156px;
    border: 1px solid #999;
    margin-bottom: 10px;
    margin-top: -5px;
    padding: 3px 2px 2px 2px;
}

html > body .usedcar_small {
    margin-top: 0;
}

.ucs_margin {
    padding-right: 20px;
}

.usedcar_image {
    text-align: center;
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

.usedcar_image_right {
    text-align: center;
    float: right;
    margin: 0;
    padding: 0;
    width: 180px;
}

.usedcar_data {
    text-align: left;
    float: left;
    margin-left: 15px;
    padding: 0;
    width: 200px;
}

.blue_used {
    color: #2b6b96;
    font-weight: bold;
    text-transform: uppercase;
}

.enlarge {
    color: #000000;
    font-weight: normal;
    font-size: 9px;
    margin-top: -4px;
    margin-bottom: 4px;
}

#middle_used {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 7px 0 0 4px;
    width: 400px;
    display: inline;
    margin-left: 10px;
}

#middle2_used {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 0 0 0 0;
    width: 550px;
    display: inline;
    margin-left: 10px;
}

#middle_ucs_center {
    float: right;
    text-align: left;
    width: 200px;
    margin: 15px 15px 0 0;
    padding: 7px;
    background-color: #f7f7f7;
    border: 1px solid #999;
}

#middle_ucs_center_transparent {
    text-align: left;
    width: 520px;
    margin: 15px;
    padding: 7px;
}

.middle_ucs_center_left {
    width: 330px;
    float: left;
    line-height: 14px;
}

.middle_ucs_center_right {
    width: 180px;
    /*	float: right;
	padding-left: 10px;
	background-image: url(/images/sep_vert.gif);	*/
    background-position: 0;
    background-repeat: no-repeat;
}

.form100ucs2 {
    color: #525252;
    width: 175px;
}

.form100half {
    color: #525252;
    width: 68px;
}

.form100half2 {
    color: #525252;
    width: 98px;
    margin-left: 4px;
}

#sidebar2_moved {
    float: right;
    text-align: left;
    margin: 5px 8px 5px 10px;
    margin-right: 57px;
    width: 164px;
    display: inline;
}

.error_message {
    text-align: left;
    color: #9d1521;
    width: 440px;
    margin: 15px;
    padding: 7px;
    background-color: #f8ffda;
    border: 1px solid #999;
    line-height: 14px;
}

.ucs_message {
    text-align: left;
    width: 440px;
    margin: 15px;
    padding: 7px;
    background-color: #f7f7f7;
    border: 1px solid #999;
    line-height: 14px;
}

.ucs_message_survey {
    text-align: left;
    width: 440px;
    margin: 15px;
    padding: 7px;
    background-color: #f7f7f7;
    border: 1px solid #999;
    line-height: 14px;
    color: #3e3e3e;
    font-size: 13px;
}

#sidebar2_used {
    float: right;
    text-align: left;
    margin: 0 0 5px 10px;
    width: 330px;
    display: inline;
}

.sideboxtitle3_used {
    background: url(/images/sider_bar_used.gif) #236BA3 no-repeat;
    text-align: left;
    width: 312px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    padding-top: 5px;
}

html > body .sideboxtitle3_used {
    margin-top: 10px;
    margin-bottom: 0;
    width: 312px;
}

.sideboxtitle3_used:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sidebox_used {
    text-align: left;
    width: 306px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    margin-top: -5px;
    padding: 3px 2px 2px 2px;
}

html > body .sidebox_used {
    margin-top: 0;
}

#middlebox_infol_used {
    float: left;
    text-align: left;
    width: 140px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 281px;
}

#middlebox_infoll_used {
    text-align: left;
    width: 380px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
}

.contactformleftl_used {
    float: left;
    width: 135px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 0;
    line-height: 15px;
}

#middlebox_ucs {
    text-align: left;
    width: 450px;
    margin-bottom: 10px;
    padding: 2px;
}

.formucs {
    color: #525252;
    width: 210px;
}

html > body .formucs {
    width: 210px;
}

.contactformleftllucs {
    float: left;
    width: 141px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.form100ucs {
    color: #525252;
    width: 138px;
}

.red_used {
    color: #9d1521;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    margin-bottom: 0;
}

.li_arrow4_rebates {
    text-align: center;
    background-color: #ececec;
    width: 100px;
    padding: 3px;
    float: left;
    margin: 2px;
}

.rebates_border {
    width: 331px;
    border: 1px solid #999;
    padding: 1px;
}

.sidebox_MSRP_float_reviews {
    float: right;
    text-align: left;
    width: 156px;
    border: 1px solid #999;
    padding: 2px;
    background-color: #ECECEC;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 10px;
}

.paging {
    color: #2b6b96;
    font-weight: bold;
    text-transform: none;
    margin-top: 0;
}

.upscale_used {
    text-align: left;
    padding-top: 4px;
    color: #9d1521;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: -2px 5px;
    padding-left: 5px;
}

.sorts {
    text-align: center;
    color: #2b6b96;
    font-weight: bold;
    text-transform: none;
    width: 480px;
    /*margin: 15px;*/
    padding: 7px;
    background-color: #f8ffda;
    border: 1px solid #999;
    line-height: 14px;
}

.sorts_reviews {
    text-align: center;
    color: #2b6b96;
    font-weight: bold;
    text-transform: none;
    width: 400px;
    padding: 4px;
    background-color: #f8ffda;
    border: 1px solid #999;
}

.graynote-used {
    text-align: left;
    font-size: 10px;
    line-height: 10px;
    color: #3e3e3e;
    font-weight: normal;
}


/* DEALERSHIP DIRECTORY  */

.map {
    width: 504px;
    height: 400px
}

.map_border {
    float: right;
    padding: 3px;
    border: solid 1px #777;
}

.dealer_list {
    float: left;
    padding: 3px;
    width: 200px;
    margin-left: 10px;
}

.dealer_list_item {
    line-height: 13px;
    padding: 4px;
    margin-left: 5px;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: -2px 3px;
}

.dealer_right {
    float: right;
    padding: 3px;
    width: 513px;
    margin-right: 10px;
    text-align: right;
}

.dealer_ajax {
    float: left;
    width: 160px;
    margin-left: 6px;
    margin-bottom: 15px;
}

.dealer_ajax_width {
    width: 150px;
}

.dealer_ajax2 {
    float: left;
    width: 70px;
    margin-left: 6px;
    margin-bottom: 15px;
}

.dealer_ajax_width2 {
    width: 60px;
}

.red2_dealer {
    padding: 0 5px 0 5px;
    color: #9d1521;
    font-weight: bold;
    text-transform: none;
    line-height: 14px;
}

#middlebox_select_dealer {
    text-align: left;
    width: 506px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
}

.dealer_message {
    text-align: left;
    width: 520px;
    margin: 10px;
    padding: 7px;
    background-color: #f7f7f7;
    border: 1px solid #999;
    font-weight: bold;
    line-height: 14px;
}

.loan_message {
    text-align: left;
    /*	width: 630px;
	margin: 10px; */
    padding: 7px;
    background-color: #f7f7f7;
    border: 1px solid #999;
    font-weight: normal;
    line-height: 20px;
}

.loan_message ul {
    margin: 15px 0;
}

/*.middlebox_dealer_state {
	text-align: left;width: 304px;
	border: 1px solid #999;
	margin-bottom: 10px;
	padding: 2px;
}*/
.state_city {
    background-color: #326598;
    width: 148px;
    padding: 3px 1px;
    padding-left: 3px;
    border-bottom: 1px solid #999;
    float: left;
    color: #fff;
}

.dealer_state2 {
    background-color: #ececec;
    width: 140px;
    padding: 3px 1px;
    padding-left: 3px;
    border: 1px solid #fff;
    float: left;
}

.dealer_state3 {
    background-color: #ececec;
    width: 226px;
    padding: 3px 1px;
    padding-left: 3px;
    border: 1px solid #fff;
    float: left;
}

.dealer_state4 {
    background-color: #ececec;
    width: 228px;
    padding: 3px 1px;
    padding-left: 3px;
    border: 1px solid #fff;
    float: left;
}

.border_dw_dealer {
    padding: 3px;
    border-bottom: 1px solid #a6a6a6;
    color: #9d1521;
    font-size: 13px;
    text-transform: none;
    font-weight: bold;
}

.red_subtitles {
    color: #9d1521;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 30px 0;
    padding-left: 10px;
}

.count {
    color: #9d1521;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
    margin-top: 0;
    padding-bottom: 3px;
}


/* NEW MONTHLY PAYMENT CALCULATOR  */

#middle_monthly_left {
    overflow: hidden;
    float: left;
    text-align: left;
    padding-right: 5px;
    margin-left: 15px;
    margin-right: 5px;
    width: 410px;
    display: inline;
    background-image: url(/images/sep_vert.gif);
    background-position: 413px;
    background-repeat: no-repeat;
}

#middle_monthly_right {
    overflow: hidden;
    float: right;
    text-align: left;
    padding: 0;
    margin-left: 5px;
    margin-right: 15px;
    width: 295px;
    display: inline;
}

#middle_monthly_left2 {
    overflow: hidden;
    float: left;
    text-align: left;
    margin-left: 10px;
    margin-right: 0;
    width: 331px;
    display: inline;
}

#middle_monthly_right2 {
    overflow: hidden;
    float: right;
    text-align: left;
    padding-left: 17px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 9px;
    width: 386px;
    display: inline;
    background-image: url(/images/sep_vert.gif);
    background-position: 7px;
    background-repeat: no-repeat;
}

#middlebox_monthly {
    text-align: left;
    width: 290px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    background-color: #f7f7f7;
}

.calc-bg-data1_monthly {
    float: left;
    width: 55px;
    height: 20px;
    padding: 1px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f7f7f7;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    color: #9d1521;
    font-weight: bold;
}

.calc-bg-data2_monthly {
    float: left;
    width: 65px;
    height: 20px;
    padding: 1px;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f7f7f7;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

#middlebox_infodata2_monthly {
    text-align: left;
    width: 399px;
    border: 0 solid #999;
    margin: 0 0 10px 0;
    padding: 0;
}

.monthly_radio {
    float: left;
}

.calc-bg_monthly {
    background: url(/images/calc-bg_monthly.gif) no-repeat;
    text-align: left;
    width: 399px;
    height: 33px;
    color: #fff;
    margin-top: 8px;
    line-height: 0;
    margin-left: 0;
}

.calc-bg-header1_monthly {
    float: left;
    width: 40px;
    padding: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 0;
    line-height: 14px;
    margin-left: 0;
    font-weight: bold;
}

.calc-bg-header2_monthly {
    float: left;
    width: 15px;
    padding: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 14px;
    margin-left: 0;
    font-weight: bold;
}

.calc-bg-header3_monthly {
    float: left;
    width: 67px;
    padding: 0;
    padding-left: 0;
    text-align: right;
    margin-top: 9px;
    margin-bottom: 0;
    line-height: 14px;
    margin-left: 0;
    font-weight: bold;
}

#middlebox_infoYellow2_monthly {
    text-align: left;
    width: 393px;
    border: 1px solid #999;
    margin: 0 2px 3px 2px;
    padding: 2px;
    background-color: #f8ffda;
}

#middlebox_infoGray2_monthly {
    padding: 2px;
    text-align: left;
    width: 392px;
    border: 1px solid #999;
    margin: 0 0 10px 0;
    background-color: #f7f7f7;
}

#middlebox_infoGray2_monthly2 {
    padding: 2px;
    text-align: left;
    width: 392px;
    border: 1px solid #999;
    margin: 0 0 10px 0;
    background-color: #f7f7f7;
}

#middlebox_infoNo2_monthly {
    text-align: left;
    width: 380px;
    border: 1px;
    margin: -20px 0 0 0;
    padding: 2px;
    color: #666666;
}

.calc-bottom_monthly {
    float: left;
    width: 60px;
    padding: 0;
    text-align: center;
    color: #003366;
    margin-right: 8px;
    margin-left: 4px;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
}

.calc-bottom2_monthly {
    float: left;
    width: 85px;
    padding: 1px;
    text-align: center;
    color: #003366;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
    margin-left: 8px;
}

.calc-bottom_monthly_fields {
    width: 45px;
}

.calc-bottom_monthly_fields2 {
    width: 85px;
}

.blue_monthly {
    color: #2b6b96;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 12px;
}

#middlebox_select_monthly_newlayout {
    text-align: left;
    width: 540px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
    margin-right: 10px;
}

.l_newlayout {
    padding-top: 2px;
    float: left;
    margin-bottom: 2px;
    margin-left: 15px;
    margin-right: 10px;
    width: 141px;
    height: 23px;
    font-weight: bold;
}

.r_newlayout {
    float: left;
    width: 162px;
    height: 25px;
    text-align: right;
    margin-right: 0;
    margin-bottom: 2px;
}

.n_newlayout {
    background-image: url(/images/sep_vert.gif);
    background-position: 201px;
    background-repeat: no-repeat;
    float: left;
    width: 206px;
    text-align: left;
    margin-right: 0;
    margin-bottom: 2px;
}

.fields_newlayout {
    width: 145px;
}

.fields_newlayout2 {
    width: 150px;
}

html > body .fields_newlayout2 {
    width: 145px;
}

.vehicle_list {
    width: 168px;
}

.vehic_right {
    float: left;
    width: 173px;
    text-align: center;
}

.vehic_left {
    float: left;
    width: 360px;
}

.border_dw_inv {
    font-size: 13px;
    padding: 3px;
    border-top: 1px solid #a6a6a6;
    background-color: #efefef;
    font-weight: bold;
    color: #9d1521;
    height: 45px;
}


.calc_index_hr {
    height: 1px;
    padding: 0;
    margin: 0;
    width: 100%;
}

html > body .calc_index_hr {
    margin-bottom: 3px;
}

.border_dw_inv2 {
    font-size: 13px;
    padding: 3px;
    border-top: 1px solid #a6a6a6;
    background-color: #efefef;
    font-weight: bold;
}

#middlebox_select_monthly_newlayout2 {
    overflow: hidden;
    float: left;
    text-align: left;
    width: 420px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
}

.calc-bg-header1_monthlynew {
    overflow: visible;
    float: left;
    width: 30px;
    height: 23px;
    padding: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 14px;
    margin-left: 0;
    font-weight: bold;
}

.calc-bg-header2_monthlynew {
    overflow: visible;
    float: left;
    width: 15px;
    height: 23px;
    padding: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0;
    line-height: 14px;
    margin-left: 0;
    font-weight: bold;
}

.calc-bg-header3_monthlynew {
    text-align: right;
    float: left;
    width: 74px;
    height: 23px;
    padding: 0;
    padding-left: 0;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 14px;
    margin-left: 0;
    font-weight: bold;
}

.calc-bg-data1_monthlynew {
    float: left;
    width: 44px;
    height: 23px;
    padding: 0;
    padding-top: 7px;
    padding-bottom: 0;
    text-align: left;
    margin-top: 1px;
    margin-bottom: 0;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    font-weight: bold;
}

.calc-bg-data2_monthlynew {
    float: left;
    width: 75px;
    height: 26px;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 0;
    text-align: right;
    margin-top: 1px;
    margin-bottom: 0;
    border-top: 1px solid #cecece;
}

#middlebox_select_monthly {
    text-align: left;
    width: auto;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
}

.r {
    float: right;
    margin-right: 20px;
}

.r2 {
    float: left;
    margin-right: 100px;
}

.l {
    float: left;
    margin-left: 130px;
    margin-right: 10px;
}

.l2 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.wr {
    width: 180px;
    color: #2b6b96;
    font-weight: bold;
    background-color: #FEFFBE;
}

.wl {
    width: 135px;
    color: #2b6b96;
    font-weight: bold;
    background-color: #FEFFBE;
}

.border_dw_monthly {
    height: 45px;
    padding: 3px;
    border-bottom: 1px solid #a6a6a6;
    color: #2b6b96;
    font-size: 13px;
    text-transform: none;
    background-color: #efefef;
    font-weight: bold;
}

.red_monthly {
    color: #9d1521;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
}

.trims_monthly {
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    color: #3e3e3e;
    padding: 2px 2px;
    font-size: 13px;
    line-height: 14px;
    padding-left: 6px;
    margin-left: 15px;
    text-align: left;
    margin-bottom: 4px;
}

.trims_monthly2 {
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    color: #3e3e3e;
    padding: 2px 2px;
    font-size: 13px;
    line-height: 14px;
    padding-left: 6px;
    margin-left: 15px;
    text-align: left;
    margin-bottom: 10px;
}

.trims_monthlym {
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    color: #3e3e3e;
    padding: 2px 2px;
    line-height: 13px;
    padding-left: 6px;
    margin-left: 5px;
    text-align: left;
    margin-bottom: 4px;
    font-weight: bold;
}

#note_monthly {
    text-align: left;
    width: 645px;
    max-width: 100%;
    margin: -8px 0 0 5px;
    padding: 0;
    font-size: 10px;
    color: #666666;
}

.model_titleb_monthly {
    float: left;
    width: 30%;
    padding: 1px;
    padding-left: 5px;
    font-weight: bold;
}

.model_retailb_monthly {
    float: left;
    width: 10%;
    padding: 1px;
    padding-left: 5px;
    font-weight: bold;
    text-align: center;
}

.model_seatingb_monthly {
    float: left;
    width: 10%;
    padding: 1px;
    padding-left: 5px;
    font-weight: bold;
    text-align: center;
}

.model_doorsb_monthly {
    float: left;
    width: 10%;
    padding: 1px;
    padding-left: 5px;
    font-weight: bold;
    text-align: center;
}

.model_fuelb_monthly {
    float: left;
    width: 10%;
    padding: 1px;
    padding-left: 5px;
    font-weight: bold;
    text-align: center;
}

.model_warrantyb_monthly {
    float: left;
    width: 10%;
    padding: 1px;
    padding-left: 5px;
    font-weight: bold;
    text-align: center;
}

.model_reviewb_monthly {
    float: left;
    width: 10%;
    padding: 1px;
    padding-left: 5px;
    font-weight: bold;
    text-align: center;
}

.model_title_monthly {
    float: left;
    width: 30%;
    padding: 1px;
    padding-left: 7px;
    text-align: left;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.model_retail_monthly {
    float: left;
    width: 10%;
    padding: 1px;
    padding-left: 5px;
    text-align: center;
}

.model_seating_monthly {
    float: left;
    width: 10%;
    padding: 1px;
    padding-left: 5px;
    text-align: center;
}

.model_doors_monthly {
    float: left;
    width: 10%;
    padding: 1px;
    padding-left: 5px;
    text-align: center;
}

.model_fuel_monthly {
    float: left;
    width: 10%;
    padding: 1px;
    padding-left: 5px;
    text-align: center;
}

.model_warranty_monthly {
    float: left;
    width: 10%;
    padding: 1px;
    padding-left: 5px;
    text-align: center;
}

.model_review_monthly {
    float: left;
    width: 10%;
    padding: 1px;
    padding-left: 5px;
    text-align: center;
}

#middle_new_monthly {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 7px 0 0 10px;
    width: 460px;
    display: inline;
}

#middle_new_monthly2 {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 7px 0 0 10px;
    width: 460px;
    display: inline;
}

.monthly_button {
    width: 220px;
}


/* style: trim name  */
.trim_body {
    float: left;
    width: 135px;
    background-image: url(/images/arrow.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 4px 5px;
    padding: 1px 1px;
    padding-left: 12px;
}

html > body .trim_body {
    padding: 3px 3px 3px 12px;
}


.trim_body_noarrow {
    float: left;
    width: 135px;
    background-color: #fff;
    padding: 3px 3px 3px 12px;

}

.trim_body2 {
    float: left;
    width: 180px;
    padding: 3px 3px 3px 12px;
}

.trim_title {
    float: left;
    color: #9d1521;
    font-weight: bold;
    width: 135px;
    text-transform: uppercase;
    padding: 3px 3px 0 12px;
    height: 28px;
    background-color: #efefef;
}

html > body .trim_title {
    height: 30px;
}


.trim_title2 {
    float: left;
    font-weight: bold;
    width: 135px;
    text-transform: uppercase;
    padding: 3px 3px 0 0;
    padding-left: 12px;
    height: 28px;
    background-color: #efefef;
}

html > body .trim_title2 {
    height: 30px;
}

/* style: balance name  */


.balance_body2 {
    float: left;
    width: 80px;
    padding: 3px 3px;
    padding-left: 12px;

}


.balance_title2 {
    float: left;
    font-weight: bold;
    width: 30px;
    text-transform: uppercase;
    padding: 3px 3px;
    padding-left: 12px;

    background-color: #fff;

}

/* style: reliable name  */
.reliable_body {
    float: left;
    width: 5%;
    text-align: center;
    padding: 3px 3px;
    padding-left: 5px;
    padding-right: 2px;
    margin: 1px;
    color: #2b6b96;
    font-weight: bold;

}

.reliable_body2 {
    float: left;
    width: 240px;
    padding: 3px 3px;
    text-align: left;
    margin: 1px;
}

.reliable_body3 {
    float: left;
    width: 100px;
    padding: 3px 3px;
    text-align: center;
    margin: 1px;
    font-weight: bold;
    color: #a37705;
}

.reliable_body_g {
    float: left;
    text-align: center;
    width: 5%;
    padding: 3px 3px;
    padding-left: 5px;
    padding-right: 2px;
    background-color: #f6f6f6;
    margin: 1px;
    color: #2b6b96;
    font-weight: bold;

}

.reliable_body2_g {
    float: left;
    width: 240px;
    padding: 3px 3px;
    text-align: left;
    background-color: #f6f6f6;
    margin: 1px;

}

.reliable_body3_g {
    float: left;
    width: 100px;
    padding: 3px 3px;
    text-align: center;
    background-color: #f6f6f6;
    margin: 1px;
    font-weight: bold;
    color: #a37705;
}

.reliable_title {
    float: left;
    font-weight: bold;
    width: 20px;
    text-align: center;
    padding: 3px 3px;
    padding-left: 5px;
    padding-right: 2px;
    background-color: #e4e4e4;
    margin: 1px;
    color: #2b6b96;
}


.reliable_title2 {
    float: left;
    font-weight: bold;
    width: 240px;
    padding: 3px 3px;
    text-align: left;
    background-color: #e4e4e4;
    margin: 1px;
    color: #2b6b96;
}

.reliable_title3 {
    float: left;
    font-weight: bold;
    width: 100px;
    padding: 3px 3px;
    text-align: center;
    background-color: #e4e4e4;
    margin: 1px;
    color: #2b6b96;
}


/* style: sedance name  */
.sedance_body {
    float: left;
    width: 110px;
    padding: 3px 3px;
    padding-left: 5px;
    padding-right: 2px;
    margin: 1px;

}

.sedance_body2 {
    float: left;
    width: 90px;
    padding: 3px 3px;
    text-align: center;
    margin: 1px;
    color: #a37705;
    font-weight: bold;
}

.sedance_body_g {
    float: left;
    width: 110px;
    padding: 3px 3px;
    padding-left: 5px;
    padding-right: 2px;
    background-color: #f6f6f6;
    margin: 1px;


}

.sedance_body2_g {
    float: left;
    width: 90px;
    padding: 3px 3px;
    text-align: center;
    background-color: #f6f6f6;
    margin: 1px;
    color: #a37705;
    font-weight: bold;

}

.sedance_body_arrow {
    float: left;
    width: 125px;
    background-image: url(/images/arrow.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 4px 5px;
    padding: 3px 3px 3px 12px;
}


/* style: middle column 375 width  */

/*#middle {
	overflow: hidden;
	float: left;
	text-align: left;
	padding: 7px 0 0 4px;
	width: 380px;
	 display: inline;
	}*/

/*#middle-js {
	overflow: hidden;
	float: left;
	text-align: left;
	padding: 7px 0 0 2px;
	width: 410px;
	 display: inline;
	}*/

/* style: middle column 550 width  */
#middle2 {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 7px 0 0 0;
    width: 550px;
    display: inline;

}

#middle22 {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 7px 0 0 10px;
    width: 500px;
    display: inline;
}

#middle222 {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 0 0 0 10px;
    width: 550px;
    display: inline;
}

#middle4 {
    overflow: hidden;
    float: right;
    text-align: left;
    padding: 7px 10px 0 0;
    width: 240px;
    display: inline;
}

#middle5 {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 7px 0 0 0;
    width: 355px;
    display: inline;
}

#middle6 {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 0 0 0 0;
    width: 550px;
    display: inline;

}

#middle7 {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 7px 0 0 10px;
    width: 355px;
    display: inline;
}


#middleblue {
    background-color: #236ba3;
    text-align: center;
    padding: 7px 5px 10px 5px;
    width: 216px;

}

html > body #middleblue {
    padding: 7px 10px 10px 10px;
    width: 236px;
}


.white {
    background-color: #fff;
    text-align: center;
    padding: 7px 0 10px 4px;
    width: 189px;
}

html > body .white {
    padding: 7px 10px 10px 14px;
    width: 210px;
}

.whitestrong {

    text-align: center;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
}

.whitetable {
    float: left;
    width: 70px;
    text-align: center;
    font-weight: bold;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 5px;
}

html > body .whitetable {
    width: 63px;

}


#middlebox {
    text-align: left;
    width: 375px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
}

/* style: box for car types 375px  */

#middlebox_cartypes {
    text-align: left;
    width: 375px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
    float: left;
}

#middlebox_cartypes2 {
    text-align: left;
    width: 395px;
    /*border: 1px solid #999; */
    margin-bottom: 10px;
    padding: 2px;
}

#middlebox_loan {
    text-align: left;
    width: 200px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 15px 15px 5px 15px;
}

/* style: box for invoice pricing 375px  */

#middlebox_invoicepricing {
    text-align: left;
    width: 375px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
    float: left;
}

#middlebox2 {
    text-align: left;
    width: 544px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
}

/* style:  box for select your car, no tables  */

#middlebox_select {
    text-align: left;
    width: 544px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
}

.selectcar {
    margin-left: 60px;
    text-align: center;
    width: 420px;
    margin-top: -15px;
}

html > body .selectcar {
    margin-top: 5px;
}

.selectcarleft {
    float: left;
    text-align: left;
    padding-top: 4px;
    width: 40px;
}

.selectcarleft2 {
    float: left;
    text-align: left;
    width: 150px;
}

.selectcarright {
    float: left;
    text-align: left;
    padding-top: 4px;
    padding-left: 30px;
    width: 40px;
}

.selectcarright2 {
    float: left;
    text-align: left;
    width: 150px;
}


#middlebox_small {
    text-align: left;
    width: 260px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
}

/* style:  box for vehicle, no tables  */

#middlebox_vehicle {
    float: left;
    text-align: left;
    width: 260px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
    height: 240px;
}

html > body #middlebox_vehicle {
    height: 230px;
}

/* style:  box for contact, no tables  */

#middlebox_contact {
    float: right;
    text-align: left;
    width: 260px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
    height: 240px;
}

html > body #middlebox_contact {
    height: 230px;
}

.contactform {
    float: left;
    padding: 2px;
    padding-left: 10px;
    width: 250px;
}

.contactformleft {
    float: left;
    width: 120px;
    padding: 2px;
    padding-left: 10px;
}

.contactformright {
    float: left;
    width: 100px;
    padding: 2px;
}

/* style:  box for info, no tables  */

#middlebox_infol {
    float: left;
    text-align: left;
    width: 160px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 285px;
}

#middlebox_infoll {
    float: right;
    text-align: left;
    width: 218px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 285px;

}


#middlebox_info_even {
    float: left;
    text-align: left;
    width: 182px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 400px;
}

html > body #middlebox_info_even {
    height: 400px;
}

#middlebox_info_even-dup {
    float: left;
    text-align: left;
    width: 178px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 400px;
}

#middlebox_info_even-3 {
    float: left;
    text-align: left;
    width: 182px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 400px;
}

html > body #middlebox_info_even-3 {
    height: 400px;
}

#whole_loan_form_double {
    width: 720px;
}

.loan_footer {
    width: 650px;
}

.loan_footer1 {
    width: 215px;
    float: left;
    margin-right: 150px;
}

.loan_footer2 {
    float: right;
    margin: 10px 10px 10px 0;
}

.loan_footer3 {
    float: right;
    margin-right: 300px;
}

.loan_footer4 {
    float: right;
}

#middlebox_info_survey {
    text-align: left;
    width: 550px;
    border: 1px solid #999;
    margin: 10px;
    padding: 2px;
}

.surveyl {
    width: 546px;
    clear: both;
}

.survey_label {
    width: 520px;
    text-align: left;
    padding: 6px;
}

/*
.survey_label {
    float: left;
    width: 264px;
	text-align: left;
	padding: 3px;
	padding-right: 3px;
}
*/
.survey_create_width {
    width: 350px;
}

#middlebox_info_even_double {
    float: left;
    text-align: left;
    width: 345px;
    margin: 0 2px 10px 2px;
    padding: 2px;
    border: solid 1px #ccc;

}

#middlebox_info_even_double2 {
    float: left;
    text-align: left;
    width: 345px;
    border: solid 1px #ccc;
    margin: 0 2px 10px 2px;
    padding: 2px;

}

#success_col1 {
    float: left;
    text-align: left;
    width: 345px;
    margin: 0 2px 10px 2px;
    padding: 2px;
}

#success_col2 {
    float: left;
    text-align: left;
    width: 345px;
    margin: 0 2px 10px 2px;
    padding: 2px;
}

.contactformleftl_double {
    float: left;
    width: 160px;
    height: 37px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

html > body #contactformleftl_double {
    width: 160px;
    height: 37px;
}

.contactformrightl_double {
    float: left;
    width: 160px;
    height: 37px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

html > body #contactformrightl_double {
    width: 160px;
    height: 37px;
}

.contactformleftl_double_fields {
    color: #525252;
    width: 98%;
}


#middlebox_info_even2 {
    float: left;
    text-align: left;
    width: 170px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 400px;
}

html > body #middlebox_info_even2 {
    height: 400px;
}

#middlebox_info_even2a {
    float: left;
    text-align: left;
    width: 170px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 400px;
}

html > body #middlebox_info_even2a {
    height: 400px;
}

#middlebox_info_even2b {
    float: left;
    text-align: left;
    width: 170px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 510px;
}

#middlebox_info_large {
    float: left;
    text-align: left;
    width: 374px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
}

.contactformleftl {
    float: left;
    width: 170px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.contactformleftl_fields {
    color: #525252;
    width: 95%;
}

.contactformleftl_quote {
    float: left;
    width: 130px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

#middlebox_infol_quote {
    float: left;
    text-align: left;
    width: 140px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 285px;
}

#whole_loan_form {
    width: 580px;
}

.contactformleftl2 {
    float: left;
    width: 150px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.contactformleftll {
    float: left;
    width: 100px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;


}

.contactformleftlll {
    float: left;
    width: 75px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #000033;
}

.contactformrightr {
    float: left;
    width: 80px;
    padding: 2px;
    padding-right: 5px;
}

.contactformrightrr {
    float: right;
    width: 180px;
    padding: 2px;
    padding-right: 5px;

}


.contactformrightrrr {
    float: left;
    width: 70px;
    padding: 2px;
    padding-right: 5px;
    border: 1px solid #000033;


}

.lock {
}

/* style:  box for compact models, no tables  */

#middlebox_infomodels {
    float: left;
    text-align: left;
    width: 380px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;

}


.model_titleb2 {
    float: left;
    width: 50px;
    padding: 2px;
    padding-left: 5px;
    font-weight: bold;
}


.model_retailb2 {
    float: left;
    width: 130px;
    padding: 2px;
    font-weight: bold;
}

.model_seatingb2 {
    float: left;
    width: 55px;
    padding: 2px;
    text-align: center;
    font-weight: bold;
}


.model {
    float: left;
    width: 12%;
    padding: 2px;
    padding-left: 3px;
    text-align: left;
    font-weight: bold;
}

.modelb {
    float: left;
    width: 12%;
    padding: 2px;
    padding-left: 3px;
    text-align: left;
    font-weight: bold;
}

.modelt {
    float: left;
    width: 12%;
    padding: 2px;
    padding-left: 3px;
    text-align: left;
    font-weight: bold;

}

.model2 {
    float: left;
    width: 16%;
    padding: 2px;
    padding-left: 3px;
    font-weight: bold;
}

.model3 {
    float: left;
    width: 12%;
    padding: 2px;
    padding-left: 3px;
}

.model3bis {
    float: left;
    width: 12%;
    padding: 2px;
    padding-left: 3px;
    text-align: center;

}

.model3tris {
    float: left;
    width: 65px;
    padding: 2px;
    padding-left: 3px;
}


.model4 {
    float: left;
    width: 60px;
    padding: 2px;
    padding-left: 3px;

}


.model5 {
    float: right;
    width: 60px;
    margin: -23px 0 0 0;
    padding: 2px;
    padding-left: 3px;

}


/* style:tweak inside the pages  */

.t50 {
    float: left;
    text-align: center;
    width: 185px;
    padding: 2px;
}


/* style: large box for logo's 730 px  */

#widebox_logo {
    text-align: left;
    width: 730px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
}

/* style:   */

div.spacer {
    clear: both;
}

div.floating {
    float: left;
    width: 92px;
    height: 50px;
    text-align: center;
}

div.floating_text {
    float: left;
    width: 92px;
    height: 15px;
    text-align: center;
}


.border_img {

    border: solid 1px #fff;
}

.border_img:hover {

    border: solid 1px #ff4600;
}

div.floating_text_index {
    float: left;
    width: 110px;
    height: 15px;
    text-align: center;
}

html > body .floating_text_index {
    width: 113px;
}

div.floating_logo {
    float: left;
    width: 121px;
    height: 40px;
    text-align: center;
}

div.floating_logotext {
    float: left;
    width: 121px;
    height: 20px;
    text-align: center;
}

div.floatingcar {
    float: left;
    width: 125px;
    height: 100px;
    text-align: center;
    padding: 1px;
}

div.floatingcar-3x3 {
    float: left;
    width: 125px;
    text-align: center;
    padding: 1px;
    margin-top: 0;
}


/* style: break with dotted lines  */

.break {
    background-image: url(/images/sep_hori_d.gif);
    background-repeat: repeat-x;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.breakucs {
    background-image: url(/images/sep_hori_d.gif);
    background-repeat: repeat-x;
    height: 5px;
    margin-top: 0;
    margin-bottom: 10px;
}

.break_nopadding {
    background-image: url(/images/sep_hori_d.gif);
    background-repeat: repeat-x;
    height: 5px;
    margin-top: 0;
    margin-bottom: 5px;
}


.border_dw {
    padding: 3px;
    color: #2b6b96;
    font-size: 13px;
    text-transform: none;
    background-color: #efefef;
    font-weight: bold;
}

.space3 {
    padding: 3px;
}

.space3_tx10_w {
    color: #fff;
    font-size: 10px;
    padding: 3px;
}

/* style: forms width: number is width of the form  */


.form70 {
    color: #525252;
    width: 65%;
}

.form80 {
    color: #525252;
    width: 80%;
}

.form60 {
    color: #525252;
    width: 60%;
}

.form {
    color: #525252;
}

.tx12_TitDesc {
    color: #2b6b96;
    font-weight: bold;
    text-transform: uppercase;
}

.distance {
    padding-top: 4px;
    padding-bottom: 4px;
}

.top {
    padding: 0 4px 4px 4px;
}

.left {
    float: left;
    padding-top: 5px;
    height: 20px;
}

.right {
    float: right;
    height: 20px;
    width: 80px;
    text-align: left;

}


div.row {
    clear: both;
    padding: 5px 0 5px 5px;
}

html > body .row {
    padding: 10px 0 10px 5px;


}

div.row span.label {
    float: left;
    width: 33px;
    font-weight: bold;
    text-align: right;
    padding-top: 3px;
    padding-right: 4px;


}

div.row span.formw {
    float: left;
    width: 80px;
    text-align: left;

}

.column2 {
    float: left;
    width: 350px;
    text-align: left;
    padding: 0 0 0 0;
}

.column2 li {
    list-style: url(/images/arrow.gif);
}

.column3 {
    float: left;
    width: 235px;
    text-align: left;
    padding: 0 0 0 0;
}

.column3 li {
    list-style: url(/images/arrow.gif);
}

.column4 {
    float: left;
    width: 180px;
    text-align: left;
    padding: 0 0 0 0;
}

.column4 li {
    list-style: url(/images/arrow.gif);
}

.tenleft {
    padding-left: 10px;
}

.headline {
    font-weight: bold;
}

.borders img {
    margin-left: 1px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #CCCCCC;
    align: middle;
}


.top_margin {
    padding: 3px 1px 1px 1px;
}

.link_red:link {
    color: #9d1521;
    text-decoration: underline;
}

.link_red:visited {
    color: #9d1521;
    text-decoration: underline;
}

.link_red:hover {
    color: #9a2136;
    text-decoration: underline;
}


/* style: fix for ie  */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

li {
}

.style11 {
}


/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

/* End hide from IE-mac */


#middle2_about_inv {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 7px 5px 0 10px;
    width: 490px;
    display: inline;
}

#sidebar_about_inv {
    float: left;
    text-align: left;
    margin: 5px 10px 5px 15px;
    width: 210px;
    display: inline;
}

.sidebox_bg_faqs {
    background-image: url(/images/arrow.gif);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 4px 8px;
    padding: 5px 3px;
    padding-left: 12px;
    border: 1px solid #fff;
}

html > body .sidebox_bg_faqs {
    background-image: url(/images/arrow.gif);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 4px 5px;
}

.survey_bullets {
    float: left;
    width: 220px;
    background-image: url(/images/arrow.gif);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 4px 8px;
    padding: 5px 3px;
    padding-left: 12px;
    border: 1px solid #fff;
}

html > body .survey_bullets {
    background-image: url(/images/arrow.gif);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 4px 5px;
}

.new_survey_note {
    font-size: 10px;
    color: #999999;
}

.new_survey_permission {
    width: 460px;
}

.survey_comments {
    text-align: left;
    width: 544px;
    border: 1px solid #999999;
    padding: 2px;
}

.survey_comments_row {
    border-bottom: 1px solid #cccccc;
}

.survey_comments_head {
    background-color: #e7e7e7;
    border-bottom: 1px solid #cccccc;
    color: #2b6b96;
    font-weight: bold;
    text-transform: uppercase;
    height: 20px;
}


/* SecureRights */

.new_survey_note2_org {
    font-size: 10px;
    color: #999999;
}

.disclaimer_boxed_org {
    width: 380px;
    text-align: left;
}

.big_submit_org {
    height: 35px;
    font-weight: bold;
    font-size: 20px;
    color: #cc0000;

}

.powered2 {
    font-size: 9px;
}

/* Model Ratings */

.raters {
    text-align: left;
    width: 454px;
    border: 1px solid #999999;
    padding: 1px;
}

.raters_body2 {
    float: left;
    width: 113px;
    padding: 3px 3px;
    text-align: left;
    margin: 1px;
    height: 38px;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 14px;
}

.raters_body3 {
    float: left;
    width: 314px;
    padding: 3px 3px;
    text-align: center;
    margin: 1px;
    font-weight: bold;
    color: #a37705;
    height: 38px;
}

.raters_body2_g {
    float: left;
    width: 113px;
    padding: 3px 3px;
    text-align: left;
    background-color: #f6f6f6;
    margin: 1px;
    height: 38px;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 14px;
}


.raters_body3_g {
    float: left;
    width: 314px;
    padding: 3px 3px;
    text-align: center;
    background-color: #f6f6f6;
    margin: 1px;
    font-weight: bold;
    color: #a37705;
    height: 38px;
}

.raters_title2 {
    float: left;
    font-weight: bold;
    width: 124px;
    padding: 3px 3px;
    text-align: left;
    background-color: #e4e4e4;
    margin: 1px;
    color: #9d1521;
    height: 18px;
}

.raters_title3 {
    float: left;
    font-weight: bold;
    width: 314px;
    padding: 3px 3px;
    text-align: center;
    background-color: #e4e4e4;
    margin: 1px;
    color: #2b6b96;
    height: 18px;
}

.rateleft {
    float: left;
}

.rateright {
    float: right;
}

.rate {
    float: left;
    width: 31px;
    text-align: center;
}

#middlebox_raters {
    text-align: center;
    width: 454px;
    border: 1px solid #999;
    margin-bottom: 10px;
    margin-top: 25px;
    padding: 2px;
}

.raters_thank {
    text-align: left;
    width: 720px;
    border: 1px solid #999999;
    background-color: #ffffff;
    margin-top: 15px;
}

.raters_model {
    float: left;
    width: 214px;
    border: 1px solid #ffffff;
    background-color: #cccccc;
    font-weight: bold;
    height: 28px;
    padding: 2px;
}

.raters_modelW {
    float: left;
    width: 212px;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 18px;
    padding: 2px;
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: 1px;
}

.raters_numbers1 {
    text-align: center;
    float: left;
    width: 72px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: #cccccc;
    font-weight: bold;
    height: 28px;
    padding: 2px;
}

.raters_numbersW1 {
    text-align: center;
    float: left;
    width: 70px;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 18px;
    padding: 2px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.raters_numbers2 {
    text-align: center;
    float: left;
    width: 48px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: #cccccc;
    font-weight: bold;
    height: 28px;
    padding: 2px;
}

.raters_numbersW2 {
    text-align: center;
    float: left;
    width: 46px;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 18px;
    padding: 2px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.raters_numbers3 {
    text-align: center;
    float: left;
    width: 52px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #cccccc;
    border-top: 1px solid #ffffff;
    font-weight: bold;
    height: 28px;
    padding: 2px;
}

.raters_numbersW3 {
    text-align: center;
    float: left;
    width: 50px;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 18px;
    padding: 2px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.raters_numbers4 {
    text-align: center;
    float: left;
    width: 42px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #cccccc;
    border-top: 1px solid #ffffff;
    font-weight: bold;
    height: 28px;
    padding: 2px;
}

.raters_numbersW4 {
    text-align: center;
    float: left;
    width: 40px;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 18px;
    padding: 2px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.raters_numbers5 {
    text-align: center;
    float: left;
    width: 47px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: #cccccc;
    font-weight: bold;
    height: 28px;
    padding: 2px;
}

.raters_numbersW5 {
    text-align: center;
    float: left;
    width: 45px;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 18px;
    padding: 2px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.raters_numbers6 {
    text-align: center;
    float: left;
    width: 46px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: #cccccc;
    font-weight: bold;
    height: 28px;
    padding: 2px;
}

.raters_numbersW6 {
    text-align: center;
    float: left;
    width: 44px;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 18px;
    padding: 2px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.raters_numbers7 {
    text-align: center;
    float: left;
    width: 45px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: #cccccc;
    font-weight: bold;
    height: 28px;
    padding: 2px;
}

.raters_numbersW7 {
    text-align: center;
    float: left;
    width: 43px;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 18px;
    padding: 2px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.raters_numbers8 {
    text-align: center;
    float: left;
    width: 57px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: #cccccc;
    font-weight: bold;
    height: 28px;
    padding: 2px;
}

.raters_numbersW8 {
    text-align: center;
    float: left;
    width: 55px;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 18px;
    padding: 2px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.raters_numbers {
    text-align: center;
    float: left;
    width: 46px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: #cccccc;
    font-weight: bold;
    height: 28px;
    padding: 2px;
    color: #2b6b96;
}

.raters_numbersW {
    text-align: center;
    float: left;
    width: 44px;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 18px;
    padding: 2px;
    margin-right: 1px;
    margin-bottom: 1px;
    color: #2b6b96;
}

/* Features Surveys Sitemap */

.siteul {
    margin: 0 0 12px 0;


}

.sitefeatlink {
    font-size: 14px;
}

.flink li {
    list-style: url(/images/bullet.gif);
}

.dir_col {
    float: left;
    width: 210px;
    text-align: left;
    padding: 0 0 0 0;
    margin-left: 30px;
}

.dir_col li {
    list-style: url(/images/folder.gif);
}

.searchbox {
    width: 491px;
    height: 55px;
    padding: 14px;
    margin: auto;
    background: url(/images/searchbg.gif) no-repeat;
}


/* 2col*/
.colhead1 {
    float: left;
    width: 200px;
    background-color: #f1f1f1;
    font-weight: bold;
    padding: 6px;
    border: solid #ccc;
    border-width: 1px 0 1px 1px;
}

.colhead2 {
    float: left;
    width: 407px;
    background-color: #f1f1f1;
    font-weight: bold;
    padding: 6px;
    border: solid #ccc;
    border-width: 1px 1px 1px 1px;
}

.coldata1 {
    float: left;
    width: 200px;
    padding: 6px;
}

.coldata2 {
    float: left;
    width: 407px;
    padding: 6px;
}

.table_row {
    border: solid #ccc;
    border-width: 0 1px 1px 1px;
    background: url(/images/twocol.gif) repeat-y;
    width: 632px;
}

.colhead31 {
    float: left;
    width: 170px;
    background-color: #f1f1f1;
    font-weight: bold;
    padding: 6px;
    border: solid #ccc;
    border-width: 1px;
}

.colhead32 {
    float: left;
    width: 260px;
    background-color: #f1f1f1;
    font-weight: bold;
    padding: 6px;
    border: solid #ccc;
    border-width: 1px 0 1px 0;
}

.coldata31 {
    float: left;
    width: 170px;
    padding: 6px;
}

.coldata32 {
    float: left;
    width: 260px;
    padding: 6px;
}

.table_row3 {
    border: solid #ccc;
    border-width: 0 1px 1px 1px;
    background: url(/images/threecol.gif) repeat-y;
    width: 638px;
}

.formBorder {
    padding: 0;
    margin: 0;
    width: 600px;
    margin: 20px auto auto auto;
}

.form_wrap {
    width: 600px;
    clear: both;
    padding: 3px;
    height: 24px;
    font-weight: bold;
}

.form_wrap span.label {
    float: left;
    width: 200px;
    text-align: right;
    margin-top: 2px;
}

.form_wrap span.form {
    float: left;
    text-align: left;
    margin-left: 4px;
    font-weight: normal;
}

.ctwrap {
    margin-top: 10px;
    border-top: solid 1px #ccc;
}

.cartypes {
    float: left;
    width: 84px;
    margin-left: 4px;
}

.cartypes1 {
    float: left;
    width: 66px;
}

.ctboder {
    margin: -12px 0 8px 0;
    border-bottom: dotted 1px #999;
    padding: 6px;
    width: 208px;
}

.cartype {
    float: left;
    width: 90px;
    margin-left: 4px;
}

#dealer_info {
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
}

.dealer_txt {
    padding: 4px;
}

/*searchresults.html - Dealer Information */
.dealer_middle_boder {
    border-left: dashed 1px #999999;
}

.s-all {
    padding: 5px 5px 5px 0;
    color: #9d1521;
    background: url(/images/s-all-bg.gif) no-repeat center left;
    width: 165px;
}

.s-all a {
    color: #FFF
}


#middlebox_invoicepricing-ext2 {
    text-align: left;
    width: 458px;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px;
    float: left;
}


/* car-selector for BA-index1.html*/


.sideboxtitle-green h1 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.sidebox-green strong {
    color: #236BA3;
}


.sidebox-green {
    text-align: left;
    width: 225px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px 9px 2px 9px;
    height: 250px;
}


/*For 5 Best-large Sedan--13 march*/

.search-inventory {
    float: right;
}

.search-inventory a {
    font-weight: bold;
}

.search-inventory2 {
    color: #990000;
    font-weight: bold;
}

.rt-txtRating {
    float: right;
    width: auto;
    color: #a37705;
    font-weight: bold;
}

.search-inventory3 {
    color: #a37705;
    font-weight: bold;
}

.search-inventory-btn {
    float: right;
}

.tx11_Red_Caps_new {
    color: #9d1521;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 8px;
}

.txtRating_new {
    float: left;
    width: 100px;
    color: #a37705;
    font-weight: bold;
}


.top-deails-left {
    float: left;
    width: 370px;
}

.search-inventory-new {
}

.search-inventory-new a {
    font-weight: bold;
    font-size: 12px
}

.title-grey-bg {
    background: #ECECEC;
    padding: 3px;
}

.upscale-box {
    text-align: justify;
    padding: 4px;
    border: solid #999999 1px
}


/*Index3 page*/
.sidebox-small {
    text-align: left;
    width: 225px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding: 2px 9px 2px 9px;
    height: 165px;
}


.sidebox-small strong {
    color: #236BA3;
}


.sideboxtitle240 {
    background: url(/images/sider_bar240.gif) no-repeat center;
    background-position: 3px 3px;
    text-align: center;
    width: 240px;
    text-transform: none;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    margin-bottom: 0;
    padding: 55px 2px 2px 2px;
}


.sides240 {
    text-align: left;
    margin: 2px 1px 2px 1px;
    font-weight: normal;
    padding: 2px;
    margin-top: 1px;
    margin-bottom: 0;
    background-color: #e4e4e4;
}

.sideboxtitle220:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sidebox240 {
    text-align: left;
    width: 240px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 3px 2px 2px 2px;
}


/*Used Car Prices New Car Selector Background*/

#middlebox_ucs_new {
    height: 235px;
    text-align: left;
    width: 450px;
    margin-bottom: 10px;
}

.border_dw_new {
    font-size: 22px;
    padding: 5px 5px 5px 10px;
    color: #fff;
    text-transform: none;
    font-weight: bold;
}

.car-selector-new {
    width: 225px;
    margin-left: 225px;
    margin-top: 10px;
}


/*New Css For Auto loan quotes-new* 3-july*/


#whole_loan_form_new {
    width: 648px;
}

#middlebox_info_even_new {
    float: left;
    text-align: left;
    width: 314px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 300px;
}

html > body #middlebox_info_even_new {
    height: 300px;
}


.contactformleft_new {
    clear: both;
    width: 300px;
    padding: 4px;
    padding-left: 15px;
    padding-right: 5px;
}


.contactformleft_new label {
    width: 100px;
    display: block;
    float: left
}

.contactformleft_new_fields {
    color: #525252;
    width: 130px;
}


#middlebox_info_even_wider {
    float: left;
    text-align: left;
    width: 640px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 150px;
}

.loan-checks {
    padding: 10px 0 0 15px;

}


/*New Css For Payment Calculator-new* 3-july*/


#whole_loan_form_new1 {
    width: 540px;
}

#middlebox_info_even_new1 {
    float: left;
    text-align: left;
    width: 266px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 300px;
}

html > body #middlebox_info_even_new1 {
    height: 300px;
}


.contactformleft_new1 {
    clear: both;
    width: 250px;
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
}


.contactformleft_new1 label {
    width: 95px;
    display: block;
    float: left
}

.contactformleft_new1_fields {
    color: #525252;
    width: 110px;
}


#middlebox_info_even_wider1 {
    float: left;
    text-align: left;
    width: 540px;
    border: 1px solid #999;
    margin: 0 2px 10px 2px;
    padding: 2px;
    height: 150px;
}

.loan-checks {
    padding: 10px 0 0 15px;

}


/*get_used_cars.html search and feture */
.sort {
    line-height: normal;
    width: 505px;
    height: 130px;
    background: url(/images/sort-bg.gif) no-repeat;
    margin-left: 10px;
    margin-top: 20px;
}

.sorting-header {
    color: #FFFFFF;
    padding: 6px 0 10px 10px;
}

.sorting-option {
    padding: 7px 0 10px 30px;
}

.sorting-option label {
    color: #2f74a9;
    font-weight: bold;
    font-size: 14px;
}

.sorting-note {
    color: #373737;
    padding: 10px;
}

.best-offer {
    width: 505px;
    margin-left: 10px;
}

.best-offer-header {
    background: url(/images/reg-bg.jpg) no-repeat;
    color: #FFFFFF;
    padding: 8px 5px 9px 5px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.best-offer-body {
    background: #a4a3a1;
}

.best-car-box {
    width: 167px;
    float: left;
    border-right: solid 1px #dedede;
}

.best-car-image {
    padding-left: 4px;
}

.best-car-details {
    margin-left: 3px;
    margin-bottom: 2px;
}

.car-box-top {
    background: url(/images/grey-curve.gif) no-repeat bottom center;
    width: 163px;
    height: 7px;
}

.car-box-body {
    width: 163px;
    background: #FFFFFF;
}

.car-make-model {
    line-height: 13px;
    height: 25px;
    color: #bd1010;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 5px;
}

.car-attributes {
    list-style: none;
    background: #c8c8c8
}

.car-attributes div {
    padding: 5px 0 5px 0;
    background: url(/images/list.gif) no-repeat left center;
    text-indent: 11px;
    border-top: solid 1px #a4a3a1
}

.car-box-bottom {
    background: url(/images/grey-curve-btm.gif) no-repeat top center;
    width: 163px;
    height: 5px;
}

.cars_features {
    float: left;
    width: 190px;
}

.contacts_button {
    width: 132px;
    float: right;
    padding-top: 40px;
}


.rating-list {
    float: left;
    margin-left: 2px;
    width: 254px
}

.rating-top {
    background: url(/images/rating-box-top.gif) no-repeat bottom center;
    height: 10px;
}

.rating-middle {
    background: #FFFFFF;
    border-left: #81AECF solid 1px;
    border-right: #81AECF solid 1px;
}

.rating-middle ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rating-middle ul li {
    background: url(/images/list-style.gif) no-repeat left center;
    border-bottom: #81AECF dashed 1px;
    padding: 5px 0 5px 0;
    margin-left: 10px;
    margin-right: 10px;
}

.rating-middle ul a {
    color: #000;
    text-decoration: none;
    padding-left: 5px;
}


.rating-bottom {
    background: url(/images/rating-box-bottom.gif) no-repeat top center;
    height: 10px;
}

.spacer {
    clear: both;
}


.getcar-back {
    padding-left: 24px;
    width: 164px;
    height: 16px;
    margin: 10px;
    padding-top: 2px;
}

.getcar-back a {
    color: #000000;
    text-decoration: none;
}

#bluecontact_form {
    padding: 0;
    float: right;
    text-align: left;
    margin: 0 10px 0 10px;
    width: 233px;
    display: inline;
}

.bluecontact_title {
    margin: 0;
    text-align: center;
    background: url(/images/contact-tilte-bg.gif) no-repeat bottom;
    font-size: 16px;
    padding: 10px 10px 6px 10px;
    color: #FFFFFF;
}

.bluecontact_body {
    background: #b2d1e3;
}

.bluecontact_body p {
    margin: 0;
    padding: 0;
    line-height: 13px;
}


.bluecontactformbox {
    margin: 0;
    float: left;
    width: 108px;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
}


.bluecontactformboxwide {
    margin: 0;
    float: left;
    width: 150px;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
}

.bluecontactform-bottom {
    background: url(/images/contact-btm-curve.gif) no-repeat top center;
    height: 7px;
    line-height: 7px;
    margin: 0;
    padding: 0;
}


.blueform100ucs {
    color: #525252;
    width: 100px;
}


.getcar-wrap {
    padding-left: 10px;
    float: left;
    width: 480px;

}

.getcar-picture {
    text-align: center;
    width: 224px;
    float: left;
}

.getcar-picture-top {
    background: url(/images/car-image-top.gif) no-repeat bottom center;
    height: 7px;
    line-height: 7px;
}

.getcar-picture-body {
    margin: 0;
    padding: 0;
    text-align: center;
    border-left: solid 1px #b2b2b2;
    border-right: solid 1px #b2b2b2;
}

.getcar-picture-bottom {
    background: url(/images/car-image-bottom.gif) no-repeat top center;
    height: 24px;
    padding: 5px;
}

.getcar-picture-bottom a {
    color: #980808;
    font-weight: normal;
    text-decoration: none
}

.getcar-picture-bottom span {
    margin: 0 30px 0 15px;
}

.getcar-details-box {
    width: 251px;
    float: right;
}

.getcar-details-top {
    background: url(/images/car-title-blackbg.gif) no-repeat top #000;
    width: 241px;
    padding: 5px;
}

.getcar-details-top h1 {
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 16px;
}

.getcar-details-top span {
    color: #a4a4a4;
    font-weight: normal;
}

.getcar-details-body {
    background: #f9f9f9;
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
}

.getcar-details-body ul {
    margin: 0;
    list-style: none;
    padding: 0 10px 0 10px;
}

.getcar-details-body ul li {
    padding: 7px 0 7px 0;
    border-bottom: #7c7c7c dotted 1px;
}

.getcar-details-body ul li strong {
    color: #ba0f0f;
    font-size: 14px;
}

.car-fax {
    background: #efefef;
    padding: 4px;
    margin: 5px 10px 0 10px;
    color: #185e95;
}

.getcar-details-bottom {
    padding: 0;
    margin: 0;
    background: url(/images/car-detail-bottom.gif) no-repeat center top;
    height: 5px;
    line-height: 5px;
}

.getcar-features {
    width: 480px;
    margin-top: 10px;
    line-height: 16px;
}

.getcar-features-top {
    background: url(/images/vehichle-feature-head.gif) no-repeat top;
    height: 14px;
    color: #000000;
    font-size: 14px;
    padding: 9px 0 9px 10px;
    font-weight: bold;
}

.getcar-features-body {
    border-left: solid 1px #b2b2b2;
    border-right: solid 1px #b2b2b2;
    padding: 5px 10px 5px 10px;
}

.getcar-features-body ul {
    list-style: none;
}

.getcar-features-body ul li {
    background: url(/images/list-style-circle.gif) no-repeat left center;
    text-indent: 12px;
    border-bottom: #7c7c7c 1px dotted;
    padding: 5px;
}

.getcar-leftlist {
    padding: 0;
    margin: 0;
    float: left;
    width: 230px;
}

.getcar-rightlist {
    padding: 0;
    margin: 0;
    float: right;
    width: 210px;
}

.getcar-features-bottom {
    background: url(/images/vehichle-feature-bottom.gif) no-repeat center top;
    height: 5px;
    line-height: 5px;
}

.bad-privacy {
    color: #f38709;
}

.bad-privacy a {
    color: #f38709;
}

.apology {
    color: #975A00;
    padding: 4px;
}

.col_h_wrap {
    width: 714px;
    border: solid 1px #999;
    float: left;
    background-color: #efefef;
    font-weight: bold;
}

.col_h_wrap div {
    padding: 4px;
    float: left;
}

.h_photo {
    width: 80px;
    border-right: solid 1px #999;
}

.h_model {
    width: 180px;
    border-right: solid 1px #999;
}

.h_color {
    width: 60px;
    border-right: solid 1px #999;
}

.h_location {
    width: 130px;
    border-right: solid 1px #999;
}

.h_price {
    width: 150px;
}

.usedcars_results_wrap div {
    padding: 4px;
    float: left;
}

.c_photo {
    width: 80px;
}

.c_model {
    width: 180px;
}

.c_color {
    width: 60px;
    text-align: center;
}

.c_location {
    width: 130px;
}

.c_price {
    width: 150px;
    text-align: center;
    font-weight: bold;
}

.usedcars_results_wrap {
    text-align: left;
    width: 714px;
    border: 1px solid #999;
    border-top: none;
}

#find_usedcar {
    float: left;
    width: 700px;
    margin: 0 0 0 15px;
    padding: 6px;
    background-color: #f7f7f7;
    border: 1px solid #999;
}

.sel_form {
    float: left;
    width: 186px;
    margin-top: 4px;
}

.sel_form1 {
    float: left;
    width: 200px;
    margin-top: 4px;
}

.usedcar_wrap {
    float: left;
    margin: 15px 0 0 15px;
    width: 714px;
}

/******* New Car Dealers Counter *******/
#dealer_counter_outer_container {
    text-align: center;
    display: none;
}

#new_dealer_counter_container {
    text-align: center;
    padding: 8px 0 8px 0;

}

#new_dealer_counter_time {
    display: none;
}

#new_dealer_counter_image {

}

#new_dealer_counter_image_style {

}

#new_dealer_counter_text {

}

/******* articles *******/

.highlights_box_top {
    /*background-image: url(/images/boxtop.jpg);*/
    color: #236ba3;
    text-transform: capitalize;

    font-size: 14px;
    padding: 10px 0 0 14px;
}

.highlights_box_middle {
    padding: 4px;
}

.highlights_bullet {
    margin-left: 5px;
    /*background-image: url(/images/arrow.gif);*/
    padding: 2px;
    padding-left: 14px;
}

.highlights_bullet span {
    font-size: 16px;
    color: #236ba3;
}

.featured_highlights_box_top {
    /* width: 288px; */
    width: 90%;
    height: 13px;
    margin: 0;
    margin-top: 15px;
    font-size: 1px;
}

.featured_highlights_box_middle {
    /* width: 282px; */
    width: 90%;
    background-image: url(/images/featured-boxmid.jpg);
    line-height: 0.3cm;
    margin: 0;
    padding: 6px 3px 4px 0;
}

.featured_highlights_box_bottom {
    /* width: 288px; */
    width: 90%;
    height: 4px;
    margin: 0;
    background-image: url(/images/featured-boxbot.jpg);
    font-size: 1px;
}

.featured_highlights_bullet {
    width: 250px;
    margin-left: 5px;
    padding: 5px 3px;
    padding-left: 14px;
    border: 1px solid #fff;
}

html > body .featured_highlights_bullet {
    background-position: 5px 5px;
}


#middle2_review {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 4px 15px 0 15px;
    width: 470px;
    display: inline;
}

#middle2_review_fea {
    overflow: hidden;
    float: left;
    text-align: left;
    padding: 0;
    width: 470px;
    display: inline;
    font-size: 13px;
}

#middle2_review_fea p {
    font-size: 13px;
}

#middle2_review_fea li {
    font-size: 13px;
    margin-bottom: 4px;
}


#insider_report_refer {
    background-color: #fff;
    border: solid 2px #999;
    padding: 4px;
    width: 456px;
    position: absolute;
}

#insider_report_trim {
    background-color: #fff;
    border: solid 2px #999;
    padding: 4px;
    width: 456px;
    position: absolute;
}

#insider_report_dealer {
    background-color: #fff;
    border: solid 2px #999;
    padding: 4px;
    width: 456px;
    position: absolute;
}


/* Selector */

.selector-wrap {
    width: 410px;
    height: 288px;
}

.selector-heading {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px 40px 10px;
}

.make {
    float: left;
    width: 370px;
    height: 33px;
}

.selector-wrap .make {
    margin-left: 10%;
    margin-right: auto;
}

@media (max-width: 480px) {
    .selector-wrap .make {
        margin-left: 5px;
    }

    .selector-wrap {
        background: url(images/mobi-selector-bg.png) right -80px top no-repeat;
    }
}


.make label {
    font-weight: bold;
    float: left;
    width: 220px;
    font-size: 14px;
    text-align: right;
    color: #fff;
}

.make span {
    float: right;
    width: 148px;
}

.make select {
    width: 146px;
}

.zip-select {
    width: 142px;
}

.selector-button {
    background: url(images/next-bg.jpg) no-repeat;
    width: 141px;
    height: 28px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    border: none;
}


/*Link Bait Articles*/
#hGal {
    float: left;
    position: relative;
    z-index: 2;
}

#hGal p {
}

#hGal_top_pagi {
    display: none;
    position: absolute;
    right: 0;
    top: -6px;
    z-index: 3;
}

#hGal_top_pagi div {
    float: left;
    height: 26px;
    width: 26px;
}

#hGal_top_pagi a {
    background: url("images/gal-button.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 26px;
    width: 26px;
}

#hGal_top_pagi .btnNext {
    background-position: 0 -48px;
}

#hGal_top_pagi a span {
    display: none
}

#hGal_top_pagi_p {
    margin-right: 3px
}


#hGal_top_list {
    font-weight: bold;
    cursor: pointer;
    float: left;
    width: 62px;
    right: 4px;
    top: 4px;
    position: absolute;
    z-index: 4;
}

#hGal_top_list_DIV {
    background: url("images/down-arrow.gif") no-repeat 50px 8px;
    height: 11px;
    padding: 2px 0 3px 0;
}

#hGal_top_list_DIV a {
    padding: 2px 16px 2px 6px;
    text-decoration: none;
    color: #a37705;
}


#hGal_top_list_UL {
    display: none;
    list-style-type: none;
    margin-top: 9px;
}

#hGal_top_list_UL li {
    background: #fff;
    border: #ECECEC solid;
    border-width: 0 1px 1px 1px;
    cursor: pointer;
    float: right;
    width: 57px;
    margin-top: -4px;
}

#hGal_top_list_UL a {
    color: #a37705;
    display: block;
    float: left;
    padding: 2px 0 2px 8px;
    width: 49px;
    text-decoration: none;
}

#hGal_top_list_UL a:hover {
    background: #ECECEC;
    color: #999;
    text-decoration: none;
}

#hGal .gallery {
    float: left;
    position: relative;
    z-index: 2;
}

#hGal .gallery .dl {
    float: left;
    width: 100%;
}

#hGal .meta {
    float: left;
    padding-bottom: 5px;
}

#hGal .showsl, .showsl .links {
    display: block;
}

#hGal .slide {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

#hGal .dl .photo {
    border: 1px solid #ccc;
    float: right;
    margin: 0 0 0 10px;
}

#hGal .dl .photo img {
    width: 200px
}

#hGal .dl .slide .head {
    color: #9d1521;
    font-weight: bold;
    text-transform: uppercase;
    background: url(/images/arrow.gif) #ECECEC no-repeat 0 4px;
    padding: 3px 3px 3px 10px;
}


#hGal .dl .stext {
    float: left;
    width: 460px;
}

#hGal .addthis {
    padding-top: 10px;
    width: 300px;
}

#hGal_bot_pagi {
    background: #236BA3;
    clear: both;
    float: left;
    height: 26px;
    position: relative;
    width: 100%;
    z-index: 2;
    font-size: 14px;
}

#hGal_top_pagi_p2 {
    float: left;
    width: 90px;
}

#hGal_top_pagi_p2 a {
    color: #fff;
    font-weight: bold;
    display: block;
    height: 19px;
    padding: 4px 4px 0 10px;
    text-decoration: none;
}


#hGal_top_pagi_n2 {
    float: right;
    width: 60px;
}

#hGal_top_pagi_n2 a.btnNext {
    color: #fff;
    font-weight: bold;
    display: block;
    height: 19px;
    padding: 4px 2px 0 7px;
    text-decoration: none;
}

.gallery .ldrgif {
    display: none
}

.hidesl, .hidesl .links {
    display: none;
}

.showsl, .showsl .links {
    display: block;
}

#adsalert_container {
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    background: url("images/adblock.gif") #ff0000 20px no-repeat;
    padding: 12px 20px 12px 70px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2px;
}


/* style: menu  */

#menu2 {
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 734px;
    background-color: #FFFFFF;
}

#menu {
    text-align: left;
    padding: 0;
    width: 754px;
    height: 32px;
    background: #FFFFFF url(/images/menu_bg.gif) no-repeat;
}

.link {
    padding-left: 14px;
    padding-top: 7px;
}

.menu h3 {
    color: #fff;
    background-image: url(/images/menu_sep.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-decoration: none;
    margin-left: 6px;
    padding-right: 14px;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.menu_link:link {
    color: #fff;
    background-image: url(/images/menu_sep.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-decoration: none;
    margin-left: 0;
    padding-right: 6px;
}

.menu_link:visited {
    color: #fff;
    background-image: url(/images/menu_sep.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-decoration: none;
    margin-left: 0;
    padding-right: 6px;
}

.menu_link:hover {
    color: #e1f400;
    background-image: url(/images/menu_sep.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-decoration: none;
    margin-left: 0;
    padding-right: 6px;
}

.phone {
    color: #fff;
    padding: 1px 4px 4px 24px;
}

.bad-phone-tag {
    color: #FF0000
}

.bad-phone {
    color: #fff;
    padding: 1px 4px 4px 24px;
    float: left;
    width: 130px;
    margin-top: 4px;
}

.cont_button {
    float: right;
    width: 130px;
    padding: 1px 20px 4px 4px;
    font-size: 16px;
}

.extra-calc {
    float: left;
    width: 105px;
    text-align: center;
    font-weight: bold;
    padding-left: 1px;
}

.extra-calc_fields {
    width: 87px;
}

.break_loan {
    background-image: url(/images/sep_hori_d.gif);
    background-repeat: repeat-x;
    height: 5px;
    margin-top: 5px;
    margin-bottom: -5px;
}


.month_high {
    border-top: 1px dotted #f2f2f2;
    padding-top: 1px;
    padding-bottom: 1px;
}

/*.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}*/

a#apple-app-link {
    display: none;
}

a#apple-app-link img {
    max-width: 100%;
}


/*.jsform-holder #bad_div_AdBlock_message{
display:none;
}        */

#popup-call {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./images/popup/call-bg.png');
}

#popup-call .body {
    width: 880px;
    position: relative;
    margin: auto;
    margin-top: 100px;
    background-color: #236ba3;
}

#popup-call .body .image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('./images/popup/call-left.jpg') center center no-repeat;
    background-size: cover;
}

#popup-call .body .content {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 25px;
    font-weight: 300;
}

#popup-call .body .content .title {
    font-size: 32px;
    padding-top: 10px;
    color: #ccff33;
}

#popup-call .body .content .text {
    color: #ffffff;
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#popup-call .body .content .button {
    display: block;
    float: left;
    background: url('./images/popup/call-phone.png') left 20px center no-repeat #ccff33;
    padding-left: 50px;
    padding-right: 25px;
    font-size: 27px;
    color: #236ba3;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

#popup-call .close {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: -10px;
    right: -10px;
    cursor: pointer;
    background: url('./images/popup/call-close.png') center center no-repeat;
}

@media (max-width: 930px) {
    #popup-call .body {
        width: 500px;
    }

    #popup-call .body .content .title {
        font-size: 25px;
    }

    #popup-call .body .content .text {
        color: #ffffff;
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #popup-call .body .content .button {
        display: block;
        float: left;
        background: url('./images/popup/call-phone.png') left 15px center no-repeat #ccff33;
        background-size: 15px;
        padding-left: 35px;
        padding-right: 15px;
        font-size: 18px;
        color: #236ba3;
        height: 40px;
        line-height: 40px;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 15px;
    }
}

@media (max-width: 550px) {
    #popup-call {
        overflow: auto;
    }

    #popup-call .body {
        width: 100%;
    }

    #popup-call .body .image {
        width: 100%;
        height: 300px;
        position: relative;
    }

    #popup-call .body .content {
        width: 100%;
    }

    #popup-call .close {
        right: 10px;
    }

}

#bad_div_newCarPurchaseForm #bad_new_submit {
    clear: both;
}

@media only screen and (max-device-width: 768px) {
    html {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}


.form-step {
    position: relative;
    z-index: 0;
    background-color: #b4d1e8;
    border: solid 1px #548bb7;
    color: #000000;
    width: auto;
    font-size: 13px;
}

.form-step.fourth-step {
    padding: 15px;
}

.form-step.fourth-step .red-border, .form-step.fourth-step .green-border {
    padding: 0;
    color: #000000;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
}

.form-step .row {
    padding: 20px 5px 20px 5px;
}

.form-step:after {
    content: "";
    clear: both;
    display: block;
}

.form-step * {
    box-sizing: border-box;
}

.form-step .header-title {
    min-height: 50px;
    position: relative;
    z-index: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 15px 80px 15px 15px;
    background: url(/wp-content/themes/bad/images/forbes.gif) #326598 no-repeat right;
    box-sizing: border-box;
    text-transform: none;
}

.form-step .row .row {
    margin: 0;
    padding: 0;
}

.first-step #left-column, .second-step .left-column, .second-step .middle-column {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    /*border-right: dashed 1px #fff; */
}

.first-step #middle-column {
    width: 100%;
    clear: both;
    padding-top: 25px;
}

.first-step #middle-column:before {
    clear: both;
    content: "";
    display: block;
    border-top: 1px dashed #ffffff;
    padding-bottom: 15px;
}

.form-step .section-title {
    margin: 0;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.form-step .input-container {
    padding-bottom: 15px;
    position: relative;
}

.form-step .input-container label {
    width: 100%;
    float: none;
    text-align: left;
    padding-right: 0;
    font-size: 13px;
    line-height: 19px;
    display: block;
    color: #313e63;
    font-weight: bold;
}

.second-step .input-container label {
    float: none;
    width: 100%;
    text-align: left;
    padding-right: 0;
    display: block;
}

.form-step .input-container label:after {
    content: ":";
}

.form-step .input-container input, .form-step .input-container select {
    width: 100%;
    float: none;
    height: 40px;
    border: 1px solid #aaaaaa;
    font-size: 18px;
    color: #585858;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-step .input-container input:disabled, .form-step .input-container select:disabled {
    background-color: #cccccc;
}

.second-step .input-container input, .second-step .input-container select {
    width: 100%;
    float: none;
    margin-top: 2px;
    height: 40px;
    color: #585858;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.form-step .input-container.error input, .form-step .input-container.error select {
    border: 1px solid #9d1521;
}

.form-step .phone-container .preselection {
    position: absolute;
    line-height: 40px;
    left: 0;
    padding-left: 5px;
    font-size: 18px;
    top: 24px;
}

.second-step .phone-container .preselection {
    left: 0;
    right: auto;
    top: 21px;
    bottom: 15px;
}

.form-step .phone-container .input {
    padding-left: 25px;
}

.form-step .input-container:after {
    content: "";
    display: block;
    clear: both;
}

.form-step .submit-area {
    margin: 10px 0 10px 78px;
    margin-left: 0;
    text-align: center;
    position: relative;
}

.fourth-step .submit {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd1a28+0,e83b4a+50,c5202e+100 */
    background: #bd1a28; /* Old browsers */
    background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1a28', endColorstr='#c5202e', GradientType=0); /* IE6-9 */
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    text-shadow: 1px 1px #af0808;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}


.fourth-step .submit:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#971520+1,ba2f3b+50,9e1a25+100 */
    background: #971520; /* Old browsers */
    background: -moz-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#971520', endColorstr='#9e1a25', GradientType=0); /* IE6-9 */
}


.form-step .submit-area .submit {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd1a28+0,e83b4a+50,c5202e+100 */
    background: #bd1a28; /* Old browsers */
    background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1a28', endColorstr='#c5202e', GradientType=0); /* IE6-9 */
    font-size: 16px;
    text-shadow: 1px 1px #af0808;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    vertical-align: top;
}

.form-step .submit-area .submit:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#971520+1,ba2f3b+50,9e1a25+100 */
    background: #971520; /* Old browsers */
    background: -moz-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#971520', endColorstr='#9e1a25', GradientType=0); /* IE6-9 */
}


.form-step .submit-area .skip {
    background: none;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    outline: none;
    width: auto;
    margin-right: 0;
    margin-left: 15px;
    border: 0;
    cursor: pointer;
}

/*.ajax-form-ucp .submit-area .skip {
    background: #bd1a28 !important;
    background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%) !important;
    background: -webkit-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%) !important;
    background: linear-gradient(to bottom, #bd1a28 0%, #e83b4a 50%, #c5202e 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1a28', endColorstr='#c5202e', GradientType=0) !important;
    font-size: 16px;
    text-shadow: 1px 1px #af0808;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 130px !important;
    height: 40px !important;
    line-height: 40px !important;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    vertical-align: top;
}

.ajax-form-ucp .submit-area .skip:hover {
    background: #971520 !important;
    background: -moz-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%) !important;
    background: -webkit-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%) !important;
    background: linear-gradient(to bottom, #971520 1%, #ba2f3b 50%, #9e1a25 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#971520', endColorstr='#9e1a25', GradientType=0) !important;
}   */

.ajax-form-ucp .submit-area .skip {
    margin-left: 0 !important;
}

.form-step hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ffffff;
    background-color: transparent;
}

.form-step .dealers-tip {
    height: auto;
    float: none;
    padding-top: 0;
    color: #313e63;
}

.form-step .dealers-tip p {
    margin-top: 0;
    margin-bottom: 15px;
}

.form-step .dealers-found-msg {
    height: auto;
    float: none;
    padding-top: 0;
    color: #313e63;
}

.form-step .dealers-found-msg p {
    margin-top: 0;
    margin-bottom: 15px;
}

.form-step .dealer-select-all-container {
    color: #993941;
    border: 0 solid #9d1521;
    width: auto;
    height: 24px;
    padding: 2px 0 2px 0;
    font-weight: bold;
    margin: 0 0 10px 0;
    clear: both;
}

.form-step .dealer-select-all-container:after {
    content: "";
    display: block;
    clear: both;
}

.form-step .dealer-select-all-container input {
    margin: 3px 3px 3px 4px;
    margin-right: 14px;
    float: left;
}

.form-step .dealer-select-all-container .text {
    float: left;
    color: #993941;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

.form-step .dealer-select-all-container .name {
    cursor: pointer;
}

.form-step .dealer-select-all-container .adress {
    display: none;
}

.form-step .dealer-container, .form-step .checkbox {
    position: relative;
    width: 100%;
    padding: 2px 0 2px 0;
    padding-left: 32px;
    clear: both;
    padding-bottom: 10px;
}

.form-step .checkbox {
    padding-left: 22px;
}

.form-step .dealer-container:after, .form-step .checkbox:after {
    content: "";
    display: block;
    clear: both;
}

.form-step .dealer-container input, .form-step .checkbox input {
    margin: 3px 3px 3px 4px;
    margin-right: 14px;
    float: left;
    position: absolute;
    top: 2px;
    left: 0;
}

.form-step .checkbox input {
    margin-left: 0 !important;
    margin-right: 10px;
}

.form-step .dealer-container .dealer-name {
    font-size: 13px;
    color: #000000;
    cursor: pointer;
}

.form-step .dealer-container .info {
    float: left;
    margin-top: 4px;
    margin-right: 1px;
    width: auto;
    height: 12px;
    line-height: 12px;
    background-color: #2b6b96;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    font-size: 9px;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.first-step .msrp-text {
    display: none;
}

.form-step .back-button {
    display: none;
}

.second-step .form-left .row:after {
    content: "";
    display: block;
    clear: both;
}

.first-step .image.car-image {
    border: solid 1px #edc8cb;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.first-step .image.car-image img {
    max-width: 100%;
}

.form-step .cars-list .search-failure {
    margin-bottom: 25px;
}

.form-step .cars-list .car-list-count {
    clear: both;
    text-align: right;
}

.form-step .cars-list .car-list-count .make {
    width: auto;
    color: #313e63;
    font-weight: bold;
    float: left;
}


.form-step .cars-list .showFilters {
    font-size: 14px;
    color: #2b6b96;
    margin-bottom: 10px;
    margin-top: 0;
    cursor: pointer;
    clear: both;
}

.form-step .cars-list .showFilters span {
    text-decoration: underline;
}

.form-step .cars-list .showFilters:hover {
    color: #9d1521;
}

.form-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
}

.form-filters .body {
    width: 350px;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    background-color: #ffffff;
    padding: 15px;
    top: 5%;
    max-height: 90%;
    overflow: auto;
}

.form-filters .body .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000000;
    opacity: 1;
    cursor: pointer;
}

.form-filters .body .close:hover {
    color: #b21926;
}

.form-step .slider, .form-filters .slider {
    padding: 10px 30px 20px;
    margin-bottom: 20px;
}

.form-step .slider .noUi-tooltip, .form-filters .slider .noUi-tooltip {
    font-size: 12px;
    line-height: 13px;
    color: #2b6b96;
}

.form-filters .slider .noUi-handle {
    width: 12px;
    left: -6px;
}

.form-filters .slider .noUi-handle:focus {
    z-index: 10 !important;
}

.form-filters .slider .noUi-handle:before {
    left: 4px;
}

.form-filters .slider .noUi-handle:after {
    left: auto;
    right: 4px;
}

.form-step .slider .noUi-connect, .form-filters .slider .noUi-connect {
    background-color: #2b6b96;
}

.form-step .slider .title, .form-filters .slider .title {
    padding-bottom: 35px;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    text-align: left;
    margin-left: -18px;
}

.form-filters .slider .title a {
    color: #2b6b96;
    font-size: 12px;
    padding-left: 10px;
    cursor: pointer;
    line-height: 13px;
    text-decoration: none;
    text-transform: none;
}

.form-filters .slider .title a:hover {
    color: #333333;
}

.form-step .slider input, .form-filters .slider input {
    display: none;
}

.form-filters .buttons {
    text-align: center;
}

.form-step .hidden {
    display: none;
}

.form-step .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.form-step .btn > span {
    position: relative;
    display: block;
    border: 1px solid #333;
    height: 18px;
    padding: 0 5px;
    font-size: 11px;
    line-height: 16px;
    background-color: #fff;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-filters .btn span {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.form-filters .btn.submit span {
    color: #ffffff;
    background-color: #9d1521;
    border: 1px solid #9d1521;
}

.form-filters .btn .fa {
    padding-left: 5px;
}

#body_container_ucp .header-subtitle {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.form-step .cars-text {
    margin-bottom: 15px;
}

.form-step .cars-list {
    padding-top: 0;
    margin-top: 10px;
    border-top: 0 solid #c4c4c4;
}

.form-step .cars-list .form-area {
    padding: 5px;
}

@media (min-width: 787px) {
    .form-step .cars-list .form-area .select {
        float: left;
        width: 24%;
        margin-right: 1%;
    }
}

.form-step .cars-list .form-area .title {
    margin-bottom: 5px;
}

.form-step .cars-list .form-filter .submit {
    height: 58px;
    line-height: 58px;
}

.form-step .cars-list .form-filter .submit span {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
}

.form-step .cars-list {
    margin-bottom: 5px;
}

.form-step .cars-list label {
    font-size: 13px;
}

.form-step .cars-list select, .form-step .cars-list .input {
    margin-bottom: 10px;
    height: 30px;
    border: 1px solid #d9d7d8;
    margin-bottom: 15px;
    font-size: 13px;
    margin-right: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 24px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.form-step .cars-list .input {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.form-step .cars-list .form-area .body {
    padding-bottom: 0;
}

.form-step .cars-list .submit {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin-bottom: 15px;
    width: 25%;
    float: left;
    cursor: pointer;
    margin-top: 23px;
    background-color: #2b6b96;
    border: 0;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.form-step .cars-list h2 {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.form-step .cars-list .paging {
    float: right;
    margin-bottom: 25px;
}

.form-step .cars-list .paging ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-step .cars-list .paging ul li {
    display: inline-block;
}

.form-step .cars-list .paging ul li a {
    display: block;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 5px;
}

.form-step .cars-list .paging ul li a:hover {
    color: #486fa8;
}

.form-step .cars-list .paging ul li a.active {
    background-color: #486fa8;
    color: #ffffff;
}

.form-step .cars-list .car {
    border: 1px solid #c2c2c2;
    border-bottom: 0;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.form-step .cars-list .car .used-car {
    border-bottom: 1px solid #c2c2c2;
}

.form-step .cars-list .car .image ul {
    list-style: none;
    margin: 0;
    padding: 10px;
    margin-left: 0;
    margin-top: 0;
}

.form-step .cars-list .car .image ul img {
    width: 100%;
}

.form-step .cars-list .car .info {
    padding-top: 5px;
}

.form-step .cars-list .car .info .used-car-name {
    margin: 0;
    font-size: 14px;
}

.form-step .cars-list .car .info .body {
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #555555;
    font-size: 13px;
    line-height: 1.3em;
}

.form-step .cars-list .car .info .body .label-name {
    font-weight: bold;
}

.form-step .cars-list .car .info .body .used-car-year, .form-step .cars-list .car .info .body .used-car-price, .form-step .cars-list .car .info .body .used-car-mileage {
    color: #2b6b96;
}

.form-step .cars-list .car .body p {
    margin-bottom: 5px;
}

.form-step .cars-list .rating {
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffb400;
}

.form-step .cars-list .car .miles {
    float: right;
    color: #777777;
}

.form-step .cars-list .car .dealer {
    margin-bottom: 5px;
    color: #333333;
}

.form-step .cars-list .car .buttons .btn {
    margin-bottom: 5px;
}

.form-step .cars-list .car .buttons .btn span {
    height: 30px;
    line-height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.form-step .cars-list .car .buttons .btn.request span {
    background-color: #2b6b96;
    border: 1px solid #2b6b96;
    color: #ffffff;
}

.form-step .cars-list .car .description-area {
    padding-top: 20px;
    display: none;
}

.form-step .cars-list .car .description-area.active {
    display: block;
}

.form-step .cars-list .car .description-area .photo-navigation {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    display: none;
}

.form-step .cars-list .car .description-area .photo-navigation .count {
    display: block;
    line-height: 21px;
    float: right;
    font-size: 13px;
}

.form-step .cars-list .car .description-area .photo-navigation .arrow {
    height: 28px;
    width: 28px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    background-color: #333333;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px;
}

.form-step .cars-list .car .description-area .photo-navigation .arrow:hover {
    background-color: #486fa8;;
}

.form-step .cars-list .car .description-area .car-features {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.form-step .cars-list .car .description-area .car-features table {
    width: 100%;
    border-left: 1px solid #f8f8f8;
    border-top: 1px solid #f8f8f8;
}

.form-step .cars-list .car .description-area .car-features table tr:nth-child(odd) {
    background: #f8f8f8;
}

.form-step .cars-list .car .description-area .car-features table tr:nth-child(even) {
    background: #ffffff;
}

.form-step .cars-list .car .description-area .car-features table th, .form-step .cars-list .car .description-area .car-features table td {
    padding: 6px;
    border-bottom: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
}


.form-step .cars-list .car .description-area .car-features table th {
    background-color: #d9d7d8;
    color: #555555;
    font-size: 15px;
}

.form-step .cars-list .car .description-area .car-features table td {
    font-size: 13px;
    color: #777777;
}

.form-step .cars-list .car .description-area .bookmarks {
    border-bottom: 1px solid #d9d7d8;
    padding-left: 30px;
}

.form-step .cars-list .car .description-area .bookmarks .bookmark {
    display: inline-block;
    position: relative;
    bottom: -1px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d9d7d8;
    border-bottom: 0;
    height: 38px;
    line-height: 37px;
    font-size: 15px;
    color: #bbbbbb;
    cursor: pointer;
}

.form-step .cars-list .car .description-area .bookmarks .bookmark.active {
    background-color: #ffffff;
    color: #486fa8;
    cursor: default;
}

.form-step .cars-list .car .description-area .blocks .body {
    padding: 30px;
}

.form-step .cars-list .car .description-area .blocks .body .block {
    display: none;
    color: #777777;
}

.form-step .cars-list .car .description-area .blocks .body .block.active {
    display: block;
}

.form-step .cars-list .used-car .used-car-description-area {
/ / background: url('../img/car-line.png') top right no-repeat;
    padding-top: 10px;
    border-top: 1px solid #c2c2c2;
    display: none
}

.form-step .cars-list .used-car .used-car-description-area.active {
    display: block
}

.form-step .cars-list .used-car .used-car-description-area .photo-navigation {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    display: none
}

.form-step .cars-list .used-car .used-car-description-area .photo-navigation .count {
    display: block;
    line-height: 21px;
    float: right;
    font-size: 13px
}

.form-step .cars-list .used-car .used-car-description-area .photo-navigation .arrow {
    height: 28px;
    width: 28px;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    background-color: #333333;
    color: #ffffff;
    cursor: pointer;
    font-size: 17px
}

.form-step .cars-list .used-car .used-car-description-area .photo-navigation .arrow:hover {
    background-color: #486fa8
}

.form-step .cars-list .used-car .used-car-description-area .car-features {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px
}

.form-step .cars-list .used-car .used-car-description-area .car-features table {
    width: 100%;
    border-left: 1px solid #f8f8f8;
    border-top: 1px solid #f8f8f8
}

.form-step .cars-list .used-car .used-car-description-area .car-features table tr:nth-child(odd) {
    background: #f8f8f8
}

.form-step .cars-list .used-car .used-car-description-area .car-features table tr:nth-child(even) {
    background: #ffffff
}

.form-step .cars-list .used-car .used-car-description-area .car-features table th,
.form-step .cars-list .used-car .used-car-description-area .car-features table td {
    padding: 4px;
    border-bottom: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8
}

.form-step .cars-list .used-car .used-car-description-area .car-features table th {
    background-color: #d9d7d8;
    color: #555555;
    font-size: 14px
}

.form-step .cars-list .used-car .used-car-description-area .car-features table td {
    font-size: 12px;
    color: #777777
}

.form-step .cars-list .used-car .used-car-description-area .bookmarks {
    border-bottom: 1px solid #d9d7d8;
    padding-left: 12px
}

.form-step .cars-list .used-car .used-car-description-area .bookmarks .bookmark {
    display: inline-block;
    position: relative;
    bottom: -1px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d9d7d8;
    border-bottom: 0;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    color: #bbbbbb;
    font-family: 'Arial', sans-serif;
    cursor: pointer
}

.form-step .cars-list .used-car .used-car-description-area .bookmarks .bookmark.active {
    background-color: #ffffff;
    color: #2b6b96;
    cursor: default
}

.form-step .cars-list .used-car .used-car-description-area .blocks .body {
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
}

.form-step .cars-list .used-car .used-car-description-area .blocks .body .block {
    display: none;
    color: #777777
}

.form-step .cars-list .used-car .used-car-description-area .blocks .body .block.active {
    display: block
}

.form-step .used-car-paging {
    margin-bottom: 30px;
}

.form-step .cars-list .image {
    width: 25%;
    float: left;
    line-height: 0;
}

.form-step .cars-list .image .img {
    max-width: 100%;
}

.form-step .cars-list .info {
    width: 75%;
    float: right;
}

.form-step .cars-list .row:after {
    content: "";
    display: block;
    clear: both;
}


.paging {
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-step .used-car-paging .count {
    display: block;
    line-height: 21px;
    float: right;
}

.form-step .used-car-paging .button {
    height: 21px;
    display: inline-block;
    line-height: 21px;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #333333;
    color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.form-step .used-car-paging .button:hover {
    background-color: #2b6b96;
}

#body_container_ucp #left-column {
    float: none;
    width: 100%;
    border-right: 0;
    border-bottom: 1px dashed #ffffff;
    margin-bottom: 20px;
}

#body_container_ucp #right-column {
    float: none;
    width: 100%;
}

#body_container_ucp .form-step .input-container label:after {
    content: "";
}

#ajax_form_container {
    position: relative;
}

.form-step #cls_new_dealer_counter_container, .cls_overlay_container, #ajax_form_overlay_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 20;
    text-align: center;
}

.form-step #cls_new_dealer_counter_container .overlay_container_inner, .cls_overlay_container .overlay_container_inner, #ajax_form_overlay_container .overlay_container_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-weight: bold;
    padding-top: 93px;
    background: url('images/loader.gif') top center no-repeat;
    color: #2b6b96;
    font-size: 16px;
}

.popup-informations {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;;
}

.popup-informations .body {
    background-color: #ffffff;
    width: 500px;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: auto;
    position: relative;
    padding: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    font-style: italic;
}

.popup-informations .body .button {
    margin-top: 15px;
    font-style: normal;
}

.popup-informations .success-message {
    color: #007f68;
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
}

.popup-informations .failure-message {
    color: #971714;
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
}

.popup-informations .close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    color: #000000;
    cursor: pointer;
}

.popup-informations .close:hover {
    color: #9f2124;
}

#back-top {
    position: fixed;
    width: 70px;
    bottom: 70px;
    right: 0;
    left: 0;
    text-align: right;
    z-index: 1000;
    margin: auto;
}


#back-top a {
    font-size: 35px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd1a28+0,e83b4a+50,c5202e+100 */
    background: #bd1a28; /* Old browsers */
    background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1a28', endColorstr='#c5202e', GradientType=0); /* IE6-9 */
    text-shadow: 1px 1px #af0808;
    color: #ffffff;
    opacity: 0.8;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    position: relative;
    right: -75px;
}

#back-top a .fa {
    line-height: 70px;
}

#back-top a:hover {
    opacity: 1;
}

.makes-special-column {
    font-size: 14px;
}

.makes-special-column .insider-report {
    border: solid 1px #aaa;
    padding: 4px 4px 4px 170px;
    margin: 12px 0 0 3px;
    background: url(images/report-mobi.jpg) no-repeat 8px 8px;
    min-height: 230px;
}

.makes-special-column .ir-heading {
    font-size: 16px;
    margin-bottom: 10px;
}

.makes-special-column .insider-report-list li {
    margin-bottom: 3px;
    background: url(images/arrow1.gif) no-repeat left #ececec;
    padding: 2px 2px 2px 12px;
    list-style: none;
    width: auto;
}

.makes-special-column .insider-report-list ul {
    padding: 0;
    margin: 0;
}

.makes-special-column #cartypes {
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 2px;
}

.makes-special-column #tabbed_box {
    width: 100%;
}

.makes-special-column ul.tabs {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 6px;

}

.makes-special-column ul.tabs li {
    list-style: none;
    display: inline;
}

.makes-special-column ul.tabs li a {
    background-color: #E6E6E6;
    color: #000;
    padding: 7px 4px 7px 4px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #a9a9a9;
    border-bottom: none;
}

.makes-special-column ul.tabs li a:hover {
    background-color: #356aaa;
    border: 1px solid #a9a9a9;
}

.makes-special-column ul.tabs li a.active {
    background-color: #4f81bd;
    color: #fff;
    border-bottom: 1px solid #ffffff;
}

.makes-special-column .tab_content {
    padding: 6px;
    border: 1px solid #a9a9a9;
}

.makes-special-column .carModel {
    width: 130px;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 120px;
    margin: 0 5px 0 5px;
}

.makes-special-column .carModel img {
    border: #2b6b96 solid 1px;
    width: 130px;
}

.makes-special-column .carModel div {
    color: #FF0000;
}

.makes-special-column .red {
    color: #bc1a29;
}

.makes-special-column .modelName b {
    color: #bc1a29;
}

.makes-special-column .get_quote {
    font-size: 10px;
}

.makes-special-column .carModel_r {
    width: 150px;
    float: left;
    text-align: center;
    margin: 20px 20px 0 10px;
    height: 140px;
}

.makes-special-column .carModel_r img {
    border: #2b6b96 solid 1px;
}

.makes-special-column .carModelName {
    width: 90px;
    margin-right: 10px;
    float: left;
}

.makes-special-column .tab-image {
    width: 145px;
    float: left;
}

.vehicle-responsive-list * {
    box-sizing: border-box;
}

.vehicle-responsive-list .clear {
    clear: both;
}

.vehicle-responsive-list .main-title {
    font-weight: bold;
    color: #9d1521;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.2em;
}

.vehicle-responsive-list .vehicle-filter {
    margin-bottom: 55px;
    background-color: #236ca3;
    position: relative;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.vehicle-responsive-list .vehicle-filter:after {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: #236ca3 transparent transparent transparent;
    content: "";
}

.vehicle-responsive-list .vehicle-filter form {
    display: inline-block;
}

.vehicle-responsive-list .vehicle-filter .select-container {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
}

.vehicle-responsive-list .vehicle-filter .select-container .text {
    float: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding-right: 10px;
    line-height: 40px;
}

.vehicle-responsive-list .vehicle-filter .select-container select {
    float: right;
    width: 250px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    background-color: #ffffff;
    text-align: left;
    color: #236ba3;
    font-weight: normal;
    font-size: 15px;
}

.vehicle-card {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.vehicle-card .body {
    height: 220px;
    width: 100%;
    border: 2px solid #236ba3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-right: 30px;
}

.vehicle-card .image {
    width: 220px;
    left: 0;
    border-right: 1px solid #cccccc;
    top: 10px;
    height: 200px;
    position: absolute;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.vehicle-card .image img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.vehicle-card .right {
    padding-left: 250px;
    height: 200px;
    float: none;
    width: 100%;
    text-align: left;
    position: relative;
    padding-top: 7px;
}

.vehicle-card .review {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 10px;
    color: #236ba3;
    text-decoration: none;
}

.vehicle-card .name {
    padding-right: 45px;
    color: #236ba3;
    margin-top: 0;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 12px;
    overflow: hidden;
}

.vehicle-card .name a {
    text-decoration: none;
    color: #236ba3;
}

.vehicle-card .price {
    color: #252525;
    font-size: 15px;
    margin-bottom: 12px;
}

.vehicle-card .price span {
    color: #9d1521;
    font-weight: bold;
}

.vehicle-card .info {
    color: #252525;
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 10px;
}


.vehicle-card .button, .vehicle-responsive-list .vehicle-filter .submit {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd1a28+0,e83b4a+50,c5202e+100 */
    background: #bd1a28; /* Old browsers */
    background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1a28', endColorstr='#c5202e', GradientType=0); /* IE6-9 */
    font-size: 18px;
    text-shadow: 1px 1px #af0808;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 205px;
    height: 50px;
    line-height: 50px;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.vehicle-responsive-list .vehicle-filter .submit {
    margin: 0;
    height: 40px;
    line-height: 40px;
    width: 250px;
}

.vehicle-card .button:hover, .vehicle-responsive-list .vehicle-filter .submit:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#971520+1,ba2f3b+50,9e1a25+100 */
    background: #971520; /* Old browsers */
    background: -moz-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#971520', endColorstr='#9e1a25', GradientType=0); /* IE6-9 */
}

.iso_temp_24_org_calculator_results #container {
    position: static;
}

.main-form-popup {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-form-popup .popup-body {
    background-color: #ffffff;
    width: 600px;
    max-width: 100%;
    top: 0;
    margin: auto;
    position: relative;
    padding: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 1);
    font-style: italic;
    box-sizing: border-box;
}


.main-form-popup .popup-body .close-button {
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: 1;
    color: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 10;
    background-color: #326598;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.main-form-popup .popup-body .close-button .fa {
    line-height: 38px;
}

.main-form-popup .popup-body .close-button:hover {
    background-color: #9f2124;
}

.main-form-popup .popup-body .make-select-container, .main-form-popup .popup-body .model-select-container {
    display: none;
}

.main-form-popup .popup-body .msrp-container {
    padding-bottom: 20px;
    font-size: 17px;
}

.main-form-popup .popup-body .msrp-container .red {
    font-size: 17px;
}

.main-form-popup .popup-body .first-step .image.car-image {
    margin-top: 0;
    height: 120px;
}

.main-form-popup .popup-body .first-step .image.car-image img {
    max-height: 100%;
}

.make-model-page * {
    box-sizing: border-box;
}

.make-model-page .main-title {
    text-align: center;
    font-weight: bold;
    color: #9d1521;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.2em;
}

.make-model-page .line {
    width: 100%;
    max-width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin: auto;
    margin-bottom: 30px;
}

.make-model-page .car-table {
    width: 700px;
    margin: auto;
    max-width: 100%;
    margin-bottom: 40px;
}

.make-model-page .car-table:after {
    content: "";
    clear: both;
    display: block;
}

.make-model-page .car-table .image {
    width: 40%;
    float: left;
}

.make-model-page .car-table .image img {
    max-width: 100%;
}

.make-model-page .car-table .content {
    width: 55%;
    float: right;
}

.make-model-page .car-table .price-range {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.make-model-page .car-table .price-range .text {
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 3px;
}

.make-model-page .car-table .price-range .price {
    color: #9d1521;
    font-weight: bold;
    font-size: 30px;
}

.make-model-page .car-table .content .title {
    color: #236ba3;
    margin-top: 0;
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.make-model-page .car-table .content .input {
    height: 50px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    outline: none;
}

.make-model-page .car-table .content .input.error {
    border-color: #9d1521;
}

.make-model-page .car-table .content .input.shake-1 {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.make-model-page .car-table .content .input.shake-2 {
    animation: shake-2 0.78s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes shake-2 {
    10%, 90% {
        transform: translate3d(-2px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(3px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-5px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(5px, 0, 0);
    }
}

.make-model-page .car-table .content .button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd1a28+0,e83b4a+50,c5202e+100 */
    background: #bd1a28; /* Old browsers */
    background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1a28', endColorstr='#c5202e', GradientType=0); /* IE6-9 */
    font-size: 18px;
    text-shadow: 1px 1px #af0808;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 205px;
    height: 50px;
    line-height: 50px;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.make-model-page .car-table .content .button:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#971520+1,ba2f3b+50,9e1a25+100 */
    background: #971520; /* Old browsers */
    background: -moz-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#971520', endColorstr='#9e1a25', GradientType=0); /* IE6-9 */
}

.make-model-page .car-description {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 700px;
    max-width: 100%;
    margin: auto;
}

.make-model-page .car-description .title {
    color: #236ba3;
    margin-top: 0;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.make-model-page .car-description p {
    margin-bottom: 25px;
}


#ajax_form_container .privacy {
    background-color: transparent;
    border-top: 1px dashed #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 9px;
    color: #555555;
}

#ajax_form_container .privacy p {
    display: block !important;
}

@media (min-width: 1000px) {
    .main-form-popup .popup-body {
        width: 100%;
        max-width: 1200px;
    }

    .main-form-popup .first-step #left-column, .main-form-popup .second-step .left-column, .main-form-popup .second-step .middle-column,
    .main-form-popup .first-step #right-column, .main-form-popup .second-step .right-column {
        width: 33%;
    }

    .main-form-popup .first-step #middle-column {
        float: right;
        width: 34%;
        clear: none;
        padding-top: 0;
    }

    .main-form-popup .first-step #middle-column:before {
        display: none;
    }

    .main-form-popup #body_container_ucp #left-column {
        width: 66%;
        float: left;
    }

    .main-form-popup #body_container_ucp #right-column {
        width: 34%;
        float: right;
    }
}

@media (max-width: 1350px) {
    .vehicle-card .name {
        font-size: 17px;
    }

    .vehicle-card .info {
        font-size: 11px;
    }

    .vehicle-card .image {
        width: 150px;
    }

    .vehicle-card .right {
        padding-left: 170px;
    }

}

@media (max-width: 1200px) {
    .vehicle-responsive-list .vehicle-filter .select-container select {
        width: 150px;
        font-size: 14px;
    }

    .vehicle-responsive-list .vehicle-filter .submit {
        width: 180px;
    }
}

@media (max-width: 1100px) {
    .listdeal-row .card {
        width: 100%;
    }

    .city-selector-body .column-1, .city-selector-body .column-2 {
        width: 100%;
    }
}

@media (max-width: 970px) {
    .vehicle-card {
        width: 100%;
        float: none;
    }

}


@media (max-width: 900px) {
    .vehicle-responsive-list .vehicle-filter .select-container .text {
        float: none;
        line-height: 1em;
        padding-bottom: 7px;
        display: block;
        text-align: left;
        font-size: 13px;
    }

    .vehicle-responsive-list .vehicle-filter .submit {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .vehicle-card .body {
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .vehicle-card .image {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #cccccc;
        height: auto;
        padding: 10px;
        padding-top: 0;
        margin-bottom: 15px;
        border-right: 0;
    }

    .vehicle-card .image img {
        top: 0%;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }

    .vehicle-card .right {
        padding-left: 00px;
        text-align: center;
        height: auto;
        padding-bottom: 10px;
    }

    .vehicle-card .review {
        position: static;
        padding-bottom: 10px;
        display: block;
    }

    .vehicle-card .name {
        padding-right: 0;
    }

    .vehicle-responsive-list .main-title {
        font-size: 25px;
    }

    .vehicle-responsive-list .vehicle-filter .select-container {
        width: 50%;
        float: left;
    }

    .vehicle-responsive-list .vehicle-filter .select-container select {
        width: 100%;
        font-size: 13px;
    }

    .vehicle-responsive-list .vehicle-filter .submit {
        width: 205px;
        height: 50px;
        line-height: 50px;
        clear: both;
    }

    .main-form-popup {
        padding: 0;
    }

    .main-form-popup .popup-body {
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
    }

    .main-form-popup .popup-body .close-button {
        top: 5px;
        right: 5px;
    }


    .clear {
        clear: both;
    }

    .first-step #left-column, .second-step .left-column {
        float: none;
        padding-left: 0;
        padding-right: 0;
        border: 0;
        width: 100%;
        border-bottom: 1px dashed #ffffff;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .second-step .left-column {
        border: 0;
    }

    .first-step .input-container, .second-step .input-container {
        margin-bottom: 5px;
        padding-bottom: 5px;
        width: 49%;
        margin-left: 1%;
        float: left;
    }

    .first-step #right-column, .second-step .right-column {
        float: none;
        width: 100%;
        border-bottom: 1px dashed #ffffff;
        padding-bottom: 15px;
    }

    .first-step #middle-column {
        border-top: 15px;
    }

    .second-step .middle-column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }

    .first-step #middle-column:before {
        display: none;
    }

    .first-step .image.car-image {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    #main.with-columns {
        display: flex;
        flex-flow: column;
    }

    .sidebar-without-selectors {
        order: 3;
    }

    .middle-between-selectors {
        order: 2;
    }

    .sidebar-with-selectors {
        order: 1;
    }

    .form-step {
        min-height: 100vh;
    }

    /*.form-step.first-step{
  padding-bottom:40px;
  }

  .form-step.first-step .submit-area{
  position: absolute;
  bottom: 15px;
  width: 100%;
  left:0px;
  }  */
    #back-top {
        text-align: center;
        bottom: 10px;
        width: 70px;
        height: 70px;
    }

    #back-top a {
        right: 0;
        left: 0;
        margin: auto;
        /*font-size:20px;
  width:35px;
  height:35px;
  line-height:35px;  */
    }

    #body_container_cf .submit-area, #body_container_ucp .submit-area {
        clear: both;
        text-align: right;
    }

    .first-step #right-column {
        border-bottom: 0;
    }

    .form-step.first-step .submit-area {
        text-align: right;
    }

    #text_header {
        display: none;
    }

    .all-header {
        position: relative;
    }

    body .all-header #cssmenu #menu-button {
        height: 40px;
        display: block !important;
        width: 40px;
        padding: 0;
        position: absolute;
        top: 10px;
        right: 10px;
        border-radius: 4px;
        border: 1px solid #7aadd6;
        line-height: 1;
        background: #218cda;
        background: -webkit-linear-gradient(bottom, #92bdde, #218cda);
        background: -ms-linear-gradient(bottom, #92bdde, #218cda);
        background: -moz-linear-gradient(bottom, #92bdde, #218cda);
        background: -o-linear-gradient(bottom, #92bdde, #218cda);
        background: linear-gradient(to top, #92bdde, #218cda);
        font-size: 0;
    }

    body .all-header #cssmenu {
        position: static;
    }

    body .all-header #cssmenu #menu-button:after {
        right: 10px;
        height: 4px;
        top: 15px;
    }

    body .all-header #cssmenu #menu-button:before {
        right: 10px;
        top: 27px;
    }

    body .all-header #cssmenu > ul {
        display: none;
    }

    .content-with-selector {
        padding-top: 379px;
    }

    .make-model-page .line {
        margin-bottom: 0;
    }

    .make-model-page .car-table .image {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .make-model-page .car-table .content {
        width: 100%;
        float: none;
        text-align: center;
    }
}


.calculator-box {
    width: 390px;
    max-width: 100%;
    border: 1px solid #e1e1e1;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.calculator-box .calculator-row:after {
    content: "";
    display: block;
    clear: both;
}

.calculator-box .calculator-row {
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.calculator-box .final-row {
    background-color: #e1e1e1;
}

.calculator-box .submit input {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3cd33+0,617b19+100 */
    background: #b3cd33; /* Old browsers */
    background: -moz-linear-gradient(top, #b3cd33 0%, #617b19 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b3cd33 0%, #617b19 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b3cd33 0%, #617b19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3cd33', endColorstr='#617b19', GradientType=0); /* IE6-9 */
    border: 1px solid #415210;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    width: 100%;
    outline: 0;
}

.calculator-box .submit .link-button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3cd33+0,617b19+100 */
    background: #bd1a28; /* Old browsers */
    background: -moz-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bd1a28 0%, #e83b4a 50%, #c5202e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1a28', endColorstr='#c5202e', GradientType=0); /* IE6-9 */
    border: 0 solid #415210;
    text-shadow: 1px 1px #af0808;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    width: 100%;
    outline: 0;
    display: block;
    text-decoration: none;
}

.calculator-box .submit .link-button:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#971520+1,ba2f3b+50,9e1a25+100 */
    background: #971520; /* Old browsers */
    background: -moz-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #971520 1%, #ba2f3b 50%, #9e1a25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#971520', endColorstr='#9e1a25', GradientType=0); /* IE6-9 */
}

.calculator-box .calc_index_border_dw_inv {
    border-top: 0 solid #a6a6a6;
    background-color: transparent;
    font-weight: bold;
    color: #9d1521;
    width: auto;
    padding: 0;
    height: auto;
}

.calculator-box .calc_index_left {
    float: left;
    width: 40%;
    padding: 0;
    padding-right: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #0f0f0f;
    line-height: 35px;
    margin: 0;
}

.calculator-box .calc_index_right {
    float: right;
    width: 60%;
    padding: 0;
    padding-left: 5px;
    position: relative;
    margin: 0;
}

.calculator-box select {
    background: #fff url(./images/calculator-select.png) right 0 center no-repeat;
    height: 35px;
    border: 0 solid #e1e1e1;
    padding-left: 0;
    padding-right: 25px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 25px;
    color: #236ba3;
    font-weight: normal;
    border-bottom: 2px solid #236ba3;
    outline: none;
}

.calculator-box select::-ms-expand {
    display: none;
}

.calculator-box .calculator-row input {
    height: 35px;
    border: 0;
    outline: none;
    font-size: 25px;
    color: #236ba3;
    font-weight: normal;
    border-bottom: 2px solid #236ba3;
    background-color: transparent;
    width: 100%;
    position: relative;
    z-index: 10;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

/*.calculator-box .calculator-row input.thousands{
color:transparent;
}   */

.calculator-box .calculator-row .value {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 30px;
    width: 100%;
    height: 35px;
    line-height: 33px;
    font-size: 25px;
    color: #236ba3;
}

.calculator-box .calculator-row .with-dollar {
    padding-left: 30px;
}

.calculator-box .calculator-row .with-percent {
    padding-right: 25px;
}

.calculator-box .calculator-row .with-dollar .dollar {
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 35px;
    color: #0f0f0f;
    font-size: 25px;
    z-index: 11;
}

.calculator-box .calculator-row .with-percent .percent {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 35px;
    color: #0f0f0f;
    font-size: 25px;
    z-index: 11;
}


.calculator-box .final-row input {
    color: #9f2124;
    border-bottom: 2px solid #9d1521;
    font-weight: bold;
}


.calculator-box .calculator-row ::-webkit-input-placeholder {
    color: #236ba3;
}

.calculator-box .calculator-row :-moz-placeholder { /* Firefox 18- */
    color: #236ba3;
}

.calculator-box .calculator-row ::-moz-placeholder { /* Firefox 19+ */
    color: #236ba3;
}

.calculator-box .calculator-row :-ms-input-placeholder {
    color: #236ba3;
}

.make-thumbnails {
    padding-top: 30px;
}

.make-thumbnails .carModel {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 30px;
    width: 150px;
}

.make-thumbnails .carModel a {
    display: block;
    border: 0;
    text-decoration: none;
    color: #2c77b0;
}

.make-thumbnails .carModel .image {
    height: 98px;
    line-height: 98px;
    text-align: center;
    border: 1px solid #cccccc;
    display: block;
    margin-bottom: 5px;
}

.make-thumbnails .carModel a:hover .image {
    border: solid 1px #2c77b0;
}


.make-thumbnails .carModel a img {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%;
    max-height: 100%;
}


@media (min-width: 992px) {
    .iso_temp_17_org_finance .jsform-holder {
        width: 100%;
        float: none;
    }

    .iso_temp_17_org_finance .jsform-holder #form_container_cf .left-column {
        width: 33%;
    }

    .iso_temp_17_org_finance .jsform-holder #form_container_cf .middle-column {
        width: 33%;
    }

    .iso_temp_17_org_finance .jsform-holder #form_container_cf .right-column {
        width: 34%;
    }

    .iso_temp_17_org_finance .jsform-holder #form_container_cf .submit-area {
        left: 66%;
        position: absolute;
        top: 250px;
        padding-left: 10px;
    }

    .iso_temp_17_org_finance .jsform-left-box {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .red {
        font-size: 28px;
    }

    .red2 {
        font-size: 20px;
    }

    .form-step .submit-area .submit {
        font-size: 28px;
        height: 48px;
        line-height: 48px;
        width: 200px;
    }
}


.ncp-dealers-splash {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
    padding: 15px;
    z-index: 10000;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow: auto;
}

.ncp-dealers-splash * {
    box-sizing: border-box;
}

.ncp-dealers-splash .container {
    width: 96%;
    margin: 0 auto 0 auto;
    position: relative;
    max-width: 1366px;
}

.ncp-dealers-splash .logo {
    text-align: center;
    margin-bottom: 15px;
}

.ncp-dealers-splash .title {
    color: #2b6b96;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

.ncp-dealers-splash .title span {
    color: #214d7a;
}

.ncp-dealers-splash .car-image {
    text-align: center;
}

.ncp-dealers-splash .car-image img {
    width: 250px;
    margin-bottom: 40px;
    border: 2px solid #2b6b96;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ncp-dealers-splash .columns {
    border: 2px solid #326698;
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    padding-right: 110px;
    margin-bottom: 70px;
    min-height: 425px;
}

.ncp-dealers-splash .columns .row {
    padding: 0;
    margin: 0;
}

.ncp-dealers-splash .columns .manufacturer-logo img {
    position: absolute;
    width: 50%;
    top: 50px;
    left: 25%;
    opacity: 0.2;
}

.ncp-dealers-splash .columns .column {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 115px;
    position: relative;
    padding-bottom: 40px;
}

.ncp-dealers-splash .columns .name {
    color: #2b6b96;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    margin-top: -50px;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

.ncp-dealers-splash .columns .column .progress {
    width: 100px;
    height: 100px;
    line-height: 96px;
    position: absolute;
    top: -50px;
    right: 0;
    background-color: #ebebeb;
    border: 2px solid #326698;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 20px;
    color: #3d3d3d;
    text-align: center;
    font-weight: bold;
}

.ncp-dealers-splash .columns .column .progress .bar {
    position: absolute;
    top: 0;
    width: 100%;
    background: url('./images/progress-bar.png?v=1.1') top left repeat-x;
    color: #ffffff;
    font-size: 20px;
    line-height: 96px;
    overflow: hidden;
    text-align: center;
    height: 0;
    transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
}

.ncp-dealers-splash .columns .column ul {
    color: #3d3d3d;
    font-size: 15px;
    line-height: 1.3em;
}

.ncp-dealers-splash .columns .column ul li {
    padding-bottom: 10px;
}

.ncp-dealers-splash .map {
    position: absolute;
    top: 100px;
    width: 320px;
    height: 280px;
    right: -160px;
    border: 2px solid #326698;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ebebeb;
}

.ncp-dealers-splash .map iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.ncp-dealers-splash .clear {
    clear: both;
}

.progress-bar-car {
    bottom: -65px;
    width: 1100px;
    max-width: 95%;
    margin: auto;
    left: 0;
    right: 0;
    height: 40px;
    margin-bottom: 45px;
    border: 2px solid #326698;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ebebeb;
    position: absolute;
}

.progress-bar-car .text {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -45px;
    left: 0;
    color: #2b6b96;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.progress-bar-car .car {
    position: absolute;
    height: 37px;
    width: 114px;
    background: url('./images/car-progress.png');
    top: 0;
    left: 0;
    transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
}

.progress-bar-car .bar {
    position: absolute;
    height: 36px;
    width: 31px;
    top: 0;
    left: 0;
    background-color: #90bedf;
    transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
}

@media (max-width: 1700px) {
    .ncp-dealers-splash .map {
        width: 200px;
        right: -40px;
    }
}

@media (max-width: 1330px) {
    .ncp-dealers-splash .columns .column .progress {
        width: 70px;
        height: 70px;
        line-height: 66px;
        top: -35px;
    }

    .ncp-dealers-splash .columns .name {
        font-size: 15px;
    }

    .ncp-dealers-splash .columns .column {
        padding-right: 80px;
    }

    .ncp-dealers-splash .columns .column ul {
        font-size: 13px;
        padding-left: 10px;
        margin: 0;
    }

    .ncp-dealers-splash .columns .column .progress .bar {
        line-height: 66px;
    }

    .ncp-dealers-splash .map {
        width: 200px;
    }
}

@media (max-width: 1050px) {
    .ncp-dealers-splash .car-image, .ncp-dealers-splash .logo {
        display: none;
    }

    .ncp-dealers-splash .columns {
        padding-right: 10px;
        padding-bottom: 320px;
    }

    .ncp-dealers-splash .map {
        width: 350px;
        height: 300px;
        bottom: 50px;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (max-width: 960px) {
    .ncp-dealers-splash .columns .column {
        width: 50%;
        margin-bottom: 30px;
    }

    .ncp-dealers-splash .columns .column-3 {
        clear: both;
    }

}

@media (max-width: 768px) {
    .ncp-dealers-splash .container {
        width: 100%;
    }

    .ncp-dealers-splash .title {
        text-align: left;
        line-height: 1.3em;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ncp-dealers-splash .columns {
        border: 0;
    }

    .ncp-dealers-splash .columns .column {
        float: none;
        width: auto;
        padding-left: 10px;
        padding-right: 0;
        margin-right: 0;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .ncp-dealers-splash .columns .name {
        margin-top: 0;
        font-size: 17px;
        line-height: 1em;
        padding-bottom: 10px;
        text-align: left;
        margin-bottom: 0;
        border-right: 1px solid #326698;
    }

    .ncp-dealers-splash .columns .column-1 .name {
        border: 0;
    }

    .ncp-dealers-splash .columns .column .progress {
        top: 0;
        right: 55px;
    }

    .ncp-dealers-splash .columns .column ul {
        border-top: 1px solid #326698;
        border-right: 1px solid #326698;
        padding-bottom: 20px;
        padding-top: 10px;
        padding-right: 140px;
    }

    .ncp-dealers-splash .columns {
        padding-bottom: 80px;
        margin-bottom: 355px;
        padding-right: 0;
    }

    .progress-bar-car {
        bottom: 0;
        max-width: 100%;
        height: 20px;
        border-width: 1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 30px;
    }

    .progress-bar-car .bar {
        height: 18px;
        width: 15px;
    }

    .progress-bar-car .car {
        height: 18px;
        width: 55px;
        background-size: contain;
    }

    .ncp-dealers-splash .map {
        margin-bottom: -380px;
        max-width: 100%;
    }

    .progress-bar-car .text {
        font-size: 18px;
        bottom: -30px;
    }

}
