/* ==========================================================================
   Distributor Locator Filter
   ========================================================================== */

.form-distributor-locator {
    margin: 20px 0 0;
}

.location {
    width: 225px;
    margin-left: 20px;
    float: left;
}

.location:first-child {
    margin-left: 0;
}

.form-distributor-locator .form-field:first-child {
    margin-top: 14px;
}


.infoBox img {
    background: #B3D349;
    padding: 5px;
    top: 5px;
    right: 5px;
    z-index: 9999;
}
.info-window {
    background: white;
    width: 150px;
    z-index: 500;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.7);
}
.info-window-content {
    position: relative;
}