h1.articleDetails-title{
    color: #27292c;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    margin: 28px 0 0 0;
}

.articleDetails-content h3{
    font-weight: 600;
    color: #27292c;
    font-size: 16px;
}
.articleDetails-moreArticles h2{
    font-size: 24px;
    font-weight: 600;
    color: #27292c;
    line-height: 30px;
    margin: 0;
}
h1.home_page{
    font-size: 48px;
    text-align: center;
    magin-bottom: 16px;
    color: #000;
    font-weight: 600;
    margin-top: 0px;
}
h2.home_page{
    margin-bottom: 0px;
    font-size: 30px;
    font-weight:600;
    color: #277292c;
    margin-top: 0px;
}
.siteHeader-menu-safety-title h2, .siteHeader-findsafeVehicles-title h2{
    color: #27292c;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight:600;
    
}
.siteFooter-linkGroup a span:first-of-type{
    border-bottom: none !important;
}
#generic_page_body_wrapper a:focus, #content_search_results_page_body_wrapper a:focus, #vehicle_search_results_page_body_wrapper a:focus{
    border-bottom: solid 1px #478E24;
    /*border: 1px dotted #478E24;
    border-radius: 5px;*/
}
.siteHeader-menu-item-link.active span:not(.icon), .siteHeader-menu-item-link:hover span:not(.icon), .siteHeader-menu-item-link:focus span:not(.icon) {
          border-bottom-color: #fff !important; 
}

.small h1.articleDetails-title {
    line-height: 42px;
}

button{
    background: none;
    border: none;
}
#generic_page_body_wrapper a, #detail_page_body_wrapper a, #vehicle_comparison_page_body_wrapper a{
    border-bottom: solid 1px #478E24 !important;
    text-decoration: none !important;
}
.link_indicator:after {
   font-family: "right-car-icon-font";
    content: "  \e900";
    font-size: 0.6em;
}
.link_with_no_indicator{
    text-underline: none !important;
    border-bottom: none !important;
}
.vehicleListItem-details-name:focus:after{
    font-family: "right-car-icon-font";
    content: "  \e900";
    font-size: 0.6em;
}
.vehicleListItem-details-name:hover:after{
    font-family: "right-car-icon-font";
    content: "  \e900";
    font-size: 0.6em;
}
/*a{
    border-bottom: solid 1px #478E24 !important;
}*/
.link_with_underline{
    
    border-bottom: solid 1px #478E24 !important;
}
.link_with_highlight:focus{
   /* border-bottom: solid 1px #478E24;*/
}
.button_with_highlight:focus{
   /* background: none;*/
    border: 2px dotted #478E24;
    border-radius: 8px;
   
}

.vehicle_search_results_filter_value:focus{
    border: 2px dotted #478E24;
}
.icon-search{
    z-index: 90;
}
.icon-search:hover, #safety_rating_stars_wrapper:hover {
    cursor: pointer;
}
#safety_rating_stars_wrapper{
    margin-top: 5px;
}
.hovered{
    background-color: rgba(216, 216, 216, 0.25);
}
.fancySearchField-results{
    z-index: 5;
}
#vehicle_search_filters_wrapper{
    z-index: 100;
}

#detail_page_check_plate_notice{
    margin-bottom:5px;
    text-align: center;
}

#detail_page_check_plate_notice{
    border: 2px solid #044dc2;
    border-radius: 8px;
    padding: 10px;
    padding-bottom:0px;
    
    position: absolute;
    top: 0px;
    z-index: 10;
    background-color: #fff;
    left: 15%;
}

.show_on_mobile {display:none;}
@media only screen and (max-width: 35.5em) {
	.show_on_mobile {display:block;}
	.hide_on_mobile {display:none;}
        #detail_page_check_plate_notice{ left: auto; }
}


#detail_page_check_plate_notice p{
   margin: 0px; 
}
.close_popup_window_trigger:hover{
    cursor: pointer;
}
#detail_page_safety_rating_notice{
    border: 2px solid #F5C93A;
    border-radius: 8px;
    padding: 20px;
    padding-bottom:0px;
    
    position: absolute;
    top: 0px;
    z-index: 10;
    background-color: #fff;
    
    
}
.vehicleDetails-compareBtn {
    margin-bottom: 0px;
}
#detail_page_safety_rating_notice p{
    text-align: left;
}

.filter_group_wrapper{
    display: inline-block;
    margin-right: 5px;
}
.filter_type_label{
    display: inline-block;
    font-weight: bold;
}
.filter_value_label{
    display: inline-block;
    font-style: italic;
}
.filter_value_label::after{
    content: ", ";
}
#vehicle_search_results_count_wrapper{
    margin-bottom: 0px;
}
#vehicle_search_results_wrapper{
    margin-top:24px;
}
.vehicle_search_results_search_controls_wrapper{
        width: 49%;
        display: inline-block;
        
    }
.vehicle_search_results_search_controls_wrapper .siteHeader-findSafeVehicles-chips{
    text-align:right !important;
    
    
}
.vehicle_search_results_search_controls_wrapper .siteHeader-findSafeVehicles-chips .chip{
    margin-left:12px;
    margin-right: 0px;
    
}
vehicle_search_results_search_controls_wrapper .siteHeader-findSafeVehicles{
    padding: 0px;
} 
@media screen and (max-width: 750px) {
    .vehicle_search_results_search_controls_wrapper{
        width: 90%;
        margin-bottom:20px;
    }
    .vehicle_search_results_search_controls_wrapper .siteHeader-findSafeVehicles-chips{
        text-align:center !important;
    }
}