section.dealers {
    display: flex;
    flex-flow: row wrap;
}

section.dealers .form-modal {
    display: none;
}

section.dealers .wpgmza_map {
    order: 2;
    height: calc(100vh - 185px) !important;
}

section.dealers .wpgmza-store-locator {
    order: 1;
    padding-top: 20px;
    height: calc(100vh - 185px);
    overflow-y: auto;
    padding-right: 0;
    display: block;
}

section.dealers .wpgmza-store-locator .wpgmza-radius-container, section.dealers .wpgmza-store-locator .wpgmza-address-container {
    margin-bottom: 15px;
}

section.dealers .wpgmza-store-locator .wpgmza-radius-container .wpgmza-form-field__label, section.dealers .wpgmza-store-locator .wpgmza-address-container .wpgmza-form-field__label, section.dealers .wpgmza-store-locator .wpgmza-radius-container .wpgmza-form-field__label, section.dealers .wpgmza-store-locator .wpgmza-address-container .wpgmza-form-field__label {
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #063272;
}

section.dealers .wpgmza-store-locator .wpgmza-radius-container .addressInput, section.dealers .wpgmza-store-locator .wpgmza-address-container .addressInput {
    border: 0;
    border-bottom: 1px solid #063272;
}

section.dealers .wpgmza-store-locator .wpgmza-search {
    display: inline-block;
    margin-bottom: 20px;
}

section.dealers .wpgmza-store-locator .wpgmza-search input {
    margin: auto;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    background: #0F4F1E;
    padding: 8px 20px;
    border-radius: 5px;
    margin-right: 10px;
    border: 0;
}

section.dealers .wpgmza-store-locator .wpgmza-reset {
    display: inline-block;
    margin-bottom: 20px;
}

section.dealers .wpgmza-store-locator .wpgmza-reset input {
    margin: auto;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    background: #063272;
    padding: 8px 20px;
    border-radius: 5px;
    border: 0;
}

section.dealers .wpgmza-store-locator .wpgmza_marker_holder {
    overflow: hidden;
}

section.dealers .wpgmza-store-locator .wpgmza_marker_holder .dataTables_length {
    display: none;
}

section.dealers .wpgmza-store-locator .wpgmza_marker_holder .dataTables_filter {
    display: none;
}

section.dealers .wpgmza-store-locator .wpgmza_marker_holder thead {
    display: none;
}

section.dealers .become_cta {
    display: block;
    position: sticky;
    top: 0;
    background: #063272;
    width: 100%;
    z-index: 1020;
    font-family: 'Figtree';
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}

section.dealers .become_cta span {
    display: block;
    width: 100%;
    margin-top: 5px;
}

#footer{
    display: none;
}

@media only screen and (min-width: 1200px) {
    section.dealers .become_cta {
        position: fixed;
        bottom: 10px;
        left: 50%;
        top: unset;
        width: 250px;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    section.dealers .wpgmza-store-locator {
        flex: 0 0 40%;
        max-width: 40%;
    }

    section.dealers .wpgmza_map {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    section.dealers .wpgmza_map {
        order: 1;
        height: 400px !important;
    }

    section.dealers .wpgmza-store-locator {
        order: 2;
        padding: 20px;
    }
}
