/*========================================
 General
========================================*/
body {
	background-color: #424242;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-rendering: optimizeLegibility;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	overflow-y: auto;
  	color: #333;
}
/* Clearfix Child Elements */
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	clear: both;
}
/* Hide From IE/Mac */ 
.clearfix {
	display: block;
	clear: both;
}
/*========================================
 Typography
========================================*/
  
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {	
	margin-bottom: 0.9375rem;
	line-height: 1.2;
}
.h1 small, h1 small, .h2 small, h2 small, .h3 small, h3 small, .h4 small, h4 small, .h5 small, h5 small {
  	font-size: 1rem;
}
.h1, h1 {
	font-size: 1.875rem;
}
.h2, h2 {
	font-size: 1.625rem;
}
.h3, h3 {
	font-size: 1.375rem;
}
.h4, h4 {
	font-size: 1.25rem;
}
.h5, h5 {
	font-size: 1.125rem;
}
.text-uppercase {
	text-transform: uppercase;
}

/* Typography Media Queries */
  
@media screen and (max-width: 63.938rem) {
.h1, h1 {
	font-size: 1.625rem;
}
.h2, h2 {
	font-size: 1.375rem;
}
.h3, h3 {
	font-size: 1.25rem;
}
.h4, h4 {
	font-size: 1.125rem;
}
}

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

a {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: hand;
	cursor: pointer;
	color: #015daa;
}
a:focus, a:hover {
	text-decoration: none;
	color: #333;
}

/*========================================
 Button
========================================*/

.button {
	background-color: #015daa;
}
.button:hover {
	background-color: #333;
}
.button-noprice {
	display: block;
    margin: 0 0 .5rem;
    padding: 0.625rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    border: 2px solid #c00e0f;
}

/* Pricing Button Glyphicon */
.srp [class*="-functions"] button.button::before, .vdp [class*="-functions"] button.button::before {
	content: '\f155';
  	position: relative;
  	font-family: 'FontAwesome';
}
.button i.fa {
	top: 0;
	vertical-align: middle;
}
/* Single Column Padding */
nav.left-collapse, div.left-collapse {
	padding-left: 0.9375rem;
}
nav.left-collapse>div, div.left-collapse>div {
	padding-left: 0;
}
/* Nested Column Padding */
div.left-collapse-nested {
	padding-left: 0.9375rem;
}
div.left-collapse-nested>div {
	padding-left: 0;
	padding-right: 0;
}
div.left-collapse-nested>div>nav.row {
	margin-left: 0;
	margin-right: 0;
}
div.left-collapse-nested>div div {
	padding-left: 0;
}
/* Content Links */
nav.img-links div[class*="large-2"] {
	width: 20%;
}
nav.img-links {
}
nav.img-links div[class*="medium-2"] {
	width: 20%;
}
nav.img-links div a {
	width: 100%;
	height: 90px;
	display: table;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	color: #333;
}
nav.img-links div a:hover {
	color: #007cc3;
}
nav.img-links div a span {
	display: table-cell;
	vertical-align: middle;
	margin: 0px auto;
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1;
}
nav.img-links div a span hr /* New break tag that replaces the BR tag */ {
	border: none;
	margin: 0;
	height: 0.0625rem;
	display : block;
	/*list-style : url(../images/spacer.gif) inside;*/
	width: 0;
}
@-moz-document url-prefix() {
nav.img-links div a span hr {
	list-style-type: none;
}
}

/* Text Links */
nav.text-links {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
	text-align: center;
}
nav.text-links a {
	background-color: #007cc3;
	display: inline-block;
	margin: 0 0.15625rem;
	padding: 0.625rem 0.9375rem;
	color: #fff;
}
nav.text-links a span {
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1;
}
  
/* Media Queries */
  
@media screen and (max-width: 63.9375rem) {
nav.img-links div[class*="large-2"] {
	width: 100%;
}
nav.img-links {
}
nav.img-links div[class*="medium-2"] {
	width: 100%;
}
nav.img-links div, nav.text-links a {
	margin-bottom: 0.3125rem;
}
nav.img-links div:last-child, nav.text-links a:last-child {
	margin-bottom: 0;
}
nav.img-links div a, nav.text-links a {
	display: table;
	width: 100%;
	height: 45px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
nav.img-links div a span, nav.text-links a span {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.125rem;
}
nav.img-links div a span hr {
	display: inline;
	margin: 0 0.3125rem 0 0;
}
}
  
/*========================================
 Menu
========================================*/

.js-off-canvas-exit {
	background: rgba(0, 0, 0, 0.55);
}

/* Menu Media Queries */
  
@media screen and (max-width: 63.938rem) {
.off-canvas {
	background-color: #fff;
	height: 100%;
}
.off-canvas .menu li {
	background-color: inherit;
	color: #333;
}
.off-canvas .menu>li:last-child {
	border: none;
}
.off-canvas .menu li:hover, .off-canvas .menu li:focus, .off-canvas .menu li:active {
	background-color: #015daa;
}
.off-canvas .menu li a {
	color: #333;
}
.off-canvas .is-accordion-submenu-parent>a::after {
    margin-top: inherit;	
    border-color: rgb(193, 193, 193, 40%) transparent transparent;
}
.off-canvas .menu li:hover a, .off-canvas .menu li:focus a, .off-canvas .menu li:active a {
	color: #fff;
}
.off-canvas .menu li a img {
	width: 30px;
}
.off-canvas .submenu {
	list-style-type: none;
	background-color: #015daa;
	border-top: 1px solid rgba(170, 170, 170, 0.30);
}
.off-canvas .submenu li {
	background-color: inherit;
	padding: 0;
}
.off-canvas .submenu>li:not(:last-child) {
	border-bottom: 1px solid rgba(170, 170, 170, 0.30);
}
.off-canvas .submenu li:hover {
	background-color: #006eca;
}
.off-canvas .submenu li a {
    padding: 0.5em 0.7em;
    color: #fff;
}
.off-canvas .submenu li .submenu {
	background-color: #006eca;
}
.off-canvas .submenu li .submenu li:hover {
	background-color: #015daa;
}
}

@media screen and (min-width: 64rem) {
ul#header-menu2 {
	position: relative;
	z-index: 99;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul#header-menu2>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
ul#header-menu2>li:hover, ul#header-menu2>li.is-active {
	/* background-color: #344561 !important; */
}
ul#header-menu2 li.two-column>ul {
	width: 400px;
}
ul#header-menu2 li.two-column>ul>li {
	width: 50%;
	float: left;
}
/*ul#header-menu2 li.two-column ul>li:nth-child(odd) {
	border-style: solid;
	border-width: 0 1px 1px 0;
}*/
ul#header-menu2>li>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    padding: 0 0.9375rem;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 0.8125rem;
    white-space: nowrap;
    color: #000 !important;
}
ul#header-menu2>li.is-active>a, ul#header-menu2>li>a:hover {
	background-color: #015daa;
	color: #fff !important;
}
ul#header-menu2>li>.submenu::before, ul#header-menu2>li.opens-left>.submenu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 9px;
    display: inline-block;
    border-right: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid #ccc;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
ul#header-menu2>li>.submenu::after, ul#header-menu2>li.opens-left>.submenu::after {
    content: '';
    position: absolute;
    top: -9px;
    left: 10px;
    width: 20px;
    display: inline-block;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
    border-left: 10px solid rgba(0, 0, 0, 0);
}
ul#header-menu2>li.opens-left .submenu.first-sub::before {
    right: 9px;
  	left: inherit;
}
ul#header-menu2>li.opens-left .submenu.first-sub::after {
    right: 10px;
	left: inherit;  
}
ul#header-menu2 .submenu {
    background-color: #fff;
    padding: 0.5rem;
    border: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: inherit;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}
ul#header-menu2 .submenu li {
    /* height: 35px; */
    text-align: left;
    /* line-height: 35px; */
    /* border-style: solid; */
    /* border-width: 0px 0px 1px; */
    /* border-color: #eee; */
}
ul#header-menu2 .submenu li>a {
    height: 35px;
    padding: 0 0.625rem;
    font-size: 0.8125rem;
    line-height: 35px;
    color: #333;
}
ul#header-menu2 .submenu li.is-active>a {
	background-color: #015daa;
	color: #fff;
}
ul#header-menu2 .submenu li>a:hover {
    background-color: #015daa;
    color: #fff;
}
ul#header-menu2 .submenu li a::after {
	border-color: transparent transparent transparent #2a384e;
}
ul#header-menu2 .submenu.is-dropdown-submenu {
	margin-top: 0
}
}
  
/*========================================
 Header
========================================*/

.header-social a i {
	font-size: 1.5rem;
}

/* Header Media Queries */

@media screen and (max-width: 63.938rem) {
.title-bar {
    background-color: #f6911f;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
    height: 60px;
}
.title-bar .menu-icon {
	/*color: #000;*/
}
.title-bar .menu-icon::after {
    /*background-color: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;*/
}
.mobile-contact-container a.mobile-contact-button {
  	color: #fff;
}
.mobile-contact-container .dropdown-pane {
    width: 100% !important;
    left: 0 !important;
    padding: 0;
    border: none;
    opacity: 0;
}
.mobile-contact-container .dropdown-pane.is-open {
    width: 100% !important;
    left: 0 !important;
    opacity: 1;
}
.mobile-contact-container .dropdown-pane li {
    display: block;
    padding: 0.7rem .6rem;
    font-size: 0.875rem;
    color: #fff;
}
.mobile-contact-container .dropdown-pane ul {
 	margin-top: -1px;
}  
.mobile-contact-container .dropdown-pane li {
	border-top: solid 1px #333;
}
.mobile-contact-container .dropdown-pane li:hover {
	background-color: #333;
}
.mobile-contact-container .dropdown-pane li>a {
	padding: 0;
  	color: inherit;
}
.mobile-hours {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    line-height: 1;
    color: inherit !important;
}
.header-social {
	margin-left: auto;
}
.header-social a {
	color: #333;  
}
}

@media screen and (max-width: 74.9375rem) and (min-width: 64rem) {
.header .header-hours>span:last-child {
	display: none;	  
}  
}
  
@media screen and (max-width: 39.9375rem) {
.title-bar .title-bar-title img {
	max-width: 275px;
}
}

@media screen and (min-width: 64rem) {
.header {
	height: inherit;  
}
.header .header-wrapper {
	background-color: #f6911f;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;    
}
.header .header-wrapper .container>.row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
           flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
           justify-content: center;  
}
.header .header-logo a img {
	margin-top: inherit;
}
.header .header-info .header-address {
    font-size: 0.875rem;
    line-height: 1;
}
.header-address .header-phone {
	display: inline-block;
	margin-right: 0.3125rem;
}
.header-phone a {
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
}
.header .header-info .header-address a i.fa {
	font-size: 1rem;
	color: #000;  
}
.header .header-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.625rem;
}
.header .header-links > div:not(:last-child) {
	margin-right: 0.9375rem;
}
.header-contact a {
	color: #fff !important;
}
.header .header-menu {
	background-color: #fff;
}
.header .header-hours {
  	font-size: 0.8125rem;
  	color: inherit;
}
.header .header-hours a {
	color: #000;  
}
}

/*========================================
 Content
========================================*/
  
.off-canvas-content {
	background-color: transparent;
	padding-bottom: 0px;
}
#content {
	background-color: #fff;
  	padding-top: 0.9375rem;
  	padding-bottom: 0.9375rem;
}
.container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;	
}
.container .row {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.align-left {
	float: left;
	margin: 0.4375rem 1.5625rem 0.625rem 0;
}
.align-right {
	float: right;
	margin: 0.4375rem 0px 0.625rem 1.5625rem;
}
.left-collapse {
	padding-left: 0.9375rem;
}
.left-collapse .columns, .left-collapse .column {
	padding-left: 0;
}
/* Margins (Pixel based class converted to REM declarations) */
.mt30 {
	margin-top: 1.875rem;
}
.mt15 {
	margin-top: 0.9375rem;
}
.mt10 {
	margin-top: 0.625rem;
}
.mt5 {
	margin-top: 0.3125rem;
}
.mt0 {
	margin-top: 0rem !important;
}
.mb30 {
	margin-bottom: 1.875rem;
}
.mb15 {
	margin-bottom: 0.9375rem;
}
.mb10 {
	margin-bottom: 0.625rem;
}
.mb5 {
	margin-bottom: 0.3125rem;
}
.mb0 {
	margin-bottom: 0px !important;
}
/* End Margins (Pixel based class converted to REM declarations) */

/* Vertical Align Center Columns */
.vertical-align {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.vertical-align>div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.vertical-align>div > div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0px;
}

/* Content Media Queries */

@media screen and (min-width: 40rem) and (max-width: 63.9375rem) {
.vertical-align-md, .vertical-align-md > [class^="columns"], .vertical-align-md > [class*="columns"], .vertical-align-md > [class^="column"], .vertical-align-md > [class*="column"] {
	display: block;
}  
}
  
@media screen and (max-width: 63.9375rem) {
.align-left, .align-right {
	float: inherit;
	display: block;
	width: 100%;
	margin: 0 auto 0.9375rem;
	text-align: center;
}
}

@media screen and (max-width: 39.9375rem) {
.off-canvas-content {
	margin-top: 135px;
}
.vertical-align, .vertical-align > [class^="columns"], .vertical-align > [class*="columns"], .vertical-align > [class^="column"], .vertical-align > [class*="column"] {
	display: block;
}
}

@media screen and (min-width: 40rem) {
#content {
  	padding-top: 1.875rem;
  	padding-bottom: 1.875rem;
}  
/* Row Equal Height */
.row-eq-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row-eq-height:after, .row-eq-height:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.row-eq-height>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.row-eq-height>div > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.row-eq-align.row>div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;/*-ms-flex-direction: inherit;
	flex-direction: inherit;*/
}
}

/* IE Only Row Equal Height */
@media all and (min-width: 40rem) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.row-eq-height>div > div {
    height: 100%;
	flex: 0 0 auto;
}
/*.row-eq-align.row>div {
	height: 100%;
}*/
}

@media screen and (min-width: 64rem) {
.off-canvas-wrapper-inner {
	margin-top: 0;
}
.container {
	width: 994px;
}
}
  
@media screen and (min-width: 75rem) {
.container {
	width: 1170px;
}
}
 
@media screen and (min-width: 90rem) {
.container {
	width: 1410px;
}
}
  
/*========================================
 SRP
========================================*/
 
.srp .srp-filter>div {
	padding: 0.9375rem;
}
.srp .srp-filter .srp-filter-selects select {
	margin-bottom: 0.625rem;
}
.srp .srp-filter .srp-filter-item h3 {
    margin-bottom: 0.9375rem;
    padding-bottom: 0.3125rem;
    text-transform: capitalize;
    border-color: #ccc;
}
.srp .srp-results .srp-vehicle-container .srp-vehicle, .srp .srp-results .srp-vehicle {
	margin-left: 0;
	margin-right: 0;
}
.srp .srp-results .srp-vehicle-container .srp-vehicle .srp-vehicle-list-data {
  	padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}
.srp .srp-results .srp-vehicle-container .srp-vehicle .srp-vehicle-list-data .srp-vehicle-media {
	margin-top: 0 !important;  
}
.srp .srp-results .srp-vehicle-container .srp-vehicle .srp-vehicle-list-data .srp-vehicle-title {
	margin-top: 0;
}
.price {
    display: inline-block;
    width: 100%;
}
.price>span {
	line-height: 1;  
}
span.high-price-value {
  	/*color: #ccc;*/
}
span.special-price-value {
  	color: #008000;
}
span.price-value {
  	font-weight: bold;
}
.srp .srp-results .srp-vehicle .srp-vehicle-list-data .toolbar {
	margin-top: 0.625rem;
}
.srp .srp-results .srp-vehicle .srp-vehicle-list-data .toolbar .row {
	display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end;
}
.srp-vehicle-list-functions button, .srp-vehicle-list-functions a {
    margin-bottom: 0.375rem !important;
}
.srp .srp-results .srp-vehicle .srp-bottom-bar .srp-bottom-bar-item a:hover {
  	background-color: transparent !important;
  	color: inherit !important;
}
/* Start SRP SMS Widget */
.srp-bottom-bar-item a.smsWidget {
    position: relative;
    background-color: transparent;
    margin-bottom: 0 !important;
    padding: 0;
    font-size: 0.875rem;
}   
.srp-bottom-bar-item a.smsWidget::before {
	content: '\f10b';
	margin-right: 6px;
	font-family: 'fontAwesome';
	font-size: 1.25rem;
	vertical-align: inherit;
}
/* End SRP SMS Widget */

/* SRP Media Queries */

@media screen and (max-width: 63.9375rem) {
.srp .srp-filter ul.accordion {
	margin-bottom: 0.9375rem;
}	
.srp .srp-filter ul.accordion li.accordion-item a.accordion-title {
	background-color: #c00e0f;
	padding: 0.9375rem;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    border: none;
    pointer-events: none;
}
.srp .srp-filter ul.accordion li.accordion-item a.accordion-title::before {
	display: none;
}
.srp .srp-filter ul.accordion li.accordion-item .accordion-content {
    background-color: #c00e0f;
    display: block !important;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    border: none;
}
.srp .srp-filter form#filterSelectsForm2>select {
	margin-bottom: 0.625rem;
}
}

/*========================================
 VDP
========================================*/
  
.vdp .vdp-container {
  	padding: 0.9375rem;
}
.vdp .vdp-container .vdp-media {
	margin-top: 0;
}
.vdp .vdp-container .vdp-media .imageContainer .imageChildren button.slick-prev {
	left: -25px !important;
}
.vdp .vdp-container .vdp-media .imageContainer .imageChildren button.slick-next {
	right: -25px !important;
}
.vdp .vdp-container .vehicle-title h1 {
	margin-top: 0;  
    font-size: 1.875rem;  
}
.vdp .vdp-container .vdp-vehicle-functions {
  	margin-top: 0.9375rem;
}
.vdp .vdp-container .vdp-vehicle-functions button, .vdp .vdp-container .vdp-vehicle-functions a {
    margin-bottom: 0.5rem;
}
.vdp-function-img {
	display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end;
}
.vdp .vdp-tabs ul.tabs {
	border-bottom-width: 0; 
}
.vdp .vdp-tabs ul.tabs li.tabs-title>a:focus, .vdp .vdp-tabs ul.tabs li.tabs-title>a[aria-selected='true'] {
    background-color: #efefef;
}
  
/* VDP Media Queries */
  
@media screen and (max-width: 39.9375rem) {
.vdp .vdp-container .vehicle-title h2 {
	padding: 0 !important;
}
.vdp .vdp-container .vdp-media {
	margin-bottom: 0.9375rem;
}
}
  
  
/*========================================
 Footer
========================================*/
  
.footer {
	margin-top: 0;
}
.footer .footer-info {
	background-color: #555;
	padding: 1.875rem 0;
	text-align: left;
	border: none;
}
.footer div[class*="-social"] {
	line-height: 1;
}
.footer div[class*="-social"] a {
	margin: 0 0.1875rem;
}
.footer div[class*="-social"] i.fa {
	font-size: 3rem;
  	line-height: 1;
	color: #333;   
}
div[class*="-social"] i.fa {
	position: relative; 
}
div[class*="-social"] i.fa::before {
	position: relative;
	z-index: 1;
}
div[class*="-social"] i.fa::after {
    content: '';
    position: absolute;
    top: 3px;
    right: 1px;
    background-color: #fff;
    width: 95%;
    height: 82%;
    border-radius: 8px;
}
div[class*="-social"] i.fa-yelp::after {
	background-color: transparent;
}
.footer .copyright img[alt~="FusionZone"] {
    width: 135px;
  	margin-bottom: 0.625rem;
}
  
/*========================================
 FZ Styles
========================================*/

.xdsoft_datetimepicker * {
	z-index: 99;
}
.breadcrumbs-wrapper ul.breadcrumbs, ul.breadcrumbs {
	padding: 0 0 0.9375rem;
}
ul.breadcrumbs a {
	color: #015daa;
}
.staff-directory-filter-container {
	margin-bottom: 0.9375rem;
}
.staff-directory>div > div {
	margin-bottom: 0.9375rem;
}
.widget-header {
	background-color: #efefef;
  	color: inherit;
}
.widget-hours {
	margin-bottom: 0.9375rem;
}
.widget-hours ul.tabs li.tabs-title>a {
	background-color: #015daa;
	font-size: inherit;
}
.widget-hours ul.tabs li>a:hover, .widget-hours ul.tabs .tabs-title>a:hover {
	background-color: #efefef;
	color: inherit !important;
}
.widget-hours .tabs-content {
	border: none;  
}
.widget-hours .tabs-content .tabs-panel {
	opacity: 0;
}
.widget-hours .tabs-content .tabs-panel.is-active {
	background-color: #efefef;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
	opacity: 1;
}
 @-webkit-keyframes fadeIn {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
 @keyframes fadeIn {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
.widget-hours .tabs-content .tabs-panel div {
	margin: 0;
}
.widget-hours .tabs-content .tabs-panel>div:nth-child(odd) {
	background-color: #f7f7f7;
}
.widget-hours .tabs-content .tabs-panel div>div {
	padding: 0.3125rem;
	font-size: 0.875rem;
}
.english {
	display: none;
}
/* Required Legacy Updates */ 
.staging i.fa.fa-facebook-square {
	color: #3b5998 !important;
}
.staging i.fa.fa-twitter-square {
	color: #00aced !important;
}
.staging i.fa.fa-youtube-square {
	color: #bb0000 !important;
}
.staging i.fa.fa-google-plus-square {
	color: #dd4b39 !important;
}
.staging i.fa.fa-instagram::before {
	color: transparent !important;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
}
.staging i.fa.fa-yelp {
	color: #af0606 !important;
}
.transitBtn {
	display: none !important;	
}

/* Fz Style Media Queries */

@media screen and (min-width: 64rem) {
.header-links>div {
    /* max-width: 200px; */
    /* margin: 0 0 0.3125rem auto; */
}
.header-links>div:last-child {
	margin-bottom: 0;
}
.header-links a.button {
    width: 100%;
  	margin: 0;
    padding: .375rem .75rem;
    white-space: nowrap;
    font-size: 1rem;
    border-radius: .25rem;
}
.header-vip a.button {
    background-color: #ffea36;
    color: #333;
}
.header-vip a::before {
    content: 'VIP Concierge'
}
.header-translate ul.translation-links {
	margin: 0;
	list-style-type: none;
}
.header-translate ul.translation-links a.button {
	background-color: #ed1c24;  
}
.header-translate ul.translation-links a.spanish::before {
	content:'En Espa\00F1ol';
}
.header-translate ul.translation-links a.english::before {
	content:'English';  
}
.header-translate ul.translation-links a img {
	display:none;  
}  
}
  
/*========================================
 Foundation Overrides
========================================*/

body.is-reveal-open {
	position: inherit !important;
	overflow: hidden;
}
.reveal-overlay {
	overflow-x: hidden;
	overflow-y: auto;
}
.row {
  	max-width: inherit;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}
.row.collapse {
	margin-left: 0;
  	margin-right: 0;
}
.row .row {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}
.column, .columns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
.callout {
	padding: 1.875em;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.callout-sm {
	padding: 0.9375rem;
}
.callout-borderless {
	border: 0;
	box-shadow: inherit;
}
  
/* Columns Width Half Offsets */
@media screen and (max-width: 39.9375rem) {
.small-offset-4point5 {
	margin-left: 37.55555555%;
}
.small-offset-4 {
	margin-left: 33.33333333%
}
.small-offset-3point5 {
	margin-left: 29.16666667%;
}
.small-offset-3 {
	margin-left: 25%
}
.small-offset-2point5 {
	margin-left: 20.83333334%;
}
.small-offset-2 {
	margin-left: 16.66666667%
}
.small-offset-1point5 {
	margin-left: 12.55555556%;
}
.small-offset-1 {
	margin-left: 8.33333333%
}
.small-offset-point5 {
	margin-left: 6.33333333%;
}
.small-offset-0 {
	margin-left: 0%;
}
}
@media screen and (min-width: 40rem) {
.medium-offset-4point5 {
	margin-left: 37.55555555%;
}
.medium-offset-4 {
	margin-left: 33.33333333%
}
.medium-offset-3point5 {
	margin-left: 29.16666667%;
}
.medium-offset-3 {
	margin-left: 25%
}
.medium-offset-2point5 {
	margin-left: 20.83333334%;
}
.medium-offset-2 {
	margin-left: 16.66666667%
}
.medium-offset-1point5 {

	margin-left: 12.55555556%;
}
.medium-offset-1 {
	margin-left: 8.33333333%
}
.medium-offset-point5 {
	margin-left: 6.33333333%;
}
.medium-offset-0 {
	margin-left: 0%;
}
}

@media screen and (min-width: 64rem) {
.large-offset-4point5 {
	margin-left: 37.55555555%;
}
.large-offset-4 {
	margin-left: 33.33333333%
}
.large-offset-3point5 {
	margin-left: 29.16666667%;
}
.large-offset-3 {
	margin-left: 25%
}
.large-offset-2point5 {
	margin-left: 20.83333334%;
}
.large-offset-2 {
	margin-left: 16.66666667%
}
.large-offset-1point5 {
	margin-left: 12.55555556%;
}
.large-offset-1 {
	margin-left: 8.33333333%
}
.large-offset-point5 {
	margin-left: 6.33333333%;
}
.large-offset-0 {
	margin-left: 0%;
}
}

/*========================================
 Print - VDP Only
========================================*/

@media print {
.off-canvas-wrapper-inner {
	margin-top: 0;
}
body {
	overflow-y: initial;
}
#header, .header, .off-canvas-wrapper-inner>div.hide-for-large, #headerdropdown, .breadcrumbs-wrapper, .breadcrumbs, .bpBannerImage, .social-share, button[alt="Print Button"], #footer, .footer, .wv-toggle, .wv-container, div[class*="acsb-"] {
  	display: none;
  	height: 0;
  	overflow: hidden;
  	visibility: hidden;
}
.off-canvas-content>.row {
	display: none;  
}
/* Start Autocheck Report */
#full-report {
	padding: 0 0.9375rem;
}
/* End Autocheck Report */
.vdp>.row:nth-child(1), .vdp>.row:nth-child(3), .vdp>.row:nth-child(4), .vdp>.row:nth-child(5) {
	display: none;  
}
.vdp>.row:nth-child(6) {
	margin-bottom: 0 !important;  
}
.vdp>.row:nth-child(6)>div:last-child {
	display: none;  
}
.vdp .imageContainer, .vdp .mz-hint {
  	display: none;
}
.vdp .vdp-container {
	padding: 0 !important;  
}
.vdp .vdp-container>.row:first-child {
	display: none;  
}
.vdp .vdp-container>.row:last-child>div:first-child {
	width: 41.6666666667%;
}
.vdp .vdp-container .vdp-media-photo a#vehicleGallery {
	width: inherit;
	float: inherit;	
}
.vdp .vdp-container>.row:last-child>div:last-child {
    width: 58.3333333333%;
}
.vdp .vdp-container .vehicle-title h1 {
	font-size: 1.5rem !important;
  	line-height: 1;
}
.vdp .vdp-vehicle-details>div:first-child {
	display: none;  
}
.vdp .vdp-vehicle-details ul {
	display: inline-block;  
}
.vdp .vdp-vehicle-details ul li {
	float: left;  
    margin-right: 0.625rem;  
}
.vdp .vdp-vehicle-functions {
	display: none;  
}
.vdp-tabs {
	border: none;  
}
.vdp-tabs .tabs {
	display: none;  
}
.vdp-tabs .tabs-content, .vdp-tabs .tabs-content .tabs-panel {
	padding: 0;
  	border: none;
}
.vdp .inline-report {
	display: none;  
}
}