.location-map__wrap {
    margin-bottom: 30px;
}



/* map */

.map {
    text-align: center;
}

.map__intro-subtext {
    padding-right: 38px;
    padding-left: 38px;
}

.map__map {
    position: relative;
    top: -30px;
}

.map__img {
    width: 1246px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.map__hover {
    position: absolute;
    width: 200px;
    height: auto;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(79, 89, 84, 0.1);
    padding: 10px;
    top: 55.5%;
    left: 16.5%;
    display: none;
    text-align: center;
}

.map__hover svg {
    position: absolute;
    right: -11px;
    top: 45px;
}

.map__hover h5 {
    font-size: 12px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 8px;
    padding: 0;
}

.map__hover h5:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 35px;
    background: #DCDEDD;
    top: 26px;
    left: 50%;
    margin-left: -17.5px;
}

.map__hover p {
    font-family: var(--sans-serif);
    font-size: 14px;
    line-height: 1.42em;
    margin-bottom: 10px;
}

#locations_map [class^="sm_location_"] {
    r: 7px;
}

#locations_map [class^="sm_location_"]:hover {
    fill: #20799f;
}

#locations_map image[class^="sm_location_"] {
    width: 40px;
    height: 58px;
    transform: translate(0, -55px);
}

#locations_map_inner .tt_sm,
.map__map .tt_sm {
    padding: 0;
}

#locations_map_inner .tt_sm > div,
.map__map .tt_sm > div {
    display: none;
}

#locations_map_inner .tt_sm .fx-location__window,
.map__map .tt_sm .fx-location__window {
    display: block;
}

@media (min-width: 1025px) {
    .map__hover {
        display: block;
    }

    .map__btn {
        margin-left: 80px;
    }
}