/**
 * 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;
}



ul.location-titles-list li {
    list-style-type: none !important;
    padding-top: 20px;
}

ul.location-titles-list li:before {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 17px;
    width: 10px;
    margin-left: 5px;
    margin-right: 15px;
    position: relative;
    top: 2px;
}


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


.location-titles-list.two{
    columns : 2;
}

.location-titles-list.four{
    columns : 4;
}

.location-titles-list.five{
    columns : 5;
}

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


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

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

@media screen and (max-width: 480px), print {
.location-titles-list {
    columns: 1 !important;
}
}







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