.dealer-map {
    height: 73vh;
    max-height: 800px;
    background-color: #ddd;
}
.dealer-icon-wrap {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5em;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #08324e;
}
.dealer-name {
    font-size: 1.1em;
    color: #08324e;
    font-weight: bold;
}
.dealers-list {
    margin-top: 15px;
    height: 65vh;
    max-height: 800px;
    overflow-y: scroll;
    border: solid 1px #08324e;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.dealer-item {
    margin-bottom: 15px;
    border-bottom: solid 1px #b1b1b1;
    padding-bottom: 15px;
    line-height: 1.25;
}
.dealer-item .dealer-img {
    display: none;
}
.dl-type {
    border: solid 1px #08324e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 5px 5px 3px;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #08324e;
    line-height: 1.25;
    background: #fff;
}
.dl-type-icon {
    min-width: 45px;
    font-size: 30px;
    padding: 0 5px;
    text-align: center;
}
.dealer-location-main {
    background-color: #eee;
    overflow: hidden;
}
.cta-bar-wrap {
    background-color: #4a90e2;
}
.type-1 .dealer-type-2,
.type-1 .dealer-type-3,
.type-2 .dealer-type-1,
.type-2 .dealer-type-3,
.type-3 .dealer-type-1,
.type-3 .dealer-type-2 {
    display: none;
}
.dealer-info-window {
    min-width: 300px;
    max-width: 100%;
    font-size: 1.25em;
    line-height: 1.5;
}
.dealer-info-window .dealer-icon-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.dealer-info-window .dealer-info-inner {
    border-left: solid 1px #b1b1b1;
    padding-left: 15px;
}


