


/*Start css compliances for ford*/

/*<style >*/



    @font-face {
        font-family: 'antenna-bold';
        src: url('//cdn.sm360.ca/varia/fonts/ford/Antenna-Bold.eot');
        src: url('//cdn.sm360.ca/varia/fonts/ford/Antenna-Bold?#iefix') format('embedded-opentype'),
        url('//cdn.sm360.ca/varia/fonts/ford/Antenna-Bold.woff') format('woff'),
        url('//cdn.sm360.ca/varia/fonts/ford/Antenna-Bold.woff2') format('woff2'),
        url('//cdn.sm360.ca/varia/fonts/ford/Antenna-Bold.ttf') format('truetype');
    }

    @font-face {
        font-family: 'antenna-regular';
        src: url('//cdn.sm360.ca/varia/fonts/ford/Antenna-Regular.eot');
        src: url('//cdn.sm360.ca/varia/fonts/ford/Antenna-Regular.eot?#iefix') format('embedded-opentype'),
        url('//cdn.sm360.ca/varia/fonts/ford/Antenna-Regular.woff') format('woff'),
        url('//cdn.sm360.ca/varia/fonts/ford/Antenna-Regular.woff2') format('woff2'),
        url('//cdn.sm360.ca/varia/fonts/ford/Antenna-Regular.ttf') format('truetype');
    }



/*</style>*/



[data-theme-style~="mainFont__regular"]{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

[data-theme-style~="mainFont__italic"]{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

[data-theme-style~="mainFont__bold"]{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

/*<style>/

/**************************************************
Title & Typo
***************************************************/
/***************** Body *******************/
body{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;
}
/***************** Title ******************/


.title__home{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.wysiwyg h1{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;;
}
.wysiwyg h2{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;;
}
.wysiwyg h3{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;;
}
.wysiwyg h4{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}
.wysiwyg h5{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}
.help-text, .review__author, .smallprint, .wysiwyg a{
font-style: normal;
}

.page-home__about-title .title__primary{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.page-home__about-title .title__subtitle{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

.review__title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.block-about-beta h2{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

.home-reviews-delta .home-reviews__title span{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

.home-reviews-delta .home-reviews__listing-author{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

/***************** Tools ******************/

.label__checkbox,
[type=checkbox]+label.label__checkbox{
font-size: 13px;
}
.label__checkbox.active{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}
.form__label,label{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
font-size: 13px;
}
.form-field__label--text.active:before{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}
.form-field__label-subscription [type=checkbox]+label{
font-size: 10px;
line-height: 13px;
}

.vehicle__rebate{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
text-transform: uppercase;
}
.smallprint{
font-style: normal;
}

.tabs-title a{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

.widget-tabs .tabs-title{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;
}

.widget-tabs .tabs-title.is-active:after{
visibility: hidden;
}

.widget-tabs .tabs-title__anchor{
font-size: 12px;
}

.widget-countdown__number,
.widget-rating__count{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;
}

.widget-accordion__title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.widget-filter__check-element{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}
.widget-filter__check-element--selected{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

/**************************************************
HEADER
**************************************************/
.header__middlebar{
    padding: 22px 20px;
    display: flex;
}
.header__middlebar-left-element{
    position: relative;
    display: flex;
    align-items: center;
    transform: unset;
    top: unset;
    width: 25%;
}
.header__middlebar-right-element{
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 10px 0;
    width: 75%;
}
.header__middlebar-right-cta{
    margin-right: 15px;
}
.header__middlebar-column-right-element{
    display: block;
    text-align: right;
    margin-right: 15px;
}
.header__middlebar-column-right{
    display: inline-flex;
    align-items: center;
}
.header .language-switch{
    border-radius: 10px;
    padding: 2px 0;
}
.header .snippet-phone__department-phone--header:hover,
.header .snippet-address__link:hover{
    text-decoration: underline;
}
.header .language-switch__item{
    padding: 3px 6px;
    text-align: center;
    font-weight: normal;
}
.header .language-switch__item:first-child{
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.header .language-switch__item:last-child{
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.header .language-switch__item--active{
    border: 0 !important;
    padding: 4px 8px;
}
.header__nav-list-element .dropdown-icon{
    font-size: 14px;
}
.header__compare{
    padding: 0 0 0 10px;
}

.header__compare-label{
    display: none;
}

.header__compare-icon{
    margin-right: 0;
}
.header__compare-value{
    margin-left: 3px;
}

.header__nav-submenu__catalog-list-vehicle-name,
.header__menu,
.header__nav-submenu-element,
.header-mobile__phone .snippet-phone__department-phone--header{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;;
}

.menu-mobile .header__nav-list-anchor{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: none;
    padding: 15px;
}
.menu-mobile .is-accordion-submenu-parent>a::after{
    display: none;
}
.menu-mobile .header__compare--mobile::after{
    display: none;
}
.menu-mobile .header__compare--mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-mobile .header__nav-list-element .dropdown-icon::before{
    font-size: 26px;
}
.is-accordion-submenu-parent[aria-expanded=true] .dropdown-icon::before{
    transform: rotate(180deg);
}
.is-accordion-submenu-parent[aria-expanded=false] .dropdown-icon::before{
    transform: rotate(0);
}

.menu-mobile__phone .snippet-phone__department-phone{
font-size: 14px;
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}
.menu-mobile .header__nav-list-element{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;;
}
.menu-mobile__social .social-block__picto{
font-size: 20px;
margin-right: 15px;
}
.menu-mobile__dealer-name{
font-size: 18px;
line-height: 24px;
font-weight: normal;
}
.header__nav-list-element{
text-transform: none !important;
}

.header__nav-submenu .header__nav-submenu__catalog-hub .header__nav-submenu__catalog-hub-type{
text-decoration: underline;
}

.seo-text-gamma__title{
    margin: 10px auto 35px;
}

.page-contact-alpha__form .form-container__fieldset-required-content{
    width: 100%;
}

/**************************************************
FOOTER
**************************************************/

.googlemap-infobox .infobox_dealer-name,
.googlemap-infobox .snippet-phone__department-phone{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.snippet-phone__department-phone--footer{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

.footer__title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.footer-delta__title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
text-transform: inherit;
font-size: 20px;
line-height: 28px;
}

.footer-hours-tabs__title{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;
text-transform: inherit;
font-size: 12px;
}

.footer__bottomblock-anchor{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

.footer-hours-tabs__box{
    width: 85%;
}

.footer-delta__list--other-links{
    column-count: 1;
}
/**************************************************
BUTTON
***************************************************/
.link__alpha,
.link__beta,
.link__charlie,
.link__delta,
.link__echo,
.link__ghost{
    border-radius: 25px;
    text-transform: inherit;
    padding: 13px 30px 12px;
    width: fit-content;
}

.link__regular{
font-size: 13px;
font-style: normal;
border-bottom: 0;
}
.link__regular-secondary{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
font-size: 13px;

}
.link__alpha,
.link__beta,
.link__gamma{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;
}

.link__delta-text{
font-size :13px;
}

/**************************************************
Form
***************************************************/
.form-sidebar__title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

/**************************************************
Inventory
***************************************************/

.calcResult,
.used-section__vehicle-info,
.used-section__vehicle-name,
.widget-calculator_payments,
.inventory-details__content-carproof{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}
.inventory-details__content-contact-info .title__quaternary,
.inventory-details__content-carproof a{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}
.pagination li, .pagination__item:nth-child(2), .pagination__item:nth-last-child(2){
display: block;
}

.more-photo__button-text span{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}
.form-field__label.widget__calculator-field [data-calculator~="price_input"]{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}
.watermark--sold{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}
.home-inventory-delta__item-name{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.best-deals-charlie__vehicle-price-current{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;
}

.inventory-details__content-certified--list p:before{
color: #0276b3;
}

.inventory-tile-section-price__preview-calculator.frequency{
text-align: right;
}

.inventory-tile-section-price__preview-calculator-result.calcResult{
color: #0276b3;
font-size: 21px;
}

.inventory-tile-section-price__sale-price .current-price{
color: #0276b3;
}

.inventory-section{
    background-size: cover;
}
/**************************************************
Catalog
***************************************************/
.catalog-listing__filter .form-field__label-checkbox-wrapper{
margin-right: 8px;
}

.catalog-preview-alpha__vehicle-name,
.catalog-listing__html-seo .title,
.inventory-listing__html-seo .title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}


.showroom-price__price--regular,
.showroom-financing__payment,
.showroom-financing__rate,
.showroom-financing__frequency,
.showroom-financing__term,
.catalog-showroom-price__value--current,
.catalog-showroom-price__value--old{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;
}

.catalog-preview-alpha__showroom-price__wrapper,
.showroom-financing__spec-wrapper,
.catalog-section__slider-vehicle-name,
.catalog-section__slider-showroom-financing__rate,
.catalog-section__slider-showroom-financing__payment,
.catalog-section__slider-showroom-price__wrapper,
.catalog-section__slider-pager-item,
.catalog-details__gallery-button,
.catalog-details__trim-link{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.slick-dots li{
width: 10px;
height: 10px;
}
.slick-dots li.slick-active{
background: none !important;
}

.header-info-alpha .tabs-title__anchor{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}
/*********************
Modules
**********************/
.promo-header-slide {
text-transform: initial;
}
.catalog-slider__title,
.rapid-search-charlie__subtitle{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.home-reviews-beta .home-reviews__all-score-rating,
.home-reviews-beta .home-reviews__listing-author{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.home-reviews-charlie .home-reviews__listing-author{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.rapid-search-alpha__title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.rapid-search-alpha__cta{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.block-service-beta__title span{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

.block-ctas-inventory-alpha__title span,
.block-ctas-inventory-beta__title span{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

.home-reviews-charlie .home-reviews__all-score-rating{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.block-ctas-big__title span{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}



.snippet-phone__department-name--header{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;;
}

.footer__title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}
.footer__bottomblock-anchor{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.title-bottom{
: font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}
.inventory-list-layout__preview-name{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.inventory-list-layout__preview-price-current{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.vehicle__consumptions-value{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.inventory-details__content-options .title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.showroom-rebate__text{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;;
}

.showroom-rebate__price{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.catalog-block__name{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}
.catalog-block__name-anchor{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.showroom-price__price--legal{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.view-switch-link span{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.catalog-details__consumptions-label{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.catalog-details__consumptions-value{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.widget-accordion__title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.catalog-details__details-specs-type{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.instant-estimate__image-section{
background-color: #0276b3 !important;
}

/**************************************************
Title
***************************************************/
.title__primary, h1{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;;
text-transform: inherit;
}

.title__secondary, h2{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;;
text-transform: inherit;
}

.title__tertiary, h3{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;;
text-transform: inherit;
}

.title__quaternary, h4{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.title__quinary, h5{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.title__subtitle{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;;
}

.title__subtitle--homepage{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

.title__home{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.vehicle__result{
: font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.snippet-phone__department-phone--header{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;;
}

.header__name{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.text-bold{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.link__regular{
font-family:'antenna-regular', sans-serif;
    font-weight: 300;;
text-decoration: underline;
}

.link__regular:after{
content: none;
}

.link__regular:hover{
border-bottom: 0;
}

.bodytext h2{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.inventory-preview-alpha__preview-name{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}

.block-service-alpha__title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;;
}
.catalog-slider__title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.catalog-preview-echo__vehicle-name{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.inventory-preview-alpha__preview-price-current{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.form-bottom__title{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.pagination .pagination__page-button-text{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

.pagination .pagination__page-button-text--selected{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.widget-dropdown__button-content{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}
.compare-vehicles__close{
background-color: #0276b3;
}

.page-contact-alpha__sidebar-content .block-address-sidebar__text,
.page-contact-alpha__sidebar-content .block-phone-sidebar__text{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}

.page-contact-alpha__ctas-item,
.page-contact-alpha__ctas-item-anchor-wrapper{
    text-align: center;
}

.page-contact-alpha__ctas-item-image{
    margin: 0 auto;
}

.listing-employee__reveal{
background-color: #ffffff;
}

.reveal.listing-employee__reveal .close-button{
color: #0276b3;
}

.best-deals-charlie-ctas__item-title{
font-size: 16px;
}

.catalog-block-alpha__link{
    float: none;
    width: 60%;
}

.catalog-block-alpha__compare{
    width: 100%;
    display: inline-block;
}

.vehicle-details-consumptions__item-value,
.vehicle-details-consumptions__item-label{
font-family:'antenna-bold', sans-serif;
    font-weight: 700;
}
.page-commercial-center__disclaimer .widget-accordion .widget-accordion-item .widget-accordion__title{
font-family:'antenna-regular', sans-serif;
    font-weight: normal;
}

.promo-details-alpha-section-form .link__alpha{
    padding: 13px 30px 12px;
    width: unset;
    float: none;
}

@media only screen and (min-width: 767px){
    .page-contact-alpha__ctas{
        display: flex;
        gap: 30px;
    }
}

@media only screen and (min-width: 1023px){
    .header__nav-list-element{
        height: 55px;
        font-size: 12px;
    }
    .seo-text-gamma {
        width: 80%;
    }
    .about-section__wrapper{
        padding: 55px 20px;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 1199px){
    .header__nav-list-element{
        font-size: 13px;
    }

    .header__compare{
        padding: 0 15px;
    }

    .page-contact-alpha__ctas{
        gap: 40px;
    }
}

/*</style>*/

/*End Font-compliance for ford*/










/*<style>*/

    [data-theme-style~="aboutShowroom__fontColor"]{
        color: #101010;
    }

    [data-theme-style~="aboutInstance__bgColor"]{
        background-color: #fafafa;
    }

    [data-theme-style~="aboutInstance__fontColor"]{
        color:#ffffff;
    }

/*</style>*/







/*<style>*/

[data-theme-style~="accordionIcon_color"]:before {
    color: #0276b3;
}
/*</style>*/

















































/*<style>*/

    [data-theme-style~="blockCtas__afterArrow"]:hover:after{
        color: #ffffff;
    }

    [data-theme-style~="blockCtasBig"]{
        color: #ffffff;
    }

    [data-theme-style~="blockCtasBig__BgColor"]{
        background-image: linear-gradient(#ffaa01, #805501);
    }
    [data-theme-style~="blockCtasBig__BorderColor"]{
        color: #ffffff;
    }

    [data-theme-style~="blockCtasBigFirst__BgColor"]{
        background-image: linear-gradient(#d8d8d1, #6c6c69);
    }

    [data-theme-style~="blockCtasBigFirst__BorderColor"]{
        color: #1a4729;
    }

    [data-theme-style~="blockCtasBig__TitleColor"]{
        color: #ffffff;
    }

    [data-theme-style~="blockCtasBigFirst__TitleColor"]{
        color: #236138;
    }

    [data-theme-style~="blockCtasBig__TitleColor"]:after{
        background-color: #ffffff;
    }

    [data-theme-style~="blockCtasBigFirst__TitleColor"]:after{
        background-color: #236138;
    }

    [data-theme-style~="blockCtasBigFirst__TextColor"]{
        color: #47c671;
    }

    [data-theme-style~="blockCtasBigFirst__SubtitleColor"] {
        color: #47c671;
    }

    [data-theme-style~="blockCtasBig__footerBg"]{
        background-color: #ffffff;
    }


    [data-theme-style~="blockCtasInventory__color"]{
        color: #ffffff;
    }


    [data-theme-style~="blockCtasSmall__textColor"]{
        color: #ffffff;
    }
    [data-theme-style~="blockCtasSmall__textColor"]:after{
        background-color: #ffffff;
    }
    [data-theme-style~="blockCtasSmall__linkColor"]{
        color: #47c671;
    }

    
    [data-theme-style~="formBlockContent"] {
        background-color: #ffffff;
        color: #ffffff;
    }

    [data-theme-style~="formBlockContent"] label {
        color: #ffffff;
    }

    [data-theme-style~="blockFormContent_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="blockFormContent_fontColor"] {
        color: #ffffff;
    }

    
    [data-theme-style~="blockFormContent_promoSidebar"] {
        background-color: #f2f2f2;
        color: #000000;
    }

    [data-theme-style~="blockFormContent_promoSidebar"] label {
        color: #000000;
    }

    [data-theme-style~="blockFormContent_promoSidebar_bgColor"] {
        background-color: #f2f2f2;
    }

    [data-theme-style~="blockFormContent_promoSidebar_fontColor"] {
        color: #000000;
    }

    
    [data-theme-style~="blockTeam__bgColor"]{
        background-color: #ffffff;
    }

    
    [data-theme-style~="blockCareers__bgColor"]{
        background-color: #0276b3;
        color: #ffffff;
    }

    
    [data-theme-style~="vehicleRebate_fontColor"]{
        color: #0276b3;
    }
    
    [data-theme-style~="vehicleTagline_fontColor"]{
        color: #333333;
    }

    .vehicle-finance__item-value,
    .vehicle-lease__item-value{
    color:#333333;
    }
    .vehicle-finance__item-value-term,
    .vehicle-finance__item-value-apr,
    .vehicle-finance__item-value-cashdown,
    .vehicle-lease__item-value-term,
    .vehicle-lease__item-value-apr,
    .vehicle-lease__item-value-cashdown{
    color: #101010;
   font-weight: 700;
    }

/*</style>*/








































/*<style>*/
    
    [data-theme-style~="bodyPattern_primary"]{
        color:#303030;
        
            
            
                background-color: #ffffff;
            
        
    }


    
    [data-theme-style~="bodyPrimary"]{
        color:#303030;
        background-color: #ffffff;
    }

    [data-theme-style~="bodyPrimaryBg__Color"]{
        background: #ffffff;
    }

    [data-theme-style~="bodyPrimaryBg"]{
        background: #ffffff url("https://img.sm360.ca/images/web/") no-repeat top center;
    }

    [data-theme-style~="bodyPrimaryBg_bottom"]{
        background: #ffffff url("https://img.sm360.ca/images/web/") no-repeat bottom center;
    }

    [data-theme-style~="bodyPrimary_fontColor"]{
        color:#303030;
    }

    [data-theme-style~="bodyPrimary_titleColor"]{
        color:#303030;
    }

    
    [data-theme-style~="bodySecondary"]{
        background-color:#f2f2f2;
        color:#303030;
    }

    [data-theme-style~="bodySecondary_bgColor"]{
        background-color:#f2f2f2;
    }

    [data-theme-style~="bodySecondary_titleColor"]{
        color:#303030;
    }

    [data-theme-style~="bodySecondary_fontColor"]{
        color:#303030;
    }

    
    [data-theme-style~="bodyTertiary_fontColor"],
    [data-theme-style~="bodyTertiary_fontColor"]:hover{
        color:#0276b3;
    }

    
    [data-theme-style~="bodySimilarly"]{
        background-color:#dce5e8;
        color:#303030;
    }

    [data-theme-style~="bodySimilarly_titleColor"]{
        color:#303030;
    }

    
    [data-theme-style~="linkPrimary"]{
        color:#47c671
    }

    [data-theme-style~="linkPrimary"]:hover,
    [data-theme-style~="linkPrimary"]:focus,
    [data-theme-style~="linkPrimary"]:active{
        color:#000000
    }

    
    [data-theme-style~="linkSecondary"]{
        color:#47c671
    }

    [data-theme-style~="linkSecondary"]:hover,
    [data-theme-style~="linkSecondary"]:focus,
    [data-theme-style~="linkSecondary"]:active{
        color:#000000
    }


    
    [data-theme-style~="ratesTable_bgColor"] tr:nth-child(even){
        background-color: #ffffff ;
    }

    
    [data-theme-style~="box_bgColor"] li:before{
        color:#47c671;
    }

    [data-theme-style~="catalogSlider__iconBgColor"]:before {
        background-color: #47c671;
    }

    [data-theme-style~="vehicleRebate"]{
        color: #303030;
    }

    .section-reviews--echo .home-reviews .title__home{
        color: #303030;
    }

    [data-theme-style~="accordion"]:nth-child(odd){
        background-color: #f2f2f2
    }

    [data-theme-style~="snippetSeparator"]{
        background-color: #303030;
    }

    [data-theme-style~="utilPrimaryColor__color"]{
        Color: #0276b3;
    }

    [data-theme-style~="commercialCenter__contentTitle"]{
        background-color: #224c6a;
        color: #ffffff;
    }

    [data-theme-style~="commercialCenter__banner"]{
        background-color: #303030;
        color: #ffffff;
    }

    [data-theme-style~="commercialCenter__title"]{
        color: #224c6a;
    }

    [data-theme-style~="commercialCenter__headerContent"]{
        background-color: #ffffff;
    }

    [data-theme-style~="commercialCenter__disclaimerTitle"]{
        color: #0276b3;
    }
/*</style>*/








/*<style>*/

    [data-theme-style~="boxColor"]{
        background-color:#ffffff;
        color:#303030;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    }

    [data-theme-style~="box_bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="box_fontColor"]{
        color: #303030;
    }

    [data-theme-style~="careerBoxColor"]{
        background-color:#ffffff;
        color:#303030;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    }


/*</style>*/











/*<style>*/

[data-theme-style~="breadcrumb_primaryFontColor"],
[data-theme-style~="breadcrumb_primaryFontColor"]:hover {
color: #333333;
font-weight: 600;
}

[data-theme-style~="breadcrumb_active_primaryFontColor"] {
color: #102b4e;
}

[data-theme-style~="breadcrumb_secondaryFontColor"],
[data-theme-style~="breadcrumb_secondaryFontColor"]:hover {
color: #a9a9a9;
}

[data-theme-style~="breadcrumb_active_secondaryFontColor"] {
color: #a9a9a9;
}

/*</style>*/













































































/*<style>*/
    
    [data-theme-style~="btnAlphaPrimary"]{
        color:#ffffff;
        background-color: #102b4e;
        border-color: #102b4e;
    }

    [data-theme-style~="btnAlphaPrimary"]:hover,
    [data-theme-style~="btnAlphaPrimary"]:focus,
    [data-theme-style~="btnAlphaPrimary"]:active{
        color:#ffffff;
        background-color: #0276b3;
        border-color: #0276b3;
    }

    
    [data-theme-style~="btnAlphaSecondary"]{
        color:#102b4e;
        background-color: #ffffff;
        border-color: #102b4e;
    }

    [data-theme-style~="btnAlphaSecondary"]:hover,
    [data-theme-style~="btnAlphaSecondary"]:focus,
    [data-theme-style~="btnAlphaSecondary"]:active,
    [data-theme-style~="btnAlphaSecondary"].active{
        color:#ffffff;
        border-color: #102b4e;
        background-color: #0276b3;
    }

    [data-theme-style~="btnAlphaSecondary"]:hover:after{
        background-color: #ffffff;
    }

    
    [data-theme-style~="btnAlphaTertiary"]{
        color:#ffffff;
        background-color: #ffffff;
        border-color: #969696;
    }

    [data-theme-style~="btnAlphaTertiary"]:hover,
    [data-theme-style~="btnAlphaTertiary"]:focus,
    [data-theme-style~="btnAlphaTertiary"]:active,
    [data-theme-style~="btnAlphaTertiary"].selected {
        color:#ffffff;
        background-color: #47c671;
        border-color: #396198;
    }

    [data-theme-style~="btnAlphaTertiary"]:hover:after {
        background-color: #ffffff;
    }

    
    [data-theme-style~="btnBetaPrimary"]{
        color: #000000;
        background-color: #f6ba35;
    }

    [data-theme-style~="btnBetaPrimary"]:hover,
    [data-theme-style~="btnBetaPrimary"]:focus,
    [data-theme-style~="btnBetaPrimary"]:active{
        color:#000000;
        background-color: #f3a800;
    }

    
    [data-theme-style~="btnBetaSecondary"]{
        color: #ffffff;
        border-color: #47c671;
        background-color: #47c671;
    }

    [data-theme-style~="btnBetaSecondary"]:hover,
    [data-theme-style~="btnBetaSecondary"]:focus,
    [data-theme-style~="btnBetaSecondary"]:active,
    [data-theme-style~="btnBetaSecondary"].active{
        color:#ffffff;
        border-color: #396198;
        background-color: #47c671;
    }


    
    [data-theme-style~="btnGhostPrimary"] {
        color:#102b4e;
        border-color: #4777b7;
        background-color: #4777b7;
    }

    [data-theme-style~="btnGhostPrimary"]:hover,
    [data-theme-style~="btnGhostPrimary"]:focus,
    [data-theme-style~="btnGhostPrimary"]:active {
        color:#396198;
        background-color:#396198;
        border-color: #396198;
    }

    
    [data-theme-style~="btnGhostSecondary"] {
        color:#ba0c2f;
        background-color: #ba0c2f;
    }

    [data-theme-style~="btnGhostSecondary"]:hover,
    [data-theme-style~="btnGhostSecondary"]:focus,
    [data-theme-style~="btnGhostSecondary"]:active {
        color:#8d3042;
        background-color: #8d3042;
    }

    
    [data-theme-style~="btnGhostTertiary"] {
        color:#ffffff;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    [data-theme-style~="btnGhostTertiary"]:hover,
    [data-theme-style~="btnGhostTertiary"]:focus,
    [data-theme-style~="btnGhostTertiary"]:active {
        color:#a9bdcc;
        background-color:#a9bdcc;
        border-color: #a9bdcc;
    }

    
    [data-theme-style~="btnRegularPrimary"] {
        color:#102b4e
    }

    [data-theme-style~="btnRegularPrimary"]:hover,
    [data-theme-style~="btnRegularPrimary"]:focus,
    [data-theme-style~="btnRegularPrimary"]:active {
       color:#0276b3 !important;
    }

    
       
    

    
    [data-theme-style~="btnRegularSecondary"] {
        color:#396198;
    }

    [data-theme-style~="btnRegularSecondary"]:hover,
    [data-theme-style~="btnRegularSecondary"]:focus,
    [data-theme-style~="btnRegularSecondary"]:active {
       color:#396198;
    }

    
        
    

    
    [data-close],
    [data-close]:hover,
    [data-close]:focus,
    [data-close]:active {
        color: #999999;
        
    }


    
    [data-theme-style~="linkMorePhoto"] {
        color: #ffffff;
        background-color: #0276b3;
    }

    [data-theme-style~="linkMorePhoto"]:hover,
    [data-theme-style~="linkMorePhoto"]:active,
    [data-theme-style~="linkMorePhoto"]:focus {
        color: #f2f2f2;
        background-color: #8c9aa5;
    }

/*</style>*/





















































/*<style>*/
[data-theme-style~="catalogSlider__icon"]:before,
[data-theme-style~="catalogSlider__icon"]:hover:before,
[data-theme-style~="catalogSlider__icon"]:focus:before,
[data-theme-style~="catalogSlider__icon"]:active:before {
color: #101010;
background-color: #ffffff;
}

[data-theme-style~="catalogDetailsInfoSection_bgColor"] {
background-color: #ffffff;
}


[data-theme-style~="catalogDetailsPriceSection_bgColor"] {
background-color: ;
}


[data-theme-style~="catalogDetailsInventoryAvailability_bgColor"] {
background-color: #ffffff;
}

[data-theme-style~="catalogDetailsInventoryAvailability_fontColor"] {
color: #101010;
}


[data-theme-style~="catalogDetailsViewSwitcher_fontColor"] {
color: #333333;
}

[data-theme-style~="catalogDetailsViewSwitcher_borderColor"]:after {
background-color: #ffffff;
}

[data-theme-style~="catalogDetailsViewSwitcher_fontColor"].active {
color: #ffffff;
background-color: #0276b3;
}


[data-theme-style~="catalogDetailsColorChooser_borderColor"] {
border-color: #dddddf;
}
.color-chooser-alpha__item.selected [data-theme-style~="catalogDetailsColorChooser_borderColor"] {
border-color: #0276b3;
}

[data-theme-style~="catalogDetailsColorChooser_iconColor"] {
color: #0276b3;
}

[data-theme-style~="catalogDetailsColorChooserBox_fontColor"] {
color: #333333;
}

[data-theme-style~="catalogDetailsColorChooserBox_borderColor"] {
border-color: #999999;
}

@media screen and (min-width: 1024px) {
[data-theme-style~="catalogDetailsColorChooserBox_backgroundColor"] {
background-color: ;
}
}

[data-theme-style~="catalogDetailsColorChooserBox_borderColor"]:after {
border-color: #999999;
}


[data-theme-style~="catalogDetailsCtaSection_bgColor"] {
background-color: #f7f7f7;
}

[data-theme-style~="catalogDetailsCtaSection_fontColor"] {
color: #101010;
}


[data-theme-style~="catalogDetailsCompareSectionTitle_bgColor"] {
background-color: #ffffff;
}

[data-theme-style~="catalogDetailsCompareSectionTitle_fontColor"] {
color: #101010;
}

[data-theme-style~="catalogDetailsCompareSectionLink_bgColor"] {
background-color: #ffffff;
}

[data-theme-style~="catalogDetailsCompareSectionLink_fontColor"] {
color: #101010;
}


[data-theme-style~="catalogDetailsSimilarVehiclesSection_bgColor"] {
background-color: #ffffff;
}

[data-theme-style~="catalogDetailsSimilarVehiclesSection_fontColor"] {
color: #101010;
}
/*</style>*/




























/*<style>*/
    
    [data-theme-style~="catalogListingFilters"] {
        background-color: #ffffff;
        color: #333333;
        border: 1px solid #0276b3;
    }


    [data-theme-style~="catalogListingFilters"]:hover,
    [data-theme-style~="catalogListingFilters"].active,
    .widget-filter__check-element--selected{
        background-color: #0276b3;
        color: #ffffff;
    }

    
    [data-theme-style~="catalogListingPreview_bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="catalogListingPreview_fontColor"]{
        color: #101010;
    }

    [data-theme-style~="catalogListingPreviewFinancing_fontColor"]{
        color: #101010;
    }

    [data-theme-style~="catalogListingPreviewPrice_fontColor"]{
        color: #101010;
    }
    [data-theme-style~="catalogPreview_bgColor"]{
        background-color: #f7f7f7;
        border-color: #0276b3;
        color:#333333;
    }

    
    [data-theme-style~="btnCatalogPreview"]{
        background-color: #ffffff;
        color:#101010;
        border-color: #101010;
    }

    [data-theme-style~="btnCatalogPreview"]:hover{
        background-color: #47c671!important;
        color:#47c671;
        border-color: #101010;
    }
/*</style>*/





    

/*<style>*/
    
    [data-theme-style~="contactUs_bgColor"] {
        background-color: #ffffff;
    }
/*</style>*/










/*<style>*/
    [data-theme-style~="coordinatesCardAlpha"] {
        color: #000000;
        background: #f2f2f2;
    }

    [data-theme-style~="coordinatesCardAlpha_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="coordinatesCardAlpha_image"] {
        background: url(https://img.sm360.ca/images/web/default/archetype v5/style/instance-petite-carte15611382282161564950636242.png) center/cover;
    }

    [data-theme-style~="coordinatesCardAlpha_iconColor"] {
        color: #ba0c2f;
    }
/*</style>*/










/*<style>*/

    [data-theme-style~="countdown_bgColor"]{
        background-color: #0276b3;
    }

    [data-theme-style~="countdownPrimary_fontColor"]{
        color: #ffffff;
    }

    [data-theme-style~="countdownSecondary_fontColor"]{
        color: #102b4e;
    }

    [data-theme-style~="countdown_borderColor"]{
        border-color: #0276b3;
    }
/*</style>*/

























































/*<style>*/
    
    [data-theme-style~="footer"],
    [data-theme-style~="footerBlock"]{
        background-color:#ffffff;
        color:#333333;
    }

    [data-theme-style~="footer_fontColor"]{
        color: #333333;
    }

    
    [data-theme-style~="footerBlock_title"]{
        color:#333333;
    }

    [data-theme-style~="footerBlock"] .footer__list{
        color:#ffffff;
    }
    [data-theme-style~="footer_linkColor"],
    [data-theme-style~="footer_linkColor"]:hover,
    [data-theme-style~="footer_linkColor"].active,
    [data-theme-style~="footer_linkColor"]:focus {
        color:#ffffff;
    }

    [data-theme-style~="footer__mainNav__title"]{
        color:#ffffff;
    }

    [data-theme-style~="footer__mainNav__anchor"]{
        color:#b1b6b7;
    }

    [data-theme-style~="footer__mainNav__anchor"]:hover,
    [data-theme-style~="footer__mainNav__anchor"].active,
    [data-theme-style~="footer__mainNav__anchor"]:focus {
        color:#0276b3;
    }

    
    [data-theme-style~="footer__dealerInfo__title"]{
        color: #ffffff;
    }

    [data-theme-style~="footer__address"]{
        color: #102b4e;
    }

    [data-theme-style~="footer__address"]:hover{
        color: #0276b3;
    }

    [data-theme-style~="footer__phone__label"]{
        color: #333333;
    }
    [data-theme-style~="footer__phone__number"]{
        color: #00095b;
    }
    [data-theme-style~="footer__phone__number"]:hover{
        color: #0276b3;
    }

    [data-theme-style~="footerCatalog_fontColor"]{
        color: #102b4e;
        border-color: #102b4e;
    }

    [data-theme-style~="footerCatalog_fontColor"]:hover{
        border-color: #0276b3;
        color: #ffffff;
        background-color: #0276b3;
    }
    
    [data-theme-style~="btnFooter"]{
        color:#101010;
        background-color: #22992e;
    }

    [data-theme-style~="btnFooter"]:hover,
    [data-theme-style~="btnFooter"]:focus,
    [data-theme-style~="btnFooter"]:active{
        color:#22992e;
        background-color: #ffffff;
    }

    
    [data-theme-style~="footerTop_fontColor"]{
        color: #101010;
    }

    [data-theme-style~="footerTop_bgColor"]{
        background-color: #359455;
    }


    [data-theme-style~="footerMiddle_fontColor"]{
        color: #111111;
    }

    [data-theme-style~="footerMiddle_bgColor"]{
        background-color: #f2f2f2;
    }

    
    [data-theme-style~="footer__bottom"],
    [data-theme-style~="footerBottom"] {
        color:#ffffff;
        background-color: #102b4e;
    }

    [data-theme-style~="footerBottom_linkColor"],
    [data-theme-style~="footerBottom_linkColor"]:hover,
    [data-theme-style~="footerBottom_linkColor"]:active,
    [data-theme-style~="footerBottom_linkColor"]:focus {
        color:#ffffff;
    }

    [data-theme-style~="footer__bottomNav"]{
        background-color: #ffffff;
    }

    [data-theme-style~="footer__bottomNav__anchor"],
    [data-theme-style~="footer__bottomNav__elem"]:before{
        color: #1c1c1c;
    }

    [data-theme-style~="footer__bottomNav__anchor"]:hover{
        color: #0276b3;
    }

    
    [data-theme-style~="footer__copyright"]{
        color: #b0b7bb;
    }

    
    [data-theme-style~="footerTabs_fontColor"]{
        color: #555555;
        border-color: ;
    }

    [data-theme-style~="footerCharlieTabs_fontColor"].is-active a:after,
    [data-theme-style~="footerCharlieTabs_fontColor"].is-active a{
        color: #555555;
        border-color: #0276b3;
        background-color: #0276b3;
    }

    [data-theme-style~="footerTabs_fontColor"].is-active a:after,
    [data-theme-style~="footerTabs_fontColor"].is-active a{
        color: #555555;
        border-bottom: 1px solid #0276b3;
    }

    [data-theme-style~="footerTabs_fontColor"] a:hover{
        color: #555555;
    }

    
    [data-theme-style~="footerSocial_fontColor"]{
        color: #102b4e;
    }


/*</style>*/































/*<style>*/

    /**************************************
                Error Messages
    **************************************/
    [data-theme-style~="formError_color"]{
        color: #ba0c2f;
    }

    .is-invalid-label,
    .is-invalid-input:not(:focus)::placeholder,
    .is-invalid-label::after,
    .is-invalid-label.checkbox-label,
    .is-invalid-input + .form-field__label-file-block {
        color: #ba0c2f;
    }

    .is-invalid-input:not(:focus),
    .is-invalid-label.checkbox-label::before,
    .is-invalid-input + .form-field__label-file-block {
        border: 1px solid #ba0c2f;
    }


    /**************************************
                   Checkbox
    **************************************/

    /* Normal state */
    .widget-checkbox__check:before,
    [type=checkbox] + label:before {
        background-color: #ffffff;
        border-color: #999999;
    }

    /* Active state */
    .widget-checkbox__check:before,
    [type=checkbox]:checked + label:before{
        background-color: ;
        border-color: #999999;
    }

    .filters-dropdown__checkbox [type=checkbox]:checked+label::after,
    .filters-dropdown__checkbox [type=checkbox]:not(:checked)+label::after,
    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after,
    .widget-checkbox__check:after {
        color: #333333;
    }

    /**************************************
                 Radio Button
    **************************************/

    /* Normal state */
    input[type="radio"] + label .radio-button__label-radio {
        border-color: #ffffff;
    }

    /* Active state */
    input[type="radio"]:checked + label .radio-button__label-radio:before {
        border-color: #ffffff;
        background-color: #0276b3;
    }

    /**************************************
    Form input
    **************************************/
    [data-theme-style~="formInput"] {
        background-color: #ffffff;
        color: #333333;
        border: 1px solid #999999;
    }

    [data-theme-style~="formInput"]:hover,
    [data-theme-style~="formInput"]:active,
    [data-theme-style~="formInput"]:focus {
        color: #333333;
        border: 1px solid #999999;
        box-shadow: none;
    }

    .form-field__label--text.active:before{
        color: #555555;
    }

    /**************************************
    Form Policy
    **************************************/
    [data-theme-style~="form-policy-fontColor"] {
        color: #555555;
    }

    /**************************************
    Form Ninjabox
    **************************************/
    [data-theme-style~="formNinjaboxTitle"] {
        background-color: #000000;
        color: #ffffff;
    }

    [data-theme-style~="formNinjaboxContent"] {
        color: #000000;
        background-color: #ffffff;
    }

    .widget-dropdown, .widget-dropdown__content,
    [type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],
    [type=week],[type=email], [type=tel],[type=time],[type=url],[type=color],
    [type=number],[type=search],textarea{
        box-shadow: none;
        background-color: #ffffff;
        color: #333333;
        border: 1px solid #999999;
    }


/*</style>*/


















































































































































/*<style>*/
    
    [data-theme-style~="mobile__mapCta"]{
        color: #7e7e7e;
    }

    [data-theme-style~="mobileHeader__menuBurger"],
    [data-theme-style~="mobileHeader__menuBurger"]::before,
    [data-theme-style~="mobileHeader__menuBurger"]::after{
        background-color: #102b4e;
    }

    [data-theme-style~="mobileHeader__menuBurger_asFontColor"]{
        color:#102b4e;
    }

    [data-theme-style~="mobileHeader__menuBurger__opened"]>span{
        color: #000000;
    }

    [data-theme-style~="mobileHeader__menuBurger__opened"] div span,
    [data-theme-style~="mobileHeader__menuBurger__opened"] div span:before,
    [data-theme-style~="mobileHeader__menuBurger__opened"] div span:after{
        background-color: #000000;
    }

    
    [data-theme-style~="mobile__offCanvas"]{
        background-color: #ffffff;
        color: #333333;
    }

    
    [data-theme-style~="headerMobileNavigation"]{
        color: #333333;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    [data-theme-style~="headerMobileNavigation"] a{
        border-bottom-color:#bcbec0 !important;
    }

    [data-theme-style~="headerMobileNavigation"] .is-selected>a{
        color: #102b4e;
        border-bottom-color:#bcbec0 !important;
    }

    [data-theme-style~="headerMobileNavigation"] ul{
        color: #333333;
        background-color: #ffffff;
    }

    [data-theme-style~="mobileMenu__mainNav__firstLevel"]>a{
        color: #1c1c1c;
    }

    [data-theme-style~="mobileMenu__mainNav__firstLevelAnchorBgColor"]{
        background-color: #ffffff;
    }
    [data-theme-style~="mobileMenu__mainNav__firstLevelAnchorBgColor"].is-selected{
        background-color: #ffffff;
    }

    [data-theme-style~="mobileMenu__mainNav__firstLevel"]:hover>a{
        color: #898c8f !important;
        background-color: #ffffff;
    }

    [data-theme-style~="mobileMenu__mainNav__firstLevel"].is-selected>a{
        color: #ffffff;
        background-color: #ffffff;
    }

    .is-accordion-submenu-parent>a::after{
        color: #0276b3;
    }

    [data-theme-style~="mobileMenu__mainNav__secondLevel"]>a{
        color: #4a4f54;
        background-color: #e4e8e8;
    }

    [data-theme-style~="mobileMenu__mainNav__secondLevel"]:hover>a{
        color: #4a4f54 !important;
        background-color: #e4e8e8;
    }

    [data-theme-style~="mobileMenu__mainNav__secondLevel"].is-selected>a{
        color: #ffffff;
        background-color: #1c1c1c;
    }

    
    [data-theme-style~="mobileMenu__secondaryNav__anchor"]>a{
        color: #4a4f54;
        background-color: #e4e8e8;
    }

    [data-theme-style~="mobileMenu__secondaryNav__anchor"].is-selected>a{
        color: #ffffff;
        background-color: #1c1c1c;
    }

    
    [data-theme-style~="mobileMenu__compare__count"]:hover,
    [data-theme-style~="mobileMenu__compare__count"]{
        color: #333333;
        background-color: #ffffff;
    }

    
    [data-theme-style~="mobileMenu__dealerInfo"]{
        background-color: #ffffff;

    }

    [data-theme-style~="mobileMenu__dealerInfoSecondary"]{
        color: #102b4e;
    }

    
    [data-theme-style~="mobile__menuAddress"]{
        color: #a1a1a1;
    }

    [data-theme-style~="mobile__menuAddress"]:hover{
        color: #a1a1a1;
    }

    
    [data-theme-style~="mobile__menuPhone__label"]{
        color: #ffffff;
    }

    [data-theme-style~="mobile__menuPhone__number"]{
        color: #a1a1a1;
    }

    [data-theme-style~="mobile__menuPhone__number"]:hover{
        color: #a1a1a1;
    }

    [data-theme-style~="compareBox__colorAfter"]:after{
        border-color: transparent transparent #ffffff;
    }

    [data-theme-style~="compareBox__colorBefore"]:before{
        border-color: transparent transparent #ededed;
    }

    


    [data-theme-style~="header"]{
        background-color: #ffffff;
    }

    [data-theme-style~="header_linkColor"]{
        color: #cccccc;
    }

    [data-theme-style~="header_linkColorPhone"]{
        color: #cccccc;
    }

    [data-theme-style~="header_linkColorPhone"]:hover{
        color: #cccccc;
    }


    [data-theme-style~="headerTopNav__dropdownBtn"]>a{
        color: #ffffff;
        background-color: #236138;
    }

    .active [data-theme-style~="headerTopNav__dropdownBtn"]>a,
    [data-theme-style~="headerTopNav__dropdownBtn"]:hover>a{
        color: #1c1c1c;
        background-color: #e4e8e8;
    }

    [data-theme-style~="headerTopNav__dropdownContent"]{
        background-color: #f8f9f9;
    }

    [data-theme-style~="headerTopNav__dropdownContent"] a{
        color: #1c1c1c;
        background-color: #f8f9f9;
    }

    [data-theme-style~="headerTopNav__dropdownContent"] a:hover{
        color: #ffffff;
        background-color: #47c671;
    }

    [data-theme-style~="headerTopNavHome"]{
        color: #ffffff;
        background: #060606;
    }

    [data-theme-style~="header__phone__labelTextColor"]{
        color: #333333;
    }

    [data-theme-style~="header__phone__numberColor"]{
        color: #102b4e;
    }

    [data-theme-style~="header__phone__numberColor"]:hover{
        color: #0276b3;
    }

    
    [data-theme-style~="header__address__textColor"]{
        color: #333333;
    }

    [data-theme-style~="header__address__textColor"]:hover{
        color: #0276b3;
    }

    
    [data-theme-style~="header__languageSwitcher__textColor"]{
        color: #102b4e;
    }

    [data-theme-style~="header__languageSwitcher__hoverTextColor"]:hover,
    [data-theme-style~="header__languageSwitcher__hoverTextColor"]:active{
        color: #0276b3;
        border-color: #102b4e !important;
    }

    [data-theme-style~="header__languageSwitcher__textColor"].language-switch__item--active{
        background-color: #102b4e;
        color: #ffffff;
    }

    
    [data-theme-style~="header__dealerName__textColor"]{
        color: #ffffff;
    }

    
    [data-theme-style~="header__primaryCta"]{
        color: #4a4f54;
        
    }

    [data-theme-style~="header__primaryCta"]:hover{
        color: #1c1c1c;
        
    }

    [data-theme-style~="header__compare__dropdownCta"]>span{
        color: #ffffff;
        background-color: #1c1c1c;
    }

    [data-theme-style~="header__compare__dropdownCta"]:hover>span{
        color: #4a4f54;
        background-color: #ffffff;
    }

    [data-theme-style~="header__compare__dropdownBox"]{
        color: #1c1c1c;
        background-color: #f7f7f7 !important;
    }

    [data-theme-style~="header__compare__dropdownBox"]:after{
        border-color: transparent transparent #f7f7f7 !important;
    }

    [data-theme-style~="header__compare__dropdownBoxCta"]{
        color: #ffffff;
        background-color: #1c1c1c;
        border-color: #1c1c1c;
    }

    [data-theme-style~="header__compare__dropdownBoxCta"]:hover{
        color: #4a4f54;
        background-color: #ffffff;
        border-color: #eef1f1;
    }

    [data-theme-style~="compare__countTextColor"]{
        color: #ffffff;
    }

    [data-theme-style~="compare__countBgColor"]{
        background-color: #092a46;
    }

    
    [data-theme-style~="header__separator"]{
        border-color: #f7f7f7 !important;
    }

    [data-theme-style~="header__separator__secondary"]{
        border-color: #f7f7f7;
    }

    
    [data-theme-style~="headerNavigationMain"]{
        border-color: #f7f7f7;
        color: #333333;
        background-color: #ededed;
    }

    [data-theme-style~="headerNavMain__Elem"],
    [data-theme-style~="headerNavMain__Elem"] > a{
        color: #333333;
    }

    [data-theme-style~="headerNavMain__Secondary__Elem"] > a{
        color: #bb0a30;
    }

    [data-theme-style~="headerNavMain__Elem"].is-active,
    [data-theme-style~="headerNavMain__Elem"]:hover,
    [data-theme-style~="headerNavMain__Elem"].is-active > a,
    [data-theme-style~="headerNavMain__Elem"] > a:hover,
    [data-theme-style~="headerNavMain__Secondary__Elem"].is-active > a,
    [data-theme-style~="headerNavMain__Secondary__Elem"] > a:hover{
        color: #396198 !important;
    }

    [data-theme-style~="headerNavMain__Elem"].is-selected > a,
    [data-theme-style~="headerNavMain__Secondary__Elem"].is-selected > a{
        color: #396198 !important;
    }

    [data-theme-style~="headerNavMain__Elem"]:hover > a,
    [data-theme-style~="headerNavMain__Secondary__Elem"]:hover > a{
        color: #396198;
    }

    [data-theme-style~="headerNavMain__CompareIcon"]{
      color: #102b4e;
    }

    [data-theme-style~="headerNavMain__Elem"]:hover:after,
    [data-theme-style~="headerNavMain__Elem"].is-selected:after,
    [data-theme-style~="headerNavMain__Secondary__Elem"]:hover:after,
    [data-theme-style~="headerNavMain__Secondary__Elem"].is-selected:after{
        background-color: #102b4e;
    }

    [data-theme-style~="headerNavSub"]{
        color: #333333;
        background-color: #ffffff;
    }

    [data-theme-style~="headerNavSub"] a:hover{
        color: #0276b3;
        background-color: #f7f7f7;
        border-color: #0276b3;
}

    [data-theme-style~="headerNavCatalog"] a{
        border-color: #8a919a;
    }

    [data-theme-style~="headerNavCatalog_bottomBar"]{
        background-color: #e7e7e7;
    }

    [data-theme-style~="headerNavCatalog_bottomBar"] a{
        background-color: transparent !important;
    }

    [data-theme-style~="headerNavCatalog"]{
        background-color: #ffffff;
    }

    [data-theme-style~="navCatalogTile"]{
        border-color: #8a919a;
    }

    [data-theme-style~="headerNavCatalog_bottomBar"] a:hover{
        color: ;
        background-color: transparent !important;
    }

    [data-theme-style~="navCatalogTiles__imageBgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="form_icons"]:before{
        color:#cccccc;
    }

    [data-theme-style~="scrollbarCustom_track_bgColor"]::-webkit-scrollbar-track {
        background: #ededed;
    }

    /* Handle */
    [data-theme-style~="scrollbarCustom_thumb_bgColor"]::-webkit-scrollbar-thumb,
    [data-theme-style~="scrollbarCustom_thumb_bgColor"]::-webkit-scrollbar-thumb:hover{
        background: #f7f7f7;
    }

/*</style>*/



















































































/*<style>*/



[data-theme-style~="videoAlphaTitle"] {
    color: #ffffff;
}

[data-theme-style~="homeVideoContent"] {
    color: #ffffff;
}

[data-theme-style~="homeVideoContent"]:hover{
    color: #ffffff;
    background-color: #00095b;
}


    
        
        
            [data-theme-style~="homeInventory__bgImage"]{
            }
        
    

    [data-theme-style~="homeInventory_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="homeInventory_titleColor"] {
        color: #000000;
    }

    [data-theme-style~="homeInventory_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="homeInventory_primaryColor"] {
        color: #47c671;
    }

    [data-theme-style~="homeInventory_secondaryColor"] {
        color: #cccccc;
    }

    [data-theme-style~="homeInventory_ctaColor"],
    [data-theme-style~="homeInventory_ctaColor"]:hover,
    [data-theme-style~="homeInventory_ctaColor"]:focus,
    [data-theme-style~="homeInventory_ctaColor"]:active {
        color: #47c671;
    }

    [data-theme-style~="homeInventory_borderColor"] {
        border-color: #808080;
    }

    [data-theme-style~="homeInventory_bottomBgColor"] {
        background-color: #fafafa;
    }

    [data-theme-style~="homeInventory_bottomFontColor"] {
        color: #000000;
    }

    [data-theme-style~="homeInventory_bottomCtaColor"],
    [data-theme-style~="homeInventory_bottomCtaColor"]:hover,
    [data-theme-style~="homeInventory_bottomCtaColor"]:focus,
    [data-theme-style~="homeInventory_bottomCtaColor"]:active {
        color: #47c671;
    }

    [data-theme-style~="homeInventoryTabs"] [data-theme-style~="tabs_fontColor"].is-active a,
    [data-theme-style~="homeInventoryTabs"] [data-theme-style~="tabs_fontColor"] a:hover{
        color: #47c671;
        border-color: #47c671;
        background-color: #ffffff;
    }

    [data-theme-style~="homeInventoryTabs"] [data-theme-style~="tabs_fontColor"].is-active a:after{
        border-color: #47c671;
    }


    

    [data-theme-style~="homeService_fontColor"]{
        color: #ffffff;
    }

    [data-theme-style~="homeService_bgColor"]{
        background-color: #f7f7f7;
    }


    
        [data-theme-style~="homeRapidSearch_bgImage"]{
            background:  url('https://img.sm360.ca/images/web/default/archetype premium/style/rapidsearch_bgimage1539904281547.jpg') top center;
            background-repeat: no-repeat;
        }
    

    [data-theme-style~="homeRapidSearch_fontColor"]{
        color: #333333;
    }

    [data-theme-style~="homeRapidSearch_borderColor"]{
        color: #d5d5d5;
    }

    [data-theme-style~="homeRapidSearch_inputBgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="homeRapidSearch_inputBorderColor"]{
        color: #d5d5d5;
    }

    [data-theme-style~="homeRapidSearch_bgColor"]{
        background-color: #fafafa;
    }

    [data-theme-style~="homeRapidSearch_iconColor"]{
        color: #999999;
    }

    [data-theme-style~="homeRapidSearch_ctasColor"]{
        color: #999999;
    }
    [data-theme-style~="homeRapidSearch_ctasColor"]:hover{
        color: #999999;
    }

    [data-theme-style~="homeRapidSearch_submitBgColor"]{
        background-color: #999999;
    }



    

    [data-theme-style~="homeCatalog_bgColor"]{
        background: transparent linear-gradient(0deg, #ffffff 0%, #ededed 100%) 0% 0% no-repeat padding-box;
    }

    [data-theme-style~="homeCatalog_borderColor"]{
        border-color: #d6d2d4;
    }

    [data-theme-style~="homeCatalog_fontColor"]{
        color: #000000;
    }

    [data-theme-style~="homeCatalog_financing__rebate"] [data-theme-sprite]{
    background: radial-gradient(farthest-side at 45% 60%, #ff0200, #ff0200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }

    [data-theme-style~="homeCatalogRebate__bgColor"],
    [data-theme-style~="homeCatalogRebate__bgColor"]:before,
    [data-theme-style~="homeCatalogRebate__bgColor"]:after{
    background-color: #ff0200;
    }

    

    [data-theme-style~="homeNews_fontColor"]{
        color: #000000;
    }

    [data-theme-style~="homeNews_titleColor"]{
        color: #ffffff;
    }

    [data-theme-style~="newsSlider__controlsColor"],
    [data-theme-style~="newsSlider__controlsColor"]:hover,
    [data-theme-style~="newsSlider__controlsColor"]:focus{
        color: #47c671;
    }

    [data-theme-style~="newsSlider__pagerColor"]{
        color: #ffffff
    }

    [data-theme-style~="newsSlider__pagerColor"] .active,
    [data-theme-style~="newsSlider__pagerColor"] .slick-active{
        background-color: #ffffff
    }


    

    [data-theme-style~="homeAbout_fontColor"]{
        color: #ffffff;
    }

    [data-theme-style~="homeAbout_bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="homeAboutCustom_bgColor"]{
        background-color: rgba(0,9,91,0.7);
    }

    [data-theme-style~="homeAbout_titleColor"]{
        color: #000000;
    }

    [data-theme-style~="homeAbout_borderColor"]{
        border-color: #47c671;
    }

    /* Track */
    [data-theme-style~="scrollbarCustom_track_bgColor"]::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #ffffff;
    }
    /* Handle */
    [data-theme-style~="scrollbarCustom_thumb_bgColor"]::-webkit-scrollbar-thumb,
    [data-theme-style~="scrollbarCustom_thumb_bgColor"]::-webkit-scrollbar-thumb:hover{
        border-radius: 5px;
        background: #0276b3;
    }


    [data-theme-style~="homeSocial__bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="homeSocial__titleColor"]{
        color: #ffffff;
    }

    [data-theme-style~="homeSocialInstance__titleColor"]{
        color: #236138;
    }

    [data-theme-style~="homeSocialInstance__textColor"]{
        color: #000000;
    }

    [data-theme-style~="homeReviews_scoreColor"]{
        color: #000000;
    }

    [data-theme-style~="homeReviews_bgColor"]{
        background-color: ;
    }

    [data-theme-style~="homeReviews_bgColor"]:before{
        background-color: ;
    }

    [data-theme-style~="homeReviews_bgColor"]:after{
        background-color: ;
        border-top-color: ;
        color: ;
    }

    [data-theme-style~="homeReviews_fontColor"]{
        color: #333333;
    }

    [data-theme-style~="homeReviews_fontColor"]:before{
        color: #555555;
    }

    [data-theme-style~="homeReviews_starsColor"],
    .picto__rating-full,
    .picto__rating-full:active,
    .picto__rating-full:focus,
    .picto__rating-full:hover,
    .picto__rating-empty:focus,
    .picto__rating-empty:hover{
        color: #37a9e8;
    }

    [data-theme-style~="homeReviews_emptyStarsColor"],
    .picto__rating-empty{
        color: #555555;
    }

    [data-theme-style~="homeReviews_sliderColors"] .slick-dots li button:before,
    [data-theme-style~="homeReviews_sliderColors"] .slick-dots li button:hover:before,
    [data-theme-style~="homeReviews_sliderColors"] .slick-dots li button:focus:before{
        color: #9eaab0 !important;
    }

    [data-theme-style~="homeReviews_sliderColors"] .slick-dots li.slick-active button:before{
        color: #47c671 !important;
    }

    [data-theme-style~="homeReviews__sectionTitle"]{
        color: #000000;
        border-color: #999999; ;
    }

    [data-theme-style~="homeReviews__sectionSubtitle"]{
        color: #000000;
    }

    [data-theme-style~="homeReviews__allReviewsLink"]{
        color: #000000;
    }

    [data-theme-style~="homeReviews__allReviewsLink"]:hover{
        color: #242424;
    }

    [data-theme-style~="homeReviews__contentAuthor"]{
        color: #000000;
    }

    /*Review Animate*/
    [data-theme-style~="animateReviews_bgColor"]{
        background-color: #102b4e;
        color: #ffffff;
    }

    [data-theme-style~="animateReviews_bgColor"]:hover{
        background-color: #dce5e8;
        color: #000000;
    }

    [data-theme-style~="homeInstancesPicto_fontColor"] {
        color:#ba0c2f;
    }

/*</style>*/








































/*<style>*/

    
    [data-theme-style~="inventoryDetailsCtaSection_bgColor"] {
        background-color: #fafafa;
    }

    [data-theme-style~="inventoryDetailsCtaSection_fontColor"] {
        color: #333333;
    }

    [data-theme-style~="inventoryV2Cta"] {
        color: #ffffff;
        background-color: #ffffff
    }

    [data-theme-style~="inventoryV2Cta"]:hover {
        color: #ffffff;
        background-color: #ffffff
    }

    
@media(min-width: 48em){
    [data-theme-style~="inventoryDetailsVehicleInfo_bgColor"] {
        background-image: linear-gradient(to right, #ffffff, #ffffff 70%, #dddddf 30%, #dddddf);
    }
}
    
@media(min-width: 48em){
    [data-theme-style~="inventoryDetailsSidebar_bgColor"] {
        background-color: #dddddf;
    }
}
    
    [data-theme-style~="inventoryDetailsSpecificationsSection_separatorColor"] {
        border-color: #d5d5d5;
    }

    [data-theme-style~="inventoryDetailsSpecificationsSection_labelColor"] {
        color: #555555;
    }

    
    [data-theme-style~="inventoryDetailsSimilarVehiclesSection_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="inventoryDetailsSimilarVehiclesSection_fontColor"] {
        color: #333333;
    }

    
    [data-theme-style~="inventoryDetailsCurrentPrice_fontColor"] {
        color: #102b4e;
    }

    [data-theme-style~="inventoryDetailsOldPrice_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="inventoryDetailsRebatePrice_fontColor"] {
        color: #102b4e;
    }

    [data-theme-style~="inventoryDetailsFrequencyPrice_fontColor"] {
    color: #333333;
    }
    
    [data-theme-style~="inventoryDetails_iconsColor"] {
        color: #333333;
    }

    
    [data-theme-style~="inventoryDetailsConsumptions_valueColor"] {
        color: #333333;
    }

    [data-theme-style~="inventory_sectionFinancing_payment__fontColor"]{
        color:#47c671;
    }
/*</style>*/


















/*<style>*/

    [data-theme-style~="inventoryFiltersHeader_bgColor"]{
        background-color: #333333;
    }

    [data-theme-style~="inventoryFiltersHeader_fontColor"]{
        color: #ffffff;
    }

    [data-theme-style~="inventoryFiltersMain_bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="inventoryFiltersMain_fontColor"]{
        color: #101010;
    }

    .inventory-filter-charlie .filters-dropdown,
    [data-theme-style~="inventoryFiltersSeparator_bgColor"]{
        border-color: #cccccc;
    }

    [data-theme-style~="inventoryFiltersPrimary_bgColor"]{
        background-color: #47c671!important;
    }

    [data-theme-style~="inventoryFiltersPrimary_after_fontColor"]::after,
    [data-theme-style~="inventoryFiltersPrimary_before_fontColor"]::before{
        color: #555555;
    }

    [data-theme-style~="inventoryFiltersPrimary_after_bgColor"]::after,
    [data-theme-style~="inventoryFiltersPrimary_before_bgColor"]::before{
        background-color: #47c671;
    }

    [data-theme-style~="inventoryFiltersPrimary_fontColor"]{
        color: #101010 !important;
    }
    [data-theme-style~="inventoryFiltersPrimary_fontColor"]:hover{
        color: #b1b6b7;
    }

    [data-theme-style~="inventoryFiltersSecondary_bgColor"]{
        background-color: #ffffff!important;
    }

    [data-theme-style~="inventoryFiltersSecondary_fontColor"]{
        color: #555555;
    }

    .inventory-filter-beta__filters-radio-button:checked+label::after{
        background-color: #47c671 ;
    }

    [data-theme-style~="labelClearance_bgColor"]{
        background-color: #0276b3 !important;
    }

    [data-theme-style~="currentPrice_fontColor"]{
;
    }

    .inventory-filter-charlie__filters-categories-item.checked label,
    .filters-dropdown__item.checked label,
    .filters-dropdown__item.checked [type="checkbox"]:checked + label:after {
        color: #555555;
    }


/*</style>*/



















/*<style>*/
    
    [data-theme-style~="inventoryListingPreview_bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="inventoryListingPreview_fontColor"]{
        color: #101010;
    }

    [data-theme-style~="inventoryListingPreviewPrice_fontColor"]{
        color: #101010;
    }

    [data-theme-style~="inventoryListingPreviewFinancing_fontColor"]{
        color: #101010;
    }

    
    [data-theme-style~="btninventoryListingPreview"]{
        background-color: #ffffff;
        color:#101010;
        border-color: #101010;
    }

    [data-theme-style~="btninventoryListingPreview"]:hover{
        background-color: #101010!important;
        color:#ffffff;
        border-color: #101010;
    }
/*</style>*/
























/*<style>*/


[data-theme-style~="inventoryTile_bgColor"]{
background-color: #fafafa;
}

[data-theme-style~="inventoryTileTitleBarNew"]{
    color:#455e81;
    background-color: #ecf1f8;
}

[data-theme-style~="inventoryTileTitleBarUsed"]{
    color:#555555;
    background-color: #f1f1f1;
}

[data-theme-style~="inventoryTileTitleRebateContainerNew"]{
    color:#455e81;
}

[data-theme-style~="inventoryTileTitleRebateContainerUsed"]{
    color:#555555;
}

[data-theme-style~="inventoryTileModelFeature"]{
    background-color:#ebebeb;
}

[data-theme-style~="inventoryTileModelFeatureMoreOptions"]{
    background-color:#fce254;
}

[data-theme-style~="inventoryTileGalleryNew"]{
    background-color:#ffffff;
    color:#102b4e;
}

[data-theme-style~="inventoryTilePriceTabsAnchor"]{
    color:#ffffff;
}

[data-theme-style~="inventoryTilePriceTabsAnchor"]{
color:#ffffff;
}

[data-theme-style~="inventoryTileGalleryImage"]{
    background-color:#ffffff;
}

[data-theme-style~="inventoryTileGalleryImage__borderColor"]{
    border-color:#ffffff;
}

[data-theme-style~="inventoryTilePriceTabs"]{
    border-bottom-color:  #6d8191;
}

.inventory-tile-section-price-tabs-title.active ::after {
    background-color: #4777b7;
}
.inventory-tile-section-price-tabs-title.active a {
    color:#102b4e;
}
[data-theme-style~="stockNumber_fontColor"]{
    color: #8896a4;
}
[data-theme-style~="vehicleTransmissionOdometer__Color"]{
    color: #555555;
}
[data-theme-style~="inventoryTileBannerPhoto_bgColor"]{
    background-color: #ca0000;
    color: #fafafa;
}

/*</style>*/







/*<style>*/

    [data-theme-style~="label__fontColor"]{
        color: #999999;
    }
/*</style>*/


































































/*<style>*/
    [data-theme-style~="highlightsBlocks__item"]{
        background-color: #ffffff;
    }

    [data-theme-style~="highlightsBlocks__titleColor"]{
        color: #000000;
    }

    [data-theme-style~="highlightsBlocks__titleColor"]:before,
    [data-theme-style~="highlightsBlocks__titleColor"]:after{
        background-color: #000000;
    }

    [data-theme-style~="highlightsBlocks__contentColor"]{
        color: #000000;
    }

    [data-theme-style~="highlightsBlocks__contentColor"] h3,
    [data-theme-style~="highlightsBlocks__contentColor"] h4,
    [data-theme-style~="highlightsBlocks__contentColor"] h5{
        color: #000000;
    }

    [data-theme-style~="highlightsBlocks__cta"]{
        color: #ffffff;
        border-color: #000000;
        background: #000000;
    }

    [data-theme-style~="highlightsBlocks__cta"]:hover,
    [data-theme-style~="highlightsBlocks__cta"]:focus,
    [data-theme-style~="highlightsBlocks__cta"]:active{
        color: #000000;
        border-color: #000000;
        background: #ffffff;
    }



    [data-theme-style~="highlightsBlocks__secondary__item"]{
        background-color: #ffffff;
    }

    [data-theme-style~="highlightsBlocks__secondary__sectionTitle"]{
        color: #000000;
    }

    [data-theme-style~="highlightsBlocks__secondary__sectionTitle"]:before,
    [data-theme-style~="highlightsBlocks__secondary__sectionTitle"]:after{
        background-color: #000000;
    }

    [data-theme-style~="highlightsBlocks__secondary__titleColor"]{
        color: #ffffff;
    }

    [data-theme-style~="highlightsBlocks__secondary__contentColor"]{
        color: #ffffff;
    }

    [data-theme-style~="highlightsBlocks__secondary__cta"]{
        color: #000000;
        border-color: #ffffff;
        background: #ffffff;
    }

    [data-theme-style~="highlightsBlocks__secondary__cta"]:hover,
    [data-theme-style~="highlightsBlocks__secondary__cta"]:focus,
    [data-theme-style~="highlightsBlocks__secondary__cta"]:active{
        color: #000000;
        border-color: #ffffff;
        background: #ffffff;
    }

    [data-theme-style~="highlightsBlocks__secondary__cta"] [data-theme-sprite]{
        color: #ffffff;
        background: #ffffff;
    }

    [data-theme-style~="highlightsBlocks__secondary__cta"]:hover [data-theme-sprite],
    [data-theme-style~="highlightsBlocks__secondary__cta"]:focus [data-theme-sprite],
    [data-theme-style~="highlightsBlocks__secondary__cta"]:active [data-theme-sprite]{
        color: #ffffff;
        background: #ffffff;
    }


    [data-theme-style~="highlightsBlocks__tertiary__item"]{
        background-color: #ffffff;
    }

    [data-theme-style~="highlightsBlocks__tertiary__bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="highlightsBlocks__tertiary__titleColor"]{
        color: #1c1c1c;
    }

    [data-theme-style~="highlightsBlocks__tertiary__contentColor"]{
        color: #4a4f54;
    }

    [data-theme-style~="highlightsBlocks__tertiary__cta"]{
        color: #ffffff;
        border-color: #1c1c1c;
        background: #1c1c1c;
    }

    [data-theme-style~="highlightsBlocks__tertiary__cta"]:hover,
    [data-theme-style~="highlightsBlocks__tertiary__cta"]:focus,
    [data-theme-style~="highlightsBlocks__tertiary__cta"]:active{
        color: #1c1c1c;
        border-color: #ffffff;
        background: #ffffff;
    }


    [data-theme-style~="highlightsAlpha__block1__bgColor"]{
        background-color: #111111;
    }

    [data-theme-style~="highlightsAlpha__block1__titleColor"]{
        color: #ffffff;
    }

    [data-theme-style~="highlightsAlpha__block1__contentColor"]{
        color: #ffffff;
    }
    [data-theme-style~="highlightsAlpha__block2__bgColor"]{
        background-color: #333333;
    }

    [data-theme-style~="highlightsAlpha__block2__titleColor"]{
        color: #ffffff;
    }

    [data-theme-style~="highlightsAlpha__block2__contentColor"]{
        color: #ffffff;
    }
    [data-theme-style~="highlightsAlpha__block3__bgColor"]{
        background-color: #999999;
    }

    [data-theme-style~="highlightsAlpha__block3__titleColor"]{
        color: #ffffff;
    }

    [data-theme-style~="highlightsAlpha__block3__contentColor"]{
        color: #ffffff;
    }

    
    [data-theme-style~="highlightsEcho__bgColor"]{
        background-color: #e7e7e7;
    }

    [data-theme-style~="highlightsEcho__titleColor"]{
        color: #101010;
    }

    [data-theme-style~="highlightsEcho__contentColor"]{
        color: #101010;
    }

    
    [data-theme-style~="highlightsHotel__bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="highlightsHotel__contentColor"]{
        color: #101010;
    }
/*</style>*/
















/*<style>*/

    [data-theme-style~="socialBlock__title"]{
        color: #ffffff;
    }

    [data-theme-style~="socialBlock__cta"]{
        background-color: #ffffff;
        color: #0276b3;
    }

    [data-theme-style~="socialBlock__cta"]:hover{
        color: #0276b3;
    }

    [data-theme-style~="socialBlock__cta__label"]{
        color: #0276b3;
    }

    a:hover [data-theme-style~="socialBlock__cta__label"]{
        color: #0276b3;
    }


    [data-theme-style~="instagramFeed__textColor"]{
        color: #47c671;
    }

    [data-theme-style~="instagramFeed__bgColor"]{
        background-color: #8994a0;
    }

/*</style>*/














/*<style>*/
    [data-theme-style~="videosHome__titleTextColor"]{
        color: #000000;
    }

    [data-theme-style~="videosHome__titleTextColor"]:before,
    [data-theme-style~="videosHome__titleTextColor"]:after{
        background: #000000;
    }

    [data-theme-style~="videosHome__previewTextColor"]{
        color: #000000;
    }

    [data-theme-style~="videosHome__cta"]{
        color: #ffffff;
        border-color: #000000;
        background: #000000;
    }

    [data-theme-style~="videosHome__cta"]:hover,
    [data-theme-style~="videosHome__cta"]:focus,
    [data-theme-style~="videosHome__cta"]:active{
        color: #000000;
        border-color: #000000;
        background: #ffffff;
    }
/*</style>*/













/*<style>*/

    [data-theme-style~="navBlock_title"]{
        background-color: #1a4729;
        color: #ffffff;
    }

    [data-theme-style~="navBlockElement_bgColor"]{
        background-color: #5afa8f;
    }

    [data-theme-style~="navBlock_element"]{
        background-color: #5afa8f;
        color: #ffffff;
    }

    [data-theme-style~="navBlock_element"]:hover{
        background-color: #5afa8f;
    }

    [data-theme-style~="navBlock_title__Color"]{
        color: #ffffff;
    }

    [data-theme-style~="navBlock_title__bgColor"]{
        background-color: #1a4729;
    }

    [data-theme-style~="navBlock_searchIcon__Color"],
    [data-theme-style~="navBlock_searchIcon__Color"].cta-disabled{
        color: #ffffff;
    }

    [data-theme-style~="navBlock_searchIcon__Color"]:not(.cta-disabled) span,
    [data-theme-style~="navBlock_searchIcon__Color"]:not(.cta-disabled):hover span{
        color: #ffffff;
        border-color: #ffffff;
        background-color: #ffffff;
    }

    [data-theme-style~="navBlock_anchor__Color"]{
        color: #8994a0;
    }

    [data-theme-style~="navBlock_anchor__Color"]:hover,
    [data-theme-style~="navBlock_anchor__Color"].active{
        color: #8994a0;
    }
/*</style>*/










/*<style>*/
    
    [data-theme-style~="openingHours"] {
        background-color: #ffffff;
        color: #000000;
    }

    [data-theme-style~="openingHours_icon"] {
        color: #0276b3;
    }

    [data-theme-style~="openingHours_separator"] {
        border-color: #6d8191;
    }
/*</style>*/















/*<style>*/

    .pagination .pagination__page-button-text--selected{
        color: #0276b3;
    }

    [data-theme-style~="paginationButton"]{
        color: #333333;
    }

    [data-theme-style~="paginationButton"]:hover{
        color: #102b4e;
    }

    [data-theme-style~="paginationText"]{
        color: #333333;
    }

    [data-theme-style~="paginationText"]:hover{
        color: #102b4e;
    }
/*</style>*/















/*<style>*/

    [data-theme-style~="promoHeaderSlider__dots"] li button{
        color: #cccccc;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    [data-theme-style~="promoHeaderSlider__dots"] li button:hover,
    [data-theme-style~="promoHeaderSlider__dots"] li.slick-active button{
        color: #ffffff;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    [data-theme-style~="promoHeaderSlider__dots__text"] li button{
        color: #cccccc;
    }

    [data-theme-style~="promoHeaderSlider__dots__text"] li button:hover,
    [data-theme-style~="promoHeaderSlider__dots__text"] li.slick-active button{
        color: #ffffff;
    }

    [data-theme-style~="promoHeaderSlider__controls"]{
        color: #ffffff;
    }

    [data-theme-style~="promoHeaderSlider__controls"]:hover{
        color: #cccccc;
    }

    [data-theme-style~="promoHeaderSlider_fontColor"]{
        color: #ffffff;
    }
/*</style>*/













/*<style>*/
    
    [data-theme-style~="rapidSearch"]{
        
        color: #ffffff;
        background-color: #fafafa;
    }

    [data-theme-style~="rapidSearch_color"],
    [data-theme-style~="rapidSearch_color"]:not(.active):hover{
        color: #236138;
    }

    [data-theme-style~="rapidSearch_color"].active{
        color: #333333;
    }

    input[type=radio] + [data-theme-style~="rapidSearchCtas__radio"] .radio-button__label-radio{
        border-color: #236138;
    }

    input[type="radio"]:checked + [data-theme-style~="rapidSearchCtas__radio"] .radio-button__label-radio{
        border-color: #333333;
    }

    input[type="radio"]:checked + [data-theme-style~="rapidSearchCtas__radio"] .radio-button__label-radio:before{
        background-color: #333333;
    }

    [data-theme-style~="rapidSearchActive_fontColor"]{
        color: #333333;
    }

    [data-theme-style~="rapidSearchInactive_fontColor"]{
        color: #236138;
    }

    [data-theme-style~="rapidSearchCtas_fontColor"]{
        color: #333333;
    }

    [data-theme-style~="rapidSearchCtas_bgColor"]{
        background-color: #0e2f45;
    }

    
    [data-theme-style~="rapidSearchAlpha_color"]{
        color: #236138;
    }

    [data-theme-style~="rapidSearchAlpha_color"].active{
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        color: #333333;
    }

    [data-theme-style~="rapidSearchAlpha_color"]:not(.active):hover{
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        color: #236138;
    }

/*</style>*/












/*<style>*/

[data-theme-style~="scrollbar__bgColor"]{
    background-color:#dddddf;
}

[data-theme-style~="scrollbarFill__bgColor"]{
    background-color:#102b4e!important;
    border-color:#102b4e;
}

[data-theme-style~="scrollbarHandle__bgColor"]{
    border-color: #0276b3;
    background-color: #0276b3;
    color:#0276b3;
}

[data-theme-style~="scrollbarHandle__bgColor"]:hover{
    background-color: #0276b3;
}

[data-theme-style~="scrollbarHandle__bgColor"]::before{
    background-color: #0276b3;
}

/*</style>*/












/*<style>*/

    [data-theme-style~="showroom_primaryColor"]{
        color: #102b4e;
    }

    [data-theme-style~="showroom_primaryColor_label"]{
        color: #333333;
    }

    [data-theme-style~="showroom_primaryColor_price"]{
        color: #102b4e;
    }

    [data-theme-style~="showroom_secondaryColor"],
    [data-theme-style~="showroom_secondaryColor"]:after{
        color: #333333;
    }

    [data-theme-style~="showroom_borderColor"]{
        
        border-color: #dddddf !important;
    }


/*</style>*/























/*<style>*/


    /* Pager */
    [data-theme-style~="pagerSlider"] a,
    [data-theme-style~="pagerSlider"] li,
    [data-theme-style~="pagerSlider_bgColor"]{
        background-color: #102b4e !important;
        border-color: #102b4e !important;
    }

    [data-theme-style~="pagerSlider"] a.active,
    [data-theme-style~="pagerSlider"] li.slick-active,
    [data-theme-style~="pagerSlider_bgColor"].active{
        background-color:  !important;
        border-color: #102b4e !important;
    }

    .slick-dots li {
        background-color: #102b4e;
        border-color: #102b4e;
    }

    .slick-dots li.slick-active {
        background-color: ;
        border-color: #102b4e;
    }

    /* Controls */
    [data-theme-style~="sliderControls"] {
        color: #ffffff;
        background-color: #999999;
    }

    [data-theme-style~="sliderControls"]:hover,
    [data-theme-style~="sliderControls"]:active,
    [data-theme-style~="sliderControls"]:focus {
        color: #102b4e;
        background-color: #ffffff;
    }

    /* Counter */
    [data-theme-style~="sliderCounter"] {
        color: #ffffff;
        background-color: #000000;
    }

/*</style>*/







/*<style>*/

    [data-theme-style~="smallprint"]{
        color: #333333;
    }


    [data-theme-style~="countdownDisabled_fontColor"].disabled{
        color:#333333;
    }

    [data-theme-style~="vehiclePreview_secondaryColor"]{
        color: #333333;
    }

    [data-theme-style~="vehiclePreview_primaryColor"]{
    color: #333333;
    }


/*</style>*/







/*<style>*/

    [data-theme-style~="staticPagesHeader_bgColor"]{
        background-color: #fafafa;
    }
/*</style>*/









/*<style>*/

    [data-theme-style~="stickyCtas"] a{
        color: #111111;
    }

    [data-theme-style~="stickyCtas__ctaBgColor"]{
        background-color: #f2f2f2;
    }

    [data-theme-style~="stickyCtas__pictoBgColor"]{
        background-color: #47c671;
    }
/*</style>*/
















/*<style>*/
    
    [data-theme-style~="technology__bgImage"] {
        background-image: url('https://img.sm360.ca/images/web/default/archetype premium/style/bg_technologies1543871482381.png');
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    [data-theme-style~="technologyCategoryButton"] .technology-categories__item-picto-wrapper {
        border-color: #d5d5d5;
        color: #444444;
    }

    [data-theme-style~="technologyCategoryButton"].active .technology-categories__item-picto-wrapper {
        background-color: #101010;
        color: #ffffff;
    }

    [data-theme-style~="technologyCategoryButton__fontColor"] {
        color: #101010;
    }

    [data-theme-style~="technologyProgressBar"]:after {
        background-color: #000000;
    }

    [data-theme-style~="technologyProgressBarBullet"]:before {
        background-color: #000000;
    }

    [data-theme-style~="technologyProgressBarBullet"].active {
        background-color: #fff;
        box-shadow: 0 2px 14px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 2px 14px 0 rgba(0,0,0,.1);
        -webkit-box-shadow: 0 2px 14px 0 rgba(0,0,0,.1);
    }

    [data-theme-style~="technologyProgressBarBullet"].active:before {
        background-color: #910a2d;
    }
/*</style>*/







/*<style>*/
    [data-theme-style~="titleWithUnderlineAlpha"]:before,
    [data-theme-style~="titleWithUnderlineAlpha"]:after {
        border-color: #bb0a30;
    }
/*</style>*/










/*<style>*/
    [data-theme-style~="vdpForm_borderColor"]{
        border-color: #ffffff;
    }

    [data-theme-style~="vdpForm_primaryColor"]{
        color: #ffffff;
    }

    [data-theme-style~="vdpComparable_bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="vdpComparable_fontColor"]{
        color: #101010;
    }
/*</style>*/















/*<style>*/

    
    
        
        
            [data-theme-style~="vehicleDetails_ctaBgColor"]{
                background-color: #47c671;
            }
        
        
    

    [data-theme-style~="viewSwitch_color"]{
        color: #969696;
    }

    [data-theme-style~="viewSwitch_color"]:hover,
    [data-theme-style~="viewSwitch_color"].active{
        color: #359455;
    }

    [data-theme-style~="vehicleDetail_consumptionPicto_fontColor"]{
        color: #000000;
    }

    [data-theme-style~="vehicleDetail_consumptionValue_fontColor"]{
        color: #000000;
    }

/*</style>*/







/*<style>*/


[data-theme-style~="vehiclePreviewName_color"]{
    color: #101010;
}

[data-theme-style~="vehiclePreview_priceBgColor"]::after{
    background-color: #ffffff;
}

/*</style>*/









/*<style>*/
    
    [data-theme-style~="viewSwitch_360"]{
        color: #080808;
    }

    [data-theme-sprite~=view-360-picto]:before,
    [data-theme-style~="viewSwitch_360"] :hover,
    [data-theme-style~="viewSwitch_360"].active p{
        color: #1f5fa3;
    }

    [data-theme-style~="virtual-tour-360"]{
        background-color: #ffffff;
    }
/*</style>*/










/*<style>*/

    [data-theme-style~="whyBuyIntroduction_fontColor"]{
        color: #ffffff;
    }

    [data-theme-style~="whyBuyContent_fontColor"]{
        color: #ffffff;
    }

    [data-theme-style~="whyBuyBanner"]{
        color: #ffffff;
        background-color: #47c671;
    }



/*</style>*/



















/*<style>*/

    [data-theme-style~="widgetSticky_fontColor"]{
        color: #111111;
    }

    [data-theme-style~="widgetSticky_bgColor"]{
        background-color: #f2f2f2;
    }

    [data-theme-style~="widgetStickyItem_fontColor"]{
        color: #ffffff;
    }

    [data-theme-style~="widgetStickyItem_bgColor"]{
        background-color: #ba0c2f;
    }

    [data-theme-style~="widgetStickyHighlight_bgColor"]{
        background-color: #8d3042;
    }

    [data-theme-style~="widgetSticky_borderColor"]{
        border-color: #8d3042;
    }




    [data-theme-style~="calculator__color"]{
        color: #101010;
    }


    [data-theme-style~="widgetRecentView"]{
        border-color: #ffffff;
        background-color: #ffffff;
    }
/*</style>*/










/*<style>*/

[data-theme-style~="tabs_fontColor"]{
    color: #555555;
    border-color: #999999;
}

[data-theme-style~="tabsFinance_fontColor"]{
color: #0276b3;
}

[data-theme-style~="tabsFinance_bgColor"].tabs-title.is-active,
[data-theme-style~="tabsFinance_bgColor"].tabs-title:hover{
    color: #ffffff !important;
    background-color: #0276b3;
}

[data-theme-style~="tabs_fontColor"] .tabs-title.is-active:after,
[data-theme-style~="tabs_fontColor"] .tabs-title.is-active,
[data-theme-style~="tabs_fontColor"] .tabs-title:hover{
    color: #0276b3;
    border-color: #0276b3;
}
/*</style>*/








/*<style>*/

[data-theme-style~="watermark_sold_fontColor"]{
    color: #ffffff;
}
[data-theme-style~="watermark_sold_bgColor"]{
    background-color: #555555;
}
/*</style>*/







/*<style>*/

[data-theme-style~="team_body_fontColor"]{
color: #ffffff;
}
/*</style>*/