.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.marker {
    display: none;
}


.clc-locations-tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.clc-location-tile {
    padding: 30px;
    width: 320px;
}

.clc-locations-tiles-category {
    text-align: center;
}

.clclt-category {
    display: flex;
    align-items: center;
    font-size: 0.8em;
    margin-bottom: 10px;
}

.clclt-category img {
    max-height: 16px;
    padding-right: 5px;

}

.clc-location-tile-title {
    font-weight: bold;
    margin-bottom: 0;
}

.clc-location-tile-content p:last-of-type {
    margin-bottom: 0;
}

.clc-locations-us-map-states {

}

ul#clc-locations-us-map-states-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}

ul#clc-locations-us-map-states-list li {
    list-style-type: none;
    flex-grow: 2;
    position: relative;
    height: 70px;
}

ul#clc-locations-us-map-states-list li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.clcl-location-state-description {
    padding-top: 20px;
}

#clc-locations-filter-by-category {
    text-align: center;
}

#clc-locations-filter-by-category-categories {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
}

.clc-locations-filter-category {
    text-align: center;
}

.clc-locations-filter-category img {
    max-height: 64px;

}