#dealers-map-canvas {
    height: 720px;
    width: 100%;
}
label.form-element-label, .form-element-label {
    display: none;
}
#dealer-list-results .card-dealer.selected {
    background: #FAFAFA;
}
.card-dealer:hover {
    background: #e1e1e1;
}
.dealer-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 5px;
}
.card-body-dealer div{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.select2-container--default span.select2-selection--single {
    border: 0;
    padding: 0;
}
.select2-container--default .select2-selection--single span.select2-selection__rendered {
    padding: 0;
    font-weight: 300;
    line-height: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
#find-dealer-form .select2-container {
    width: 100% !important;
}
#find-dealer-form .select2-selection {
    outline: none;
    height: 24px;
}
#find-dealer-form .select2-selection {
    margin-bottom: 5px;
}
#find-dealer-form .filters-group:last-child .form-element:last-child .select2-selection {
    margin-bottom: 0;
}
#find-dealer-form .select2-container--default .select2-selection--single {
    background-color: transparent;
}
#dealer-filters-wrapper .form-element.select:after {
    top: 4px;
    right: 5px;
}
.dealer-filter {
    width: 48%;
}
.filter-by {
    font-weight: 300;
}
.gm-style-iw-d {
    overflow: hidden !important;
}
.gm-style .gm-style-iw-c {
    padding: 0;
    border-radius: 0;
}
#find-dealer-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000;
}
.ev-map-filter-form .filters-group .select2-selection__rendered {
    width: 100%;
    background: url("/images/thin-black-arrow.png") no-repeat 97% 50%;
    border: none;
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px 0 0;;
}