/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 div.tp-map {
    width: 100%;
    height: 100vh;
}


div#tp-map {
    width: 100%;
    height: 100vh;
}


.acftp-map {
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.alt-map .default-cta {
    background: none;
    color: #11537F;
    border: 3px solid #11537F;
}
.alt-map .default-cta:hover {
    color: #11537f;
}
.gm-style .gm-style-iw-c,.gm-style .gm-style-iw-tc::after{
    background: #F0F0F0;

}
.alt-map .text-cta {
    color: #11537F;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.9em;
    text-decoration: none;
}

.markerClass {
    padding-top: 65px;
    font-size: 16px !important;
    text-transform: capitalize;
}

.location-titles-list li {
    color: #000;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

.location-titles-list {
    columns: 3;
    column-gap: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 1200px), print {
.location-titles-list {
    columns: 2;
}
}

@media screen and (max-width: 900px), print {
.location-titles-list {
    columns: 3;
}
}

@media screen and (max-width: 426px), print {
.location-titles-list {
    columns: 2;
}
}

/*.gm-style-iw-d {*/
/*    overflow: hidden !important;*/
/*    padding: 11px;*/
/*}*/