.maps {
    position: relative;
    background-color: #FEF5E2;
    padding: 40px 0 25px 0;
}

.map-location {
    padding: 30px 0 10px 0;
}

.map-location-text {
    color: #004A46;
    font-size: 12px;
    font-family: 'lexendlight';
    text-align: center;
    padding-top: 30px;
}

.map-location-text b,
.map-location-text strong {
    font-family: 'lexendextrabold';
}

.locations {
    padding-bottom: 50px;
}

.map-location .fx-location,
#wpcm_zip {
    display: none;
}

.location {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px 25px 25px 25px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(32, 43, 82, 0.09);
}

.location__details {
    position: relative;
    padding-left: 30px;
}

.location__details svg {
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.location__title {
    color: #004A46;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 3px;
}

.location__description {
    font-size: 14px;
    padding-bottom: 10px;
}

.location__tag {
    display: flex;
    flex-wrap: wrap;
}

.location__tag span {
    margin: 5px 5px 0 0;
    padding: 0 4px;
    border-radius: 5px;
    background-color: #A3DEDD;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.location__tag a:hover,
.location__tag a:focus {
    color: #fff;
}

.location__info {
    padding-top: 15px;
}

.location__info p {
    font-size: 11px;
    padding-bottom: 5px;
}

.locations-map-listing{
    display: block;
    padding: 20px 0;
}

.map-listing{
    width: 100%;
    padding: 7px 10px;
}


@media (min-width: 768px) {
    .maps {
        padding: 40px 0 42px 0;
    }

    .location {
        margin-top: 30px;
    }

    .map-location {
        padding-bottom: 0;
    }

    .locations-map-listing{
        display: none;
    }
}

@media (min-width: 1200px) {
    .maps {
        padding: 75px 0 90px 0;
    }

    .locations {
        padding-bottom: 60px;
    }
    

    .location {
        border-radius: 30px;
        border-top-right-radius: 40px;
        padding: 22px 34px 33px 28px;
    }

    .map-location {
        padding-bottom: 50px;
        margin-bottom: 30px;
        position: relative;
    }


    .locations-map-listing{
        display: none;
    }

    .map-location-text {
        position: absolute;
        right: 290px;
        max-width: 729px;
        bottom: 120px;
        padding: 0;
        text-align: left;
    }

    .location__details {
        position: relative;
        padding-left: 47px;
    }
    
    .location__details svg {
        width: 32px;
        top: 5px;
    }

    .location__title {
        font-size: 24px;
    }

    .location__description {
        font-size: 17px;
    }

    .location__info p {
        font-size: 12px;
    }
    
}

@media (min-width: 1300px) {
    .map-location-text {
        right: 340px;
        bottom: 130px;
    }
}