/* =WordPress Core
-------------------------------------------------------------- */
/*
.location-list a.active{
     text-decoration: underline;
}


*/
.acf-map {
	width: calc(100% - 5px);
	height: 720px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

