/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.acf-map {
	width: 100%;
	height: 100%;
	border: #ccc solid 1px;
	margin:0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.locator__locations__container {
	max-height: 45vh!important;
	overflow-y: scroll;
	overflow-x: hidden;
}
.locator__map{
	height: 55vh;
	padding: .5rem .6rem .6rem 0 !important;
}

.not-found-message{
	display:none;
	
}

.marker__info-title{
    font-family: 'HCo Gotham';
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0px;
    color:#0078b3;
    /*@include responsive($breakpoints,'lg') { 
        font-size:2.4rem;
        line-height:3.2rem;
    }*/ 
}

.marker__info-details{
	list-style: none;
	margin-top:0;
	padding-left:0;
	font-family: 'HCo Gotham SSm';
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: 0;
    color:#000;
}

.marker__more-info{
	
}
