









































































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

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

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

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

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


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


    
    [data-theme-style~="btnBetaPrimary"]{
        color:#000000;
        border-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: #0099ff;
        background-color: #0099ff;
    }

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

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

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

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

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

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

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

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

    [data-theme-style~="btnBetaTertiary"]:hover:after,
    [data-theme-style~="btnBetaTertiary"]:focus:after,
    [data-theme-style~="btnBetaTertiary"]:active:after{
        background-color: #333333;
    }

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

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

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


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

    [data-theme-style~="btnSocialPrimaryIcon"] {
        color: #0099ff;
    }

    [data-theme-style~="btnSocialPrimary"]:focus,
    [data-theme-style~="btnSocialPrimary"]:hover {
        color: #0099ff;
    }
    
    [data-theme-style~="btnRegularPrimary"],
    [data-theme-style~="btnRegularPrimary"]:hover,
    [data-theme-style~="btnRegularPrimary"]:focus,
    [data-theme-style~="btnRegularPrimary"]:active{
    color:#0099ff
    }

    [data-theme-style~="btnRegularPrimary"]:before{
    border-color:#0099ff
    }

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

    [data-theme-style~="btnRegularTertiary"]:hover,
    [data-theme-style~="btnRegularTertiary"]:focus,
    [data-theme-style~="btnRegularTertiary"]:active{
    color:#0c121c;
    }

    

    [data-theme-style~="btnRegularTertiary"] .link__regular-picto{
        color:#2b7bcd;
        background-color:transparent;
    }

    [data-theme-style~="btnRegularTertiary"]:hover .link__regular-picto,
    [data-theme-style~="btnRegularTertiary"]:focus .link__regular-picto,
    [data-theme-style~="btnRegularTertiary"]:active .link__regular-picto{
        color:#4d4e53;
        background-color:transparent;
    }


    
    [data-theme-style~="homeCtaPanel_bgColor"].block-ctas-charlie__item:nth-child(even)::before,
    [data-theme-style~="homeCtaPanel_bgColor"].block-ctas-charlie__item:nth-child(odd)::before{
        border-color: ;
    }


    .reveal .close-button{
        color: #ffffff;
        background-color: #999999;
    }

/*</style>*/











/*<style>*/

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

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

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

/*</style>*/








/*<style>*/

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


















































/*<style>*/

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

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

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

    [data-theme-style~="blockCtasBigFirst__BgColor"]{
        background-color: #0099ff;
    }

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

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

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

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

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

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

    [data-theme-style~="blockCtasBigFirst__TextColor"] h3,
    [data-theme-style~="blockCtasBigFirst__TextColor"] .subtitle{
        color: #0099ff;
    }

    [data-theme-style~="blockCtasBigFirst__TextColor"] h3:after,
    [data-theme-style~="blockCtasBigFirst__TextColor"] .subtitle:after{
        background-color: #0099ff;
    }

    [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: rgba(255,255,255,0.2);
    }
    [data-theme-style~="blockCtasSmall__linkColor"]{
        color: #0099ff;
    }


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


    [data-theme-style~="formBlockTitle"]{
        background-color: #cccccc;
        color: #ffffff;
        text-transform: uppercase;
    }

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

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

    [type=checkbox]:checked+label{
        
    }

    .is-whiteBg [type=checkbox]:not(:checked)+label,.is-whiteBg [type=checkbox]:checked+label{
        color: #999999;
    }
    /************************* Radio Button **************************/
    input[type=radio] + label .radio-button__label-radio{
        border-color: #ffffff;
    }
    input[type="radio"]:checked + label .radio-button__label-radio{
        border-color: #0099ff;
    }
    input[type="radio"]:checked + label .radio-button__label-radio:before{
        background-color: #0099ff;
    }


    [data-theme-style~="formBottomServiceContent"],
    [data-theme-style~="formBottomServiceContent"] label{
        background-color: #232323;
        color: #ffffff;
    }

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

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

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

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

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

    
    [data-theme-style~="gradientPrimary__bgColor"]{
        background-color: #0099ff;
        background: -webkit-linear-gradient(45deg, #0099ff 30%, #0099ff 100%); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(45deg, #0099ff 30%, #0099ff 100%); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(45deg, #0099ff 30%, #0099ff 100%); /* For Firefox 3.6 to 15 */
        background: linear-gradient(45deg, #0099ff 30%, #0099ff 100%); /* Standard syntax (must be last) */
    }

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

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


































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

    [data-theme-style~="bodyPattern_ultraLighten"]{
        background:  #141414 url('https://img.sm360.ca/images/web/');
        background-repeat: repeat;
    }

    [data-theme-style~="bodyPattern_lighten"]{
        background:  #0d0d0d url('https://img.sm360.ca/images/web/');
        background-repeat: repeat;
    }

    [data-theme-style~="bodyPattern_ultraLighten"]{
        background:  #141414 url('https://img.sm360.ca/images/web/');
        background-repeat: repeat;
    }

    [data-theme-style~="bodyPattern_lighten"]{
        background:  #0d0d0d url('https://img.sm360.ca/images/web/');
        background-repeat: repeat;
    }

    
    [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:#ffffff;
        color:#303030;
    }

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

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

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

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

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

    
    [data-theme-style~="linkPrimary"]{
        color:#0099ff
    }

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

    
    [data-theme-style~="linkSecondary"]{
        color:#0099ff
    }

    [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:#0099ff;
    }

    [data-theme-style~="catalogSlider__iconBgColor"]:before {
        background-color: #0099ff;
        color: #ffffff;
    }

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

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

    [data-theme-style~="accordion"]:nth-child(odd){
        background-color: #ffffff
    }
/*</style>*/








/*<style>*/

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

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

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











/*<style>*/

[data-theme-style~="breadcrumb_primaryFontColor"],
[data-theme-style~="breadcrumb_primaryFontColor"]:focus,
[data-theme-style~="breadcrumb_primaryFontColor"]:hover {
color: #a7a9ac;
}

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

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

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

/*</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~="catalogDetailsInventoryAvailability_bgColor"] {
        background-color: #ffffff;
    }

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

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

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

    [data-theme-style~="catalogDetailsViewSwitcher_fontColor"].active,
    [data-theme-style~="catalogDetailsViewSwitcher_fontColor"]:focus,
    [data-theme-style~="catalogDetailsViewSwitcher_fontColor"]:hover{
        color: #ffffff;
        background-color: #0099ff;
    }

    
    [data-theme-style~="catalogDetailsColorChooser_borderColor"] {
        border-color: #0099ff;
    }

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

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

    [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: #232323;
    }

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

    
    [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: #232323;
    }

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

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

.catalog-details__colors-thumbnails .catalog-details__colors-thumbnails-image{
border-color: #ffffff;

}
.catalog-details__colors-thumbnails--selected .catalog-details__colors-thumbnails-image{
border-color: unset;

}


/*</style>*/




























/*<style>*/
    
    [data-theme-style~="catalogListingFilters"] {
        background-color: #e9e9e9;
        color: #1b1b1b;
        border-color: #e9e9e9;
    }


    [data-theme-style~="catalogListingFilters"]:hover,
    [data-theme-style~="catalogListingFilters"]:focus{
        background-color: #ffffff;
        border-color: #0099ff;
        color: #1b1b1b;
    }

    [data-theme-style~="catalogListingFilters"].active,
    .widget-filter__check-element--selected{
        background-color: #0099ff;
        border-color: #0099ff;
        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: #e9e9e9;
    }

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

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





    

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










/*<style>*/

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

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

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

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
























































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

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

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

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

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

    [data-theme-style~="footer__mainNav__title"],
    [data-theme-style~="footer__mainNav__title"]:focus,
    [data-theme-style~="footer__mainNav__title"]:hover{
        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:#b1b6b7;
    }

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

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

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

    [data-theme-style~="footer__phone__label"]{
        color: #101010;
    }
    [data-theme-style~="footer__phone__number"]{
        color: #101010;
    }
    [data-theme-style~="footer__phone__number"]:focus,
    [data-theme-style~="footer__phone__number"]:hover{
        color: #999999;
    }

    
    [data-theme-style~="btnFooter"]{
        color:#101010;
        background-color: #0099ff;
    }

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

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

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


    [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:#9a9a9a;
        background-color: #343434;
    }

    [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"]:focus,
    [data-theme-style~="footer__bottomNav__anchor"]:hover{
        color: #1c1c1c;
    }


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

    
    [data-theme-style~="footerTabs_fontColor"]{
        color: rgba(16,16,16,0.5);
        border-color: rgba(0,153,255,0.5);
    }

    [data-theme-style~="footerTabs_fontColor"].is-active a:after,
    [data-theme-style~="footerTabs_fontColor"].is-active a,
    [data-theme-style~="footerTabs_fontColor"] a:hover{
        color: #18437a;
        border-color: #18437a;
    }
/*</style>*/
























/*<style>*/

    /**************************************
    Error Messages
    **************************************/
    .ui-state-error {
        color: #f00010;
        border: none;
    }

    .widget-dropdown.ui-state-error,
    [type=color].ui-state-error, [type=date].ui-state-error, [type=datetime-local].ui-state-error,
    [type=datetime].ui-state-error, [type=email].ui-state-error, [type=month].ui-state-error,
    [type=number].ui-state-error, [type=password].ui-state-error, [type=search].ui-state-error,
    [type=tel].ui-state-error, [type=text].ui-state-error, [type=time].ui-state-error,
    [type=url].ui-state-error, [type=week].ui-state-error, textarea.ui-state-error, .field-date1.ui-state-error,
    .form-field__label.ui-state-error .form-field__label-file-block--resume{
        border: 1px solid #f00010;
        box-shadow: inset 0 0 0 1px #f00010 !important;
    }

    .form-field__label.ui-state-error:after, .widget-newsletter__messages-error{
        color: #f00010;
    }

    .ui-state-error-checkbox {
    border: 2px solid #f00010;
    }


/******************* Checkbox Styles  :before sert à créer la case à cocher *******************/
    .widget-checkbox__check:before,
    [type=checkbox]:checked+label:before{
        background-color: #0099ff;
    }

    .widget-checkbox__check.checked:before{
        background-color: #0099ff;
    }
    .widget-checkbox__check.unchecked:before{
        background-color: #ffffff;
    }

    .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: #ffffff;
    }

    /**************************************
    Bottom Form
    **************************************/
    [data-theme-style~="formBottom_title_color"]{
        color:#ffffff;
    }
    [data-theme-style~="formBottom_checkboxLabel_color"]{
        color:#ffffff;
    }


    
    
    
    
        
        
        
        
    

    /*.widget-dropdown:hover,*/
    /*[type=text]:hover, [type=password]:hover,*/
    /*[type=date]:hover, [type=datetime]:hover,*/
    /*[type=datetime-local]:hover, [type=month]:hover,*/
    /*[type=week]:hover, [type=email]:hover,*/
    /*[type=number]:hover, [type=search]:hover,*/
    /*[type=tel]:hover, [type=time]:hover,*/
    /*[type=url]:hover, [type=color]:hover, textarea:hover,*/
    /*.widget-dropdown:focus,*/
    /*.widget-dropdown:active,*/
    /*.widget-dropdown:visited,*/
    /*[type=text]:focus, [type=password]:focus,*/
    /*[type=date]:focus, [type=datetime]:focus,*/
    /*[type=datetime-local]:focus, [type=month]:focus,*/
    /*[type=week]:focus, [type=email]:focus,*/
    /*[type=number]:focus, [type=search]:focus,*/
    /*[type=tel]:focus, [type=time]:focus,*/
    /*[type=url]:focus, [type=color]:focus, textarea:focus {*/
        
        
        
    /*}*/

    .form-field__label--text.active:before{
        color: #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: #0099ff;
    }

    [data-theme-style~="mobileHeader__menuBurger_asFontColor"]{
        color:#0099ff;
    }
    [data-theme-style~="mobileHeader__menuBurger__opened"]{
        background-color: #eef1f1;
    }

    [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: #000000;
    }

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

    [data-theme-style~="headerMobileNavigation"] .is-selected>a{
        color: #0099ff;
        
    }

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

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

    [data-theme-style~="mobileMenu__mainNav__firstLevel"]:focus>a,
    [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: #1c1c1c;
    }

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

    [data-theme-style~="mobileMenu__mainNav__secondLevel"]:focus>a,
    [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"]{
        color: #ffffff;
        background-color: #1c1c1c;
    }

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

    [data-theme-style~="mobile__menuAddress"]:focus,
    [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"]:focus,
    [data-theme-style~="mobile__menuPhone__number"]:hover{
        color: #a1a1a1;
    }

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

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

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

    [data-theme-style~="header_linkColor"],
    [data-theme-style~="header_linkColor"]:focus,
    [data-theme-style~="header_linkColor"]:hover{
        color: #101010;
    }

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

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


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

    .active [data-theme-style~="headerTopNav__dropdownBtn"]>a,
    [data-theme-style~="headerTopNav__dropdownBtn"]:focus>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:focus,
    [data-theme-style~="headerTopNav__dropdownContent"] a:hover{
        color: #232323;
        background-color: #e9e9e9;
    }

    [data-theme-style~="headerTopNavHome"]{
        color: #ffffff;
        background: #fafafa;
        border-color: #8a919a ;
    }

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

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

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

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

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

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

    [data-theme-style~="header__languageSwitcher__hoverTextColor"]:focus,
    [data-theme-style~="header__languageSwitcher__hoverTextColor"]:hover,
    [data-theme-style~="header__languageSwitcher__hoverTextColor"]:active{
        color: #1c1c1c;
        border-color: #1c1c1c !important;
    }

    [data-theme-style~="header__languageSwitcher__textColor"].language-switch__item--active{
        color: #1c1c1c;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

    [data-theme-style~="headerNavMain__Elem"]:focus,
    [data-theme-style~="headerNavMain__Elem"]:hover,
    [data-theme-style~="headerNavMain__Elem"].is-active{
        background-color: #acb6c0;
    }

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

    [data-theme-style~="headerNavSub"] a:focus,
    [data-theme-style~="headerNavSub"] a:hover{
        color: #1b1b1b;
        background-color: #e9e9e9 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

/*</style>*/

















































































/*<style>*/

    
        
        
            [data-theme-style~="homeInventory__bgImage"]{
            background-color: #ebebeb;
            background: -webkit-linear-gradient(to top, #ebebeb, #f8f8f8); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(to top, #ebebeb, #f8f8f8); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(to top, #ebebeb, #f8f8f8); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to bottom, #ebebeb, #f8f8f8); /* Standard syntax (must be last) */
            }
        
    

    [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: #0099ff;
    }

    [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: #0099ff;
    }

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

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

    [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: #0099ff;
    }

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

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


    

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


    
        [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: #ffffff;
    }

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

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

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

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

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

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


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

    
        [data-theme-style~="homeCatalog_bgImage"]{
            background:  url('https://img.sm360.ca/images/web/marino-auto-group/2543/bg-best-sellers1561400038342.jpg') top center;
            background-repeat: no-repeat;
        }
    

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

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

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

    [data-theme-style~="homeCatalog_financing__rebate"] [data-theme-sprite]{
    background: radial-gradient(farthest-side at 45% 60%, #000000, #000000);
    -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: #000000;
    }

    

    [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: #0099ff;
    }

    [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_titleColor"]{
        color: #000000;
    }

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

    [data-theme-style~="homeAboutBgColor"]{
        background-image: linear-gradient(to right, #333333, #333333 80%, #ffffff 10%, #ffffff);
    }
    [data-theme-style~="homeAboutReadmore"]{
        background-color: #333333;
    }

@media(min-width: 48em){
    [data-theme-style~="homeAboutBgColor"]{
        background-image: linear-gradient(to right, #333333, #333333 81%, #ffffff 30%, #ffffff);
    }
}


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

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

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

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

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

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

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

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

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

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

    [data-theme-style~="homeReviews_starsColor"]{
        color: #f8ba07;
    }

    [data-theme-style~="homeReviews_emptyStarsColor"]{
        color: #eaeeed;
    }

    [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: #0099ff !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"]:focus,
    [data-theme-style~="homeReviews__allReviewsLink"]:hover{
        color: #242424;
    }

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

    [data-theme-style~="homeTradeIn__bgColor"] {
        background-image: linear-gradient(to right, #0099ff, #0099ff 80%, #21232e 10%, #21232e);
    }
/*</style>*/





























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

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

    
        
    

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

    [data-theme-style~="inventoryDetailsMorePhoto_bgColor"]:focus,
    [data-theme-style~="inventoryDetailsMorePhoto_bgColor"]:hover {
        background-color: #0099ff;
    }

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

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

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

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

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

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

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
















/*<style>*/

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

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

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

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

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

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

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

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

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

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

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

    .inventory-filter-beta__filters-radio-button:checked+label::after{
        background-color: #0099ff;
    }
    .inventory-filter-beta__filters-radio-button-label::before {
        color: #0099ff;
    }
    [type=checkbox]:checked + label.filters-dropdown__checkbox-label{
        color: #ffffff;
    }
    [data-theme-style~="inventoryFiltersBox__fontSecondaryColor"] {
    color: #cccccc;
    }
/*</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"]:focus,
    [data-theme-style~="btninventoryListingPreview"]:hover{
        background-color: #101010!important;
        color:#ffffff;
        border-color: #101010;
    }
/*</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: #000000;
    }

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

    [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: #000000;
        color: #ffffff;
    }

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

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

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


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

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

/*</style>*/















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

    [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;
    }

    [data-theme-style~="videosHome__openingHoursColor"]{
        color: #0099ff;
    }
/*</style>*/













/*<style>*/

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

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

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

    [data-theme-style~="navBlock_element"]:focus,
    [data-theme-style~="navBlock_element"]:hover{
        background-color: #0099ff;
    }

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

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

    [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):focus 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"]:focus,
    [data-theme-style~="navBlock_anchor__Color"]:hover,
    [data-theme-style~="navBlock_anchor__Color"].active{
        color: #8994a0;
    }
/*</style>*/












/*<style>*/

    .pagination .pagination__page-button-text--selected{
        color: #0099ff;
    }

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

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

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

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








/*<style>*/

    [data-theme-style~="pagerSlider"] a,
    [data-theme-style~="pagerSlider"] li,
    [data-theme-style~="pagerSlider_bgColor"]{
        background-color:  !important;
        border-color:  !important;
    }

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

/*</style>*/
















/*<style>*/

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

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

    [data-theme-style~="promoHeaderSlider__dots"] li.slick-active button{
        color: #0099ff;
    }

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

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

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

    [data-theme-style~="promoHeaderSlider__controls"]:focus,
    [data-theme-style~="promoHeaderSlider__controls"]:hover{
        color: #cccccc;
    }
/*</style>*/













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

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

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

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

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

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

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

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

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

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

    
    [data-theme-style~="rapidSearchAlpha_color"]{
        -webkit-text-shadow: 0 0 10px #0099ff;
        -moz-text-shadow: 0 0 10px #0099ff;
        text-shadow: 0 0 10px #0099ff;
        color: rgba(0,153,255,0.3);
    }

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

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

/*</style>*/












/*<style>*/

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

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

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

[data-theme-style~="scrollbarHandle__bgColor"]:focus,
[data-theme-style~="scrollbarHandle__bgColor"]:hover{
    background-color: #006bb3;
}

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

/*</style>*/









/*<style>*/

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

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

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


/*</style>*/











/*<style>*/

    [data-theme-style~="pagerSlider"] a,
    [data-theme-style~="pagerSlider"] li,
    [data-theme-style~="pagerSlider_bgColor"]{
        background-color:  !important;
        border-color:  !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:  !important;
    }

    .slick-dots li {
        background-color: ;
    }

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

    .best-sellers-fox .slick-arrow:before{
        color: #0099ff;
    }
/*</style>*/







/*<style>*/

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

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

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

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

    [data-theme-style~="utilGreyColor__lightenColor"]{
        color: #e6e6e6;
    }

    [data-theme-style~="utilGreyColor__bgColor"]{
        background-color: #4d4d4d;
    }

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

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

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


/*</style>*/







/*<style>*/

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









/*<style>*/

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

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

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














/*<style>*/


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

    [data-theme-style~="utilPrimary__color"]{
        color: #0099ff;
    }

    [data-theme-style~="utilPrimary__color"][data-theme-sprite~="checklist"]:before{
        color: #0099ff;
    }

    [data-theme-style~="utilPrimary__bgColor"]{
        background-color: #0099ff;
    }

    [data-theme-style~="utilPrimary__borderColor"]{
        border-color: #0099ff !important;
    }

    [data-theme-style~="utilPrimary__borderColorBefore"]:before{
        border-color: #0099ff !important;
    }

    [data-theme-style~="utilPrimary__borderColorAfter"]:after{
        border-color: #0099ff;
    }

    [data-theme-style~="utilPrimary__colorBefore"]:before{
        color: #0099ff;
    }

    [data-theme-style~="utilPrimary__bgColorBefore"]:before{
        background-color: #0099ff;
    }

    [data-theme-style~="utilPrimary__bgColorAfter"]:after{
        background-color: #0099ff;
    }

    [data-theme-style~="utilPrimary__listColor"] li:before{
        color: #0099ff;
    }

    [data-theme-style~="utilSecondary__color"]{
        color: #0045a2;
    }

    [data-theme-style~="utilSecondary__bgColor"]{
        background-color: #0045a2;
    }

    [data-theme-style~="utilSecondary_borderColor"]{
        border-color: #0045a2;
    }

    [data-theme-style~="utilTertiary__color"]{
        color: #232323;
    }

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

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

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

    [data-theme-style~="utilWhiteColor__colorAfter"]:after{
        background-color: rgba(255,255,255,0.2);
    }

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

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

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

    [data-theme-style~="utilBlackColor__transparentBgColor"]{
        background-color: rgba(27,27,27,0.2);
    }

    [data-theme-style~="utilRedColor__color"]{
        color: #ee3b33;
    }

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

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

    [data-theme-style~="utilDarkGreyColor__color"]{
        color: #666666;
    }

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

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

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

    [data-theme-style~="stroke__borderColor"]{
        stroke: #0099ff;
    }

    [data-theme-style~="utilGradientPrimary__bgColor"]{
        background-color: #0099ff;
        background: -webkit-linear-gradient(left, #007acc, #0099ff); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, #007acc, #0099ff); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, #007acc, #0099ff); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, #007acc, #0099ff); /* Standard syntax (must be last) */
    }

    .page-careers__jobslist-title:after,.page-careers__general-application-title:after{
        display: block;
        content: '';
        border-bottom: 2px solid #0099ff;
        padding-bottom: 10px;
    }
/*</style>*/










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

    [data-theme-style~="vdpForm_primaryColor"],
    [data-theme-style~="vdpForm_primaryColor"] [type=checkbox]:not(:checked)+label{
        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: #0099ff;
            }
        
        
    


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

        [data-theme-style~="viewSwitch_color"]:focus,
        [data-theme-style~="viewSwitch_color"]:hover,
        [data-theme-style~="viewSwitch_color"].active{
        color: #0099ff;
        }
/*</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"] :focus,
    [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: #101010;
    }

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

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

    [data-theme-style~="whyBuyBanner_bgColor"]{
        background-color: #0099ff;
    }



    [data-theme-style~="whybuy_bgImage_new"]{
    background:  url('https://img.sm360.ca/images/web/default/marino autogroup/style/marino-why-buy-bg1560959770711.png');
    background-repeat: no-repeat;
    background-position: top center ;
    background-size: cover;
    }



    [data-theme-style~="whybuy_bgImage_used"]{
    background:  url('https://img.sm360.ca/images/web/default/marino autogroup/style/marino-why-buy-bg-used1560959719632.png');
    background-repeat: no-repeat;
    background-position: top center ;
    background-size: cover;
    }


/*</style>*/


















/*<style>*/

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

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


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


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

.widget-filter__search-input-icon{
color: #1b1b1b;
}
/*</style>*/










/*<style>*/

[data-theme-style~="tabs_fontColor"]{
    color: rgba(71,71,71,0.5);
    border-color: rgba(71,71,71,0.5);
}

[data-theme-style~="tabs_fontColor"].is-active a:after,
[data-theme-style~="tabs_fontColor"].is-active a,
[data-theme-style~="tabs_fontColor"] a:focus,
[data-theme-style~="tabs_fontColor"] a:hover{
    color: #0099ff;
    border-color: #0099ff;
}
/*</style>*/




==============================================================================--%>




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

/*************************
Slider - Pagers Video
*************************/
[data-theme-style~="pagerSliderVideo"] a,
[data-theme-style~="pagerSliderVideo"] li{
background-color: #ffffff !important;
border-color: #9a9b9d !important;
}

[data-theme-style~="pagerSliderVideo"] a.active,
.page-xc40-recharge__video-pagers-list:before,
[data-theme-style~="pagerSliderVideo"] li.slick-active{
background-color: #9a9b9d !important;
}
.page-xc40-recharge-gallery__pagers-list{
background-color: rgba(154,155,157,0.4) !important;
}

[data-theme-style~="pagerSliderImage"] a.active,
[data-theme-style~="pagerSliderImage"] li.slick-active{
background-color: #9a9b9d !important;
}

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

[data-theme-style~="paginationButtonVideo"]:focus,
[data-theme-style~="paginationButtonVideo"]:hover{
color: #9a9b9d;
}

.page-xc40-recharge__accordion-item-title:before{
color: #0099ff;
}


/*</style>*/

/*Start css compliances for subaru*/

/*<style >*/


    @font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('//cdn.sm360.ca/varia/fonts/subaru/AvenirLTStd-Heavy.eot');
    src: url('//cdn.sm360.ca/varia/fonts/subaru/AvenirLTStd-Heavy?#iefix') format('embedded-opentype'),
    url('//cdn.sm360.ca/varia/fonts/subaru/AvenirLTStd-Heavy.woff') format('woff'),
    url('//cdn.sm360.ca/varia/fonts/subaru/AvenirLTStd-Heavy.ttf') format('truetype');
    }

    @font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('//cdn.sm360.ca/varia/fonts/subaru/AvenirLTStd-Roman.eot');
    src: url('//cdn.sm360.ca/varia/fonts/subaru/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
    url('//cdn.sm360.ca/varia/fonts/subaru/AvenirLTStd-Roman.woff') format('woff'),
    url('//cdn.sm360.ca/varia/fonts/subaru/AvenirLTStd-Roman.ttf') format('truetype');
    }


/*</style>*/

[data-theme-style~="mainFont__regular"]{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}

[data-theme-style~="mainFont__bold"]{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

/*<style>*/

/**************************************************
Title & Typo
***************************************************/
/***************** Body *******************/
body{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
font-size: 14px;
line-height: 18px;
}
p{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}
.wysiwyg ul{
margin-left: 1.25rem;
}

/**************************************************
Title
***************************************************/
.title__primary, h1, .wysiwyg h1{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 28px;
line-height: 40px;
letter-spacing: 0.125em;
}

.title__secondary, h2, .wysiwyg h2{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 25px;
line-height: 30px;
}

.title__tertiary, h3, .wysiwyg h3{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 15px;
line-height: 20px;
}

.title__quaternary, h4, .wysiwyg h4{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 13px;
line-height: 19px;
}

.title__quinary, h5, .wysiwyg h5{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 13px;
line-height: 17px;
}

.title__subtitle{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 15px;
line-height: 20px;
}

.title__home{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 28px ;
line-height: 40px;
letter-spacing: .125em;
}
.title__subtitle{
display: block;
}
.page-home__about-title .title__primary{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.page-home__about-title .title__subtitle{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}

.review__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.block-about-beta h2{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}

.home-reviews-delta .home-reviews__title span{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}

.home-reviews-delta .home-reviews__listing-author{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

/***************** VIDEO HOME ******************/
.videos-alpha .openingMessage span,
.videos-alpha .openingMessage{
letter-spacing: 0.125em;
font-size: 16px;
}

.instant-estimate__image-section{
background-color: #0099ff !important;
}

.instant-estimate__showroom{
width: calc(100% - 20px); // Put it in grid
margin: 0 auto;
}
/***************** Tools ******************/

.label__checkbox.active{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}
.form__label,label{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}
.form-field__label--text.active:before{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}

.vehicle__rebate{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.tabs-title a{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.widget-countdown__number,
.widget-rating__count{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.widget-accordion__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.widget-filter__check-element .widget-filter__bodystyle-name{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

/**************************************************
HEADER
**************************************************/
.header__nav-submenu__catalog-list-vehicle-name,
.header__menu,
.header__nav-submenu-element,
.header-mobile__phone .snippet-phone__department-phone--header{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.menu-mobile__phone .snippet-phone__department-phone{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
.sticky-login+.header{
padding-top: 90px;
}
@media only screen and (min-width: 640px) {
    .sticky-login+.header{
    padding-top: 88px;
    }
}
@media only screen and (min-width: 1024px) {
    .sticky-login+.header{
    padding-top: 35px;
    }
}

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

.googlemap-infobox .infobox_dealer-name,
.googlemap-infobox .snippet-phone__department-phone{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.snippet-phone__department-phone--footer,
.footer__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.footer__bottomblock-anchor{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}

.footer-bottom-logo{
border-top: 1px solid #e9e9e9;
}

.footer-delta__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
text-transform: uppercase;
}

/**************************************************
BUTTON
***************************************************/
.link__alpha,
.link__beta,
.link__charlie,
.link__delta,
.link__echo,
.link__ghost{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.125em;
padding: 13px 20px;
min-height: 45px;
}

.link__regular{
font-size: 14px;
line-height: 20px;
}
.link__regular-secondary{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
.link__regular-tertiary{
font-size:13px;
line-height: 14px;
}


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

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


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

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

/**************************************************
Form
***************************************************/
.form-sidebar__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

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

.calcResult,
.used-section__vehicle-info,
.used-section__vehicle-name,
.widget-calculator_payments,
.inventory-details__content-carproof{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
.inventory-details__content-contact-info .title__quaternary,
.inventory-details__content-carproof a{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}
.more-photo__button-text span{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
.inventory-details__header-price .price__detail-wrapper .price__detail-price-label,
.inventory-details__header-price .price__detail-wrapper .price__detail-price--regular{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}
.inventory-details__header-price .price__detail-wrapper .price__detail-price--regular{
font-size: 24px;
line-height: 33px;
}
.form-field__label.widget__calculator-field [data-calculator~="price_input"]{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
.inventory-list-layout__ruban-sold{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
.home-inventory-delta__item-name{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
.inventory-listing__results-info{
margin-bottom: 10px;
}
.inventory-details-content .page-sidebar__right{
margin-bottom: 0;
}
.inventory-list-layout{
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16) !important;
}
.inventory-details__header-cta .link__alpha{
white-space: nowrap;
}
/**************************************************
Catalog
***************************************************/

.catalog-preview-alpha__vehicle-name,
.catalog-listing__html-seo .title,
.inventory-listing__html-seo .title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}


.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: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
.catalog-details__ctas{
margin-top: 25px;
}
.catalog-details__ctas-instance-info{
font-size: 18px;
line-height: 22px;
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}
.vehicle__consumptions-value .consumptions-value{
font-size: 25px;
line-height: 25px;
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}
.widget-filter__search-input{
padding: 17px 30px 15px 15px;
}

/*********************
Modules
**********************/
.catalog-slider__title,
.rapid-search-charlie__subtitle{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.home-reviews-beta .home-reviews__all-score-rating,
.home-reviews-beta .home-reviews__listing-author{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.home-reviews-charlie .home-reviews__listing-author{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.rapid-search-alpha__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.rapid-search-alpha__cta{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.block-service-beta__title span{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}

.block-ctas-inventory-alpha__title span,
.block-ctas-inventory-beta__title span{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}

.home-reviews-charlie .home-reviews__all-score-rating{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.block-ctas-big__title span{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}


.snippet-phone__department-name--header{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;;
}

.footer__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}
.footer__bottomblock-anchor{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.title-bottom{
: font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}
.inventory-list-layout__preview-name{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.inventory-list-layout__preview-price-current{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.inventory-details__vehicle-info-value{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.vehicle__consumptions-value{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.inventory-details__content-options .title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.showroom-rebate__text{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.showroom-rebate__price{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.showroom-rebate__text-wrapper{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.catalog-block__name{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}
.catalog-block__name-anchor{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.showroom-price__wrapper{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.showroom-price__price--legal{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.showroom-price__price--old{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.view-switch-link span{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.catalog-details__consumptions-label{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.catalog-details__consumptions-value{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.widget-accordion__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.catalog-details__details-specs-type{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.vehicle__result{
 font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.snippet-phone__department-phone--header{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.header__name{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.text-bold{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.inventory-preview-alpha__preview-name{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}

.block-service-alpha__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
}
.catalog-slider__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.catalog-preview-echo__vehicle-name{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.inventory-preview-alpha__preview-price-current{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.form-bottom__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.pagination .pagination__page-button-text{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}

.widget-dropdown__button-content{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
/***********************************************************
Breakpoints :
- small: 0,               //Mobile
- medium: 640px,
- tablet: 768px           //Tablet
- large: 1024px,          //Desktop
- xlarge: 1200px,
- xxlarge: 1920px,
************************************************************/

/**************************************
Tablet
**************************************/
@media (min-width: 768px) and (max-width: 1024px) {
    .title__primary, h1, .wysiwyg h1{
        font-size:35px;
        line-height:45px;
    }
    .title__secondary, h2, .wysiwyg h2{
        font-size:30px;
        line-height:35px;
    }
    .title__tertiary, h3, .wysiwyg h3{
        font-size:20px;
        line-height:25px;
    }
    .title__quaternary, h4, .wysiwyg h4{
        font-size:13px;
        line-height:19px;
    }
    .title__quinary, h5, .wysiwyg h5{
        font-size:13px;
        line-height:19px;
    }
    .title__home{
        font-size: 50px;
        line-height: 60px;
    }
}

/**************************************
Desktop
**************************************/
@media only screen and (min-width: 1024px) {
    .title__primary, h1, .wysiwyg h1{
        font-size:50px;
        line-height:60px;
    }
    .title__secondary, h2, .wysiwyg h2{
        font-size:35px;
        line-height:45px;
    }
    .title__tertiary, h3, .wysiwyg h3{
        font-size:24px;
        line-height:33px;
    }
    .title__quaternary, h4, .wysiwyg h4{
        font-size:24px;
        line-height:33px;
    }
    .title__quinary, h5, .wysiwyg h5{
        font-size:24px;
        line-height:33px;
    }
    .title__home{
        font-size: 50px;
        line-height: 60px;
    }
}


/********************************
Header
*********************************/
.header__logo-name,
.header-mobile__logo-name{
display: none;
}

.header{
padding-top: 55px;
}
.header__nav-list{
padding: 0;
}
.header-mobile{
position: fixed;
min-height: 55px;
border-bottom-width: 1px;
padding: 0;
}

.header-mobile__logo,
.header-mobile--sticky .header-mobile__logo{
display: inline-block;
width: auto;
height: 50px;
float: none;
padding: 16px 20px;
border-right: 1px solid #EEF1F1;
}

.header-mobile__logo-image,
.header-mobile--sticky .header-mobile__logo-image{
max-width: 90px;
height: auto;
}

.header-mobile__map{
float: right;
margin-right: 50px;
}

.header-mobile__map-cta{
display: inline-block;
font-size: 26px;
padding: 12px 18px;
}

.page-mobile__button .menu-icon,
.header-mobile--sticky .page-mobile__button .menu-icon{
width: 50px;
height: 55px;
right: 0;
top: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}

.menu-icon span,
.menu-icon span::after,
.menu-icon span::before{
width: 18px;
height: 2px;
}

.menu-icon span::before{
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}

.menu-icon span::after{
-webkit-transform: translateY(5px);
-moz-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
}

.off-canvas{
overflow: visible;
max-width: calc(100% - 50px) !important;
}

.menu-mobile{
margin: 0;
height: 100%;
overflow-y: auto;
}

.menu-mobile .header__nav-list-element:last-of-type{
margin-bottom: 0;
}

.menu-mobile .header__nav-list-anchor,
.menu-mobile .menu-mobile__secondary-anchor{
display:block;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
padding: 22px 15px 18px;
}

.menu-mobile .is-accordion-submenu-parent>a::after{
font-size: 22px;
}

.menu-mobile .menu-mobile__secondary-anchor:after{
display: none;
}

.menu-mobile .menu-mobile__secondary-anchor:before,
.menu-mobile .is-accordion-submenu a:before{
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e949";
display: inline-block;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
font-size:15px;
position: relative;
top: 3px;
margin-right: 10px;
}

.header__nav-submenu-element{
background-color: font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;;
}
.menu-mobile .header__nav-submenu{
margin: 0;
padding: 0;
}

.menu-mobile .is-accordion-submenu a{
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
padding: 22px 15px 18px !important;
}

.menu-mobile .header__compare--mobile{
position: relative;
padding: 19px 44px 15px 15px;
}

.menu-mobile .header__compare--mobile .header__compare-icon{
display: inline-block;
vertical-align: middle;
font-size: 20px;
}

.menu-mobile .header__compare--mobile .header__compare-text{
display: inline-block;
vertical-align: middle;
margin-left: 12px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
}

.menu-mobile .header__compare--mobile .header__compare-count{
position: absolute;
right: 22px;
top: 50%;
display: block;
width: 22px;
height: 22px;
text-align: center;
font-size: 11px;
line-height: 24px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.menu-mobile__secondary{
margin: 0;
padding: 0;
}

.menu-mobile__dealername{
font-size: 18px;
text-transform: uppercase;
padding: 0 15px 10px;
}

.menu-mobile__address{
padding: 0;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
margin : 10px 0;
}

.menu-mobile__address a{
line-height: 14px;
}

.menu-mobile__address .snippet-address__address{
display: block;
}

.menu-mobile__phone{
padding: 0 15px;
}

.menu-mobile__phone .snippet-phone__department-wrapper{
display: block;
margin-bottom: 5px;
line-height: 5px;
}

.menu-mobile__phone .snippet-phone__department-wrapper a{
display: inline-block;
}

.menu-mobile__phone .snippet-phone__department-name,
.menu-mobile__phone .snippet-phone__department-phone{
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
}

.menu-mobile__cta a{
display: block;
width: auto;
}

/* HEADER NAV CATALOG */

.header__nav-list-element--full-width .header__nav-submenu{
min-width: 0;
}

.header__nav-submenu__catalog-vehicle-tiles-name{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
text-transform: uppercase;
padding: 8px 15px 6px;
border-top-width: 1px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
}

.header__nav-submenu__catalog-hub-wrapper{
height: 50px;
}


@media(min-width: 48em){

.header__topbar{
width: 100%;
max-width: none;
margin: 0 auto;
padding: 0;
min-height: 42px;
position: relative;
z-index: 1;
}

.header__topbar .page-wrapper{
padding: 0 20px;
}

.header__topbar-left-element{
padding: 10px 0 11px;
text-align: left;
width: 60%;
}

.header__topbar-phone{
display: inline-block;
float: left;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
}

.snippet-phone__department-wrapper--header{
margin-left: 35px;
}

.snippet-phone__department-wrapper--header:first-child{
margin-left: 0;
}

.header__topbar-address{
display: inline-block;
float: right;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
margin-left: 30px;
padding: 10px 0 5px 0;
}

.header__topbar-address .snippet-address__link{
text-decoration: none;
}

.header__topbar-address .snippet-address__link:focus,
.header__topbar-address .snippet-address__link:hover{
text-decoration: underline;
}

.header__topbar-ls{
display: inline-block;
float:left;
margin-right: 20px;
}
.language-switch{
display: inline-block;
width: auto;
height: auto;
border: 0px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .1em;
padding: 14px 0 11px;
background: transparent;
}
.language-switch__sep{
font-size: 11px;
}
.language-switch__item{
display: inline-block;
position: static;
width: auto;
height: auto;
font-size: 11px;
line-height: normal;
text-transform: uppercase;
border: 0px;
}
.language-switch__item--active{
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.header__topbar-map{
float: left;
border-left: 1px solid #EEF1F1;
}

.header__topbar-map-cta{
display: inline-block;
font-size: 24px;
padding: 9px 18px;
color: #0C121C;
}

.header__topbar-map-cta:focus,
.header__topbar-map-cta:hover{
color: #0C121C;
opacity: .7;
}

.header__topbar-right-element{
position: relative;
display: flex;
}

.header__topbar-compare{
position: relative;
display: inline-block;
float: left;
height: 42px;
}

.header__topbar-compare .widget-comparebox{
border: 0;
}

.header__topbar-compare [aria-haspopup]{
display: inline-block;
height: 100%;
padding: 6px;
font-size: 11px;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
}

.header__topbar-compare-value{
display: inline-block;
vertical-align: middle;
}
.header__topbar-compare-icon{
display: inline-block;
vertical-align: middle;
font-size: 18px;
margin-left: 4px;
}

.header__topbar-menu{
display: inline-block;
float: left;
z-index: 10;
}
.header__topNav-dropdown{
margin: 0;
padding: 0;
}
.header__topNav-anchor{
display: flex;
padding: 13px 20px 14px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
}
.header__topNav-anchor .dropdown-icon{
display: inline-block;
margin-left: 8px;
font-size: 15px;
-webkit-transition: transform .3s ease;
-moz-transition: transform .3s ease;
-o-transition: transform .3s ease;
-ms-transition: transform .3s ease;
transition: transform .3s ease;
}

.active .header__topNav-anchor .dropdown-icon{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.header__topNav-subnav{
display: none;
position: absolute;
right: 0;
top: 100%;
min-width: 100%;
margin: 0;
padding: 10px 0;
}
.header__topNav-subnav-anchor{
display: block;
padding: 13px 20px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
text-align: left;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
}

.header__main{
border-bottom: 1px solid #EEF1F1;
}

.header__main.sticky{
top: -145px !important;
}

.header__main .page-wrapper{
display: table;
padding: 0 20px;
}

.header__main-left-element,
.header__main-right-element{
float: none !important;
display: table-cell;
vertical-align: bottom;
}

.header__main-left-element{
width: 185px;
}

.header__logo{
position: static;
padding: 75px 35px;
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}
.header .header-mobile__logo-image{
max-width: 200px;
height: auto;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}

.sticky .header__logo{
padding: 15px;
}
.header .sticky .header-mobile__logo-image{
max-width: 115px;
}

.header__main-right-element{
border-left: 1px solid #EEF1F1;
}

.header__main-right-top{
display: table;
width: 100%;
display: flex;
flex-direction: column;
}
.header__main-dealername{
display: table-cell;
padding: 28px 27px 10px;
font-size: 26px;
text-transform: uppercase;
}
.header__main-dealer-link{
display: table-cell;
text-align: left;
margin-left: 30px;
padding: 5px 0 10px 0;
}

.header__main-menu{
position: static !important;
}

.header__nav{
padding: 0;
border-top: 1px solid #EEF1F1;
}
.header__nav-list-element{
position: static;
padding: 0;
border-right: 1px solid #EEF1F1;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
}
.header__nav-list-element:last-child{
position: static;
}
.header__nav .header__nav-list .header__nav-list-element .header__nav-list-anchor{
padding: 17px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .1em;
}
.header__nav .header__nav-list .header__nav-list-element .header__nav-list-anchor span{
display: inline-block;
vertical-align: middle;
}
.header__nav .header__nav-list .header__nav-list-element .header__nav-list-anchor .dropdown-icon{
display: inline-block;
vertical-align: middle;
margin-left: 8px;
font-size: 15px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}
.header__nav .header__nav-list .header__nav-list-element.is-active .header__nav-list-anchor .dropdown-icon{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.header__nav-submenu{
top: calc(100%) !important;
min-width: 100%;
padding: 0 !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.header__nav-submenu:before{
display: none;
}
.header__nav-submenu-element{
display: inline-block;
width: auto;
min-width: 0;
}
.header__nav-submenu-anchor{
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
padding: 22px 28px 19px !important;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
}
.best-sellers-fox__slider-vehicle-showroom-financing__type,
.best-sellers-fox__slider-vehicle-showroom-price__price-label--starting-at{
font-size: 13px;
line-height: 17px;
}
.widget-filter__bodystyle-name{
font-size: 15px;
}
.catalog-block-alpha__name-anchor span{
font-size: 18px;
line-height: 20px;
}
.catalog-block-alpha__image{
padding: 0;
margin: 40px 0 10px;
}
.footer-delta__block-dealers{
display: inline-flex;
margin-top: 30px;
}
}
.catalog-details__details{
padding: 0;
}
@media(min-width: 640px){
    .catalog-gallery-beta__content{
    padding: 0 5px;
    }
}
@media(min-width: 1024px){
    .header__nav-submenu-element{
    background-color: transparent;
    }
}

@media(min-width: 64em){
    .header{
    padding-top: 0px;
    }
}


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

.footer{
border: 0;
}

.footer__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
border: 0;
font-size: 13px;
line-height: 19px;
text-transform: uppercase;
letter-spacing: .125em;
}

.footer__column.accordion{
margin-bottom: 55px;
}


.footer__column-item:last-child{
border: 0;
}


.footer__column-item .footer__title:after{
right: 20px;
color: #0099ff;
}

.footer__column-item.is-active .footer__title:after{
right: 25px;
}

.footer__list-element-anchor,
.footer .snippet-address__link,
.snippet-phone__department-wrapper--footer,
.footer .social-block-beta__title,
.footer .social-block-beta__label{
font-size: 11px;
text-transform: uppercase;
letter-spacing: .3em;
}

.footer .snippet-address{
margin: 14px 0;
}

.footer .snippet-address__link{
line-height: normal;
}

.social-block-beta.footer__social{
padding-top: 70px;
padding-bottom: 0;
}

.footer-bottom--copyright{
border-top: 1px solid #EEF1F1;
}

.footer-bottom .footer-bottom__wrapper{
padding: 10px 15px;
}

.footer-bottom .footer-bottom__wrapper:last-child{
float: none !important;
}

.footer__bottomNav-list{
margin: 0;
}

.footer__bottomNav-elem{
display: inline-block;
margin-right: 45px;
}

.footer__bottomNav-anchor{
font-size: 11px;
text-transform: uppercase;
letter-spacing: .3em;
}

.footer-bottom__content{
padding: 0;
float: none !important;
}

.footer-bottom__copyright{
display: inline-block;
padding: 7px 0 6px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .3em;
}


/***************************
Footer dealers
****************************/

.footer__links-title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 13px;
line-height: 19px;
text-align: center;
margin-bottom: 20px;
letter-spacing: .125em;
}

.footer__links-item{
text-align: center;
margin:10px 20px 20px 5px
}

.footer__links-img{
padding-bottom: 10px;
}
.footer__links-name{
font-size: 11px;
line-height: 18px;
padding-top: 10px;
display: block;
}
.footer-delta__social, .footer__logo,
.footer__links-img, .footer__links{
margin: 0 auto;
}
.footer-bottom-links{
border-top: 1px solid #e9e9e9;
background-color: #fafafa;
}

@media(min-width: 48em){

.footer-top .page-wrapper{
padding-top: 30px;
padding-bottom: 0;
}

.social-block-beta.footer__social{
padding-bottom: 40px;
}

.footer-bottom .footer-bottom__wrapper{
padding: 10px 20px;
}
.footer__links-item{
width: unset;
margin:0 40px 20px 5px
}

.footer__links-item:last-of-type{
margin-right: 0;
}
.footer-delta__block-dealers{
display: inline-flex;
margin-top: 30px;
}
}

@media (min-width: 64em){
.footer__column{
width: 25%;
}
}
/**************************************************
BUTTON
***************************************************/
.link__alpha,
.link__beta,
.link__charlie,
.link__ghost{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
text-transform: uppercase;
font-size: 11px;
line-height: 14px;
min-height: 40px;
padding: 12px 40px;
}
.link__alpha:after,
.link__beta:after,
.link__charlie:after,
.link__ghost:after{
content: '';
margin: 0;

}
.link__regular{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size:14px;
line-height: 17px;
}
.link__regular-secondary,
.link__regular-tertiary{
text-transform: uppercase;
letter-spacing: 0.2em;
text-decoration: none;
font-size:11px;
line-height: 14px;
}
.link__regular-secondary .link__regular-picto{
background: none !important;
}

.link__alpha{
letter-spacing: .2em;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
}

.link__beta{
letter-spacing: .2em;
border: 1px solid;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
}

.link__charlie{
letter-spacing: .2em;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
}

.link__charlie:before{
font-family: "icomoon";
content: "\e948";
vertical-align: middle;
margin-right: 5px;
}

/********************************
PROMO HEADER SLIDER
*********************************/

.promo-header-gamma .slick-dots{
padding-bottom: 10px;
}

.promo-header-gamma .slick-dots li{
width: auto;
height: auto;
margin: 0 3px;
}

.promo-header-gamma .slick-dots li button{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
font-size: 13px;
line-height: 19px;
text-align: center;
text-shadow: none;
}

.promo-header-gamma .slick-dots li button:focus,
.promo-header-gamma .slick-dots li button:hover,
.promo-header-gamma .slick-dots li.slick-active button{
line-height: 18px;
}

.promo-header-gamma .slick-dots li.slick-active button{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
font-size: 35px;
line-height: 45px;
text-shadow: none;
}

.promo-header-gamma__control-left .promo-header-gamma__control-picto:before{
content: "\e956";
}

.promo-header-gamma__control-right .promo-header-gamma__control-picto:before{
content: "\e957";
}

@media (min-width: 40em){
.promo-header-gamma .slick-dots{
padding: 0 20px 10px;
}
}

@media (min-width: 48em){
.promo-header-gamma .slick-dots{
padding-left: 70px;
padding-bottom: 20px;
}
}

/********************************
RAPID SEARCH
*********************************/

.rapid-search-delta{
padding-bottom: 50px;
}

.rapid-search-delta__logo-wrapper{
display: none;
}

.rapid-search-delta__header-content{
display: block;
text-align: left;
}

.rapid-search-delta__title-wrapper{
margin: 0 0 20px;
}

.rapid-search-delta__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 25px;
line-height: 30px;
text-transform: uppercase;
max-width: 200px;
}

input[type=radio]+label .radio-button__label-radio{
width: 17px;
height: 17px;
}

input[type=radio]+label .radio-button__label-radio:before{
width: 9px;
height: 9px;
}

.radio-button__label-text{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.2em;
}

.rapid-search-delta__content{
margin: 20px 0 0;
}

.rapid-search-delta__filters{
display: block;
}

.rapid-search-delta__item,
.widget-dropdown,
.rapid-search-delta__item:first-child,
.rapid-search-delta__item:first-child .widget-dropdown__button{
border-radius: 0;
border: 0;
}

.rapid-search-delta__item{
margin: 0 0 10px;
}

.widget-dropdown__button, .rapid-search-delta__item .widget-dropdown__button{
vertical-align: top;
}

[data-widget-dropdown-button-text] {
top: -5px;
}

.widget-dropdown__button-content{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
}

.form-field__label--text.active:before{
left: 16px;
top: 2px;
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
}

.widget-dropdown__content-element-link{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2em;
padding: 14px 16px 12px;
}

.rapid-search-delta__item .widget-dropdown__select-arrow span:before{
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e949";
display: inline-block;
font-size: 5px;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;
}

.rapid-search-delta__item [data-widget-dropdown-button-activated] .widget-dropdown__select-arrow span:before{
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}

.rapid-search-delta__filters .link__alpha{
margin: 0;
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 14px;
text-transform: uppercase;
letter-spacing: .2em;
padding: 18px 20px 16px;
}

@media (min-width: 48em){
.rapid-search-delta{
padding-bottom: 30px;
}

.rapid-search-delta__header{
width: 30%;
float: left;
}

.rapid-search-delta__header-content{
max-width: 350px;
}

.rapid-search-delta__title{
font-size: 30px;
line-height: 33px;
max-width: 250px;
}

.rapid-search-delta__content{
width: 70%;
float: right;
clear: none;
margin: 10px 0 0;
}

.rapid-search-delta__item,
.rapid-search-delta__filters .link__alpha{
width: calc(33.3333% - 14px);
margin-left: 21px;
min-width: 0;
}

.rapid-search-delta__filters .link__alpha{
padding: 18px 10px 16px;
}

.rapid-search-delta__item:first-child{
margin-left: 0;
}
}

@media (min-width: 70em){

.rapid-search-delta__filters .link__alpha{
padding: 18px 20px 16px;
}

}

/********************************
Highlights Echo
*********************************/
.highlights-echo__item-box{
background: none !important;
}


/********************************
Reviews Alpha
*********************************/

.home-reviews-alpha .home-reviews__header{
padding: 0 0 40px;
}

.home-reviews-alpha .home-reviews__title{
font-size: 25px;
line-height: 25px;
text-transform: uppercase;
max-width: 280px;
margin-left: auto;
margin-right: auto;
}

.home-reviews-alpha .home-reviews__all-score-rating{
display: inline-block;
vertical-align: middle;
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 35px;
line-height: 35px;
}

.home-reviews-alpha .home-reviews__all-content-rating{
display: inline-block;
vertical-align: middle;
margin-left: 20px;
font-size: 24px;
min-width: 170px;
}

.home-reviews-alpha .widget-rating__star{
margin-left: 10px;
}

.home-reviews-alpha .widget-rating__star:first-child{
margin-left: 0;
}

.home-reviews-alpha .home-reviews__all-content{
margin-top: 10px;
display: block;
float: none;
text-align: center;
}

.home-reviews-alpha .home-reviews__all-link{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;;
}

.home-reviews-alpha .home-reviews__listing-item{
margin: 0;
}

.home-reviews-alpha .home-reviews__listing-picture{
position: static;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
max-width: 53px;
margin: 0 auto 15px;
box-shadow: none;
-webkit-box-shadow: none;
}

.home-reviews-alpha .home-reviews__listing-body-container{
padding: 0;
margin-bottom: 10px;
background: none !important;
font-size: 12px;
line-height: 16px;
}

.home-reviews-alpha .home-reviews__listing-body-container:before,
.home-reviews-alpha .home-reviews__listing-body-container:after{
display: none;
}

.home-reviews-alpha .home-reviews__listing-author{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 11px;
line-height: 14px;
}

.home-reviews-alpha .home-reviews__listing-author:before{
content: "- ";
}

@media (min-width: 48em){
.home-reviews-alpha .home-reviews__title{
max-width: none;
font-size: 35px;
line-height: 40px;
}

.home-reviews-alpha .home-reviews__all-score{
float: none;
}

.home-reviews-alpha .home-reviews__all-content{
margin-left: 0;
}

.home-reviews-alpha .home-reviews__all-content-rating,
.home-reviews-alpha .home-reviews__all-link{
float: none;
}

.home-reviews-alpha .home-reviews__listing-picture{
margin: 0 0 15px;
}

.home-reviews-alpha .home-reviews__listing-body-container{
min-height: 0;
text-align: left;
}

.home-reviews-alpha .home-reviews__listing-author-container{
text-align: left;
}
}


/********************************
Catalog carousel
*********************************/
.catalog-section__title{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 35px;
line-height: 35px;
text-transform: uppercase;
}
.catalog-section__subtitle{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 18px;
line-height: 25px;
text-transform: uppercase;
}

.catalog-section__links{
margin-bottom: 0;
}

.catalog-section__slider-list-item{
padding: 0 50px;
text-align: center;
}

.catalog-section__slider-item--infos-vehicle-name{
height: auto;
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
padding: 6px 0 5px;
border-top-width: 1px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
}

.catalog-section .showroom-price__price-label--starting-at{
display: block;
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 12px;
line-height: 21px;
}

.catalog-section .showroom-price__price-wrapper{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 24px;
line-height: 32px;
}

.catalog-section .showroom-financing__payment,
.catalog-section .showroom-financing__rate,
.catalog-section .showroom-price__price--regular,
.catalog-section .showroom-price__price-label{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 24px;
line-height: 32px;
}

.catalog-section .showroom-financing__wrapper{
border: 0px;
padding-top: 0;
margin: 0 auto;
text-align: center;
}

.catalog-section .showroom-financing__type{
text-transform: none;
font-size: 12px;
line-height: 21px;
margin-bottom: 2px;
}

.catalog-section .showroom-financing__type+.showroom-financing__spec-wrapper{
border-right-width: 1px;
border-right-style: solid;
}

.catalog-section .showroom-financing__payment,
.catalog-section .showroom-financing__rate{
font-size: 15px;
line-height: 15px;
}

.catalog-section .showroom-financing__frequency,
.catalog-section .showroom-financing__term{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;;
font-size: 11px;
line-height: 14px;
}

.catalog-section .showroom-financing__cashdown{
font-size: 12px;
line-height: 21px;
margin-top: 2px;
}

.catalog-section__slider-item .showroom-rebate{
position: static;
}

.catalog-section__slider-item .showroom-rebate img{
max-width: 23px;
position: absolute;
left: 0;
top: 0;
}

.catalog-section__slider-item .showroom-rebate__content{
font-size: 11px;
line-height: 14px;
margin: 0;
}

.catalog-section__slider-smallprint{
text-align: center;
}

.catalog-section__slider-smallprint .smallprint{
font-size: 11px;
line-height: 12px;
}
.best-sellers-fox__slider-vehicle-showroom-financing__type{
margin: 10px 0;
}
.best-sellers-fox__slider-vehicle-showroom-financing__spec-wrapper{
margin: 0 20px 10px 0;
}
.best-sellers-fox__slider-vehicle-showroom-financing__payment,
.best-sellers-fox__slider-vehicle-showroom-financing__rate,
.best-sellers-fox__slider-vehicle-showroom-price__price--regular{
font-size: 20px;
line-height: 25px;
letter-spacing: 0.125em;
}
.best-sellers-fox__slider-vehicle-showroom-price__price--regular{
color:#1b1b1b;
}
.best-sellers-fox__slider-vehicle-name{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
font-size: 25px;
line-height: 25px;
letter-spacing: 0.125em;
}
.best-sellers-fox__slider-vehicle-showroom-price__price--regular{
display: flex;
}
.catalog-block-alpha__wrapper .showroom-price__price--regular{
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
.showroom-financing__payment,
.showroom-financing__rate {
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
.catalog-listing-alpha__title .title__subtitle{
font-size: 15px;
line-height: 20px;
}
.catalog-listing-alpha__form .form-container__link-policy{
padding: auto;
}

.catalog-details__information-trims-dropdown{
box-shadow: none;
}
.widget-dropdown__button-content{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
font-size: 13px;
line-height: 16px;
}
@media (min-width: 48em){

.catalog-section__title-wrapper{
margin-bottom: 40px;
}

.catalog-section__title{
font-size: 50px;
line-height: 55px;
}
.catalog-section__subtitle{
font-size: 28px;
line-height: 35px;
}

.catalog-section__links{
margin-top: 25px;
}

.catalog-section__slider-list-item{
padding: 0 20px;
}

.catalog-section .controls-btn{
font-size: 40px;
top: 40%;
}

.catalog-section .controls-next:before{
content: "\e948";
}

.catalog-section .controls-prev:before{
content: "\e947";
}
.catalog-block-alpha__wrapper .showroom-price__price--regular{
font-size: 25px;
line-height: 35px;
}

.best-sellers-fox__slider-vehicle-name{
font-size: 35px;
line-height: 45px;
}
}
.catalog-listing-alpha__filter-select{
height: 45px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
/*****************************
PAGE TEAM
***************************/
.listing-employee__department-title{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
text-transform: uppercase;
letter-spacing: .125em;
}
.listing-employee__department-employee-name {
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
font-size: 15px;
line-height: 23px;
}


/************************
    CONTACT US
*************************/
.page-contact-alpha__ctas-item-title{
color: #0099ff;
font-size: 24px;
line-height: 33px;
letter-spacing: .125em;
}
.block-address-sidebar__text,
.block-phone-sidebar__text,
.block-email-sidebar__text,
.block-hour-sidebar__department-title,
.block-phone-sidebar__department-phone-title,
.block-email-sidebar__department-email-title{
font-size: 13px;
line-height: 19px;
letter-spacing: 0.125em;
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
.block-phone-sidebar__department-phone-number,
.block-email-sidebar__department-email-number{
font-family: "AvenirLTStd-Roman", "Arial", "sans-serif";;
    font-weight: normal;
}
.page-sidebar__right .title__tertiary,
.block-hour-sidebar__title.title__tertiary,
.page-contact-alpha__social-title.title__tertiary{
text-transform: uppercase;
font-size: 13px;
line-height: 19px;
letter-spacing: 0.125em;
font-family: "AvenirLTStd-Heavy", "Arial", "sans-serif";;
    font-weight: normal;
}
.page-contact .form-container__link-policy{
display: inline-flex;
}

@media (min-width: 640px){
    .widget-newsletter-beta__label .form-field__label-input-text{
    margin-bottom: 50px;
    }
}
@media (min-width: 1024px){
    .widget-newsletter-beta__label .form-field__label-input-text{
    margin-bottom: 5px;
    }
    .catalog-listing-alpha__wrapper{
    padding: 0;
    }
    .catalog-listing-alpha__seo{
    min-height: 500px;
    }
    .best-sellers-fox__slider-vehicle-showroom-financing__payment,
    .best-sellers-fox__slider-vehicle-showroom-financing__rate,
    .best-sellers-fox__slider-vehicle-showroom-price__price--regular{
    font-size: 35px;
    line-height: 45px;
    }
    .sticky-login.sticky+.header .sticky{
        top: -36px !important;
    }
}

.widget-showroom-teaser-horizontal-desktop-cta,
.widget-showroom-teaser-horizontal-mobile-cta{
border-radius: 0 !important;
}
/*</style>*/

/*End Font-compliance for subaru*/

