.state-map-holder {
    width: 100%;
    position: relative
}

.state-map-holder .state-map {
    max-width: 100%
}

.map-logos img {
    display: inline-block;
    margin: 0 1rem 1rem;
    width: 100%;
    max-width: 275px
}

.state-map-locations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.state-map-locations .city {
    --top: 0%;
    --left: 0%;
    position: absolute;
    top: var(--top);
    left: var(--left)
}

.state-map-locations .city-marker {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
    width: 20px;
    max-width: 1vw;
    min-width: 10px;
    line-height: 1;
    background-color: #1767a9
}

.state-map-locations .city-marker img {
    pointer-events: none
}

.state-map-locations .city-marker-modal {
    position: absolute;
    z-index: 10;
    width: 300px;
    bottom: calc(100% + 1.5rem);
    left: -135px;
    padding: 3rem 1rem 1rem;
    background: #fff;
    pointer-events: none;
    opacity: 0;
    transition: opacity .15s ease-out;
    display: grid;
    gap: 2rem;
    box-shadow: 0px 3px 20px #00000026
}

@media(min-width: 768px) {
    .state-map-locations .city-marker-modal {
        width:450px
    }
}

@media(min-width: 992px) {
    .state-map-locations .city-marker-modal {
        padding:2rem;
        width: 700px;
        grid-template-columns: 1fr 1fr
    }
}

.state-map-locations .city-marker-modal:after {
    content: "";
    position: absolute;
    top: 99%;
    left: calc(var(--button-offset) - 22.5px);
    width: 45px;
    height: 25px;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0)
}

.state-map-locations .city-marker-modal.active {
    opacity: 1;
    pointer-events: all

}
#mobile-location-stats-holder .mobile-map-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
#mobile-location-stats-holder .mobile-map-slider img {
    text-align: center;
    max-width: 90%;
}
@media(max-width: 768px) {
    .state-map-locations .city-marker-modal.active {
        display: none;
    }
    .map-logos {
        display: none;
    }
    section#service-area div.col-6.text-center.offset-3 img {
        display: none;
    }
}
.state-map-locations .city-marker-modal .close-modal {
    background: none;
    border: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    line-height: 1;
    font-size: 2rem
}

.state-map-locations .city-marker-modal-image {
    position: relative
}

.state-map-locations .city-marker-modal-image:after {
    content: attr(data-tag-text);
    position: absolute;
    background-color: #1767a9;
    color: #fff;
    font-size: 15px;
    letter-spacing: .1em;
    padding: 0 1em;
    line-height: 1.6;
    white-space: nowrap;
    right: 0;
    bottom: 1em;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.5em 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.5em 50%);
    text-transform: uppercase;
    font-weight: 700
}

.state-map-locations .city-marker-modal-image.vertical-tag:after {
    top: 0;
    left: 1em;
    right: unset;
    bottom: unset;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 0.5em), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 0.5em), 0 100%);
    padding: .75em .25em
}

.state-map-locations .city-marker-modal-content {
    text-align: left
}

.state-map-locations .city-marker-modal-stats {
    text-align: left;
    display: grid;
    gap: 1.5rem
}

@media(min-width: 768px) {
    .state-map-locations .city-marker-modal-stats {
        grid-template-columns:1fr 1fr
    }
}

@media(min-width: 992px) {
    .state-map-locations .city-marker-modal-stats {
        grid-column:span 2;
        grid-template-columns: 1fr 1fr 1fr
    }
}

.state-map-locations .city-marker-modal-stat {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 1rem;
    align-items: center;
    margin-bottom: 0
}

.state-map-locations .city-marker-modal-stat-icon {
    display: inline-block;
    width: 48px
}

.state-map-locations .city-marker-modal-content-logo {
    display: block;
    margin-bottom: 1rem
}

.state-map-locations .city-marker-modal-content-title {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #1767a9
}

.state-map-locations .city-marker-modal-content-content {
    display: block
}
#mobile-location-stats-holder, .mobile {
    display: none;
}
#mobile-location-stats-holder .city-marker-modal-content-title,
#mobile-location-stats-holder .city-marker-modal-content-content {
    text-align: center;
}
@media(max-width: 768px) {
    #mobile-location-stats-holder, .mobile {
        display: block;
    }
}

div#mobile-location-stats-holder div.mobile-map-slider {
    border-bottom: 1px groove black;
    padding: 1rem 0;
}

div#mobile-location-stats-holder:empty {
    display: none;
}

div#mobile-location-stats-holder .city-marker-modal-image {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 1rem;
}
div#mobile-location-stats-holder .city-marker-modal-image {
    position: relative
}

div#mobile-location-stats-holder .city-marker-modal-image:after {
    content: attr(data-tag-text);
    position: absolute;
    background-color: #1767a9;
    color: #fff;
    font-size: 15px;
    letter-spacing: .1em;
    padding: 0 1em;
    line-height: 1.6;
    white-space: nowrap;
    right: 0;
    bottom: 1em;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.5em 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.5em 50%);
    text-transform: uppercase;
    font-weight: 700
}
div#mobile-location-stats-holder .city-marker-modal-image.vertical-tag:after {
    top: 0;
    left: 1em;
    right: unset;
    bottom: unset;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 0.5em), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 0.5em), 0 100%);
    padding: 0.75em 0.25em;
}
div#mobile-location-stats-holder .city-marker-modal-content {
    width: 50%;
    display: inline-block;
    float: right;
}

div#mobile-location-stats-holder .city-marker-modal-stats {
    clear: both;
}

div#mobile-location-stats-holder p.city-marker-modal-stat {
    width: 32%;
    display: inline-block;
    max-width: 32%;
}

div#mobile-location-stats-holder span.city-marker-modal-stat-icon {
    width: 100%;
    display: block;
}

div#mobile-location-stats-holder button.close-modal {
    display: none;
}

div#mobile-location-stats-holder span.city-marker-modal-stat-icon img {
    max-width: 32%;
    display: inline-flex;
    float: left;
    vertical-align: top;
    margin-top: -1rem;
    margin-right: 1rem;
}

div#mobile-location-stats-holder p.city-marker-modal-stat {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.5rem !important;
    clear: left;
    padding-top: 1rem;
    margin-top: 0rem;
    text-align: left;
}
div#mobile-location-stats-holder span.city-marker-modal-section-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1767a9;
    display: block;
    text-align: left;
}
div#mobile-location-stats-holder span.city-marker-modal-content-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1767a9;
    display: block;
}

div#mobile-location-stats-holder .city-marker-modal-content {
    font-size: 0.5rem;
    display: block;
}