/*========================================
 General
========================================*/
body {
    background-color: #424242;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-rendering: optimizeLegibility;
    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: 600;
    font-family: inherit;
    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-weight: 700;
    font-size: 1.875rem;
}
.h2, h2 {
    font-size: 1.625rem;
}
.h3, h3 {
    font-size: 1.375rem;
}
.h4, h4 {
    font-size: 1.25rem;
}
.h5, h5 {
    font-size: 1.125rem;
}
.text-uppercase {
    text-transform: uppercase;
}
/* Typography Media Queries */
@media screen and (max-width: 63.938rem) {
    .h1, h1 {
        font-size: 1.625rem;
    }
    .h2, h2 {
        font-size: 1.375rem;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
    .h4, h4 {
        font-size: 1.125rem;
    }
}
/*========================================
 Links
========================================*/
a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: hand;
    cursor: pointer;
}
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;
}
/* Pricing Button Glyphicon */
.srp [class*="-functions"] button.button::before, .vdp [class*="-functions"] button.button::before {
    content: '\f155';
    position: relative;
    font-family: 'FontAwesome';
}
.button i.fa {
    top: 0;
    vertical-align: text-bottom;
}

/*========================================
 Menu
========================================*/
.js-off-canvas-exit {
    background: rgba(0, 0, 0, 0.55);
} 
/* Menu Media Queries */
@media screen and (max-width: 63.938rem) {
    .off-canvas {
        background-color: #c3172c;
        height: 100%;
    }
    .off-canvas ul.menu {
        position: relative;
    }
    .off-canvas .menu li {
        background-color: inherit;
    }
    .off-canvas .menu > li:last-child {
        border: none;
    }
    .off-canvas .menu li:hover, .off-canvas .menu li:focus, .off-canvas .menu li:active {
        background-color: #a01325;
    }
    .off-canvas .menu li a img {
        width: 30px;
    }
    .off-canvas .submenu {
        list-style-type: none;
        background-color: #a01325;
        border-top: 1px solid rgba(170, 170, 170, 0.30);
    }
    .off-canvas .submenu li {
        background-color: inherit;
        padding: 0;
    }
    .off-canvas .submenu > li:not(:last-child) {
        border-bottom: 1px solid rgba(170, 170, 170, 0.30);
    }
    .off-canvas .submenu li:hover {
        background-color: #ff2e36;
    }
    .off-canvas .submenu li a {
        padding: 0.5em 0.7em;
    }
    .off-canvas .submenu li .submenu {
        background-color: #ff2e36;
    }
    .off-canvas .submenu li .submenu li:hover {
        background-color: #a01325;
    }
}
@media screen and (min-width: 64rem) {
    ul#header-menu2 {
        position: relative;
        /*height: 70px;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    ul#header-menu2 > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    ul#header-menu2 > li:first-child {
        margin-right: auto;
        padding-top: 0.625rem;
    }
    ul#header-menu2 > li:hover, ul#header-menu2 > li.is-active {
        background-color: transparent !important;
    }
    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: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        height: 100%;
        padding: 0 clamp(0.3125rem, 0.8vw, 0.9375rem) 0.625rem;
        text-align: center;
        text-decoration: none;
        line-height: 1.4;
        white-space: nowrap;
        color: #000;
    }
    ul#header-menu2 > li.is-active > a, ul#header-menu2 > li > a:hover {
        background-color: transparent;
        color: #4d9bc9;
    }  
    ul#header-menu2 > li > a span {
        position: relative;
        font-weight: bold;
        font-size: clamp(0.8125rem, 1.2vw, 1rem);
        letter-spacing: 0.125rem;
    }
    ul#header-menu2 > li > a span::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        border-bottom: solid 2px transparent;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    ul#header-menu2 > li.is-active > a span::after, ul#header-menu2 > li > a:hover span::after {
        width: 100%;
        border-color: #4d9bc9;
    }    
    ul#header-menu2 > li > a > i.fa {
        margin-left: 0.3125rem;
        margin-right: 0;
    }
    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);
        box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
        white-space: nowrap;
    }      
    /* Start initial (first) dropdown */
    :is(ul#header-menu2 > li, ul#header-menu2 li.two-column) > .submenu {
        display: block;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: inset 0 5px 10px -5px rgb(0 0 0 / 25%), inset 5px 0 5px 0 #fff, inset -5px 0 5px 0 #fff, inset 0 -5px 5px 0 #fff;
        box-shadow: inset 0 5px 10px -5px rgb(0 0 0 / 25%), inset 5px 0 5px 0 #fff, inset -5px 0 5px 0 #fff, inset 0 -5px 5px 0 #fff;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    ul#header-menu2 .submenu.transition {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    ul#header-menu2 li > .submenu.js-dropdown-active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    /* End initial (first) dropdown */  
    ul#header-menu2 li.two-column > .submenu {
        display: -ms-grid;
        display: grid;
    	-ms-grid-columns: (1fr)[2];
    	grid-template-columns: repeat(2, 1fr);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgb(0 0 0 / 20%);        
    }    
    ul#header-menu2 .submenu li > a {
        height: 35px;
        padding: 0 0.625rem;
        font-weight: 400;
        font-size: 0.875rem;
        letter-spacing: 0.03em;
        line-height: 35px;
        color: #333;
    }
    ul#header-menu2 .submenu li.is-active > a {
        background-color: #4d9bc9;
        color: #fff;
    }
    ul#header-menu2 .submenu li > a:hover {
        background-color: #4d9bc9;
        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-info {
    padding: 0.3125rem 0.9375rem;
}
.header-info * {
    font-size: 0.8125rem;
    letter-spacing: -0.001px;
}
.header-hours {
    height: initial;
    line-height: initial;
    color: inherit;
}
.header-menu {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 	
}
.header-social a i {
    font-size: 1.5rem;
}
/* Header Media Queries */
@media screen and (max-width: 63.938rem) {	
    .header-mobile {
        background-color: #fff;
        color: #000;
    }
    .header-mobile .title-bar {
    	background-color: transparent;
    }
    .header-menu {
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    padding: 0.3125rem 0.9375rem;
	    -webkit-box-shadow: inset -1px 1px 0 0 #000, inset 1px -1px 0 0 #000;
	            box-shadow: inset -1px 1px 0 0 #000, inset 1px -1px 0 0 #000;
	    color: inherit;
    }
    .header-menu .header-logo img {
        width: 100%;
        max-width: 250px;
        height: initial;
    }
    ul.mobile-contact-container {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 auto;
        padding-left: 1.875rem;
    }
    ul.mobile-contact-container > li {
        width: 35px;
    }
    ul.mobile-contact-container a.mobile-contact-button {
        position: relative;
        display: block;
        font-size: 1.5rem !important;
        line-height: 1;
        text-align: center;
        color: inherit;
    }
    ul.mobile-contact-container a.mobile-contact-button.hover::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -1px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #333333;
        transform: translateX(-50%);
    }
    ul.mobile-contact-container .dropdown-pane {
        width: 100% !important;
        left: 0 !important;
        padding: 0;
        border: none;
        opacity: 0;
    }
    ul.mobile-contact-container .dropdown-pane.is-open {
        width: 100% !important;
        left: 0 !important;
        opacity: 1;
    }
    ul.mobile-contact-container .dropdown-pane ul {
        margin-left: 0;
    }
    ul.mobile-contact-container .dropdown-pane li {
        border-top: solid 1px #333;
    }
    ul.mobile-contact-container .dropdown-pane li > a {
        display: block;
        padding: 0.7rem .6rem !important;
        font-size: 0.875rem;
        color: #fff;
    }
    ul.mobile-contact-container .dropdown-pane li > a:hover {
        background-color: #333;
    }
    .mobile-hours {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    padding: 0.5rem;
	    line-height: 1;    
    }
	.header-social {
	    margin-left: auto;
	}    
}
@media screen and (min-width: 64rem) {
    .header-desktop {
        position: relative;
        z-index: 99;
        background-color: transparent;
        height: inherit;
        letter-spacing: 0.1875rem;
        box-shadow: none;
    }
    .header-info {
        background-color: #4d9bc9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-info * {
        color: #fff;
    }
    .header-info > div:not(:last-child) {
        margin-right: 0.9375rem;
    }
    .header-phone > span {
        position: relative;
    }
    .header-phone > span:not(:first-child):not(:last-child) {
        padding-right: 0.5rem;
    }
    .header-phone > span:not(:first-child):not(:last-child)::after {
        content: '';
        position: relative;
        border-right: solid 1px #fff;
        right: -6px;
    }
    .header-phone a {
        color: inherit;
    }
    .header-menu {
		-webkit-box-shadow: inset 0 -1px 0 1px #000, inset 1px 0 0 1px #000, inset -1px 0 0 1px #000, inset 0 1px 0 1px #fff;
		box-shadow: inset 0 -1px 0 1px #000, inset 1px 0 0 1px #000, inset -1px 0 0 1px #000, inset 0 1px 0 1px #fff;
        border-bottom: solid 1px #eee;
	}
    .header-menu > * {
        background-color: #fff;
    }
    .header-menu nav.navbar {
	    -webkit-box-flex: 1;
	    -ms-flex: 1;
	    flex: 1;
    }
    .header-menu.sticky {
        position: fixed;
        z-index: 99;
        width: 100%;
        top: 0;
        animation-name: slideDown;
        -webkit-animation-name: slideDown;
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-timing-function: ease;
        -webkit-animation-timing-function: ease;
        visibility: visible !important;
        padding: 0;
    }
    @keyframes slideDown {
        0% {
            transform: translateY(-100%);
        }
        100% {
            transform: translateY(0%);
        }
    }
    @-webkit-keyframes slideDown {
        0% {
            -webkit-transform: translateY(-100%);
        }
        100% {
            -webkit-transform: translateY(0%);
        }
    }
}
/*========================================
 Content
========================================*/
.off-canvas-content {
    /* background-color: transparent; */
    padding-bottom: 0px;
}
#content {
    background-color: #fff;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.container .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.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 {
    padding-left: 0;
}
/* Margins (Pixel based class converted to REM declarations) */
.mt30 {
    margin-top: 1.875rem;
}
.mt15 {
    margin-top: 0.9375rem;
}
.mt10 {
    margin-top: 0.625rem;
}
.mt5 {
    margin-top: 0.3125rem;
}
.mt0 {
    margin-top: 0rem !important;
}
.mb30 {
    margin-bottom: 1.875rem;
}
.mb15 {
    margin-bottom: 0.9375rem;
}
.mb10 {
    margin-bottom: 0.625rem;
}
.mb5 {
    margin-bottom: 0.3125rem;
}
.mb0 {
    margin-bottom: 0px !important;
}
/* End Margins (Pixel based class converted to REM declarations) */
/* Vertical Align Center Columns */
.vertical-align {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.vertical-align > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vertical-align > div > div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0px;
}
/* Content Media Queries */
@media screen and (min-width: 40rem) and (max-width: 63.9375rem) {
    .vertical-align-md, .vertical-align-md > [class^="columns"], .vertical-align-md > [class*="columns"], .vertical-align-md > [class^="column"], .vertical-align-md > [class*="column"] {
        display: block;
    }
}
@media screen and (max-width: 63.9375rem) {
    .align-left, .align-right {
        float: inherit;
        display: block;
        width: 100%;
        margin: 0 auto 0.9375rem;
        text-align: center;
    }
}
@media screen and (max-width: 39.9375rem) {
    .off-canvas-content {
        margin-top: 135px;
    }
    .vertical-align, .vertical-align > [class^="columns"], .vertical-align > [class*="columns"], .vertical-align > [class^="column"], .vertical-align > [class*="column"] {
        display: block;
    }
}
@media screen and (min-width: 40rem) {
    #content {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    /* Row Equal Height */
    .row-eq-height {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .row-eq-height:after, .row-eq-height:before {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .row-eq-height > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .row-eq-height > div > div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .row-eq-align.row > div > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center; /*-ms-flex-direction: inherit;
	flex-direction: inherit;*/
    }
}
/* IE Only Row Equal Height */
@media all and (min-width: 40rem) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .row-eq-height > div > div {
        height: 100%;
        flex: 0 0 auto;
    }
    /*.row-eq-align.row>div {
	height: 100%;
}*/
}
@media screen and (min-width: 64rem) {
    .off-canvas-wrapper-inner {
        margin-top: 0;
    }
    .container {
        width: 994px;
    }
}
@media screen and (min-width: 75rem) {
    .container {
        width: 1170px;
    }
}
@media screen and (min-width: 90rem) {
    .container {
        width: 1410px;
    }
}
/*========================================
 SRP
========================================*/
.srp .srp-filter > div {
    padding: 0.9375rem;
}
.srp .srp-filter .srp-filter-selects select {
    margin-bottom: 0.625rem;
}
.srp .srp-filter .srp-filter-item h3 {
    margin-bottom: 0.9375rem;
    padding-bottom: 0.3125rem;
    text-transform: capitalize;
    border-color: #ccc;
}
.srp .srp-vehicle-media {
    margin-top: 0 !important;
}
.price {
    display: inline-block;
    width: 100%;
}
.price > span {
    line-height: 1;
}
span.high-price-value {
    /*color: #ccc;*/
}
span.special-price-value {
    color: #008000;
}
span.price-value {
    font-weight: bold;
}
.srp-vehicle-functions > * {
    margin-bottom: 0.625rem !important;
}
/* Start SRP SMS Widget */
.srp-bottom-bar-item a.smsWidget {
    background-color: transparent;
    margin-bottom: 0 !important;
}
.srp-bottom-bar-item a.smsWidget i.fa {
    font-size: 1.1875rem;
}
/* End SRP SMS Widget */
/* SRP Media Queries */
@media screen and (max-width: 63.9375rem) {
    .srp .srp-filter ul.accordion {
        margin-bottom: 0.9375rem;
    }
    .srp .srp-filter ul.accordion li.accordion-item a.accordion-title {
        background-color: #000;
        padding: 0.9375rem;
        font-weight: bold;
        font-size: 1rem;
        color: #fff;
        border: none;
        pointer-events: none;
    }
    .srp .srp-filter ul.accordion li.accordion-item a.accordion-title::before {
        display: none;
    }
    .srp .srp-filter ul.accordion li.accordion-item .accordion-content {
        background-color: #000;
        display: block !important;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        border: none;
    }
    .srp .srp-filter form#filterSelectsForm2 > select {
        margin-bottom: 0.625rem;
    }
}
/*========================================
 SRP List
========================================*/
#srp-list .srp-vehicle {
    margin-top: 0.9375rem;
    margin-bottom: 1.875rem;
    padding: 0.9375rem;
    box-shadow: 0px 2px 4px 2px gainsboro;
    border: 1px solid #e0e0e0;
}
#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 .srp-vehicle-list-data .srp-vehicle-title h2 {
    margin-bottom: 0;
    font-size: 1.375rem;
}
#srp-list .srp-vehicle-list-data .srp-vehicle-functions {
    margin-top: 0.625rem;
}
#srp-list .srp-vehicle-list-data .toolbar {
    margin-top: 0.625rem;
}
/* Start Toyota Safety Sense/ToyotaCare badges */
.toolbar > .row, .toolbar center {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.toolbar center a[href*="safety-sense"] {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}
.toolbar center a[href*="toyotacare"] {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}
.toolbar center a[href*="toyotacare"] img {
    width: 100%;
    max-width: initial;
}
/* End Toyota Safety Sense/ToyotaCare badges */
#srp-list .srp-vehicle-list-data .toolbar .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*justify-content: center;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
#srp-list .srp-description {
    margin-top: 0.625rem;
    font-size: 0.875rem;
}
#srp-list .srp-bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.9375rem;
    padding-top: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-size: 0.875rem;
}
#srp-list .srp-bottom-bar .srp-bottom-bar-item {
    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;
    float: initial;
    margin-right: initial;
}
#srp-list .srp-bottom-bar .srp-bottom-bar-item a {
    background-color: #eee;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* Vehicle List Media Queries */
@media screen and (max-width: 39.9375rem) {
    #srp-list .srp-bottom-bar .srp-bottom-bar-item {
        margin-right: 0 !important;
        padding: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    #srp-list .srp-bottom-bar .srp-bottom-bar-item:not(:last-child) {
        margin-bottom: 0.3125rem;
    }
    #srp-list .srp-bottom-bar .srp-bottom-bar-item a.smsWidget {
        text-align: left;
    }
    #srp-list .srp-bottom-bar-item a {
        background-color: #eee;
        display: block;
        padding: 0.1875rem 0.3125rem !important;
        text-align: left;
        font-size: 0.875rem;
    }
}
@media screen and (min-width: 40rem) {
    #srp-list .srp-bottom-bar {
        margin-top: 0.9375rem;
        border-top: 1px solid #eee;
    }
    #srp-list .srp-bottom-bar .srp-bottom-bar-item {
        padding: 0;
        text-align: center;
        flex-basis: 33.3333%;
    }
    #srp-list .srp-bottom-bar .srp-bottom-bar-item a {
        padding: 0.5rem 0;
    }
}
@media screen and (min-width: 90rem) {
    #srp-list .srp-bottom-bar .srp-bottom-bar-item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
/*========================================
 SRP Grid
========================================*/
#srp-grid .srp-vehicle-grid {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}
#srp-grid .srp-vehicle-list {
    height: 100%;
    box-shadow: 0px 2px 4px 2px gainsboro;
    border: 1px solid #e0e0e0;
}
#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%;
    padding: 0.9375rem;
}
#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;
}
#srp-grid .srp-vehicle-title h4 {
    margin-bottom: 0;
    line-height: 1;
}
#srp-grid .srp-vehicle-title h4 a {
    display: block;
}
#srp-grid .srp-vehicle-data-value {
    font-weight: bold;
}
#srp-grid .vehicle-details {
    margin-top: auto;
}
#srp-grid .toolbar > .column {
    text-align: center;
    padding: 0;
}
#srp-grid .toolbar > .column .button {
    width: 100%;
}
#srp-grid .srp-bottom-bar {
    margin-left: 0;
    padding-bottom: 0;
    border: none;
}
#srp-grid .srp-bottom-bar .srp-bottom-bar-item {
    float: initial;
    width: 100%;
    margin-right: 0;
    padding: 0;
}
#srp-grid .srp-bottom-bar .srp-bottom-bar-item:not(:last-child) {
    margin-bottom: 0.3125rem;
}
#srp-grid .srp-bottom-bar-item a {
    background-color: #eee;
    display: block;
    padding: 0.1875rem 0.3125rem !important;
    text-align: left;
    font-size: 0.875rem;
}
/* SRP Grid Media Queries */
@media screen and (max-width: 39.9375rem) {
    #srp-grid .srp-bottom-bar > .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 40rem) {
    #srp-grid.row-eq-height {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #srp-grid.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;
    }
    #srp-grid.row-eq-height > div > div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
/*========================================
 VDP
========================================*/
.vdp .vdp-container {
    padding: 0.9375rem;
}
.vdp .vdp-container .vdp-media {
    margin-top: 0;
}
.vdp .vdp-container .vdp-media .imageContainer .imageChildren button.slick-prev {
    left: -25px !important;
}
.vdp .vdp-container .vdp-media .imageContainer .imageChildren button.slick-next {
    right: -25px !important;
}
.vdp .vdp-container .vehicle-title h1 {
    margin-top: 0;
    font-size: 1.875rem;
}
.vdp .vdp-container .vdp-vehicle-functions {
    margin-top: 0.9375rem;
}
.vdp .vdp-container .vdp-vehicle-functions button, .vdp .vdp-container .vdp-vehicle-functions a {
    margin-bottom: 0.5rem;
}
.vdp-function-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: center;*/
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end;
}
.vdp .vdp-tabs ul.tabs {
    border-bottom-width: 0;
}
.vdp .vdp-tabs ul.tabs li.tabs-title > a:focus, .vdp .vdp-tabs ul.tabs li.tabs-title > a[aria-selected='true'] {
    background-color: #efefef;
}
/* VDP Media Queries */
@media screen and (max-width: 39.9375rem) {
    .vdp .vdp-container .vehicle-title h2 {
        padding: 0 !important;
    }
    .vdp .vdp-container .vdp-media {
        margin-bottom: 0.9375rem;
    }
}
/*========================================
 Footer
========================================*/
.footer {
    margin-top: 0;
    font-family: inherit;
}
.footer .footer-info {
    background-color: #555;
    padding: 1.875rem 0;
    text-align: left;
    border: none;
}
.footer-info-dealer-name h3, .footer-links h3 {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
}
.footer .footer-info .footer-social {
    text-align: left !important;
}
.footer div[class*="-social"] {
    line-height: 1;
}
.footer div[class*="-social"] a {
    display: inline-block;
    height: inherit !important;
    margin: 0 0.1875rem;
    font-size: inherit !important;
    line-height: inherit !important;
}
.footer div[class*="-social"] i.fa {
    width: 42px;
    font-size: 2.25rem;
    line-height: 1;
    /* color: #333; */
}
.footer div[class*="-social"] i.fa::after {
    background-color: #555;
}
div[class*="-social"] i.fa {
    background-color: #fff;
    position: relative;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 50%;
    overflow: hidden;
}
div[class*="-social"] i.fa::before {
    position: relative;
    z-index: 1;
}
div[class*="-social"] i.fa::after {
    content: '';
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 6px;
}
div[class*="-social"] i.fa-yelp::after {
    background-color: transparent;
}
.footer-links ul {
    list-style-type: none;
    margin-left: 0;
}
.footer-links ul > li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.footer-links ul li a {
    color: #fff;
}
.footer .copyright {
    font-family: inherit;
}
.footer .copyright img[alt ~="FusionZone"] {
    width: 135px;
    margin-bottom: 0.625rem;
}

/* Footer Media Queries */

@media screen and (max-width: 63.9375rem) {
    .footer-links h3 {
        margin-top: 0.9375rem;
    }
    .footer .footer-info .footer-social {
        margin-bottom: 0.625rem;
    }
}
@media screen and (min-width: 64rem) {
    .footer-links ul {
        margin-bottom: 0;
    }
    .footer .footer-info .footer-social {
        margin-top: 0.625rem;
    }
}
/*========================================
 FZ Styles
========================================*/
.xdsoft_datetimepicker * {
    z-index: 1 !important;
}
.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-weight: 500;
    font-size: inherit;
}
.widget-hours ul.tabs li > a:hover, .widget-hours ul.tabs .tabs-title > a:hover {
    background-color: #efefef;
    color: #000 !important;
}
.widget-hours .tabs-content {
    border: none;
}
.widget-hours .tabs-content .tabs-panel {
    opacity: 0;
}
.widget-hours .tabs-content .tabs-panel.is-active {
    background-color: #efefef;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    opacity: 1;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.widget-hours .tabs-content .tabs-panel div {
    margin: 0;
}
.widget-hours .tabs-content .tabs-panel > div:nth-child(odd) {
    background-color: #f7f7f7;
}
.widget-hours .tabs-content .tabs-panel div > div {
    padding: 0.3125rem;
    font-size: 0.875rem;
}
.english {
    display: none;
}
.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;
}
.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;
    }
}