@import url("https://use.typekit.net/xom0cdw.css");

.m-addressmap2022 {
    position: relative
}

.m-addressmap2022 .e-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.m-addressmap2022 #map {
    position: relative;
    height: 320px;
    width: 100%
}

.m-addressmap2022 #map .re-write>* {
    box-shadow: none !important;
    background: none !important;
    border: none !important
}

.m-addressmap2022 #map .re-write>*>* {
    display: none
}

.m-addressmap2022 #map #itemContainer {
    display: flex;
    position: relative;
    padding-left: 5px;
    border: none
}

.m-addressmap2022 #map #itemContainer:before {
    content: "";
    position: absolute;
    width: 5px;
    top: 0;
    left: 0;
    height: 100%;
    background: #e50062
}

.m-addressmap2022 #map #itemContainer.pink:before {
    background: #e50062
}

.m-addressmap2022 #map #itemContainer.blue:before {
    background: #0094df
}

.m-addressmap2022 #map #itemContainer.green:before {
    background: #27a750
}

.m-addressmap2022 #map #itemContainer.grey:before {
    background: grey
}

.m-addressmap2022 #map #itemContainer.purple:before {
    background: #878ab7
}

.m-addressmap2022 #map #itemContainer.yellow:before {
    background: #ffdb70
}

.m-addressmap2022 #map #itemContainer.lightblue:before {
    background: #edf7fd
}

.m-addressmap2022 #map #itemContainer.darkblue:before {
    background: #172a6a
}

.m-addressmap2022 #map #itemContainer.darkpurple:before {
    background: #3f1866
}

.m-addressmap2022 #map #itemContainer .image {
    flex-basis: 100px;
    max-width: 100px;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    position: relative
}

.m-addressmap2022 #map #itemContainer .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 100%
}

.m-addressmap2022 #map #itemContainer .text {
    flex-grow: 1;
    padding: 10px 10px 9px 13px
}

.m-addressmap2022 #map #itemContainer .text h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin: 0
}

.m-addressmap2022 #map #itemContainer .text .location {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    margin: 0;
    position: relative;
    padding-left: 17px;
    color: #757575;
    font-weight: 400
}

.m-addressmap2022 #map #itemContainer .text .location:before {
    content: "";
    position: absolute;
    background-image: url(/images/2022/icons/icon-location.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
    left: -3px;
    top: 4px
}

.m-addressmap2022 #map #itemContainer .text .cta {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    color: #e50062;
    margin: 10px 0 0;
    font-weight: 700
}

.m-addressmap2022 #map .gm-style-iw-t:after {
    display: none !important
}

.m-addressmap2022 #map .gm-style-iw-t .gm-ui-hover-effect {
    top: -2px !important;
    right: -2px !important
}

.m-addressmap2022 #map .gm-style-iw-t .gm-ui-hover-effect img {
    height: 10px
}

.m-addressmap2022 #map .gm-style-iw-c {
    border-radius: 5px !important
}

.m-addressmap2022 #map .gm-style-iw-d {
    padding: 0 !important;
    overflow: hidden !important
}

.m-addressmap2022 #map .gm-style-iw {
    top: auto !important;
    padding: 0 !important;
    min-width: 90vw !important;
    max-width: 350px !important
}

.m-addressmap2022 #map .gm-style-iw+.re-write {
    margin-right: 35px;
    top: auto !important;
    bottom: 100%;
    margin-bottom: -120px;
    opacity: 1 !important;
    overflow: visible !important
}

.m-addressmap2022 #map .gm-style-iw+.re-write:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    content: "\f00d";
    position: absolute;
    color: #fff;
    top: 0;
    left: -4px
}

.m-addressmap2022 #map .gm-style-iw+.re-write img {
    opacity: 0;
    display: none
}

.m-addressmap2022 #map img.re-write {
    right: 40px !important;
    top: 100px !important
}

@media (min-width:768px) {
    .m-addressmap2022 #map {
        height: 100vh;
        max-height: 400px
    }
}

@media (min-width:1200px) {
    .m-addressmap2022 #map {
        max-height: 900px
    }

    .m-addressmap2022 #map .gm-style-iw {
        min-width: 350px !important
    }

    .m-addressmap2022 #map .gm-style-iw+.re-write:before {
        left: -2px
    }

    .m-addressmap2022 #map .gm-style-iw>div {
        max-width: 465px !important
    }

    .m-addressmap2022 #map #itemContainer .image {
        flex-basis: 115px;
        max-width: 115px;
        flex-shrink: 0;
        flex-grow: 0
    }

    .m-addressmap2022 #map #itemContainer .text {
        padding: 15px 15px 15px 17px
    }

    .m-addressmap2022 #map #itemContainer .text h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 28px
    }

    .m-addressmap2022 #map #itemContainer .text .location {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 28px;
        padding-left: 21px
    }

    .m-addressmap2022 #map #itemContainer .text .location:before {
        width: 20px;
        height: 20px
    }

    .m-addressmap2022 #map #itemContainer .text .cta {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px
    }
}

@media (min-width:992px) {
    .m-addressmap2022 #map .gm-style-iw+.re-write {
        margin-right: 0;
        right: -43px !important
    }
}

@media (min-width:1200px) {
    .m-addressmap2022 #map .gm-style-iw+.re-write {
        right: 50px !important
    }
}