/*========================================
 General
========================================*/
body {
    background-color: #fff;
    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: 'News Cycle', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    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
========================================*/
html[class*="inventory?"] #content header {
    display: none;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
    margin-bottom: 0.9375rem;
    font-weight: bold;
    font-family: inherit;
    line-height: 1.5;
}
.h1 small, h1 small, .h2 small, h2 small, .h3 small, h3 small, .h4 small, h4 small, .h5 small, h5 small {
    font-weight: normal;
    font-size: 70%;
    line-height: 1;
    color: #777;
}
.h1, h1 {
    font-size: 2rem;
    color: #000;
}
.h2, h2 {
    font-size: 1.75rem;
    color: #333;
}
.h3, h3 {
    font-size: 1.5rem;
    color: #db2327;
}
.h4, h4 {
    font-size: 1.25rem;
    color: #666;
}
.h5, h5 {
    font-size: 1.125rem;
    color: #b32229;
}
h3.heading, h4.heading {
    background-color: #fff;
    padding: 0.625rem 0 0.625rem 0.625rem;
    line-height: 1;
    border-style: solid;
    border-width: 2px 0 1px 0;
    border-color: #b32229 transparent #ddd transparent;
    color: #333;
}
.text-uppercase {
    text-transform: uppercase;
}
/* Typography Media Queries */
@media screen and (max-width: 63.938rem) {
    .h1, h1 {
        font-size: 1.75rem;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    .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: #db2327;
}
a:focus, a:hover {
    text-decoration: none;
    color: #333;
}
/*========================================
 Button
========================================*/
.button {
    background-color: #fff;
    /* margin: auto; */
    padding: 0.625rem 1.25rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: inherit;
    border: 1px solid transparent;
}
.button:hover, .button:focus {
    background-color: #000;
    color: #fff;
}
.button.primary {
    background-color: #fff;
    border-color: #ccc;
    color: inherit;
}
.button.primary:hover, .button.primary:focus {
    background-color: #f5f5f5;
    border-color: #999;
    color: inherit;
}
.button.success, .button.danger, div[class*="-vehicle-functions"] div[class*="button-"] button {
    background-color: #db2327;
    margin-bottom: 0.625rem;
    color: #fff;
    border-color: #db2327;
}
.button.success:hover, .button.danger:hover, div[class*="-vehicle-functions"] div[class*="button-"] button:hover, div[class*="-vehicle-functions"] div[class*="button-"] button:focus {
    background-color: #900;
    border-color: #900;
}
.button-border {
    background-color: transparent;
    border: 2px solid #000;
}
.extra-small {
    padding: 0.0625rem 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border: solid 1px #adadad;
}
.extra-small:hover {
    text-decoration: underline;
}
.extra-small span.glyphicons {
    vertical-align: bottom;
}
.button-clear, .button-clear:hover, .button-clear:focus {
    background-color: transparent;
    border: none;
    color: inherit;
}
.button-noprice {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
    color: inherit;
}
/* Pricing Button Glyphicon */
.srp [class*="-functions"] button.button::before, .vdp [class*="-functions"] button.button::before, div[class*="-vehicle-functions"] div[class*="button-"] button::before {
    content: '';
    position: relative;
    font-family: 'Glyphicons Regular';
}
.button-reserve button::before {
    content: '\E228' !important;
}
.button i.fa {
    top: 0;
    vertical-align: middle;
}
/* Content Links */
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, 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 (min-width: 64rem) and (max-width: 74.9375rem) {
	ul#header-menu2 > li.nav-home {
		display: none;
	}
}
@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.625rem;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
        font-size: clamp(0.75rem, 1vw, 1.125rem);
        white-space: nowrap;
        color: #333;
    }
    ul#header-menu2 > li.is-active > a, ul#header-menu2 > li > a:hover {
        background-color: #db2327;
        color: #fff;
    }
    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;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        animation-name: pullDown;
        -webkit-animation-name: pullDown;
        -ms-animation-name: pullDown;
        -moz-animation-name: pullDown;
        animation-duration: 0.1s;
        -webkit-animation-duration: 0.1s;
        -ms-animation-duration: 0.1s;
        -moz-animation-duration: 0.1s;
        animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out;
        -ms-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
    }
    @keyframes pullDown {
        0% {
            transform: scaleY(0.1);
        }
        100% {
            transform: scaleY(1);
        }
    }
    @-webkit-keyframes pullDown {
        0% {
            -webkit-transform: scaleY(0.1);
        }
        100% {
            -webkit-transform: scaleY(1);
        }
    }
    @-ms-keyframes pullDown {
        0% {
            -ms-transform: scaleY(0.1);
        }
        80% {
            -ms-transform: scaleY(1.01);
        }
        100% {
            -ms-transform: scaleY(1);
        }
    }
    @-moz-keyframes pullDown {
        0% {
            -moz-transform: scaleY(0.1);
        }
        100% {
            -moz-transform: scaleY(1);
        }
    }
    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: 1rem;
        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: #db2327;
        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 {
    position: relative;
    height: inherit;
    box-shadow: none;
    border: none;
}
.header-logo {
    position: relative;
}
.header-logo a.logo {
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 280px;
    height: 89px;
    margin: 0px auto;
    text-decoration: none;
}
.header-menu {
    border-top: solid 1px #eee;
    box-shadow: 0px 3px 6px -1px rgba(51, 51, 51, 0.5);
}
@media(max-width: 768px) {
    .header-logo a.logo {
        position: relative;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 280px;
        height: 89px;
        margin: 0px auto;
        text-decoration: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
}
/* Header Media Queries */
@media screen and (max-width: 63.938rem) {
    .header-menu > .container {
        padding: 0;
    }
    ul.title-bar-menu-info {
        list-style-type: none;
        display: flex;
        align-items: center;
        margin: 0;
    }
    ul.title-bar-menu-info > li:first-child {
        margin-right: auto;
    }
    ul.title-bar-menu-info > li > a {
        display: inline-block;
        padding: 0.75rem 0.9375rem;
    }
    ul.title-bar-menu-info > li:not(:first-child) a {
        color: #333;
    }
    ul.title-bar-menu-info > li > a:hover {
        color: #db2327;
    }
    ul.title-bar-menu-info > li > a span.glyphicons {
        font-size: 1.5em;
    }
    #mobile-header {
        background-color: transparent;
        display: inherit !important;
        width: inherit;
        height: inherit;
        /* padding: 0 !important; */
        box-shadow: none;
    }
    #mobile-header .title-bar-title {
        display: none;
    }
    body.menu-active #mobile-header button.hamburger-nav {
        position: absolute;
        top: -80px;
        left: 15px;
        z-index: 4;
    }
    /* 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-size: 1.125rem;
        line-height: 1.2;
        border-radius: 4px;
        border: solid 1px #e0e0e0;
        color: #000;
    }
    /* End Phone Reveal/Modal */
}
@media screen and (max-width:39.9375rem) {
    .header-make-logo {
        position: absolute;
        height: 25px;
        top: 49px;
        display: inline-block;
    }
    #header-logo-aston {
        width: 67px;
        left: 47%;
        margin-left: -70px;
    }
    #header-logo-lotus {
        width: 28px;
        left: 47%;
        margin-left: 0;
    }
    #header-logo-superformance {
        width: 46px;
        left: 47%;
        margin-left: 30px;
    }
    #header-logo-backdraft {
        width: 34px;
        left: 46%;
        margin-left: 88px;
    }
    #header-logo-karma {
        width: 35px;
        left: 71%;
    }
}
@media screen and (min-width: 40rem) {
    .header-make-logo {
        position: absolute;
        height: 24px;
        top: 63px;
        display: inline-block;
        /* border: solid 1px #ccc; */
    }
    #header-logo-aston {
        width: 67px;
        left: 71px;
    }
    #header-logo-lotus {
        width: 25px;
        left: 142px;
    }
    #header-logo-superformance {
        width: 46px;
        left: 171px;
    }
    #header-logo-backdraft {
        width: 39px;
        left: 221px;
    }
    #header-logo-karma {
        width: 34px;
        left: 264px;
    }
}
@media screen and (min-width: 64rem) {
    .header-logo a.logo {
        background-position: left center;
        width: 100%;
        max-width: 480px;
        height: 130px;
        margin: inherit;
    }
    .header-make-logo {
        height: 34px;
        top: 59px;
    }
    #header-logo-aston {
        width: 81px;
        left: 192px;
    }
    #header-logo-lotus {
        width: 34px;
        left: 152px;
    }
    #header-logo-superformance {
        width: 59px;
        left: 322px;
    }
    #header-logo-backdraft {
        width: 55px;
        left: 89px;
    }
    #header-logo-karma {
        width: 39px;
        left: 276px;
    }
    .header-wrapper .container > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
    .header-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-newsletter a {
        animation: pulsenewsletter 2s infinite;
        display: inline-block;
        margin-right: 0.625rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #db2327;
    }
    @-webkit-keyframes pulsenewsletter {
        0% {
            opacity: 1;
        }
        69% {
            opacity: 1;
        }
        70% {
            opacity: .7;
        }
        80% {
            opacity: .5;
        }
        90% {
            opacity: .1;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes pulsenewsletter {
        0% {
            opacity: 1;
        }
        69% {
            opacity: 1;
        }
        70% {
            opacity: .7;
        }
        80% {
            opacity: .5;
        }
        90% {
            opacity: .1;
        }
        100% {
            opacity: 0;
        }
    }
    .header-social > a {
        font-size: 1.75rem;
        line-height: 1;
    }
    .header-social > a:not(:first-child) {
        margin-left: 0.1875rem;
    }
    .header-social > a img {
        position: relative;
        top: -3px;
        vertical-align: middle;
        width: 24px;
        border-radius: 4px;
    }
    .header-phone span {
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: bold;
        font-size: clamp(1rem, 1vw, 1.125rem);
        line-height: 1;
        color: #666;
    }
    .header-phone > span:not(:first-child) {
        margin-left: 0.9375rem;
    }
    .header-phone span a {
        color: inherit;
    }
    .header-address {
        margin-top: auto;
        color: #db2327;
    }
    .header-address a {
        vertical-align: middle;
    }
}
@media screen and (min-width: 75rem) {
    .header-make-logo {
        height: 37px;
        top: 58px;
    }
    #header-logo-aston {
        width: 93px;
        left: 216px;
    }
    #header-logo-lotus {
        width: 40px;
        left: 170px;
    }
    #header-logo-superformance {
        width: 67px;
        left: 363px;
    }
    #header-logo-backdraft {
        width: 63px;
        left: 100px;
    }
    #header-logo-karma {
        width: 45px;
        left: 312px;
    }
}
@media screen and (min-width: 100rem) {
    .header-make-logo {
        height: 38px;
        top: 57px;
    }
    #header-logo-aston {
        width: 93px;
        left: 216px;
    }
    #header-logo-lotus {
        width: 40px;
        left: 171px;
    }
    #header-logo-superformance {
        width: 66px;
        left: 364px;
    }
    #header-logo-backdraft {
        width: 63px;
        left: 100px;
    }
    #header-logo-karma {
        width: 45px;
        left: 312px;
    }
}
/*========================================
 Content
========================================*/
.off-canvas-content {
    background-color: transparent;
    padding-bottom: 0;
}
#content, .section-padding {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.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;
}
.bg-white {
    background-color: #fff !important;
}
.bg-grey {
    background-color: #e6e6e6 !important;
}
.bg-light {
    background-color: #eee !important;
}
.bg-danger {
    background-color: #db2327 !important;
    color: #fff;
}
.bg-black {
    background-color: #000 !important;
    color: #fff;
}
hr {
    max-width: inherit;
    border-color: #eee;
}
.inline {
    display: inline-block;
}
.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: 0 !important;
}
.mb30 {
    margin-bottom: 1.875rem;
}
.mb15 {
    margin-bottom: 0.9375rem;
}
.mb10 {
    margin-bottom: 0.625rem;
}
.mb5 {
    margin-bottom: 0.3125rem;
}
.mb0 {
    margin-bottom: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pb0 {
	padding-bottom: 0 !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: 0;
}
.top-border {
    border-top: solid 1px #ddd;
}
#content-wrapper p, #content-wrapper ol, #content-wrapper ul {
    font-size: 1.125rem;
}
/* Start Hero Sections */
.hero-section {
    overflow: hidden;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    border-bottom: solid 1px #ddd;
}
.hero-section .container {
    /* width: 100%; */
    height: 100%;
}
.hero-section .container::before, .hero-section .container::before {
    content: '';
    height: 588px;
    width: 1010px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    transition: all 1s ease-in-out;
}
.hero-section .container::before {
    left: -500px;
}
.hero-section.right {
    float: initial;
}
.hero-section.right .container::before {
    right: -500px;
    left: inherit;
}
#reviews-section .container::before {
    background-image: url(/fzautomotive/dealers/63b47936e3a1d.webp);
}
#consign-section .container::before {
    background-image: url(/fzautomotive/dealers/63b4797fbf03c.webp);
}
#follow-section .container::before {
    background-image: url(/fzautomotive/dealers/63b479b787fe3.webp);
}
#random-section .container::before {
    background-image: url(/dealers/61954d342fd2b.jpg);
}
#salon-section .container::before {
    background-image: url(/fzautomotive/dealers/63b479f187e28.webp);
}
#service-section .container::before {
    background-image: url(/fzautomotive/dealers/63b47a3617c43.webp);
}
#why-consign-section .container::before {
    background-image: url(/dealers/61954d20c1db9.jpg);
}
#why-consign-your-car-section .container::before {
    background-image: url(/dealers/61954d0ade5da.jpg);
}
#consign-staff-section .container::before {
    background-image: url(/dealers/61954cfb26c24.jpg);
}
#security-section .container::before {
    background-image: url(/dealers/61954cec3e678.jpg);
}
#threem-section .container::before {
    background-image: url(/dealers/61954cdb78b32.jpg);
}
#ceramic-pro-section .container::before {
    background-image: url(/dealers/61954cc5689ae.jpg);
}
#ceramic-pro-how-section .container::before {
    background-image: url(/dealers/61954cb5ae418.jpg);
}
#finance-section .container::before {
    background-image: url(/dealers/61954ca66e2d3.jpg);
}
#scrape-armor-section .container::before {
    background-image: url(/dealers/61954c9714168.jpg);
}
#paint-section .container::before {
    background-image: url(/dealers/61954c8525eba.jpg);
}
#scotchguard-section .container::before {
    background-image: url(/dealers/61954c73781cf.jpg);
}
#service-contract-section .container::before {
    background-image: url(/dealers/61954c621a643.jpg);
}
#contract-new-section .container::before {
    background-image: url(/dealers/61954c518c2b8.jpg);
}
#contract-used-section .container::before {
    background-image: url(/dealers/61954c42b4357.jpg);
}
#gap-protection-section .container::before {
    background-image: url(/dealers/61954c333f052.jpg);
}
#mission-section .container::before {
    background-image: url(/dealers/618a970751f18.jpg);
}
#shipping-section .container::before {
    background-image: url(/dealers/61954c203ece6.jpg);
}
#auction-research-section .container::before {
    background-image: url(/dealers/61954c0f858a7.jpg);
}
#auction-consignment-section .container::before {
    background-image: url(/dealers/61954baddd389.jpg);
}
#auction-title-section .container::before {
    background-image: url(/dealers/61954bfcce80f.jpg);
}
#auction-photos-section .container::before {
    background-image: url(/dealers/61954be3db232.jpg);
}
.hero-section .container .row {
    height: 100%;
}
.hero-section .hw-container {
    position: relative;
    text-align: justify;
    z-index: 1;
}
.hero-section .hw-container h2 small {
    line-height: 1.4;
}
.hero-section .hw-container .button {
    width: 100%;
    max-width: 225px;
}
/* Hero Sections Media Queries */
@media screen and (max-width: 63.9375rem) {
    .hero-section .container {
        padding-top: 11.25rem;
        padding-bottom: 1.875rem;
    }
    .hero-section .container::before {
        height: 215px;
        width: 450px;
        left: -50px;
        top: 0;
    }
    .hero-section.right .container::before {
        height: 215px;
        width: 450px;
        right: -50px;
        left: inherit;
        top: 0;
    }
}
@media screen and (min-width: 64rem) {
    .hero-section {
        height: 435px;
    }
    .hero-section.hero-wrapper-tall {
        height: 600px;
    }
}
/* End Hero Sections */
/* Start Separate Content Sections */
section[class*="content-"] {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
section[class*="content-"] .cw-text {
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    margin: 0px;
    padding: 30px;
}
section[class*="content-"] .cw-text-heavy {
    background-color: rgba(255, 255, 255, 0.9);
}
[class*="content-"][id*="-section"]::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    filter: grayscale(75%);
}
#crypto-list-section::before {
    background-image: url(/dealers/636e6adb88c34.jpg);
}
#consign-list-section::before {
    background-image: url(/dealers/61a641a42ef09.jpg);
}
#finance-list-section::before {
    background-image: url(/dealers/61a641921ac2e.jpg);
}
#security-list-section::before {
    background-image: url(/dealers/61a6418085bcb.jpg);
}
#security-topper-section::before {
    background-image: url(/dealers/61a6416e406c6.jpg);
    filter: inherit !important;
    background-position: center right !important;
}
#paint-list-section::before {
    background-image: url(/dealers/61a64157ed384.jpg);
}
#why-list-section::before {
    background-image: url(/dealers/6189b3cf11bde.jpg);
}
#scotchguard-section::before {
    background-image: url(/dealers/61a6414363bbe.jpg);
}
#ceramic-pro-list-section::before {
    background-image: url(/dealers/61a641313d7b5.jpg);
}
#shipping-services-section::before {
    background-image: url(/dealers/61a6411f2d9ca.jpg);
}
#scrape-armour-section::before {
    background-image: url(/dealers/61a6410c1415b.jpg);
}
#venue-section::before {
    background-image: url(/dealers/61a640fa676f2.jpg);
}
#auction-list-section::before {
    background-image: url(/dealers/61a640b3514ec.jpg);
}
#auction-list-section2::before {
    background-image: url(/dealers/61a640cf2969d.jpg);
}
#auction-list-section3::before {
    background-image: url(/dealers/61a640e3b8fea.jpg);
}
#monopoly-event-section::before {
    background-image: url(/dealers/647f89472d7dc.webp);
}
.content-section .cw-container h2 small {
    line-height: 1.2em;
}
.content-section .cw-text ul {
    margin-bottom: 0;
}
.content-section .cw-text ul li {
    margin-bottom: 0.9375rem;
}
/* End Separate Content Sections */
/* Start Contact Us Page Phone #s */
address {
    font-style: normal;
}
.phone-wrapper {
    padding-left: 0.625rem;
}
.phone-wrapper h4 {
    font-weight: normal;
    color: #b32229;
}
.phone-wrapper h4 span {
    color: #333;
}
/* End Contact Us Page Phone #s */
/* 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, .section-padding {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
    .content-section .cw-text ul li {
        margin-bottom: 1.5625rem;
    }
    .content-section .cw-text-compact ul li {
        margin-bottom: 0.5rem;
    }
    .content-section .cw-text ul li:last-child {
        margin-bottom: 0;
    }
    /* 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;
    }
}
/*========================================
 Content Custom
========================================*/
/* Start Form Section */
form[id*="-form"] h5 {
    padding: 0.625rem 0 0.625rem 0.625rem;
    font-size: 1.375rem;
    line-height: 1;
    border-style: solid;
    border-width: 2px 0 1px 0;
    border-color: #b32229 transparent #ddd transparent;
    color: #333;
}
form[id*="-form"] h5 small {
	color: #b32229;
}
form[id*="-form"] .callout {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
}
form[id*="-form"], form[id*="-form"] label {
    font-weight: bold;
    font-size: 1rem;
}
form[id*="-form"] label.is-invalid-label, form[id*="-form"] label small {
    color: #db2327;
}
form[id*="-form"] input[type="text"], form[id*="-form"] input[type="number"], form[id*="-form"] select, form[id*="-form"] textarea {
    font-weight: normal;
    border-radius: 4px;
}
form[id*="-form"] input[type="text"]::placeholder {
    color: #333;
}
form[id*="-form"] input[type="submit"] {
    background-color: #fff;
    position: relative;
    left: 50%;
    height: 50px;
    margin: 0 auto 0.9375rem;
    padding: 0.5625rem 1.125rem;
    font-weight: bold;
    font-size: 1.125rem;
    border: 3px solid #000;
    border-radius: 0;
    color: #333;
    transform: translateX(-50%);
}
form[id*="-form"] input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}
form[id*="-form"] .step3 input[type="submit"] {
    left: inherit;
    transform: inherit;
}
/* Custom Form Meida Queries */
@media screen and (min-width: 64rem) {
    form[id*="-form"] .callout {
        width: 80%;
        margin: 0 auto;
    }
}
/* End Form Section */
/*========================================
 SRP
========================================*/
.srp .srp-filter > div {
    background-color: #f9f9f9;
    margin-top: 0.9375rem;
    margin-bottom: 0;
    padding: 0.9375rem;
    border-style: solid;
    border-width: 1px 1px 10px;
    border-color: #ddd;
}
.srp .srp-filter h3 {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    border: none;
}
.srp .srp-filter h3 a {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: right;
    color: inherit;
}
.srp-filter .srp-filter-search {
    margin-top: 0 !important;
}
.srp-filter .input-group {
    position: relative;
    margin-bottom: 0;
}
.srp-filter .input-group input {
    height: 40px;
}
.srp-filter .input-group input[type="text"] {
    border-width: 1px;
    border-color: #ddd;
    border-radius: 4px;
}
.srp-filter .input-group input[type="submit"] {
    background-color: transparent;
    background-image: url(/fzautomotive/dealers/61f17b5c2fccb.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-indent: -9999px;
}
.srp-filter .input-group .input-group-button {
    width: auto;
}
.srp-filter-selects select {
    margin-bottom: 0.625rem;
    border-radius: 4px;
}
.srp-filter-selects form, .srp .srp-filter .srp-filter-item .srp-filter-item-link {
    margin-top: 0.625rem;
    padding-top: 0.9375rem;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #ccc;
}
.srp-filter-item-link li {
    padding: 0.1875rem;
    -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;
}
.srp-filter-item-link > li:not(:last-child) {
    margin-bottom: 0.1875rem;
}
.srp-filter-item-link li a span {
    font-size: 1rem;
    line-height: 1;
}
/* START IN-184066 don't show count for srp filter items */
.srp-filter-item-link-total {
    display: none;
}
/* END IN-184066 don't show count for srp filter items */
.srp-pagination, .srp-pagination-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.srp-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.srp-pagination-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.srp-count-pagination form label {
    position: relative;
    display: flex;
    align-items: center;
    width: 115px;
    height: 34px;
    padding-left: 0.625rem;
}
.srp-count-pagination form label span {
    white-space: nowrap;
    line-height: 1;
}
.srp-count-pagination form select {
    background-color: transparent;
    background-size: 8px;
    position: absolute;
    left: 0;
    height: 100%;
    margin: 0 !important;
    padding: 0.6rem 0.6rem 0.6rem 70px;
    font-size: 0.875rem;
    line-height: 1;
    border: solid 1px #ddd;
}
.srp-sort-pagination ul.sub-nav {
    background-color: transparent;
}
.srp-sort-pagination ul.sub-nav li.sort-header {
    padding-right: 0.625rem;
    font-weight: bold;
}
.srp-sort-pagination ul.sub-nav li {
    font-size: 0.875rem;
}
.srp-sort-pagination ul.sub-nav > li:not(:last-child) {
    padding-right: 0.3125rem;
}
.srp-sort-pagination ul.sub-nav li a {
    background-color: #fff;
    padding: 0.6rem;
    border: solid 1px #ddd;
    border-radius: 0;
}
.srp-sort-pagination ul.sub-nav li.active a, .srp-sort-pagination ul.sub-nav li a:hover {
    background-color: #db2327;
    color: #fff;
    border-radius: 0;
}
.srp-pagination .srp-sort-pagination {
    background-color: transparent;
    margin-bottom: 0.9375rem;
    padding: 0;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.srp-page-pagination ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 0;
}
.srp-page-pagination ul.pagination li {
    background-color: #fff;
    padding: 0;
}
.srp-page-pagination ul.pagination li.current, .srp-page-pagination ul.pagination li.current a {
    background-color: #db2327 !important;
}
.srp-page-pagination ul.pagination li a {
    position: relative;
    float: left;
    padding: 0.375rem 0.75rem;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
}
.srp-page-pagination ul.pagination li.current a {
    color: #fff;
}
.srp-page-pagination ul.pagination li:first-child a {
    border-radius: 4px 0 0 4px;
}
.srp-page-pagination ul.pagination li:last-child a {
    border-radius: 0 4px 4px 0;
}
.srp-page-pagination ul.pagination li:not(:last-child) a {
    border-right-width: 0;
}
.srp-results div[id*="srp-"] {
    margin-bottom: 0.9375rem;
}
.srp-vehicle-media {
    margin-top: 0 !important;
    margin-bottom: 0.625rem;
}
.srp-vehicle-media img {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}
.srp-vehicle-pricing .price-was {
    display: none;
}
.srp-vehicle-pricing .price:not(.price-was) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.price span.price-value {
    margin-left: 0;
}
.price {
    display: inline-block;
    width: 100%;
}
.price > span {
    line-height: 1;
}
.price > span:last-child {
    margin-left: 0.3125rem;
}
span.high-price-value {
    font-weight: bold;
    font-size: 1.25rem;
    color: #666;
}
span.special-price-value {
    color: #008000;
}
span.price-value {
    font-weight: bold;
    font-size: 1.5rem;
}
.srp-vehicle-data span.srp-vehicle-data-value {
    margin-left: 0.3125rem;
}
.srp-vehicle-functions > * {
    margin-bottom: 0.625rem !important;
}
.srp .srp-vehicle .srp-vehicle-data {
    font-size: inherit;
}
/* SRP Media Queries */
@media screen and (max-width: 63.9375rem) {
    .srp-filter ul.accordion {
        margin-bottom: 0.9375rem;
    }
    .srp-filter ul.accordion li.accordion-item a.accordion-title {
        background-color: #db2327;
        padding: 0.9375rem;
        font-weight: bold;
        font-size: 1rem;
        color: #fff;
        border: none;
    }
    .srp-filter ul.accordion li.accordion-item a.accordion-title::before {
        margin-top: 0;
        font-size: 1.5rem;
        transform: translateY(-50%);
    }
    .srp-filter ul.accordion li.accordion-item .accordion-content {
        background-color: #db2327;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        border: none;
    }
    .srp-filter .input-group, .srp-filter form#filterSelectsForm2 > select {
        margin-bottom: 0.625rem;
    }
    .srp-filter .input-group input[type="text"] {
        border-radius: 0;
    }
}
@media screen and (max-width: 39.9375rem) {
    .srp-vehicle-functions button, .srp-vehicle-functions a {
        background-color: #db2327;
        color: #fff;
        border: none;
    }	
    .srp-bottom-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*margin-top: 0.625rem;*/
        /*margin-bottom: -0.625rem;*/
    }
    .srp-bottom-bar .srp-bottom-bar-item {
        margin-right: 0 !important;
        padding: 0;
    }
    .srp-bottom-bar .srp-bottom-bar-item a {
        background-color: #db2327;
        padding: 3px 10px;
        line-height: 2;
        color: #fff;
        border-radius: 4px 4px 0 0;
    }
}
@media screen and (min-width: 64rem) {
    .srp .srp-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .srp-filter div[id*="filter-"]:not(#filter-price):not(#filter-transmission):not(#filter-exterior) {
        display: none;
    }
}
/*========================================
 SRP List
========================================*/
#srp-list .srp-vehicle {
    margin-top: 0.9375rem;
    margin-bottom: 1.875rem;
    padding-right: 0.625rem;
    padding-bottom: 0.3125rem;
    border-right: solid 5px #db2327;
    border-radius: 0;
    -webkit-box-shadow: 1px 3px 4px -2px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 1px 3px 4px -2px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 3px 4px -2px rgba(0, 0, 0, 0.65);
}
#srp-list .srp-vehicle:hover {
    background-color: transparent;
}
#srp-list > .srp-vehicle:last-child {
    margin-bottom: 0.9375rem;
}
#srp-list .srp-vehicle-list-data .srp-vehicle-title {
    margin-top: 0;
    margin-bottom: 0.625rem;
}
#srp-list h4.srp-vehicle-title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1;
    color: #666;
}
#srp-list h4.srp-vehicle-title a {
    color: inherit;
}
#srp-list .srp-vehicle-list-data .srp-vehicle-functions {
    margin-top: 0.625rem;
}
/* SRP List Media Queries */
@media screen and (max-width: 39.9375rem) {
    #srp-list .srp-vehicle {
        margin-bottom: 0;
        padding: 0;
        border: solid 1px #666;
        -webkit-box-shadow: 1px 3px 4px -2px rgba(0, 0, 0, 0.65);
        -moz-box-shadow: 1px 3px 4px -2px rgba(0, 0, 0, 0.65);
        box-shadow: 1px 3px 4px -2px rgba(0, 0, 0, 0.65);
    }
    #srp-list .srp-vehicle-list-data .srp-vehicle-info {
        padding: 0.625rem;
        text-align: center;
    }
    #srp-list .srp-vehicle-list-data .srp-vehicle-title {
    	font-size: 1.125rem;
    }
    #srp-list .srp-vehicle-info .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #srp-list .srp-vehicle-info .price span.price-value {
        margin-left: 0;
    }
    #srp-list .srp-vehicle .srp-vehicle-data > div:not(:first-child) {
    	display: none;
    }
}
@media screen and (min-width: 40rem) {
    #srp-list .srp-bottom-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
    #srp-list .srp-bottom-bar-item {
        float: inherit;
        margin-right: 0;
        padding: 0;
    }
    #srp-list .srp-bottom-bar-item a {
        color: #db2327;
    }
    /* Start SRP Description */
    #srp-list .srp-vehicle .srp-description {
        margin-bottom: 0.9375rem;
        padding-left: 0.625rem;
        overflow: hidden;
    }
    #srp-list .srp-vehicle .srp-description .srp-description-read-more {
        padding-left: 0.3125rem;
    }
    /* End SRP Description */
}
/*========================================
 SRP Grid
========================================*/
#srp-grid .srp-vehicle-grid {
    margin-top: 0.9375rem;
}
#srp-grid .srp-vehicle-list {
    border: solid 1px #666;
    -webkit-box-shadow: 1px 3px 4px -2px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 1px 3px 4px -2px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 3px 4px -2px rgba(0, 0, 0, 0.65);
}
#srp-grid .srp-vehicle-list:hover {
    background-color: #fff;
}
#srp-grid .srp-vehicle-list-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
#srp-grid .srp-vehicle-media, #srp-grid .srp-vehicle-title, #srp-grid .srp-vehicle-data, #srp-grid .srp-vehicle-pricing, .toolbar {
    margin-bottom: 0.625rem;
}
#srp-grid .srp-vehicle-media img {
    width: 100%;
}
#srp-grid .srp-vehicle-info {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.625rem;
}
#srp-grid .srp-vehicle-title {
    text-align: center;
}
#srp-grid .srp-vehicle-title h4 {
    margin-bottom: 0;
    line-height: 1;
}
#srp-grid .srp-vehicle-title h4 a {
    display: block;
    color: inherit;
}
#srp-grid .srp-vehicle-data-value {
    font-weight: bold;
}
#srp-grid .srp-vehicle-data {
    margin-bottom: 0;
}
#srp-grid .srp-vehicle-data .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#srp-grid .vehicle-details {
    margin-top: auto;
}
/*========================================
 VDP
========================================*/
.vdp .vdp-container {
    background-color: transparent;
    padding: 0;
}
.vdp-heading, .vdp-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vdp-heading, .vdp-details, .vdp-options {
    margin-bottom: 0.9375rem;
}
.vdp-title h2 {
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #666;
}
.vdp-social {
    margin-left: auto;
}
.vdp-social span, .vdp-social button {
    display: inline-block;
    vertical-align: top;
}
.vdp-media {
    margin-top: 0 !important;
}
.vdp-fields ul li {
    font-size: 1rem;
    white-space: nowrap;
}
.vdp-fields ul li span {
    font-weight: bold;
}
.vdp-panels .panel {
    margin-bottom: 0.9375rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    /*-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);*/
    /*box-shadow: 0 1px 1px rgb(0 0 0 / 5%);*/
}
.vdp-panels .panel-heading {
    background-color: #eee;
    padding: 0.625rem 0.9375rem;
    color: #fff;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-color: #ddd;
}
.vdp-panels .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1;
    color: initial;
}
.vdp-panels .panel-body {
    padding: 0.9375rem;
}
.vdp-panels, .vdp-options {
    width: 100%;
}
.vdp-options > ul.accordion {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
}
.vdp-options ul.tabs {
    position: relative;
    z-index: 2;
    top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    border: none;
}
.vdp-options ul.tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.vdp-options ul.tabs li a {
    background-color: #eee;
    padding: 0.625rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.4;
    border-radius: 4px 4px 0 0;
    border: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    color: initial;
}
.vdp-options ul.tabs li a:hover {
    background-color: #fff;
}
.vdp-options ul.tabs li.is-active a, .vdp-options ul.tabs li.is-active a:hover {
    background-color: #fff;
    color: initial;
    border-bottom-color: #fff;
}
.vdp-options .tabs-content {
	position: relative;
    background-color: #fff;
    min-height: 100px;
    padding: 0;
    border: 1px solid #e6e6e6;
    border-radius: 0 0 4px 4px;
}
.vdp-options .tabs-content::after {
	content: attr(data-description);
	position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.2;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.vdp-options .tabs-content .tabs-panel {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0;
}
.vdp-options .tabs-content .tabs-panel ul.vdp-content-list {
    list-style-type: none;
    margin-left: 0;
}
.vdp-options .tabs-content .tabs-panel ul.vdp-content-list li {
    padding: 0.625rem 0.9375rem;
    font-size: 1rem;
    line-height: 1.4;
}
.vdp-options .tabs-content .tabs-panel ul.vdp-content-list > li:not(:last-child) {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #e6e6e6;
}
.vdp-vehicle-functions button, .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;
}
.vehicle-similar .related-vehicle {
    list-style-type: none;
    margin: -0.9375rem;
}
.related-vehicle > li:not(:last-child) {
    border-bottom: solid 1px #cacaca;
}
.related-vehicle .srp-vehicle-list-data a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0.9375rem;
    color: inherit;
}
.related-vehicle .srp-vehicle-list-data a:hover {
    background-color: #eee;
}
.related-vehicle .srp-vehicle-list-data a .srp-vehicle-media {
    margin-top: 0 !important;
    padding-right: 0.625rem;
    flex-basis: 40%;
}
.related-vehicle .srp-vehicle-list-data a .srp-vehicle-media img {
    border-radius: 4px;
    border: solid 1px #cacaca;
}
.related-vehicle .srp-vehicle-list-data a .srp-vehicle-details {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}
.related-vehicle .srp-vehicle-list-data a .srp-vehicle-details h5 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 0.875rem;
    color: inherit;
}
.related-vehicle .srp-vehicle-list-data a .srp-vehicle-details span {
    font-size: 0.875rem;
}
/* VDP Media Queries */
@media screen and (max-width: 63.9375rem) {
    .vdp-options > ul.accordion {
        margin-bottom: 0;
    }
    .vdp-options > ul.accordion > li {
        border: 1px solid #e6e6e6;
        border-radius: 4px;
    }
    .vdp-options > ul.accordion > li:not(:last-child) {
        margin-bottom: 0.3125rem;
    }
    .vdp-options > ul.accordion > li > a {
        background-color: #eee;
        padding: 0.9375rem;
        font-weight: bold;
        font-size: 1rem;
        color: inherit;
        border-radius: 5px;
    }
    .vdp-options > ul.accordion > li.is-active > a {
        border-radius: 5px 5px 0 0;
    }
    .vdp-options > ul.accordion > li:not(.is-active) > a {
        border-bottom: 1px solid transparent;
    }
    .vdp-options > ul.accordion > li > a::before {
        margin-top: initial;
        font-size: 1.625rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .vdp-options > ul.accordion > li .accordion-content {
        border: none;
        border-radius: 0 0 5px 5px;
    }
}
@media screen and (max-width: 39.9375rem) {
    .vdp-social {
        margin-bottom: 0.9375rem;
    }
    .vdp-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .vdp-heading .vdp-title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .vdp-media {
        margin-bottom: 0.9375rem !important;
    }
    .vdp-fields {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .vdp-fields ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .vdp-fields ul li:not(:last-child) {
        margin-right: 0.625rem;
    }
    .vdp-options ul.tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .vdp-options ul.tabs li {
        margin-bottom: 0.3125rem;
    }
    .vdp-options ul.tabs li a {
        border-radius: 4px;
        border-width: 1px;
    }
    .vdp-options .tabs-content {
        border-radius: 4px;
    }
    .vdp-vehicle-functions button, .vdp-vehicle-functions a {
        background-color: #db2327;
        color: #fff;
        border: none;
    }
}
@media screen and (min-width: 64rem) {
    .vdp-options > ul.accordion > li.accordion-item > a {
        display: none;
    }
    .vdp-options > ul.accordion > li.accordion-item > .accordion-content {
        background-color: transparent;
        padding: 0;
        border: none;
    }
    .vdp-options > ul.accordion > li.accordion-item > .accordion-tabs {
        display: block !important;
    }
}
/*========================================
 Footer
========================================*/
.footer {
    background-color: transparent;
    margin-top: 0;
    font-family: inherit;
    border-top: solid 1px #eee;
}
.footer a, .footer .copyright a {
    color: #db2327;
}
.footer .footer-info {
    padding: 0.9375rem 0 0;
    text-align: left;
    border: none;
    color: inherit;
}
.footer-info-phone a {
    font-weight: bold;
    color: #333;
}
.footer-info-dealer-address a {
    vertical-align: middle;
    color: inherit !important;
}
.footer-social h4.slogan {
    color: #db2327;
}
.footer div[class*="-social"] {
    line-height: 1;
}
.footer div[class*="-social"] a {
    display: inline-block;
    vertical-align: middle;
    height: initial !important;
    font-size: initial !important;
    line-height: initial !important;
}
.footer div[class*="-social"] a img {
    width: 40px;
    border-radius: 6px;
}
.footer div[class*="-social"] i.fa {
    font-size: 2.875rem;
    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 {
    font-family: inherit;
    font-size: 1rem;
    color: #333;
}
.footer .copyright .copyright-links ul {
    font-size: 1rem;
}
.footer .copyright .copyright-links ul li {
    border-color: #ccc;
}
.footer .copyright img[alt ~="FusionZone"] {
    width: 135px;
    margin-bottom: 0.625rem;
}
/* Footer Media Queries */
@media screen and (min-width: 40rem) {
    .footer-info-dealer-address {
        text-align: right;
    }
}
/*========================================
 FZ Styles
========================================*/
.xdsoft_datetimepicker * {
    z-index: 99;
}
.breadcrumbs-wrapper ul.breadcrumbs, ul.breadcrumbs {
    padding: 0 0 0.9375rem;
}
ul.breadcrumbs {
    display: none;
}
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 */
i.fa.fa-facebook-square {
    color: #3b5998 !important;
}
i.fa.fa-twitter-square {
    /* color: #00aced !important; */
}
i.fa.fa-youtube-square {
    color: #bb0000 !important;
}
i.fa.fa-google-plus-square {
    color: #dd4b39 !important;
}
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;
}
i.fa.fa-yelp {
    color: #af0606 !important;
}
i.fa.fa-flickr {
    color: #ff0084 !important;
}
.transitBtn {
    display: none !important;
}
.compareBtn {
    height: 100%;
    margin-bottom: 0 !important;
    line-height: initial;
    color: initial;
}
.compareBtn:focus {
    color: inherit;
}
.compareBtn i.fa {
    font-size: 1rem;
}
/*========================================
 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 {
    background-color: #f9f9f9;
    padding: 1.875em;
    border: 1px solid #ddd;
    /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); */
    box-shadow: none;
}
.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
========================================*/
.show-for-print {
	display: none;
}
@media print {
    .off-canvas-wrapper-inner {
        margin-top: 0;
    }
    body {
        overflow-y: initial;
    }
    #content {
	    /*margin: 0.625rem;*/
	    padding: 0.9375rem;
	    border: solid 2px #db2327;    
    }
    #content-wrapper > .container {
    	padding: 0;
    }
	.show-for-print {
		display: block;
	}  
	.price {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	            align-items: center;
	    width: initial;
	}  
	.price > span.hide {
	    display: inline-block !important;
	    margin-left: auto;
	}
    .hide-for-print, .reveal-overlay, .off-canvas-content > .row, .c-img, .vdp-vehicle-functions button, .vdp-vehicle-functions a.button, .main-slide .slick-prev, .main-slide .slick-next, .vehicle-disclaimer, img[src*="https://insight.adsrvr.org"] {
        display: none !important;
    }
    #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;
    }
    .print-heading, .print-social, .vdp-details > div.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    }
    .print-heading, .print-social {
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
    }
    .print-logo {
    	padding-right: 1.875rem;
    }
    .vdp-details > div.row > div:first-child {
    	-ms-flex-preferred-size: 60%;
    	    flex-basis: 60%;
    }
    .vdp-title h2 {
    	text-transform: uppercase;
    	text-align: center;
    	font-size: clamp(1.625rem, 1.6vw, 2.5rem);
    } 
    .image-thumbnails {
    	display: grid;
    	grid-gap: 1px;
    	grid-template-columns: repeat(2, auto);
    }
    .image-thumbnails .column-block {
    	max-height: initial;
    	border: none;
    }
	.image-thumbnails .column-block:nth-child(1), .image-thumbnails .column-block:nth-child(n+6) {
	    display: none;
	}
    .vdp-details > div.row > div:last-child {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    }
    .vdp-fields ul {
    	margin-bottom: 0;
    }
    .vdp-fields ul li {
    	font-size: 0.875rem;
    	line-height: 1.4;
    }
    .vdp-panels .panel {
    	margin-bottom: 0;
    	border: none;
    }
    .vdp-panels .panel-heading {
    	margin-bottom: 0.3125rem;
    	padding: 0;
    	border: none;
    }
    .vdp-panels .panel-body {
    	padding: 0;
    }
    .vehicle-description {
    	line-height: 1.2;
    }
    .vehicle-description * {
    	display: inline;
    	font-size: 0.875rem !important;
    	line-height: 1;
    }
    .vehicle-description ul {
	    list-style-type: none;
	    margin-left: 0;
	    margin-bottom: 0;
    }
    .vehicle-description ul li:not(:last-child) {
    	margin-right: 0.625rem;
    }
    .print-social > div, .vdp-title {
    	-webkit-box-flex: 1;
    	    -ms-flex: 1;
    	        flex: 1;
    }    
}