.dealer-finder:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}
.map {
    height: 500px;
   
}
.dealer-list {
    width: 300px;
    float: left;
    height: 500px;
    overflow: auto;
    padding-right: 20px;
}
.dealer-finder .dealer-list hr {
    max-width: 95%;
    margin: 10px auto !important;
}
.pa-dealer-map-infowindow {
    min-width: 200px;
}
.pa-dealer-map-infowindow p {margin-bottom: 15px !important;line-height: 15px;}
.pa-dealer-map-infowindow p:last-child {margin-bottom: 0 !important;}
.pa-dealer-map-infowindow .mobile span {display: block;}
.pa-dealer-map-infowindow strong {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.pa-dealer-map-infowindow a {
    font-size: 13px !important;
    font-weight: normal !important;
}
.dealer-list .dealer a {
    color: #231f20 !important;
    display: block;
    font-weight: normal !important;
}
.dealer-list .dealer .dealer-phone a {
    display: inline;
}
#find_dealer_form {
    margin-bottom: 40px;
}
#find_dealer_form label{
    display: block;
    white-space: nowrap;
    font-size: 20px;
    color: #88182d;
    font-weight: bold;
    margin-right: 20px;
    line-height: 44px;
}
.gm-svpc div img {position: relative !important;}
.gm-style-mtc button {margin-right: 4px !important;}
@media screen and (max-width: 767px) {
    #find_dealer_form {
        flex-wrap: wrap;
    }
    #find_dealer_form label {
        width: 100%;
        margin-bottom: 10px;
    }
    #find_dealer_form input[type="text"] {
        max-width: calc(100% - 114px);
    }
    .dealer-list {margin-bottom: 40px;}
    .map,
    .dealer-list {
        width: 100%;
        float: none;
        height: 280px;
    }
}