.half-map-text__map,
.half-map-text__text {
    width: 100%;
    position: relative;
}

.half-map-text__map {
    margin-top: -50px;
    height: auto;
    padding-bottom: 100px;
}

.half-map-text__map img {
    object-position: bottom;
}

.half-map-text__text {
    margin: -25px 0 75px 0;
    padding: 0 22px;
}

.half-map-text__text h2 {
    color: var(--heading-color);
}

.half-map-text {
    overflow: hidden;
}

.half-map-text__map svg {
    @media( max-width : 768px ) {
        zoom: 1.3;
    }
}

.map-listing ul {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
}

.map-listing ul li a {
    transition: color .3s ease-in-out;
}

.map-listing ul li a.disabled {
    pointer-events: none;
}

#map_outer > svg {
	display: none;
}

@media (min-width: 768px) {

    .half-map-text__map {
        margin-top: -90px;
        height: 668px;
        padding-right: 52px;
        padding-bottom: 0;
    }

    .half-map-text__text {
        margin: -85px 0 80px 0;
        padding: 0 52px;
    }



    .map-listing ul {
        margin-left: 0;
        padding: 0;
        column-count: 3;
    }

    .map-listing ul li {
        margin: 0 0 15px 0;
        padding: 0;
    }

    .map-listing ul li::before {
        display: none;
    }

    .map-listing ul li a {
        display: flex;
        text-decoration: none;
        align-items: flex-start;
        column-gap: 10px;
        color: var(--primary);
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2em;
        text-transform: uppercase;
    }

    .map-listing ul li a i {
        font-weight: normal;
        font-size: 20px;
        line-height: 1em;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    
}


@media (min-width: 1200px) {

    .half-map-text__map {
        margin-top: 0;
        height: auto;
        padding-right: 0;
        width: 50%;
    }

    .half-map-text__map img {
        position: absolute;
        top: 0;
        left: 0;
        object-position: bottom right;
    }

    .half-map-text__map #map_inner {
        transform: scale(1.4) translateY(13%);
    }

    .half-map-text__map #tt_sm_map {
        transform: translate(-50px, -200px);
    }

    .half-map-text__map #map_outer {
        display: none;
    }

    .half-map-text__text {
        margin: 0;
        padding: 150px 16px;
        width: 50%;
    }

    .half-map-text__text__wrap {
        max-width: 616px;
    }

    .map-listing {
        max-width: 451px;
        padding-top: 5px;
    }

    .map-listing ul li.gap {
        display: none;
    }
   

    .map-listing ul {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-gap: 1rem;
    }

    .map-listing ul li a:hover {
        color: var(--green);
    }

}

.half-map-text .wpcm-zip__form {
    display: none;
}