.acf-map {
	width: 100%;
	height: 600px;
	height: 100%;
	height: calc(100vh - 108px);
	border: #ccc solid 1px;
	margin: 0;
}

.acf-map h4 {
	margin-top: 0;
}


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


#map-projects {
	padding: 0 20px 20px;
	overflow-y: scroll;
	height: 700px;
	height: calc(100vh - 108px);
	border-top: 10px solid #dbeefe;
	border-bottom: 10px solid #dbeefe;
}

#map-projects .project {
	border-radius: 5px;
	background: #fff;
	padding: 0px;
	margin-bottom: 20px;
	
}

#map-projects .project:hover {
	box-shadow: 0 8px 12px 0 rgb(0 0 0 / 30%);
}

#map-projects h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 10px;
	line-height: 1.2;
	color: #006F9C;
	background: #006F9C;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#map-projects h4 span,
.marker-body h4 span {
	margin-left: 10px;
	font-weight: normal;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .01em;
	opacity: .8;
	white-space: nowrap;
}

/*#map-projects .project-body {
	position: relative;
}*/

#map-projects .all-locations {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fae377;
	padding: 5px 10px;
	font-family: 'Roboto Condensed';
}

#map-projects .project-image {
	position: relative;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

#map-projects .project-icon {
	background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,0));
	padding-bottom: 15px;
}

#map-projects .project-description {
	font-size: .9em;
	line-height: 1.3;
	margin-top: 10px;
	padding: 0 10px;
}

#map-projects .project-categories {
	font-family: 'Roboto Condensed';
	color: #737373;
	color: #0499c4;
	border-top: 1px solid #ccc;
	padding: 10px;
	margin-top: 15px;
}

/* @group Marker */

#map-container .marker {
	z-index: 10;
}

.marker-body h4 {
	color: #006F9C;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: .4em;
}

.marker-categories {
	font-family: 'Roboto Condensed';
	color: #737373;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}


#map-container .marker-body {
    font-size:120% !important;
    font-weight:normal;
    line-height:1.4em;
}

#map-container .marker-description {
    margin-bottom:10px;
	margin-top: 10px;
}

#map-container .all-locations {
	
}

/* @end */

#map-container {
	position: relative;
	width: 100%;
	min-height: 700px;
	height:700px;
	height: calc(100vh - 108px);
}

#map-filter-content {
	margin-top: 1rem;
}

#map-filter {
	background: #fff;
	padding: 1rem;
	position: absolute;
	left: 1rem;
	top: 1rem;
	width: 300px;
    z-index: 1;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
}

#map-filter li {
    list-style:none;
}

#map-filter-heading {
	position: relative;
}

#map-filter-heading.open:after {
	content: "\f0d8";
    font-family: ticons;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	position: absolute;
	right: 0;
}
#map-filter-heading:after {
	content: "\f0d7";
    font-family: ticons;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	position: absolute;
	right: 0;
}

#map-filter h4#map-filter-heading {
	margin:0;
	text-transform: uppercase;
	letter-spacing: .05em;
	cursor: pointer;
	font-size: 1.1em;
    font-weight: bold;
    color: #222;
}

#map-filter ul {margin-left:0;}

/*.flyout-header {
	margin:0 0 1rem;
	border-bottom: 0;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 600;
	background: #fff;
	padding: 1rem;
	border-bottom: 1px solid #efefef;
	background-color: #f4f4f4;
}*/

/*#map-filter label {
	color: #fff;
	margin: 0;
}*/

#map-filter .form-group:last-child {
	margin-bottom: 0;
}


/*#map-container .flyout {
	background: #fff;
	position: absolute;
	left: 0;
	top: 50px;
	width: 300px;
	z-index: 99;
	display: none;
	min-height: 350px;
}

#map-layers .form-group, 
#map-info .flyout-content {
	margin: 0 1rem 1rem;
}*/

#map-controls {
	position: absolute;
/*	left: 0;
	top: 50px;*/
	z-index: 50;
}

#map-controls button.btn {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: white;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	border: none;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
	z-index: 2;
	padding: 4px;
	margin: 0;
	border-radius: 0;	
	text-align: center;
}

#map-controls button .text {
	font-size: 10px;
	letter-spacing: 0;
	display: block;
	text-overflow: wrap;
}

#map-controls .icon {
	font-size: 24px;
	line-height:24px ;
}

#btn-layers-flyout {
    top: 50px;
}

#btn-info-flyout {
    top: 110px;
}

#btn-reset-map {
	top: 170px;
}
.close-flyout {
/*background-color: #fff;*/
	font-size: 24px;
	line-height:24px ;
	padding: 5px 10px;
	cursor: pointer;
}
