.location-map__flex {
    margin: 0 -22px;
}

.location-map__form {
    background: #F6F7F7;
    padding: 35px 22px;
}

.location-map__form h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 20px;
}

.location-map__heading {
    margin: 0 0 50px;
}

.location-map__map {
    height: 310px;
    overflow: hidden;
}

.location-map__form{
    position: relative;
}

#location_map_message {
    display: none;
    margin-top: 30px;
    font-size: 14px;
    color: #D2232A;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#location_map_message i {
    margin-right: 5px;
}


.location-map__form .btn{
    font-size: 18px;
    margin: 0;
}


.location-map__form .form-col-btn{
    display: flex;
    justify-content: space-between;
}

.input-field--zip{
    position: relative;
}

.input-field--zip::after{
    content: "\e90c";
    font-family: 'fosterfuels-icon' !important;
    color: #000;
    position: absolute;
    top: 48px;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
}

@media(min-width: 768px) {
    .location-map__flex {
        margin: 0 -52px;
        display: flex;
        position: relative;
        justify-content: space-between;
    }

    .location-map__form {
        border-radius: 0 10px 10px 0;
        padding: 30px 25px 30px 25px;
        width: 48%;
        position: relative;
        z-index: 1;
    }

    .location-map__map {
        position: absolute;
        right: 0;
        top: 0;
        width: calc(52% + 8px);
        height: 100%;
    }

    .location-map__form .form-col {
        margin: 0 0 20px;
    }

    .location-map__heading {
        margin: 0 0 30px;
    }
}

@media(min-width: 1200px) {
    .location-map__form {
        width: 399px;
        padding: 42px 30px 65px;
    }

    .location-map__map {
        width: calc(100% - 433px);
        position: relative;
        height: auto;
        border-radius: 10px;
        border: 2px solid #D2232A;
    }

    .location-map__flex {
        margin: 0;
    }

    .location-map__heading {
        margin: 0 0 80px;
    }
}

.tab-accordion--location .tab-accordion__panel__toggle {
    background: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 24px;
    padding-left: 0;
    font-weight: 400;
}

.tab-accordion--location .tab-accordion__panel__toggle::after {
    margin-top: -12px;
}

.tab-accordion--location .tab-accordion__panel__toggle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    background: #DCDDDE;
}

.tab-accordion--location .tab-accordion__panel__toggle.is-active::before {
    background: #D2232A;
}

.tab-accordion--location .tab-accordion__panel__toggle.is-active::after {
    color: #000000;
}

.tab-accordion--location .tab-accordion__panel__toggle.is-active {
    color: #000;
    font-weight: 700;
}

.tab-accordion--location .tab-accordion__panel__content {
  padding: 20px 0 0;
}

@media (min-width: 768px) {
    .tab-accordion--location .tab-accordion__panel__toggle {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }

    .tab-accordion--location .tab-accordion__panel__toggle::after {
        margin-top: 0;
    }

    .tab-accordion--location .tab-accordion__panel__toggle::before {
        height: 6px;
    }

    .tab-accordion--location .tab-accordion__tab:after,
    .tab-accordion--location .tab-accordion__panel__toggle:after {
        display: block;
        font-size: 21px;
    }
}

@media (min-width: 1200px) {
     .tab-accordion--location .tab-accordion__tab::after {
        display: none;
    }
}