/*========================================
 General
========================================*/
body {
	background-color: #d0d0d0;
	background-image: url(https://static.fzinternal.com/dealers/60b0fdf6bbcfa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	text-rendering: optimizeLegibility;
	font-family: 'Alegreya Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	overflow-y: auto;
  	color: #000;
}
/* 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;
	font-weight: 500;
	font-family: 'Alegreya Sans', arial, sans-serif;
	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;
	color: #DF3128;
}
.h2, h2 {
	font-size: 1.625rem;
	color: #DF3128;	
}
.h3, h3 {
	font-size: 1.375rem;
	color: #DF3128;	
}
.h4, h4 {
	font-size: 1.25rem;
}
.h5, h5 {
	font-size: 1.125rem;
}
.text-uppercase {
	text-transform: uppercase;
}
p, li {
	font-weight: normal;
}
p {
	line-height: 1.2;
}
/* 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;
}
a:focus, a:hover {
	text-decoration: none;
	color: #333;
}

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

.button {
	/*background-color: #007cc3;*/
}
.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;
}
.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(https://www.karmartsuzuki.com/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-image: url(https://s3.amazonaws.com/fzautomotive/dealers/60b11f244cc30.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding: 0.3125rem 0.9375rem 0.3125rem 1.875rem;
	color: #000;
}
nav.text-links a span {
	text-transform: uppercase;
	font-weight: 700;
}
  
/* 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.text-links a {
	background-color: #eee;
	background-position: 10px center;
	text-align: left;
	text-indent: 40px;
}
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) {
/* Start Mobile Menu Widget Overrides */
.mobile-menu {
  margin-right: auto;
}
#mobile-header {
  background-color: transparent;
  height: initial;
  padding: 0 !important;
  box-shadow: none;
}
.menu-active #mobile-header button.hamburger-nav {
  position: fixed;
  top: 12px;
  animation: fadeIn 0.3s;
  -webkit-animation: fadeIn 0.3s;
  -moz-animation: fadeIn 0.3s;
  -o-animation: fadeIn 0.3s;
  -ms-animation: fadeIn 0.3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mobile-header span.main-icon i.cross-hatch, #mobile-header span.main-icon i.cross-hatch:before, #mobile-header span.main-icon i.cross-hatch:after {
  background-color: #fff;
}
#mobile-header button.hamburger-nav::after {
  color: #fff;
}
.menu-active #mobile-header button.hamburger-nav::after {
  color: #000;
}
#mobile-header .title-bar-title {
  display: none;
}
/* End Mobile Menu Widget Overrides */
}

@media screen and (min-width: 64rem) {
ul#header-menu2 {
	position: relative;
	z-index: 99;
	height: 60px;
	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:not(:last-child) {
    background-image: url(https://static.fzinternal.com/dealers/60b1189c4eb7c.png);
    background-repeat: no-repeat;
    background-position: right -10px;
}
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;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Alegreya Sans",sans-serif;
    font-size: 14px;
    white-space: nowrap;
    color: #fff;
}
ul#header-menu2>li.is-active>a, ul#header-menu2>li>a:hover {
	/* background-color: #424242; */
}
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: #424242;
	color: #fff;
}
ul#header-menu2 .submenu li>a:hover {
    background-color: #424242;
    color: #fff !important;
}
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) {
  #header {
  	position: relative;
  }	
  .title-bar-title {
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
  }
  .title-bar-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 624px;
    /* height: 99px; */
    margin: 0 auto;
    text-align: center;
  }
  .title-bar-menu {
    background-color: #00244c;
    padding-left: 0.625rem;
  }
  .title-bar-menu, ul.title-bar-menu-info {
    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;
  }
  ul.title-bar-menu-info {
    list-style-type: none;
    margin: 0;
  }
  ul.title-bar-menu-info li a {
    display: block;
    padding: 0.75rem 0.9375rem;
    line-height: 1;
    color: #fff;
  }
  ul.title-bar-menu-info li a i.fa {
    font-size: 1.625rem;
    line-height: 1;
  }
  /* Start Phone Reveal/Modal */
  #phoneModal {
    top: 15px !important;
    width: initial;
    height: initial;
    min-height: initial;
    margin: 0 0.9375rem;
    padding-bottom: 0;
    border-radius: 6px;
  }
  #phoneModal .reveal-header {
    border-bottom: solid 1px #eee;
  }
  #phoneModal .reveal-header h3 {
    font-weight: bold;
    font-size: 1rem;
  }
  #phoneModal .reveal-header h3 i.fa {
    vertical-align: middle;
    font-size: 1.625rem;
  }
  #phoneModal .reveal-body {
    padding: 0.9375rem 0;
  }
  #phoneModal .reveal-body ul {
    list-style-type: none;
    margin: 0;
  }
  #phoneModal .reveal-body ul > li:not(:last-child) {
    margin-bottom: 0.3125rem;
  }
  #phoneModal .reveal-body ul li a {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #d3d3d3 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #d3d3d3 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #d3d3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d3d3d3', GradientType=0);
    display: block;
    padding: 0.625rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2;
    border-radius: 2px;
    border: solid 1px #e0e0e0;
    color: #000;
  }
  /* End Phone Reveal/Modal */
}

@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 {
	background-color: transparent;
	position: relative;
	height: inherit;
	border: none;
	box-shadow: none;
}
.header .header-menu {
	/* background-color: #000; */
}
.header-menu .container {
    background: #004795;
    background: -moz-linear-gradient(top, #004795 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #004795 0%,#000000 100%);
    background: linear-gradient(to bottom, #004795 0%,#000000 100%);
    border-radius: 30px;
}
.header .header-wrapper {
	/* padding-top: 0.3125rem; */
	/* padding-bottom: 0.3125rem; */
}
.header-logo {
	text-align: center;
}
}

/*========================================
 Content
========================================*/
  
.off-canvas-content {
	background-color: transparent;
	padding-bottom: 0px;
}
#content {
  	/* padding-top: 0.9375rem; */
  	/* padding-bottom: 0.9375rem; */
}
.content-inner {
	background-color: #f5f5f5;
	padding: 0.9375rem;
	box-shadow: inset 0px 8px 10px -10px #000;
}
.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;
}
figure.c-img {
	position: relative;
	margin: -0.9375rem -0.9375rem 0;
    box-shadow: inset 0px 8px 10px -10px #000;	
}
figure.c-img header {
	position: absolute;
    top: 60px;
    left: 0px;
}
figure.c-img header h1 {
	display: inline-block;
	background-color: #000;
    height: 50px;
    padding: 0 2.5rem;	
    text-align: right;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 3rem;
    color: #fff;
    -webkit-box-shadow: 10px 10px 0px -5px rgb(0 0 0 / 47%);
    -moz-box-shadow: 10px 10px 0px -5px rgba(0,0,0,0.47);
    box-shadow: 10px 10px 0px -5px rgb(0 0 0 / 47%);
}
.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: 1024px;
}
.content-inner {
	margin: 0 0.625rem;
}
}
  
@media screen and (min-width: 75rem) {
.container {
	/* width: 1170px; */
}
}
 
@media screen and (min-width: 90rem) {
.container {
	/* width: 1410px; */
}
}

/*========================================
 Footer
========================================*/
  
.footer {
	background-color: transparent;
	margin-top: 0;
}
.footer .footer-info {
	padding: 1.875rem 0;
	text-align: left;
	border: none;
}
.footer .copyright, .footer .copyright a {
	color: #000;
}
div[class*="-social"] i.fa-yelp::after {
	background-color: transparent;
}
.footer .copyright .copyright-links ul li {
	border-color: #999;
}
.footer .copyright img[alt~="FusionZone"] {
    width: 135px;
  	margin-bottom: 0.625rem;
}

/* Footer Media Queries */

@media screen and (max-width: 63.9375rem) {
.footer .footer-info .footer-social {
	margin-top: 0.9375rem;
}
}
  
/*========================================
 FZ Styles
========================================*/

.xdsoft_datetimepicker * {
	z-index: 99;
}
.breadcrumbs-wrapper ul.breadcrumbs, ul.breadcrumbs {
	padding: 0 0 0.9375rem;
}
button[alt="Print Button"] {
	line-height: initial !important;
}
img.PrintVDPbutton {
	margin-top: initial !important;
}
.toyotaCamSlidesSVDP .slick-slider {
	margin-bottom: 0;
}
.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 {
	font-size: inherit;
}
.widget-hours ul.tabs li>a:hover, .widget-hours ul.tabs .tabs-title>a:hover {
	background-color: #efefef;
}
.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;	
}
  
/*========================================
 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;  
}
}