@import "//fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Fjalla+One&display=swap";/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

.row:after,
.title-bar:after,
.vdp-fluid-box .title:after,
.blue-panel:after,
.white-panel:after,
.listing.dealer:after,
.listing.dealer.premium .inner:after,
.listing.dealer.featured .inner:after,
.listing.dealer .inner-wrap:after,
.save-time .inner:after,
.vehicle-search .inner:after,
.vehicle-search .input-group:after,
.listing.vehicle:after,
.listing.vehicle.premium .inner:after,
.listing.vehicle.featured .inner:after,
.listing.vehicle .price strong:after,
.listing.vehicle .dealership .links:after,
.listing.vehicle .dealership .contact-dealer:after,
.vdp-title:after,
.vdp-fluid-box:after,
.pagination-wrap:after,
.sub-500-box:after,
.media:after,
.top-cities-wrap:after {
	content: "";
	display: table;
	clear: both;
}

.hero.home-hero form .input,
.form-modern select.input,
.sort-dropdown #search-sort,
.vehicle-search .input-group select {
	width: auto;
	height: 36px;
	padding-left: 5px;
	padding-right: 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 0;
	background: #fff;
	background-image: url(/front/newbuild/img/arrow-down.png), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background-position: right center;
	background-repeat: no-repeat;
	color: #2d2d2d;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.hero.home-hero form .input:hover,
.form-modern select.input:hover,
.sort-dropdown #search-sort:hover,
.vehicle-search .input-group select:hover {
	background-image: url(/front/newbuild/img/arrow-down.png), linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

* {
	box-sizing: border-box;
}

.container {
	width: 94%;
	max-width: 990px;
	margin: 0 auto;
}

.row {
	margin: 0 -10px;
}

.col-1 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-2 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-3 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-4 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-5 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-6 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-7 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-8 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-9 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-11 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-12 {
	padding-left: 10px;
	padding-right: 10px;
}

html,
body {
	overflow-x: hidden;
	color: #333;
	font-size: 14px;
	background: url(/front/newbuild/img/bg-body.jpg);
}

body {
	font-family: "Roboto", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-family: "Fjalla One", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

h1.tight,
.h1.tight,
h2.tight,
.h2.tight,
h3.tight,
.h3.tight,
h4.tight,
.h4.tight,
h5.tight,
.h5.tight {
	margin-top: 0;
}

h1,
.h1,
h2,
.h2 {
	font-size: 30px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-size: 16px;
}

hr {
	margin: 1em 0;
}

.divider-bar {
	margin: 1em 0;
	border-bottom: 1px solid #ccc;
}

.title-bar,
.vdp-fluid-box .title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
	position: relative;
}

.title-bar.alt,
.vdp-fluid-box .alt.title {
	padding-bottom: 10px;
}

.title-bar.alt h1,
.vdp-fluid-box .alt.title h1,
.title-bar.alt h2,
.vdp-fluid-box .alt.title h2,
.title-bar.alt h3,
.vdp-fluid-box .alt.title h3 {
	float: none;
	font-size: 50px;
}

.title-bar.alt p,
.vdp-fluid-box .alt.title p {
	margin: 0;
	font-size: 16px;
}

.title-bar .no-border,
.vdp-fluid-box .title .no-border {
	border-bottom: none;
	margin-bottom: 0;
}

.title-bar h1,
.vdp-fluid-box .title h1,
.title-bar h2,
.vdp-fluid-box .title h2,
.title-bar h3,
.vdp-fluid-box .title h3 {
	margin-bottom: 0;
	float: left;
}

.title-bar a,
.vdp-fluid-box .title a {
	margin: 5px 0 7px;
	display: block;
	clear: both;
	float: left;
}

.title-bar.no-margin,
.vdp-fluid-box .no-margin.title {
	margin-bottom: 0;
}

.title-bar .sub-head,
.vdp-fluid-box .title .sub-head {
	margin-top: .5em;
	font-size: 16px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	text-transform: none;
}

a {
	text-decoration: none;
	color: #333;
}

.text-left {
	text-align: left;
}

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

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

.popover {
	width: 200px;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	border: #c4c4c4;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.5);
}

.popover h3 {
	margin: 0;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400;
	text-transform: none !important;
}

.popover:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 5px;
	margin-left: -5px;
	bottom: 5px;
}

.blue-panel,
.white-panel {
	background: none;
	padding: 2em 0;
}

.blue-panel h1,
.blue-panel h2,
.white-panel h1,
.white-panel h2 {
	font-size: 32px;
	margin-top: 0;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}

.blue-panel .heading,
.white-panel .heading {
	margin-bottom: 2em;
}

.blue-panel .heading p,
.white-panel .heading p {
	font-size: 18px;
}

.blue-panel {
	background: url(/front/newbuild/img/bg-locations.jpg);
	color: #fff;
	box-shadow: inset 0px 0 30px rgba(0, 0, 0, 0.3);
}

.blue-panel a {
	color: #fff;
}

.ad-wrap {
	background: url(/front/newbuild/img/bg-ad.jpg);
	padding: 1em 0;
	margin-bottom: 1.5em;
	display: none;
}

.ad-wrap .ad-container-728 {
	width: 728px;
	margin: 0 auto;
}

.ad-wrap .ad-label {
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
}

.ad-wrap.bottom {
	background: #dedede;
	margin: 1.5em 0 0;
}

.img-responsive {
	max-width: 100%;
	vertical-align: middle;
}

@font-face {
	font-family: 'icomoon';
	src: url("/front/newbuild/fonts/icomoon.eot?5qcgqv");
	src: url("/front/newbuild/fonts/icomoon.eot?#iefix5qcgqv") format("embedded-opentype"), url("/front/newbuild/fonts/icomoon.ttf?5qcgqv") format("truetype"), url("/front/newbuild/fonts/icomoon.woff?5qcgqv") format("woff"), url("/front/newbuild/fonts/icomoon.svg?5qcgqv#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

.icon-car:before {
	content: "\e607";
}

.icon-user:before {
	content: "\e608";
}

.icon-camera:before {
	content: "\e600";
}

.icon-envelope:before {
	content: "\e601";
}

.icon-home:before {
	content: "\e602";
}

.icon-map-marker:before {
	content: "\e603";
}

.icon-phone:before {
	content: "\e604";
}

.icon-triangle-down:before {
	content: "\e605";
}

.site-header {
	font-family: "Roboto", sans-serif;
}

.site-header .top-bar {
	background: #f8991d;
	text-align: left;
	height: 30px;
	display: none;
}

.site-header .top-bar .current-location {
	font-size: 10px;
	position: relative;
}

.site-header .top-bar .current-location span {
	font-weight: bold;
}

.site-header .top-bar .current-location a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	display: inline-block;
	margin-left: 7px;
}

.site-header .top-bar #show-visitor-location {
	margin: 5px 0;
}

.site-header .top-bar form {
	position: absolute;
	right: 0;
}

.site-header .top-bar form .input {
	float: left;
}

.site-header .top-bar form .input + .input {
	margin-left: 3px;
}

.site-header .top-bar form input {
	margin: 3px 0;
	border: none;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 11px;
}

.site-header .top-bar form input[type="text"] {
	min-width: 220px;
}

.site-header .top-bar form input[type="submit"] {
	background: url(/front/newbuild/img/grain-blue.jpg);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 12px 0 0 rgba(255, 255, 255, 0.1);
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
}

.site-header .nav-bar {
	background-color: #1d689b;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	height: 60px;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 50;
}

.site-header .logo {
	display: block;
	width: 99px;
	height: 83px;
	text-indent: -9999em;
	background: url("/front/newbuild/img/buy-here-pay-here.png") center center no-repeat;
	background-size: contain;
	margin: -6px auto 0;
	z-index: 99;
	position: relative;
}

.site-header .logo h1 {
	margin: 0;
}

.site-header .toggle {
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999em;
	z-index: 99;
	background: rgba(255, 255, 255, 0);
}

.site-header .toggle span {
	height: 5px;
	background: #fff;
	display: block;
	width: 30px;
	position: absolute;
	top: 15px;
	transition: .3s ease-in-out all;
}

.site-header .toggle:before,
.site-header .toggle:after {
	content: '';
	width: 30px;
	height: 5px;
	background: #fff;
	top: 5px;
	display: block;
	position: absolute;
	transition: .3s ease-in-out all;
}

.site-header .toggle:after {
	top: 25px;
}

.site-header .toggle.open {
	position: fixed;
}

.site-header .toggle.open span {
	opacity: 0;
}

.site-header .toggle.open:before {
	-webkit-transform: rotate(405deg);
	transform: rotate(405deg);
	top: 20px;
}

.site-header .toggle.open:after {
	-webkit-transform: rotate(-405deg);
	transform: rotate(-405deg);
	top: 20px;
}

.site-header .toggle.open {
	background: #fff;
	border-radius: 50%;
	top: 10px;
	width: 40px;
	height: 40px;
}

.site-header .toggle.open:before,
.site-header .toggle.open:after,
.site-header .toggle.open span {
	background: #1d689b;
	top: 18px;
	left: 5px;
}

.site-header .main-navigation ul {
	margin: 0;
	padding: 0;
	transition: .3s ease-in-out all;
	position: fixed;
	left: -200%;
	font-size: 0;
	transition: .3s ease-in-out all;
}

.site-header .main-navigation ul li {
	list-style: none;
}

.site-header .main-navigation ul li a {
	display: block;
	font-family: "Fjalla One", sans-serif;
	text-transform: uppercase;
	text-shadow: 0 0 5px rgba(41, 55, 81, 0.5);
	text-decoration: none;
	color: #fff;
}

.site-header .main-navigation ul li a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.content-area {
	padding: 40px 0;
}

.site-footer {
	border-top: solid 1px #ccc;
	background: url(/front/newbuild/img/bg-footer.jpg);
	padding: 3em 0;
}

.site-footer .logo {
	display: block;
	background: url(/front/newbuild/img/logo-footer.png);
	text-indent: -9999em;
	margin: 0 auto 2em;
	width: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	height: 80px;
}

.site-footer .navigation {
	text-align: center;
}

.site-footer .navigation ul {
	margin: 0;
	padding: 0;
}

.site-footer .navigation ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
}

.site-footer .navigation ul li a {
	display: block;
}

.site-footer .navigation.primary {
	margin-bottom: 1.5em;
}

.site-footer .navigation.primary li {
	margin: 0px 5px 10px;
}

.site-footer .navigation.primary a {
	color: #1d689b;
	font-family: "Fjalla One", sans-serif;
	text-transform: uppercase;
}

.site-footer .navigation.secondary {
	font-size: 12px;
	margin-bottom: 2.5em;
}

.site-footer .navigation.secondary li {
	padding: 0 10px;
	border-right: 1px solid #333;
	line-height: 1em;
}

.site-footer .navigation.secondary li:last-child {
	border-right: none;
}

.site-footer .logo-atc {
	display: block;
	width: 129px;
	height: 32px;
	background: url(/front/newbuild/img/logo-footer-autotrader.png);
	text-indent: -9999em;
	margin: 0 auto;
}

.site-footer .footer-links {
	margin: 0 0 10px;
	font-size: 11px;
	color: #3e86b8;
	text-align: center;
}

.site-footer .footer-links-title {
	margin: 5px 0;
	font-weight: 700;
	color: #777;
}

.site-footer .footer-link {
	color: #3e86b8;
}

.site-footer .copyright {
	font-size: 10px;
	text-align: center;
}

/* indclude module styles here or include separate module files from the modules directory */

.accordion {
	margin: -10px 0;
	padding: 0;
	list-style: none;
}

.accordion .accordion-item {
	padding: 10px 0;
}

.accordion .accordion-item + .accordion-item {
	border-top: solid 1px #e6e9ec;
}

.accordion .accordion-toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 700;
}

.accordion .accordion-toggle [atd-icon-closed],
.accordion .accordion-toggle [atd-icon-open] {
	font-size: 20px;
	margin-top: 0.5rem;
}

.accordion .accordion-content {
	margin: 15px 0 0;
	display: none;
	font-size: 14px;
	font-weight: 400;
}

.accordion p,
.accordion ul,
.accordion ol {
	margin: 0;
}

.accordion p + p,
.accordion p + ul,
.accordion p + ol,
.accordion ul + p,
.accordion ul + ul,
.accordion ul + ol,
.accordion ol + p,
.accordion ol + ul,
.accordion ol + ol {
	margin-top: 15px;
}

.accordion.panel {
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
	border-color: #e1e4e8;
	border: 1px solid transparent;
	background-color: #ffffff;
	border-radius: 4px;
	margin-top: 1rem;
}

.accordion.panel .accordion-item {
	padding: 1rem;
}

.accordion.panel .accordion-item .faq-question {
	font-size: 1rem;
	color: #2d363e;
}

.text-orange {
	color: #ff8f1c;
}

.box {
	margin: 40px 0 20px;
	padding: 20px;
	border-radius: 5px 5px 0 0;
	border: solid 1px #c0c0c0;
	background: #e3e3e3;
	overflow: hidden;
}

.box .box-title {
	margin: -20px -20px 20px;
	padding: 15px 20px;
	background: url("/front/newbuild/img/grain-pink.jpg");
	font-family: "Fjalla One", sans-serif;
	font-size: 28px;
	color: #FFF;
	text-transform: uppercase;
}

.btn,
.featured-cars .thumb-wrap .thumb-listing {
	display: inline-block;
	position: relative;
	border-radius: 5px;
	padding: 10px 15px;
	font-family: "Fjalla One", sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	background: url(/front/newbuild/img/grain-blue.jpg);
	border: none;
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 20px 0 0 rgba(255, 255, 255, 0.1);
	cursor: pointer;
}

.btn:hover,
.featured-cars .thumb-wrap .thumb-listing:hover {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 20px 0 0 rgba(255, 255, 255, 0.1), inset 0 100px 0 0 rgba(255, 255, 255, 0.1);
}

.btn.btn-big,
.featured-cars .thumb-wrap .btn-big.thumb-listing {
	padding: 15px 25px;
	text-transform: uppercase;
	font-size: 36px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 38px 0 0 rgba(255, 255, 255, 0.1);
}

.btn.btn-big:hover,
.featured-cars .thumb-wrap .btn-big.thumb-listing:hover {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 38px 0 0 rgba(255, 255, 255, 0.1), inset 0 100px 0 0 rgba(255, 255, 255, 0.1);
}

.btn.btn-green,
.featured-cars .thumb-wrap .btn-green.thumb-listing {
	background: url(/front/newbuild/img/grain-green.jpg);
	color: #114b18;
	text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

.btn.btn-green:hover,
.featured-cars .thumb-wrap .btn-green.thumb-listing:hover {
	color: #FFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.btn.btn-full-width,
.featured-cars .thumb-wrap .btn-full-width.thumb-listing {
	width: 100%;
}

.btn.btn-lg,
.featured-cars .thumb-wrap .btn-lg.thumb-listing {
	padding: 10px 25px;
	font-size: 20px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 23px 0 0 rgba(255, 255, 255, 0.1);
}

.btn.btn-lg:hover,
.featured-cars .thumb-wrap .btn-lg.thumb-listing:hover {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 23px 0 0 rgba(255, 255, 255, 0.1), inset 0 100px 0 0 rgba(255, 255, 255, 0.1);
}

.btn.btn-gray,
.featured-cars .thumb-wrap .btn-gray.thumb-listing {
	background: #bbb;
	color: #666;
	text-shadow: none;
	box-shadow: inset 0 24px 0 0 rgba(255, 255, 255, 0.1);
}

.btn.btn-gray:hover,
.featured-cars .thumb-wrap .btn-gray.thumb-listing:hover {
	background: #aaa;
	color: #222;
	box-shadow: inset 0 24px 0 0 rgba(255, 255, 255, 0.1);
}

.btn-label {
	font-family: "Fjalla One", sans-serif;
	padding: 10px;
	font-size: 20px;
	color: #ccc;
	text-align: center;
	text-transform: uppercase;
}

.text-link {
	text-transform: uppercase;
	font-weight: bold;
	color: #114b18;
	border-bottom: 1px solid #114b18;
}

.btn-flat,
.title-bar a,
.vdp-fluid-box .title a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	border: solid 2px #113d5b;
	padding: 10px 15px 8px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #113d5b;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

.btn-flat:hover,
.title-bar a:hover,
.vdp-fluid-box .title a:hover {
	color: #fff;
	background: #1d689b;
}

.btn-block {
	width: 100%;
	display: block;
}

.btn-small,
.title-bar a,
.vdp-fluid-box .title a {
	padding: 4px 10px;
	font-size: 11px;
}

.hero {
	padding: 2em 0;
	text-align: center;
}

.hero h2,
.hero h3,
.hero p,
.hero .home-hero-title,
.hero .home-hero-sub {
	color: #f8991d;
	text-shadow: 0px 0px 12px #000, 0 0 20px #000, 0 0 40px #000;
}

.hero h2,
.hero .home-hero-title {
	margin: 0;
}

.hero h3,
.hero .home-hero-sub {
	margin: -.2em 0 0;
}

.hero p {
	margin: .25em 0 1em;
	color: #fff;
}

.hero.home-hero {
	background: url(/front/newbuild/img/hero-home-train.jpg) no-repeat center;
	background-size: cover;
}

.hero.home-hero form .form-row {
	padding: .25em 0;
}

.hero.home-hero form label {
	text-shadow: 0 0 10px #000;
	color: #fff;
	font-size: 16px;
}

.hero.home-hero form input[type="submit"] {
	margin-top: .5em;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 38px 0 0 rgba(255, 255, 255, 0.1);
}

.hero.home-hero form input[type="submit"]:hover {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 38px 0 0 rgba(255, 255, 255, 0.1), inset 0 100px 0 0 rgba(255, 255, 255, 0.1);
}

.hero.home-hero form .input {
	min-width: 200px;
	height: 40px;
	margin-left: 10px;
	position: relative;
	top: -2px;
	border-radius: 5px;
	font-size: 22px;
}

.hero.dealer-access-hero {
	padding-bottom: 70px;
	background: url(/front/newbuild/img/hero-dealer-access.jpg);
	font-size: 18px;
	color: #fff;
	position: relative;
	border-bottom: solid 10px #989381;
	box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.hero.dealer-access-hero:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

.hero.dealer-access-hero .nav-dealer-access,
.hero.dealer-access-hero .container {
	position: relative;
	z-index: 2;
}

.hero.dealer-access-hero.empty {
	padding: 0;
}

.hero.dealer-access-hero.empty .nav-dealer-access {
	margin: 0;
}

.hero.dealer-access-hero .btn,
.hero.dealer-access-hero .featured-cars .thumb-wrap .thumb-listing,
.featured-cars .thumb-wrap .hero.dealer-access-hero .thumb-listing {
	vertical-align: middle;
}

.hero.dealer-access-hero.logged-in {
	padding: 0;
	border-bottom: none;
	background: none;
}

.hero.dealer-access-hero.logged-in .nav-dealer-access {
	margin: 0;
}

.listing.dealer {
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	margin-bottom: 1em;
	overflow: hidden;
}

.listing.dealer.premium .inner,
.listing.dealer.featured .inner {
	position: relative;
}

.listing.dealer .thumb {
	display: block;
	width: 100%;
	background: #fff;
}

.listing.dealer .thumb img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.listing.dealer .primary,
.listing.dealer .secondary {
	padding: 10px;
}

.listing.dealer .title {
	font-family: "Fjalla One", sans-serif;
	font-size: 24px;
	margin: 0;
}

.listing.dealer .title.has-trs-logo {
	padding-right: 52px;
}

.listing.dealer .title a:hover {
	color: #1d689b;
}

.listing.dealer .primary {
	border-top: 1px solid #c4c4c4;
}

.listing.dealer .primary .dealer-address {
	margin: 1em 0;
	position: relative;
	padding-left: 26px;
	font-size: 15px;
}

.listing.dealer .primary .dealer-address:after {
	display: block;
	content: "\e603";
	font-family: icomoon;
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 24px;
	color: #f8991d;
}

.listing.dealer .primary .subtitle {
	margin-top: 5px;
	font-size: 13px;
	font-style: italic;
}

.listing.dealer .secondary .links {
	margin: 10px 0 0;
	padding: 0;
}

.listing.dealer .secondary .links li {
	list-style: none;
}

.listing.dealer .secondary .links li a {
	color: #1d689b;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.listing.dealer .secondary .links li i {
	position: relative;
	top: 3px;
	font-size: 18px;
}

.listing.dealer .inner-wrap {
	padding: 10px;
}

.listing.dealer .title-wrap .title {
	margin-bottom: 5px;
}

.listing.dealer.premium {
	background: #fff1d9;
}

.listing.dealer.premium .inner {
	border-top: 10px solid #f8991d;
}

.listing.dealer.featured {
	background: #f9f9f9;
}

.listing.dealer.featured .primary .dealer-address {
	margin: 1em 0;
}

.listing.dealer.featured .inner {
	border-top: 10px solid #1d689b;
}

.save-time {
	padding: 10px;
	background: #2c2c2c url(/front/newbuild/img/bg-save-time.jpg) top left no-repeat;
	background-size: cover;
	color: #fff;
}

.save-time .inner {
	padding: 20px;
}

.save-time .inner h2,
.save-time .inner h3 {
	margin: .2em 0;
	font-size: 28px;
}

.save-time .inner p {
	margin: 0;
}

.save-time .inner a {
	float: right;
	font-size: 22px;
	padding: 15px 30px;
	margin-top: 1em;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 30px 0 0 rgba(255, 255, 255, 0.1);
}

.form-modern {
	margin: 0 0 30px;
}

.form-modern .step-counter {
	font-family: "Fjalla One", sans-serif;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
}

.form-modern.nom {
	margin: 0;
}

.form-modern .form-tip {
	margin: 0 0 10px;
	padding: 15px;
	border: solid 1px #c5d5da;
	border-bottom-width: 3px;
	background: #f4f7f8;
	color: #444;
	opacity: 0.75;
	transition: opacity 0.3s, border 0.3s;
}

.form-modern .focus-area:hover .form-tip,
.form-modern .focus-area.active .form-tip {
	opacity: 1;
	border-bottom-color: #f8991d;
}

.form-modern .input-group {
	position: relative;
	margin: 0 0 20px;
}

.form-modern .input-group.nom {
	margin: 0;
}

.form-modern .input {
	width: 100%;
	height: 39px;
	margin: 0;
	padding: 10px;
	border-radius: 0;
	border: solid 1px #c4c4c4;
	font-size: 14px;
	color: #333;
	outline: 0 none;
}

.form-modern .input.error {
	border-color: #ee3e3e;
}

.form-modern textarea.input {
	height: 100px;
	min-height: 39px;
	resize: none;
}

.form-modern select.input {
	width: 100%;
	height: 39px;
	margin: 0 0 20px;
}

.form-modern .checkbox {
	margin: 15px 0 25px;
	display: block;
}

.form-modern a {
	color: #1d689b;
}

.form-modern a:hover {
	color: #154b70;
}

.form-modern label.error {
	margin: 2px 0 0;
	padding: 3px 7px;
	border-radius: 0;
	position: absolute;
	z-index: 5;
	top: 100%;
	right: 0;
	background: #ee3e3e;
	font-size: 11px;
	color: #FFF;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.form-modern label.error:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	bottom: 100%;
	right: 7px;
	border-bottom: solid 5px #ee3e3e;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
}

.form-modern label.error.error-left {
	left: 0;
	right: auto;
}

.form-modern .error-left label.error {
	margin-top: 0;
	right: auto;
	left: -5px;
}

.form-modern .error-left label.error:after {
	right: auto;
	left: 7px;
}

.form-modern .g-recaptcha {
	overflow: hidden;
}

.form-modern .da-select {
	max-width: 100%;
	cursor: pointer;
	position: relative;
	font-size: inherit;
	background: #fff;
	display: block;
}

.form-modern .da-select:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	border-radius: 0px;
	border: solid 1px #c4c4c4;
	box-sizing: border-box;
}

.form-modern .da-select:hover:after {
	border-color: #c4c4c4;
}

.form-modern .da-select:hover select {
	color: #1d689b;
}

.form-modern .da-select:hover .arrow {
	border-color: #6b9bbd;
	background: transparent;
	color: #1d689b;
}

.form-modern .da-select:focus {
	border-color: red;
}

.form-modern .da-select .arrow {
	width: 40px;
	height: 100%;
	margin-right: 1px;
	border-left: solid 1px #8eb3cd;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background: transparent;
	text-align: center;
	text-shadow: none;
	box-sizing: border-box;
}

.form-modern .da-select .arrow:after {
	content: "▾";
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -25%;
	left: 0;
	font-size: 14px;
}

.no-csstransitions .form-modern .da-select .arrow {
	display: none;
}

.form-modern .da-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	margin: 0;
	padding: 10px 50px 10px 10px;
	display: block;
	position: relative;
	z-index: 2;
	border-radius: 0px;
	border: solid 1px transparent;
	background: none;
	font-size: inherit;
	color: #777;
	cursor: pointer;
	outline: none;
}

.no-csstransitions .form-modern .da-select select {
	padding: 10px;
}

.form-modern .da-select select:focus {
	border-color: #c4c4c4;
	color: #228fcf;
}

.form-modern .da-select select:focus + .arrow {
	border-color: #6b9bbd;
	background: transparent;
	color: #228fcf;
}

.form-modern .da-select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #228fcf;
}

.form-modern .da-select .arrow {
	color: #1d689b;
}

.dl-table {
	width: 100%;
	margin: 0 0 20px;
	display: table;
	table-layout: fixed;
}

.dl-table > div {
	display: table-row;
}

.dl-table > div + div dt,
.dl-table > div + div dd {
	padding-top: 20px;
}

.dl-table dt,
.dl-table dd {
	display: table-cell;
	vertical-align: middle;
}

.dl-table dt {
	max-width: 180px;
	padding-right: 10px;
	font-weight: 700;
}

.featured-cars .thumb-group {
	margin: 0;
	padding: 0;
}

.featured-cars .thumb-group li {
	list-style: none;
}

.featured-cars .thumb-wrap {
	background: #f8991d;
	padding: 10px;
	margin-bottom: 1em;
}

.featured-cars .thumb-wrap .thumb-image {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	height: 140px;
	position: relative;
}

.featured-cars .thumb-wrap .thumb-image img {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: -50%;
	left: -50%;
}

.featured-cars .thumb-wrap .thumb-details {
	background: #fff;
	padding: 10px;
	font-family: "Fjalla One", sans-serif;
	position: relative;
	height: 99px;
}

.featured-cars .thumb-wrap .thumb-details .thumb-price {
	color: #1d7f27;
}

.featured-cars .thumb-wrap .thumb-details .thumb-images {
	position: absolute;
	top: 5px;
	right: 10px;
}

.featured-cars .thumb-wrap .thumb-details .thumb-images span {
	font-size: 14px;
	line-height: 16px;
}

.featured-cars .thumb-wrap .thumb-details .thumb-images a {
	display: inline-block;
	position: relative;
	top: 2px;
}

.featured-cars .thumb-wrap .thumb-details .thumb-images i {
	font-size: 18px;
	color: #1d689b;
}

.featured-cars .thumb-wrap .thumb-details .thumb-title {
	font-size: 16px;
	margin-top: 1em;
}

.featured-cars .thumb-wrap .thumb-listing {
	display: block;
	border-radius: 0;
	font-size: 16px;
}

.search-header .title-bar,
.search-header .vdp-fluid-box .title,
.vdp-fluid-box .search-header .title {
	margin-bottom: 2em;
}

.search-header .title-bar h2,
.search-header .vdp-fluid-box .title h2,
.vdp-fluid-box .search-header .title h2 {
	font-size: 20px;
}

.sort-dropdown .sort-text {
	display: none;
}

.sort-dropdown #search-sort {
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin: .5em 0;
}

.sort-dropdown.large #search-sort {
	height: 36px;
}

.search-toggle {
	color: #fff;
	position: fixed;
	top: 12px;
	z-index: 60;
	font-size: 30px;
	right: 10px;
}

.vehicle-search-wrap {
	transition: .3s ease-in-out all;
}

.reset-search {
	margin: 0 0 -10px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #1d689b;
	text-align: right;
	text-transform: uppercase;
}

.reset-search-icon {
	font-size: 20px;
}

.vehicle-search {
	background: #e6e6e6;
	padding: 10px;
}

.vehicle-search .no-border {
	border-bottom: none;
	margin-bottom: none;
}

.vehicle-search .inner {
	background: #ccc;
	border: 1px solid #fff;
	padding: 10px;
}

.vehicle-search .input-group {
	margin-bottom: .5em;
}

.vehicle-search .input-group label {
	font-size: 12px;
	clear: both;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}

.vehicle-search .input-group input[type=text] {
	height: 36px;
	font-size: 14px;
	padding-left: 8px;
	line-height: 36px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	width: calc(100% - 46px);
}

.vehicle-search .input-group select {
	width: 100%;
}

.vehicle-search .input-group .btn,
.vehicle-search .input-group .featured-cars .thumb-wrap .thumb-listing,
.featured-cars .thumb-wrap .vehicle-search .input-group .thumb-listing {
	padding-top: 0;
	padding-bottom: 0;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.vehicle-search .input-group .btn.btn-search-icon,
.vehicle-search .input-group .featured-cars .thumb-wrap .btn-search-icon.thumb-listing,
.featured-cars .thumb-wrap .vehicle-search .input-group .btn-search-icon.thumb-listing {
	width: 36px;
	padding: 0;
	float: right;
}

.vehicle-search .input-group .btn.btn-primary,
.vehicle-search .input-group .featured-cars .thumb-wrap .btn-primary.thumb-listing,
.featured-cars .thumb-wrap .vehicle-search .input-group .btn-primary.thumb-listing {
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
}

.vehicle-search .input-group #ReferenceDataYearFromInput,
.vehicle-search .input-group .to,
.vehicle-search .input-group #ReferenceDataYearToInput {
	float: left;
	width: 45%;
}

.vehicle-search .input-group .to {
	width: 10%;
	text-align: center;
}

.vehicle-search .input-group .to p {
	margin: 0;
	line-height: 36px;
}

.listing.vehicle {
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	margin-bottom: 1em;
	overflow: hidden;
}

.listing.vehicle.premium .inner,
.listing.vehicle.featured .inner {
	position: relative;
}

.listing.vehicle .thumb {
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #c4c4c4;
}

.listing.vehicle .thumb img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	object-fit: contain;
}

.listing.vehicle .primary,
.listing.vehicle .secondary {
	padding: 10px 20px;
}

.listing.vehicle .title {
	font-family: "Fjalla One", sans-serif;
	font-size: 22px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listing.vehicle .title.has-trs-logo {
	padding-right: 52px;
}

.listing.vehicle .title a:hover {
	color: #1d689b;
}

.listing.vehicle .subtitle {
	margin: .5em 0 1em;
}

.listing.vehicle .price {
	margin: 0 0 10px;
	font-size: 12px;
}

.listing.vehicle .price strong {
	font-family: "Fjalla One", sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.listing.vehicle .price .btn,
.listing.vehicle .price .featured-cars .thumb-wrap .thumb-listing,
.featured-cars .thumb-wrap .listing.vehicle .price .thumb-listing {
	margin-top: .5em;
}

.listing.vehicle .price.large strong {
	font-size: 24px;
	display: block;
}

.listing.vehicle .dealership {
	margin-top: 1em;
}

.listing.vehicle .dealership .name {
	font-family: "Fjalla One", sans-serif;
	font-size: 18px;
}

.listing.vehicle .dealership .name a:hover {
	color: #1d689b;
}

.listing.vehicle .dealership .tagline {
	font-size: 13px;
	font-style: italic;
}

.listing.vehicle .dealership .links {
	margin: 0.5em 0 0;
	padding: 0;
}

.listing.vehicle .dealership .links li {
	list-style: none;
	color: #1d689b;
}

.listing.vehicle .dealership .links li a {
	color: #1d689b;
	font-size: 14px;
}

.listing.vehicle .dealership .links li a:hover {
	color: #154b70;
}

.listing.vehicle .dealership .links li i {
	position: relative;
	top: 3px;
	font-size: 20px;
}

.listing.vehicle .secondary .btn,
.listing.vehicle .secondary .featured-cars .thumb-wrap .thumb-listing,
.featured-cars .thumb-wrap .listing.vehicle .secondary .thumb-listing {
	margin-top: .5em;
}

.listing.vehicle.premium {
	background: #fff1d9;
}

.listing.vehicle.premium .inner {
	border-top: 10px solid #f8991d;
}

.vdp-back-to-results a {
	color: #1d689b;
}

.vdp-title {
	font-size: 24px;
}

.vdp-title.has-trs-logo {
	padding-right: 52px;
	position: relative;
}

.vdp-title-logo {
	position: absolute;
	right: 10px;
}

.vdp-main .vdp-title-logo {
	top: 0;
}

.listing.dealer .vdp-title-logo {
	float: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

.vdp-title-logo.static {
	position: static;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.vdp-title-logo img {
	max-width: 52px;
	display: block;
}

.listing .vdp-title-logo img {
	max-width: 40px;
}

.vdp-fluid-box .title {
	font-size: 24px;
	margin: 1em 0 .5em;
}

.vdp-slide-video,
.vdp-slide-image {
	text-align: center;
	background: #efefef;
}

.vdp-slide-image img {
	display: block;
	margin: 0 auto 7px;
	max-width: 100%;
}

.vdp-slide-container {
	padding: 0 4.6875%;
	position: relative;
	overflow: hidden;
}

.vdp-slide-container .vdp-slide-controls .arrow {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: #1d689b;
	color: #FFF;
	line-height: 65px;
	text-decoration: none;
	text-align: center;
	width: 25px;
}

.vdp-slide-container .vdp-slide-controls .arrow.prev {
	left: 0;
	border-right: 2px solid #fff;
}

.vdp-slide-container .vdp-slide-controls .arrow.next {
	right: 0;
	border-left: 2px solid #fff;
}

.vdp-slide-container .vdp-slides {
	width: 10000px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	list-style: none;
	line-height: 0;
	cursor: default;
	transition: margin 0.6s;
}

.vdp-slide-container .vdp-slides li {
	margin: 0 0 0 7px;
	float: left;
}

.vdp-slide-container .vdp-slides li.active a {
	border: 5px solid #f8991d;
}

.vdp-slide-container .vdp-slides a {
	width: 6.6875em;
	height: 5.125em;
	display: block;
}

.vdp-slide-container .vdp-slides img {
	width: 100%;
	height: 100%;
}

.dl-horizontal {
	margin: .25em 0;
}

.dl-horizontal.lg {
	width: 100%;
}

.dl-horizontal dt {
	font-family: "Fjalla One", sans-serif;
	font-size: 18px;
	display: inline;
	width: 40%;
	position: absolute;
}

.dl-horizontal dt h3 {
	font-size: inherit;
	margin: 0;
}

.dl-horizontal dd {
	font-size: 15px;
	line-height: 24px;
	display: inline;
	width: 60%;
	margin-left: 40%;
}

.vdp-dealer-details {
	background: #e3e3e3;
}

.vdp-dealer-details .dealer-logo {
	display: block;
	background: #fff;
	text-align: center;
	border: 1px solid #1d689b;
	padding: 1em;
}

.vdp-dealer-details .distance {
	background: #1d689b;
	color: #fff;
	padding: 4px 1em;
	font-family: "Fjalla One", sans-serif;
	font-size: 18px;
}

.vdp-dealer-details .links a {
	color: #1d689b;
}

.vdp-dealer-details .links a:hover {
	color: #154b70;
}

.vdp-dealer-details .details {
	border: 1px solid #c4c4c4;
	padding: 1em;
}

.vdp-dealer-details h2 {
	font-size: 24px;
	margin: .5em 0 0;
}

.vdp-dealer-details .name {
	text-transform: none;
}

.vdp-dealer-details .name a:hover {
	color: #1d689b;
}

.vdp-dealer-details .tagline {
	font-size: 13px;
	display: block;
}

.vdp-dealer-details .dealer-address {
	font-style: normal;
}

.vdp-dealer-details .dealer-address i {
	color: #1d689b;
	font-size: 18px;
	margin-right: 8px;
	position: absolute;
	top: 1px;
	left: 0;
}

.vdp-dealer-details .dealer-address p {
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	line-height: 1.3em;
}

.vdp-dealer-details .dealer-address .email {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.vdp-dealer-details #contact-form h3 {
	margin-top: 1em;
}

.vdp-dealer-details .vdp-contact-form {
	margin-top: 1em;
}

.vdp-dealer-details .vdp-contact-form input[type=text],
.vdp-dealer-details .vdp-contact-form input[type=email],
.vdp-dealer-details .vdp-contact-form input[type=tel],
.vdp-dealer-details .vdp-contact-form textarea {
	width: 100%;
	border-radius: 5px;
	margin-bottom: .5em;
	border: 1px solid #c4c4c4;
	padding: 5px;
}

.vdp-dealer-details .vdp-contact-form input[type="radio"] {
	margin: 0 5px;
}

.vdp-dealer-details .vdp-contact-form label + input[type="radio"] {
	margin-left: 10px;
}

.vdp-dealer-info {
	clear: both;
	padding-top: 1px;
}

.seller-comments .title {
	background: #1d689b;
	border: none;
	margin-bottom: 0;
	padding: 10px 15px;
	color: #fff;
}

.seller-comments .vdp-seller-comments {
	background: #f9f9f9;
	border: 1px solid #c4c4c4;
	padding: 1em;
}

.seller-comments .vdp-seller-comments p {
	margin: 0;
}

.vdp-main {
	margin-bottom: 2em;
}

.fancy-tag {
	margin: 10px 5px 0 12px;
	padding: 6px 8px 6px 12px;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	background: #5B915C;
	border-radius: 3px;
	white-space: nowrap;
	height: 24px;
	position: relative;
}

.fancy-tag:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	margin: auto;
	border-right: solid 11px #5B915C;
	border-top: solid 11px transparent;
	border-bottom: solid 11px transparent;
}

.fancy-tag:after {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background: #fff1d9;
}

.fancy-tag.orange {
	background: #F8981D;
}

.fancy-tag.orange:before {
	border-right-color: #F8981D;
}

.info-icon {
	width: 18px;
	height: 0px;
	background: url("/front/newbuild/img/icon-info.png") no-repeat center center;
	margin: 0;
	padding: 18px 0 0;
	display: block;
	overflow: hidden;
	outline: none !important;
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0 5px;
}

.vdp-fluid-box .dl-horizontal dt,
.vdp-fluid-box .dl-horizontal dd {
	width: 100%;
	margin-left: 0;
	display: block;
	position: static;
}

.pagination-wrap {
	text-align: right;
	margin: 2em 0;
}

.pagination-wrap.bottom {
	padding-top: .25em;
	border-top: 1px solid #000;
}

.listing-pagination {
	margin: 0;
	padding: 0;
	font-size: 0;
	font-weight: 700;
}

.listing-pagination li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.listing-pagination li a {
	font-size: 14px;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #ccc;
	border-right: none;
	color: #666;
}

.listing-pagination li a:hover {
	background: #f8991d;
	color: #fff;
}

.listing-pagination li.next a,
.listing-pagination li:last-child a {
	border-right: 1px solid #ccc;
}

.listing-pagination li.prev a,
.listing-pagination li.next a {
	background: #1d689b;
	font-size: 24px;
	color: #fff;
	line-height: 31px;
}

.listing-pagination li.prev a:hover,
.listing-pagination li.next a:hover {
	background: #f8991d;
}

.listing-pagination li.active a {
	color: #f8991d;
}

.listing-pagination li.active a:hover {
	background: #f8991d;
	color: #fff;
}

.listing-pagination li.disabled a {
	background: #999;
	cursor: default;
}

.listing-pagination li.disabled a:hover {
	background: #999;
}

.pagination-lead-in {
	text-align: center;
}

.modal-container {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.modal-container.active {
	transition: opacity 0.3s, visibility 0s linear;
	opacity: 1;
	visibility: visible;
}

.modal-container.active .modal,
.modal-container.active .alt-modal {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.modal-container .modal-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
}

.modal-container .modal,
.modal-container .alt-modal {
	max-width: 480px;
	max-height: calc(100vh - 40px);
	overflow: auto;
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 10%;
	left: 20px;
	right: 20px;
	background: #FFF;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	transition: -webkit-transform 0.3s, top 0.2s;
	transition: transform 0.3s, top 0.2s;
}

.modal-container .modal.super-modal,
.modal-container .alt-modal.super-modal {
	max-width: 900px;
}

.modal-container .modal.ad-choice-modal,
.modal-container .alt-modal.ad-choice-modal {
	max-width: 720px;
}

.modal-container .modal.ad-choice-modal .modal-close,
.modal-container .alt-modal.ad-choice-modal .modal-close {
	color: #000;
}

.modal-container .modal.modal-scrollable,
.modal-container .alt-modal.modal-scrollable {
	top: 20px;
	bottom: 20px;
	overflow: auto;
}

.modal-container .modal-close {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 24px;
	color: #CCC;
	text-decoration: none;
}

.modal-container .modal-close:hover {
	color: #666;
}

.modal-container .modal-title,
.modal-container .modal-body,
.modal-container .modal-footer {
	padding: 20px;
}

.modal-container .modal-title {
	border-bottom: solid 1px #DDD;
	font-size: 28px;
	font-weight: 700;
}

.modal-container .modal-footer {
	border-top: solid 1px #DDD;
	background: #F6F6F6;
	color: #999;
	font-size: 12px;
	text-align: right;
}

.super-modal .modal-close,
.super-modal .modal-close:hover {
	color: #fff;
}

.super-modal .modal-title {
	background: #f8991d;
	font-family: "Fjalla One", sans-serif;
	font-size: 42px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

.super-modal .modal-title small {
	display: block;
	font-size: 18px;
}

.super-modal .modal-title span {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	text-transform: none;
}

.super-modal .modal-title h2,
.super-modal .modal-title h3 {
	margin: 0;
	display: block;
	font-size: inherit;
}

.super-modal .modal-footer {
	border-top: none;
	background: none;
}

.table {
	width: 100%;
}

.table td {
	padding: 10px;
	border-bottom: solid 1px #ddd;
}

.table tr:hover {
	background: #eee;
}

.preview {
	background: #333;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	box-sizing: content-box;
}

.preview * {
	box-sizing: content-box;
}

.preview.pattern-1 {
	background: url(/dealer/img/pattern-1.png);
}

.preview.pattern-2 {
	background: url(/dealer/img/pattern-2.png);
}

.preview.pattern-3 {
	background: url(/dealer/img/pattern-3.png);
}

.preview.pattern-4 {
	background: url(/dealer/img/pattern-4.png);
}

.preview.pattern-5 {
	background: url(/dealer/img/pattern-5.png);
}

.preview.pattern-6 {
	background: url(/dealer/img/pattern-6.png);
}

.preview.vertical {
	width: 160px;
	height: 600px;
	text-align: center;
	margin: 0 auto;
}

.preview.vertical .dealer {
	padding: 10px;
}

.preview.vertical .dealer .name {
	display: block;
	font-size: 18px;
	font-weight: 800;
}

.preview.vertical .dealer .phone {
	display: block;
	font-size: 15px;
	font-weight: 700;
}

.preview.vertical .logo {
	width: auto;
	max-width: 110px;
	height: 81px;
	margin: 15px auto;
	position: relative;
	text-align: center;
}

.preview.vertical .logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.preview.vertical .photo {
	margin: 30px 0;
	height: 146px;
	position: relative;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}

.preview.vertical .photo img {
	width: 100%;
	height: 100%;
}

.preview.vertical .description {
	padding: 0 10px;
	font-size: 11px;
	font-weight: 700;
	box-sizing: border-box;
}

.preview.vertical .description .tagline {
	margin: 0 0 10px;
	display: block;
	font-size: 18px;
	line-height: 20px;
}

.preview.horizontal {
	width: 730px;
	height: 92px;
	margin: 20px 0;
	border: solid 1px #666;
	text-align: left;
}

.preview.horizontal .dealer {
	width: 268px;
	height: 90px;
	padding: 8px;
	float: left;
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}

.preview.horizontal .dealer .logo {
	width: 91px;
	height: 73px;
	margin: 0 10px 0 0;
	position: relative;
	float: left;
	text-align: center;
}

.preview.horizontal .dealer .logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.preview.horizontal .dealer .name {
	margin: 10px 0 0;
	display: block;
	font-size: 17px;
	font-weight: 800;
}

.preview.horizontal .dealer .phone {
	display: block;
	font-size: 13px;
	font-weight: 700;
}

.preview.horizontal .description {
	width: 256px;
	height: 90px;
	padding: 18px;
	float: left;
	font-size: 11px;
	font-weight: 600;
	box-sizing: border-box;
}

.preview.horizontal .description .tagline {
	display: block;
	font-size: 15px;
	font-weight: 700;
}

.preview.horizontal .photo {
	width: 203px;
	height: 90px;
	float: left;
	border-left: solid 1px #666;
}

.preview.horizontal .photo img {
	width: 100%;
	height: 100%;
}

.preview img {
	width: 100%;
	height: 100%;
}

.sub-500 {
	margin: 30px 0 40px;
}

.sub-500-box {
	padding: 20px;
	border: solid 10px #1d689b;
	background: #fff;
}

.sub-500-details {
	padding: 0 0 20px;
}

.sub-500-title {
	margin: 0;
	font-size: 30px;
}

.sub-500-image {
	text-align: center;
}

.sub-500-image img {
	width: 100%;
}

.sub-500 p {
	margin: 10px 0 15px;
	font-size: 18px;
	line-height: 1.4;
}

.sub-500 a {
	font-weight: 700;
	color: #1d689b;
}

.sub-500 .btn,
.sub-500 .featured-cars .thumb-wrap .thumb-listing,
.featured-cars .thumb-wrap .sub-500 .thumb-listing {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}

.sub-500-cheap {
	margin-top: 10px;
}

.sub-500-cheap p {
	font-size: 16px;
	margin-bottom: 0;
}

.sub-500-cheap p:first-child {
	margin-top: 0;
}

.sub-500-cheap p + p {
	margin-top: 10px;
}

.aircomplete {
	position: relative;
}

.aircomplete.spin-class .input,
.aircomplete.spin-class .aircomplete-list {
	display: none;
}

.aircomplete.spin-class:before {
	content: url("/front/newbuild/img/ajax-loader.gif");
	width: 100%;
	margin: 10px auto;
	display: block;
	text-align: center;
}

.aircomplete-list {
	margin: -1px 0 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.aircomplete-list-item {
	padding: 10px;
	cursor: pointer;
}

.aircomplete-list-item + .aircomplete-list-item {
	border-top: solid 1px #ccc;
}

.aircomplete-list-item:hover {
	background: #f9f9f9;
}

.ccpa-banner {
	width: 100%;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	z-index: 10;
	bottom: 0;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.ccpa-banner a {
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
}

.ccpa-banner a:hover {
	text-decoration: none;
}

.ccpa-banner .container {
	padding: 0 40px;
	position: relative;
}

.ccpa-banner-close {
	padding: 0;
	border: none;
	position: absolute;
	top: -6px;
	right: 10px;
	background: none;
	font-size: 24px;
	font-weight: 700;
	appearance: none;
}

.form-control {
	color: #333;
}

.help-content-thumb {
	width: 100%;
	max-width: 320px;
	margin: 0 10px 5px 0;
	float: left;
}

.credit-header {
	padding: 60px 0;
	background: url("/front/newbuild/img/bg-credit-center.jpg") center top no-repeat;
	font-family: "Fjalla One", sans-serif;
	box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
}

.credit-header .credit-title {
	margin: 0 0 20px;
	font-size: 75px;
	text-transform: uppercase;
	line-height: 1;
}

.credit-header .credit-header-content {
	max-width: 720px;
	font-size: 24px;
	margin: 0;
	font-family: "Roboto", sans-serif;
	text-transform: none;
}

.credit-header .credit-header-content p {
	margin: 0;
}

.media {
	padding: 25px;
}

.media:nth-child(odd) {
	background: #deeaf3;
}

.media .media-thumb {
	width: 20%;
	padding-right: 15px;
	float: left;
}

.media .media-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.media .media-thumb + .media-body {
	width: 80%;
	padding-top: 5px;
	float: left;
}

.media .media-heading {
	margin: 0 0 10px;
	font-family: "Fjalla One", sans-serif;
	font-size: 26px;
	line-height: 1;
}

.media .media-heading a:hover {
	color: #2073ac;
}

.media .media-summary {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	text-transform: none;
}

.media .media-summary + p {
	margin-top: 10px;
}

.media p {
	margin: 0;
}

.media p + p {
	margin-top: 10px;
}

.media .read-more {
	font-family: "Fjalla One", sans-serif;
	color: #2073ac;
}

.ad-section.dark-gray {
	padding: 20px 0;
	background: #dfdfdf;
}

.ad-section.dark-gray .ad-label {
	font-size: 11px;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
}

.content-area .ad-section.dark-gray {
	margin: 20px 0 0;
	padding: 10px 6px;
}

.content-area .ad-section.dark-gray img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.ad-section.breathe-top {
	margin-top: 40px;
}

.ad-container-728 {
	max-width: 728px;
	margin: 0 auto;
}

.content-area .ad-container-728 {
	margin-top: 30px;
	margin-bottom: 40px;
}

.back-to-prev-container {
	margin-bottom: 10px;
}

.back-to-prev-container a {
	color: #2073ac;
}

.post-title {
	margin: 10px 0;
	padding: 0 0 10px;
	border-bottom: solid 1px #999;
	font-family: "Fjalla One", sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1;
}

.credit-help-center .post-title {
	margin: 15px 0 25px;
	padding: 0 0 15px;
	font-size: 50px;
	text-transform: none;
}

.article-navigation {
	margin-bottom: 40px;
	border: solid 1px #ccc;
	background: url(/front/newbuild/img/bg-footer.jpg);
	text-align: center;
}

.article-navigation-link {
	padding: 12px 20px;
	display: inline-block;
	vertical-align: middle;
	color: #1d689b;
}

.article-navigation-link.prev,
.article-navigation-link.next {
	font-family: "Fjalla One", sans-serif;
	color: #333;
	text-transform: uppercase;
}

.article-navigation-link.prev:hover,
.article-navigation-link.next:hover {
	background: #1d689b;
	color: #fff;
}

.article-navigation-link.prev {
	float: left;
	border-right: solid 1px #ccc;
}

.article-navigation-link.next {
	float: right;
	border-left: solid 1px #ccc;
}

.credit-help-center {
	padding: 40px 0;
}

.post-content {
	line-height: 1.3;
}

.post-content p,
.post-content ul,
.post-content ol {
	margin: 0;
}

.post-content p + p,
.post-content p + ul,
.post-content p + ol,
.post-content ul + p,
.post-content ul + ul,
.post-content ul + ol,
.post-content ol + p,
.post-content ol + ul,
.post-content ol + ol {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 24px;
	margin: 10px 0 20px;
}

.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-family: "Roboto", sans-serif;
}

.post-content .teaser {
	font-size: 22px;
}

.sitemap {
	margin: 0 0 30px;
	padding: 0 0 0 20px;
	border-left: solid 5px #eee;
	list-style: none;
	font-weight: 700;
}

.sitemap li a {
	padding: 5px 0;
	display: block;
}

.sitemap a {
	color: #1d689b;
}

.sitemap a:hover {
	color: #f8991d;
}

.ad-label {
	margin: 0 0 5px;
	color: #ccc;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.ad-label.breathe {
	margin: 25px 0 5px;
}

.back-to-top {
	float: left;
	font-weight: 700;
	color: #1d689b;
}

.back-to-top:hover {
	color: #154b70;
}

.contact-info {
	padding: 20px 0;
}

.contact-info h3 {
	margin: 0;
	font-size: 30px;
}

.contact-info .info {
	margin-top: 10px;
	line-height: 28px;
	font-size: 18px;
}

.contact-info a {
	font-weight: 700;
	color: #1d689b;
}

.contact-info a:hover {
	color: #154b70;
}

.alert,
.out-of-area {
	margin: 20px 0 0;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-danger,
.out-of-area {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.out-of-area {
	margin: 40px 0;
	border-width: 3px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.back-to-prev {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}

.back-to-prev:before {
	content: "‹ ";
}

.back-to-prev:hover {
	color: #f8991d;
}

.pac-container {
	z-index: 100000;
}

.at-icon-wrapper {
	display: block !important;
}

.at-icon-wrapper .at-icon {
	display: block;
}

.policy-page .inline-header {
	display: inline-block;
	margin: 0;
	text-transform: none;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.policy-page ol li + li {
	margin-top: 10px;
}

.easy-contact {
	width: 100%;
	padding: 27px 10px 15px;
	display: block;
	position: fixed;
	z-index: 4;
	top: -20px;
	left: 0px;
	cursor: pointer;
	border-top: solid 1px #aa6205;
	border-bottom: solid 1px #aa6205;
	background: #f8991d;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
	-webkit-animation: slideDown 1s ease 3s forwards;
	animation: slideDown 1s ease 3s forwards;
	transition: left 0.5s, opacity 0.3s;
}

.easy-contact.swiped {
	left: -100%;
	opacity: 0;
}

.easy-contact:hover,
.easy-contact:active {
	color: #fff;
}

.easy-contact small {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #aa6205;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.credit-center-wrap {
	background: url(/front/newbuild/img/bg-credit-center-mobile.jpg) center bottom no-repeat;
}

.credit-center-wrap .credit-center .title-bar,
.credit-center-wrap .credit-center .vdp-fluid-box .title,
.vdp-fluid-box .credit-center-wrap .credit-center .title {
	margin-bottom: 3em;
}

.credit-center-wrap .credit-center .title-bar a:hover,
.credit-center-wrap .credit-center .vdp-fluid-box .title a:hover,
.vdp-fluid-box .credit-center-wrap .credit-center .title a:hover {
	color: #fff;
}

.credit-center-wrap .credit-center .title-bar .sub-head,
.credit-center-wrap .credit-center .vdp-fluid-box .title .sub-head,
.vdp-fluid-box .credit-center-wrap .credit-center .title .sub-head {
	font-size: 22px;
	text-transform: none;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 5px;
	padding-bottom: 5px;
}

.credit-center-wrap .credit-center .home-tip {
	margin-top: 2em;
}

.credit-center-wrap .credit-center h3 {
	margin-bottom: 0;
}

.credit-center-wrap .credit-center h3 a {
	font-size: 26px;
	color: #333;
}

.credit-center-wrap .credit-center p {
	font-size: 15px;
	margin: 0 0 .25em;
}

.credit-center-wrap .credit-center a {
	font-family: "Fjalla One", sans-serif;
	color: #1d689b;
	font-size: 14px;
}

.top-cities-wrap {
	background: url(/front/newbuild/img/bg-locations.jpg);
	color: #fff;
	padding: 2em 0;
	box-shadow: inset 0px 0 30px rgba(0, 0, 0, 0.3);
	margin-bottom: -40px;
}

.top-cities-wrap h2 {
	font-size: 24px;
	margin-top: 0;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}

.top-cities-wrap a {
	color: #fff;
}

.top-cities-wrap ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	margin-bottom: 1em;
}

.top-cities-wrap ul li {
	list-style: none;
	line-height: 1.2em;
	font-size: 15px;
}

.top-cities-wrap #top_states {
	margin-top: 2em;
}

.nav-dealer-access {
	background: rgba(255, 255, 255, 0.85);
	display: none;
	margin-bottom: 70px;
	height: 30px;
}

.lt-ie9 .nav-dealer-access {
	background: #fff;
}

.nav-dealer-access .row {
	position: relative;
}

.nav-dealer-access .row .col-12 {
	position: absolute;
	top: 0;
	right: 0;
}

.nav-dealer-access ul {
	margin: 0;
	padding: .25em 0;
	text-align: right;
	font-size: 0;
}

.nav-dealer-access ul li {
	display: inline-block;
	padding: 5px 0;
}

.nav-dealer-access ul li a {
	font-family: "Fjalla One", sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	color: #001265;
	display: block;
	border-right: 2px solid #001265;
	padding: 0 12px;
}

.nav-dealer-access ul li.login a {
	border: none;
}

.nav-dealer-access ul li.sign-up-now {
	width: 130px;
	background: rgba(104, 173, 113, 0.5);
}

.nav-dealer-access ul li.sign-up-now a {
	color: #1d7f27;
	border: none;
}

.dealer-access-features .feature-icon {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	width: 60px;
	height: 70px;
	margin-right: 1em;
}

.dealer-access-features .feature-icon.connect {
	background-image: url(/front/newbuild/img/dealer-access-connect.png);
}

.dealer-access-features .feature-icon.engage {
	background-image: url(/front/newbuild/img/dealer-access-engage.png);
}

.dealer-access-features .feature-icon.support {
	background-image: url(/front/newbuild/img/dealer-access-support.png);
}

.dealer-access-features .feature-icon.educate {
	background-image: url(/front/newbuild/img/dealer-access-educate.png);
}

.dealer-access-features h3 {
	color: #f8991d;
	font-size: 20px;
	margin-bottom: 0;
}

.dealer-access-features p {
	font-size: 12px;
	margin: 0 0 1em;
}

.dealer-access-features .col-3 {
	clear: both;
}

.dealer-panes {
	height: 360px;
	margin: 0 -10px;
	position: relative;
}

.lt-ie9 .dealer-panes {
	height: auto;
}

.dealer-pane {
	width: 33.3332%;
	padding: 10px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transition: width 0.7s, left 0.7s, top 0.7s;
}

.dealer-pane.top + .dealer-pane,
.dealer-pane.top.closed + .dealer-pane.top {
	top: 180px;
}

.dealer-pane.top.open + .dealer-pane.top {
	top: 0;
}

.dealer-pane.open {
	width: 66.6665%;
	top: 0 !important;
	z-index: 2;
}

.dealer-pane.open .inner {
	height: 340px;
}

.lt-ie9 .dealer-pane {
	position: relative;
}

.lt-ie9 .dealer-pane.open,
.lt-ie9 .dealer-pane.closed {
	width: 100%;
	height: auto !important;
	top: 0 !important;
	left: 0;
}

.lt-ie9 .dealer-pane.open .inner,
.lt-ie9 .dealer-pane.open .title,
.lt-ie9 .dealer-pane.closed .inner,
.lt-ie9 .dealer-pane.closed .title {
	height: auto;
}

.lt-ie9 .dealer-pane.open .title span,
.lt-ie9 .dealer-pane.closed .title span {
	margin: -5px 0 0;
}

.lt-ie9 .dealer-pane.open .inner,
.lt-ie9 .dealer-pane.closed .inner {
	padding: 80px 20px 20px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
	transition: height 0.7s;
}

.lt-ie9 .dealer-pane.open .title,
.lt-ie9 .dealer-pane.closed .title {
	height: 80px;
	margin: -80px -20px 0;
	padding: 20px;
}

.dealer-pane .inner {
	padding: 80px 20px 20px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
	transition: height 0.7s;
}

.dealer-pane.orange .title {
	background: url(/front/newbuild/img/grain-orange.jpg);
}

.dealer-pane.orange .title i {
	color: #885600;
}

.dealer-pane.blue .title {
	background: url(/front/newbuild/img/grain-light-blue.jpg);
}

.dealer-pane.blue .title i {
	color: #1c7693;
}

.dealer-pane.blue .title:before {
	content: '2';
}

.dealer-pane.pink .title {
	background: url(/front/newbuild/img/grain-pink.jpg);
}

.dealer-pane.pink .title i {
	color: #5c096d;
}

.dealer-pane.pink .title:before {
	content: '3';
}

.dealer-pane .title {
	height: 80px;
	margin: -80px -20px 0;
	padding: 20px;
	font-family: "Fjalla One", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	transition: height 0.7s;
}

.dealer-pane .title i {
	font-size: 38px;
	position: relative;
	top: 4px;
}

.dealer-pane .title span {
	margin: -5px 0 0;
	padding: 0 0 5px;
	display: block;
	border-bottom: solid 1px #FFF;
	position: relative;
	z-index: 2;
	transition: margin 0.7s;
}

.dealer-pane .title:before {
	content: '1';
	display: block;
	position: absolute;
	z-index: 1;
	font-size: 80px;
	color: #000;
	line-height: 48px;
	opacity: 0.1;
	transition: font 0.7s, line-height 0.7s;
}

.lt-ie9 .dealer-pane .title:before {
	display: none;
}

.dealer-pane h6 {
	margin: 20px 0 10px;
	font-family: "Fjalla One", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #333;
}

.dealer-pane ul {
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.dealer-pane ul li + li {
	margin-top: 5px;
}

.dealer-pane ul li.unstyled {
	list-style: none;
}

.dealer-pane a {
	color: #1d689b;
}

.dealer-pane a:hover {
	color: #154b70;
}

.how-to-videos .checkout {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 2em;
	height: 200px;
	background: rgba(0, 0, 0, 0.15);
}

.how-to-videos .checkout span {
	font-family: "Fjalla One", sans-serif;
	font-size: 30px;
	border-bottom: 1px solid #fff;
	display: block;
	margin: 2em .5em;
}

.how-to-videos .video-modal {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 2em;
	height: 200px;
}

.how-to-videos .video-modal img {
	display: block;
	margin: 0 auto;
}

.how-to-videos .video-modal span {
	position: absolute;
	z-index: 9;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	background: url(/front/newbuild/img/grain-orange.jpg);
	font-family: "Fjalla One", sans-serif;
	color: #fff;
	text-align: center;
	font-size: 20px;
	box-shadow: inset 0 -25px 0 rgba(0, 0, 0, 0.05), inset 0 0 5px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.3);
}

.how-to-videos .video-modal span:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #d98304;
	border-width: 10px;
	margin-left: -10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.how-to-videos .video-modal:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
}

.partners-list {
	margin: 0;
	padding: 0;
	background: white none repeat scroll 0% 0%;
	border: 5px solid #f8991d;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 20px 0;
}

.partners-list li {
	display: inline-block;
	height: 73px;
	text-indent: -9999em;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px 15px;
}

.partners-list li.autotrader {
	background-image: url(/front/newbuild/img/partner-autotrader.png);
	width: 149px;
}

.partners-list li.kbb {
	background-image: url(/front/newbuild/img/partner-kbb.png);
	width: 106px;
}

.partners-list li.ht {
	background-image: url(/front/newbuild/img/partner-ht.png);
	width: 72px;
}

.partners-list li.tha {
	background-image: url(/front/newbuild/img/partner-tha.png);
	width: 43px;
}

.partners-list li.frazer {
	background-image: url(/front/newbuild/img/partner-frazer.png);
	width: 83px;
}

.partners-list li.auto-revolution {
	background-image: url(/front/newbuild/img/partner-auto-revolution.png);
	width: 112px;
}

.partners-list li.vauto {
	background-image: url(/front/newbuild/img/partner-vauto.png);
	width: 110px;
}

.partners-list li.tax-max {
	background-image: url(/front/newbuild/img/partner-tax-max.png);
	width: 110px;
}

.partners-list li.nabd {
	background-image: url(/front/newbuild/img/partner-nabd.png);
	width: 110px;
}

.partners-list li.bhph-report {
	background-image: url(/front/newbuild/img/partner-bhph-report.png);
	width: 100px;
}

.partners-list li.niada {
	background-image: url(/front/newbuild/img/partner-niada.png);
	width: 100px;
}

.partners-list li.wayne-reaves {
	background-image: url(/front/newbuild/img/partner-wayne-reaves.png);
	width: 110px;
}

.partners-list li.classics {
	background-image: url(/front/newbuild/img/partner-classics.png);
	width: 115px;
}

.partners-list li.motorcycles {
	background-image: url(/front/newbuild/img/partner-motorcycles.png);
	width: 120px;
}

.partners-list li.rvs {
	background-image: url(/front/newbuild/img/partner-rvs.png);
	width: 115px;
}

.dealer-login h3 {
	font-size: 24px;
	margin-top: 0;
}

.dealer-login input[type="email"],
.dealer-login input[type="password"] {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 0;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 18px rgba(0, 0, 0, 0.2);
	background: #fff linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	text-transform: uppercase;
	line-height: 30px;
	padding-left: 4px;
	width: 100%;
}

.dealer-login .input {
	margin-bottom: 1em;
}

.dealer-login .submit input {
	width: 100%;
}

.checkout {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Fjalla One", sans-serif;
	font-size: 18px;
	line-height: 1;
}

.checkout li + li {
	margin-top: 20px;
}

.checkout .total {
	padding-top: 20px;
	border-top: solid 1px #999;
}

.checkout .total .price {
	font-size: 18px;
	line-height: inherit;
}

.checkout .price {
	float: right;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}

.checkout .red {
	color: #af0000;
}

.checkout small {
	font-size: 14px;
}

.checkout .smaller {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
}

.checkout a {
	color: #1d689b;
}

.checkout a:hover {
	color: #154b70;
}

.dealer-faq {
	margin: 10px 0 0;
	border-radius: 3px;
	color: #333;
	overflow: hidden;
}

.dealer-faq-q,
.dealer-faq-a {
	position: relative;
}

.dealer-faq-q {
	min-height: 40px;
	padding: 12px 40px 12px 15px;
	position: relative;
	display: block;
	background: #1d689b;
	color: #fff;
}

.dealer-faq-q:hover {
	background: #f8991d;
}

.dealer-faq-q:after {
	content: "+";
	width: 40px;
	min-height: 40px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	margin: auto;
	bottom: 0;
}

.active .dealer-faq-q:after {
	content: "-";
}

.dealer-faq-q-head {
	margin: 0;
	font-size: inherit;
	font-family: "Roboto", sans-serif;
	text-transform: none;
}

.dealer-faq-a {
	padding: 12px 15px;
	display: none;
	background: #f2f2f2;
}

.active .dealer-faq-a {
	display: block;
}

.dealer-faq p,
.dealer-faq ul {
	margin: 0;
}

.dealer-faq p + p,
.dealer-faq p + ul,
.dealer-faq ul + p,
.dealer-faq ul + ul {
	margin: 15px 0 0;
}

.dealer-faq ul {
	padding-left: 20px;
}

.dealer-faq ul li + li {
	margin-top: 5px;
}

.dealer-faq ul ul {
	margin-top: 5px;
}

.blue-panel .heading p a {
	color: #fff;
}

/* if you have to, use this file for quick css insertions */

p.faux-h2 {
	box-sizing: border-box;
	color: #333333;
	display: block;
	float: left;
	font-family: "Fjalla One", sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase; /*width:216.062px;*/
}

h1.faux-h2 {
	box-sizing: border-box;
	color: #333333;
	display: block;
	float: left;
	font-family: "Fjalla One", sans-serif;
	font-size: 30px !important;
	font-weight: normal;
	margin-bottom: 0px;
	text-transform: uppercase; /*width:502.969px;*/
}

h3.faux-div {
	box-sizing: border-box;
	color: #333333;
	display: block;
	font-family: "Fjalla One", sans-serif;
	font-size: 24px;
	height: 30px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
	margin: 0; /*width:374.766px;*/
}

h4.faux-div {
	box-sizing: border-box;
	color: #333333;
	display: block;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	height: 16px;
	margin-bottom: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 7px;
	padding: 0;
	text-transform: none; /*width:374.766px;*/
}

h4.faux-div.name {
	font-family: "Fjalla One", sans-serif;
	font-size: 18px;
	height: 22px;
	margin: 0;
	margin-right: 18px;
	padding: 0;
	display: inline;
}

div.narrow-your-search-box {
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	background: #dfdfdf;
	margin: 20px 0;
	padding: 20px;
}

div.narrow-your-search-box p.faux-h2 {
	float: none;
	font-size: 28px;
	height: auto;
}

div.narrow-your-search-box div.row {
	margin: 20px 0 0;
}

div.narrow-your-search-box div.row h2 {
	font-family: "Fjalla One", sans-serif;
	font-size: 22px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}

div.narrow-your-search-box div.row a {
	display: block;
	margin: 3px 0;
}

form#ContactMultiForm a.disabled {
	opacity: .5;
}

.vdp-tags {
	float: right;
}

.vdp-tags .fancy-tag {
	float: right;
}

.autocheck,
.carfax {
	text-transform: uppercase;
	font-weight: bold;
	color: #1d689b;
}

.autocheck,
.carfax img {
	float: left;
	margin-right: 10px;
}

.home-credit-center-link {
	display: inline-block;
	color: #1d689b !important;
	margin-bottom: 5px;
}

.home-credit-center-link:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}

@media all and (min-width: 768px) {

h1,
.h1,
h2,
.h2 {
	font-size: 40px;
}

.title-bar h1,
.vdp-fluid-box .title h1,
.title-bar h2,
.vdp-fluid-box .title h2,
.title-bar h3,
.vdp-fluid-box .title h3 {
	font-size: 30px;
}

.title-bar h1.dealer,
.vdp-fluid-box .title h1.dealer,
.title-bar h2.dealer,
.vdp-fluid-box .title h2.dealer,
.title-bar h3.dealer,
.vdp-fluid-box .title h3.dealer {
	font-size: 36px;
}

.title-bar .sub-head,
.vdp-fluid-box .title .sub-head {
	font-size: 18px;
}

.blue-panel,
.white-panel {
	padding: 3em 0;
}

.blue-panel h1,
.blue-panel h2,
.white-panel h1,
.white-panel h2 {
	font-size: 40px;
}

.blue-panel .heading,
.white-panel .heading {
	margin-bottom: 3em;
}

.blue-panel .heading p,
.white-panel .heading p {
	font-size: 22px;
}

.ad-wrap {
	display: block;
}

.site-header .top-bar {
	text-align: right;
	display: block;
}

.site-header .top-bar .current-location {
	font-size: 14px;
}

.site-header .top-bar .current-location a {
	font-size: 11px;
	margin-left: 20px;
}

.site-header .top-bar #show-visitor-location {
	float: right;
}

.site-header .nav-bar {
	margin-bottom: 0;
	position: relative;
	background: url("/front/newbuild/img/bg-nav.jpg");
	height: 102px;
	box-shadow: 0px 48px 0px 0px rgba(255, 255, 255, 0.1) inset, 0 0 13px rgba(0, 0, 0, 0.5);
}

.site-header .logo {
	position: absolute; /*margin: -13px -10px 0 -40px;*/
	margin: -13px -20px 0 -22px;
	width: 170px;
	height: 135px;
}

.site-header .toggle {
	display: none;
}

.site-header .main-navigation ul {
	display: block;
	position: relative;
	left: 0;
	text-align: right;
}

.site-header .main-navigation ul li {
	display: inline-block;
	vertical-align: top;
}

.site-header .main-navigation ul li a {
	height: 94px;
	line-height: 94px;
	font-size: 17px;
	padding: 0 14px;
	border-right: 1px solid #182744;
	border-left: 1px solid #4987b1;
	transition: .2s ease-in-out all;
}

.site-header .main-navigation ul li.home,
.site-header .main-navigation ul li.last {
	position: relative;
}

.site-header .main-navigation ul li.home:before,
.site-header .main-navigation ul li.last:before {
	content: '';
	display: block;
	width: 1px;
	height: 94px;
	background: #182744;
	position: absolute;
	top: 0;
	left: -1px;
}

.site-header .main-navigation ul li.last:before {
	right: -1px;
	left: auto;
	background: #4987b1;
}

.site-footer .navigation.primary li {
	margin: 0 10px;
}

.site-footer .navigation.primary a {
	font-size: 16px;
}

.site-footer .navigation.secondary li {
	padding: 0 10px;
}

.hero {
	text-align: left;
}

.hero h2,
.hero .home-hero-title {
	font-size: 50px;
}

.hero h3,
.hero .home-hero-sub {
	font-size: 30px;
}

.hero.home-hero form {
	padding-left: 40px;
	margin-top: 20px;
	border-left: solid 5px #f8991d;
}

.hero.home-hero form label {
	font-size: 30px;
}

.hero.home-hero form .select-wrap {
	width: 200px;
	margin-left: 10px;
	top: -2px;
}

.hero.home-hero form select {
	font-size: 20px;
	width: 200px;
}

.hero.dealer-access-hero {
	padding-top: 0;
}

.hero.dealer-access-hero .or {
	position: relative;
	top: 5px;
	font-family: "Fjalla One", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

.hero.dealer-access-hero h2 {
	font-size: 40px;
	color: #fff;
}

.hero.dealer-access-hero h2 span {
	font-size: 26px;
	display: block;
}

.hero.dealer-access-hero p {
	font-size: 16px;
}

.hero.dealer-access-hero .btn.btn-big,
.hero.dealer-access-hero .featured-cars .thumb-wrap .btn-big.thumb-listing,
.featured-cars .thumb-wrap .hero.dealer-access-hero .btn-big.thumb-listing {
	padding: 10px 40px;
	font-size: 30px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 30px 0 0 rgba(255, 255, 255, 0.1);
}

.hero.dealer-access-hero .btn.btn-big:hover,
.hero.dealer-access-hero .featured-cars .thumb-wrap .btn-big.thumb-listing:hover,
.featured-cars .thumb-wrap .hero.dealer-access-hero .btn-big.thumb-listing:hover {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px rgba(255, 255, 255, 0.3), inset 0 30px 0 0 rgba(255, 255, 255, 0.1), inset 0 100px 0 0 rgba(255, 255, 255, 0.1);
}

.listing.dealer.premium .inner,
.listing.dealer.featured .inner {
	padding-left: 20%;
}

.listing.dealer .secondary .distance {
	font-size: 12px;
	line-height: 1em;
	margin-top: 1em;
}

.listing.dealer .secondary .distance strong {
	margin: 0 0 7px;
	display: block;
	font-family: "Fjalla One", sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.listing.dealer .secondary .distance strong span {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.listing.dealer .inner-wrap {
	padding: 1.5em 10px;
}

.listing.dealer .thumb {
	border-right: 1px solid #c4c4c4;
	width: 20%;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	display: inline-block;
	height: 100%;
}

.listing.dealer .thumb img {
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	right: 0;
}

.listing.dealer .primary {
	float: left;
	width: 60%;
	border-top: 0;
	border-right: solid 1px #CCC;
}

.listing.dealer .secondary {
	float: left;
	width: 40%;
}

.listing.dealer .secondary .links li {
	margin-bottom: 0;
}

.listing.dealer .title-wrap {
	float: left;
	width: 70%;
	padding-left: 30px;
}

.listing.dealer .secondary-wrap {
	float: right;
	width: 22%;
}

.listing.dealer.featured .primary .title {
	font-size: 18px;
}

.listing.dealer.featured .secondary .distance strong {
	font-size: 20px;
}

.listing.dealer.featured .secondary .distance strong span {
	font-size: 12px;
}

.save-time .inner h2,
.save-time .inner h3 {
	font-size: 34px;
}

.save-time .inner {
	border: 1px solid #fff;
}

.save-time .inner p {
	float: left;
	max-width: 420px;
}

.save-time .inner a {
	margin-top: 0;
}

.form-modern .step-counter {
	margin-top: 18px;
	text-align: right;
}

.featured-cars .thumb-wrap .thumb-image img {
	width: 120%;
}

.featured-cars .thumb-wrap .thumb-details {
	height: 115px;
}

.search-header .title-bar h2,
.search-header .vdp-fluid-box .title h2,
.vdp-fluid-box .search-header .title h2 {
	font-size: 30px;
}

.sort-dropdown {
	float: left;
}

.search-toggle {
	display: none;
}

.vehicle-search-wrap {
	display: block;
}

.vehicle-search .input-group {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.vehicle-search .input-group.input-keyword {
	width: 100%;
}

.listing.vehicle .price.large strong {
	font-size: 28px;
}

.listing.vehicle .dealership .distance strong {
	font-family: "Fjalla One", sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.listing.vehicle .thumb {
	float: left;
	width: 180px;
	border-bottom: none;
}

.listing.vehicle .thumb img {
	max-width: 100%;
}

.listing.vehicle .thumb .thumb-vehicle {
	display: block;
	min-height: 130px;
	overflow: hidden;
}

.listing.vehicle .thumb .dealer-logo {
	display: block;
	padding: 10px;
}

.listing.vehicle .details {
	float: right;
	width: calc(100% - 180px);
}

.listing.vehicle .details .primary {
	float: left;
	width: 65%;
	position: relative;
	min-height: 210px;
	border-right: 1px solid #c4c4c4;
}

.listing.vehicle .details .primary .top .name,
.listing.vehicle .details .primary .top .distance {
	display: inline-block;
}

.listing.vehicle .details .primary .top .name {
	margin-right: 1em;
}

.listing.vehicle .details .primary .top .distance {
	float: right;
}

.listing.vehicle .details .primary .dealership {
	padding: 15px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.05);
}

.listing.vehicle .details .primary .contact-dealer li {
	margin: 0;
	display: inline-block;
	width: 50%;
	float: left;
}

.listing.vehicle .details .secondary {
	float: left;
	width: 35%;
}

.vdp-title {
	font-size: 32px;
}

.vdp-fluid-box .title {
	font-size: 32px;
}

.dl-horizontal {
	width: 50%;
	float: left;
}

.vdp-dealer-details .vdp-contact-form .recaptcha {
	margin-left: -8px;
	margin-bottom: .5em;
}

.vdp-main {
	padding-right: 40px;
}

.listing .secondary {
	position: relative;
}

.listing .secondary:before {
	content: "";
	width: 0;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	border-left: solid 1px #ccc;
}

.listing-pagination {
	float: right;
}

.pagination-lead-in {
	text-align: left;
	float: right;
	margin: 10px 20px 0 0;
}

.preview.vertical {
	width: auto;
}

.preview.vertical .logo {
	margin: 15px 10px;
}

.post-content h2 {
	font-size: 28px;
}

.post-content .teaser {
	font-size: 24px;
}

.easy-contact {
	display: none;
}

.credit-center-wrap {
	background: url(/front/newbuild/img/bg-credit-center.jpg) center top no-repeat;
}

.top-cities-wrap ul.city-column {
	width: 16.66667%;
}

.top-cities-wrap ul.state-column {
	width: 25%;
}

.nav-dealer-access {
	display: block;
}

.dealer-access-features .col-3 {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 2em;
	clear: none;
}

.dealer-access-features .feature-icon {
	float: none;
	display: block;
	height: 80px;
	width: 100%;
}

.dealer-access-features h3 {
	font-size: 28px;
}

.dealer-access-features p {
	font-size: 16px;
}

.dealer-pane.closed {
	left: 66.6665%;
}

.dealer-pane.closed .inner,
.dealer-pane.closed .title {
	height: 160px;
}

.dealer-pane.closed .title span {
	margin-top: 50px;
}

.dealer-pane.closed .title:before {
	font-size: 143px;
	line-height: 134px;
}

.dealer-pane.closed .title:after {
	position: absolute;
	font-family: icomoon;
	content: "\e606";
	bottom: 20px;
	right: 30px;
	font-size: 20px;
	transition: .2s ease-in-out all;
}

.partners-list li {
	margin: 5px 10px;
}

p.faux-h2 {
	height: 45px;
}

h1.faux-h2 {
	height: 37px;
}

}

@media (min-width: 768px) {

.text-left-tablet {
	text-align: left;
}

.text-center-tablet {
	text-align: center;
}

.text-right-tablet {
	text-align: right;
}

}

@media all and (min-width: 769px) {

.col-1 {
	width: 8.3333333333%;
	float: left;
}

.col-1.right {
	float: right;
}

.col-off-1 {
	margin-left: 8.3333333333%;
}

.col-2 {
	width: 16.6666666667%;
	float: left;
}

.col-2.right {
	float: right;
}

.col-off-2 {
	margin-left: 16.6666666667%;
}

.col-3 {
	width: 25%;
	float: left;
}

.col-3.right {
	float: right;
}

.col-off-3 {
	margin-left: 25%;
}

.col-4 {
	width: 33.3333333333%;
	float: left;
}

.col-4.right {
	float: right;
}

.col-off-4 {
	margin-left: 33.3333333333%;
}

.col-5 {
	width: 41.6666666667%;
	float: left;
}

.col-5.right {
	float: right;
}

.col-off-5 {
	margin-left: 41.6666666667%;
}

.col-6 {
	width: 50%;
	float: left;
}

.col-6.right {
	float: right;
}

.col-off-6 {
	margin-left: 50%;
}

.col-7 {
	width: 58.3333333333%;
	float: left;
}

.col-7.right {
	float: right;
}

.col-off-7 {
	margin-left: 58.3333333333%;
}

.col-8 {
	width: 66.6666666667%;
	float: left;
}

.col-8.right {
	float: right;
}

.col-off-8 {
	margin-left: 66.6666666667%;
}

.col-9 {
	width: 75%;
	float: left;
}

.col-9.right {
	float: right;
}

.col-off-9 {
	margin-left: 75%;
}

.col-10 {
	width: 83.3333333333%;
	float: left;
}

.col-10.right {
	float: right;
}

.col-off-10 {
	margin-left: 83.3333333333%;
}

.col-11 {
	width: 91.6666666667%;
	float: left;
}

.col-11.right {
	float: right;
}

.col-off-11 {
	margin-left: 91.6666666667%;
}

.col-12 {
	width: 100%;
	float: left;
}

.col-12.right {
	float: right;
}

.col-off-12 {
	margin-left: 100%;
}

}

@media all and (min-width: 960px) {

.sub-500-details,
.sub-500-image {
	width: 50%;
	float: left;
}

.sub-500-details {
	padding: 0 20px 0 0;
}

.sub-500 p {
	font-size: 24px;
}

.sub-500-cheap p {
	font-size: 18px;
}

}

@media all and (min-width: 1024px) {

h1,
.h1,
h2,
.h2 {
	font-size: 50px;
}

.title-bar h1,
.vdp-fluid-box .title h1,
.title-bar h2,
.vdp-fluid-box .title h2,
.title-bar h3,
.vdp-fluid-box .title h3 {
	font-size: 36px;
}

.title-bar h1.dealer,
.vdp-fluid-box .title h1.dealer,
.title-bar h2.dealer,
.vdp-fluid-box .title h2.dealer,
.title-bar h3.dealer,
.vdp-fluid-box .title h3.dealer {
	font-size: 42px;
}

.title-bar .sub-head,
.vdp-fluid-box .title .sub-head {
	font-size: 20px;
}

.blue-panel,
.white-panel {
	padding: 6em 0;
}

.blue-panel h1,
.blue-panel h2,
.white-panel h1,
.white-panel h2 {
	font-size: 50px;
	margin-bottom: .5em;
}

.site-header .main-navigation ul li a {
	font-size: 24px;
	padding: 0 20px;
}

.site-footer .logo {
	width: 154px;
	height: 123px;
	margin: 0;
}

.hero h2,
.hero .home-hero-title {
	font-size: 75px;
}

.hero h3,
.hero .home-hero-sub {
	font-size: 45px;
}

.hero.home-hero form .form-row {
	width: 1100px;
}

.hero.home-hero form label {
	font-size: 34px;
}

.listing.dealer .thumb,
.listing.dealer .primary,
.listing.dealer .secondary {
	padding: 10px 15px;
}

.listing.dealer .primary {
	width: 70%;
}

.listing.dealer .primary .title {
	font-size: 32px;
}

.listing.dealer .primary .dealer-address {
	margin: 1em 0;
}

.listing.dealer .secondary {
	width: 30%;
}

.listing.dealer .secondary .distance strong {
	font-size: 32px;
}

.listing.dealer .secondary .distance strong span {
	font-size: 16px;
}

.listing.dealer.premium .primary .title {
	font-size: 32px;
}

.listing.dealer.featured .primary .title {
	font-size: 22px;
}

.save-time .inner p {
	font-size: 20px;
	max-width: 660px;
}

.featured-cars .thumb-wrap .thumb-image {
	float: none;
	width: 100%;
}

.featured-cars .thumb-wrap .thumb-image img {
	width: 100%;
}

.featured-cars .thumb-wrap .thumb-details {
	height: 99px;
}

.sort-dropdown #search-sort {
	margin: 0;
}

.vehicle-search .input-group {
	width: 20%;
}

.vehicle-search .input-group.input-keyword {
	width: 40%;
}

.listing.vehicle.premium .primary .title {
	font-size: 24px;
}

.sub-500-title {
	font-size: 36px;
}

.credit-center-wrap {
	padding: 3em 0;
	margin-top: 3em;
}

.top-cities-wrap {
	padding: 3em 0;
}

.top-cities-wrap h2 {
	font-size: 36px;
	margin-bottom: .5em;
}

.nav-dealer-access ul li.sign-up-now {
	width: 190px;
}

.dealer-access-features .col-3 {
	width: 25%;
	margin-bottom: 0;
}

.dealer-pane .title {
	font-size: 30px;
}

.partners-list li {
	margin: 5px 25px;
}

}

@media all and (max-width: 959px) {

.listing.dealer .btn-flat,
.listing.dealer .title-bar a,
.title-bar .listing.dealer a,
.listing.dealer .vdp-fluid-box .title a,
.vdp-fluid-box .title .listing.dealer a {
	width: 100%;
}

.listing.dealer .btn-flat + .btn-flat,
.listing.dealer .title-bar a + .btn-flat,
.title-bar .listing.dealer a + .btn-flat,
.listing.dealer .vdp-fluid-box .title a + .btn-flat,
.vdp-fluid-box .title .listing.dealer a + .btn-flat,
.listing.dealer .title-bar .btn-flat + a,
.title-bar .listing.dealer .btn-flat + a,
.listing.dealer .title-bar a + a,
.title-bar .listing.dealer a + a,
.listing.dealer .vdp-fluid-box .title .title-bar a + a,
.listing.dealer .vdp-fluid-box .title .btn-flat + a,
.vdp-fluid-box .title .listing.dealer .btn-flat + a,
.vdp-fluid-box .title .listing.dealer .title-bar a + a,
.listing.dealer .vdp-fluid-box .title a + a,
.vdp-fluid-box .title .listing.dealer a + a {
	margin-top: 5px;
}

.modal-container .modal,
.modal-container .alt-modal {
	top: 20px;
}

.super-modal .modal-title,
.super-modal .modal-body,
.super-modal .modal-footer {
	padding: 10px;
}

.super-modal .modal-close {
	top: 0;
	right: 9px;
}

.super-modal .modal-title {
	font-size: 20px;
}

.super-modal .modal-title small,
.super-modal .modal-title span {
	font-size: 12px;
}

.super-modal .modal-title span {
	display: block;
}

.sub-500-image img {
	max-width: 360px;
}

}

@media all and (max-width: 767px) {

.site-header {
	margin-bottom: 60px;
}

.site-header .main-navigation ul {
	position: fixed;
	left: -150%;
	width: 100vw;
	height: 100vh;
	padding: 20px;
	background: #fff;
	top: 60px;
	z-index: 40;
	box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.5);
}

.site-header .main-navigation ul li {
	border-bottom: 1px solid #c4c4c4;
}

.site-header .main-navigation ul li a {
	color: #1d689b;
	font-size: 20px;
	padding: 0 20px;
	line-height: 2.5em;
}

.site-header .main-navigation ul.open {
	left: 0;
	right: 0;
}

.btn-label {
	display: none;
}

.hero.home-hero form label {
	display: block;
}

.hero.home-hero form .input {
	margin: 10px 0 0;
	font-size: 18px;
}

.hero.home-hero {
	background-image: url(/front/newbuild/img/hero-home-train-mobile.jpg);
}

.hero.dealer-access-hero .fitvid {
	margin-top: 40px;
}

.listing.dealer .thumb img {
	max-height: 100px;
}

.listing.dealer .title {
	font-size: 18px;
}

.listing.dealer .secondary {
	border-top: solid 1px #c4c4c4;
}

.listing.dealer .secondary-wrap {
	margin: 10px -10px 0;
	padding: 10px 10px 0;
	border-top: solid 1px #c4c4c4;
}

.sort-dropdown {
	float: none;
}

.sort-dropdown #search-sort {
	width: 100%;
}

.vehicle-search-wrap {
	position: fixed;
	left: -150%;
	width: 100vw;
	padding: 20px;
	background: #fff;
	top: 60px;
	bottom: 0;
	z-index: 40;
	padding-bottom: 100px;
	overflow-y: scroll;
}

.vehicle-search-wrap.active {
	left: 0;
	right: 0;
}

.listing.vehicle .thumb .thumb-vehicle img {
	max-height: 175px;
}

.listing.vehicle .thumb .dealer-logo img {
	max-height: 85px;
}

.listing.vehicle .primary,
.listing.vehicle .secondary {
	padding: 10px;
}

.listing.vehicle .secondary {
	border-top: 1px solid #c4c4c4;
}

.listing.vehicle .title {
	font-size: 18px;
}

.listing.vehicle .subtitle {
	margin-top: 0;
}

.listing.vehicle .dealership .name {
	font-size: 16px;
}

.pagination-wrap {
	text-align: center;
}

.listing-pagination {
	display: inline-block;
}

.modal-container .modal.ad-choice-modal,
.modal-container .alt-modal.ad-choice-modal {
	overflow: scroll;
}

.back-to-top {
	float: none;
	display: block;
	text-align: center;
}

.dealer-panes {
	height: auto;
}

.dealer-pane {
	position: relative;
}

.dealer-pane.open,
.dealer-pane.closed {
	width: 100%;
	height: auto !important;
	top: 0 !important;
	left: 0;
}

.dealer-pane.open .inner,
.dealer-pane.closed .inner {
	height: auto;
}

}

@media (max-width: 767px) {

.vdp-title-logo img {
	max-width: 40px;
}

.listing .vdp-title-logo img {
	max-width: 32px;
}

.help-content-thumb {
	max-width: 100%;
	margin: 0 0 20px;
	float: none;
}

}

@media all and (max-width: 639px) {

.hero.dealer-access-hero .btn,
.hero.dealer-access-hero .featured-cars .thumb-wrap .thumb-listing,
.featured-cars .thumb-wrap .hero.dealer-access-hero .thumb-listing {
	display: block;
}

}

@media (max-width: 480px) {

.title-bar a,
.vdp-fluid-box .title a {
	width: 100%;
	margin-bottom: 0;
}

.listing.vehicle .thumb .thumb-vehicle img {
	max-height: 100px;
}

.listing.vehicle .thumb .dealer-logo img {
	max-height: 50px;
}

.listing-pagination li a {
	width: 28px;
	font-size: 12px;
}

}

@-webkit-keyframes slideDown {

from {
	top: -20px;
}

to {
	top: 60px;
}

}

@keyframes slideDown {

from {
	top: -20px;
}

to {
	top: 60px;
}

}

