@font-face {
	font-family: 'Chaletcomprime Colognesixty';
	src: url('../fonts/ChaletComprime CologneSixty.ttf') format('truetype');
}

#acm-map {
	position: relative;
}

#acm-map-background,
#acm-map-counties,
#acm-map-highways,
#acm-map-labels,
#acm-map .acm-counties-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#acm-map-background {
	z-index: 1;
}

#acm-map-counties {
	z-index: 2;
}

#acm-map .acm-counties-hover {
	z-index: 3;
	display: none;
}

#acm-map .acm-counties-hover.open {
	display: block !important;
}

#acm-map-highways {
	z-index: 4;
}

#acm-map-labels {
	z-index: 5;
}

#acm-hover {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 6;
}

#acm-map area {
	cursor: pointer;
}

.acm-popup {
	max-width: 800px;
	width: 100%;
	position: absolute;
	z-index: 999;
	/*box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);*/
	display: none;
	transform: translateX(-50%);
	margin-left: -10px;
}

.acm-popup:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	left: 50%;
	right: -10px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #43b1d9;
}

.acm-popup-header {
	padding: 12px 20px;
	background: #43b1d9;
	display: flex;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.acm-popup-title {
	font-size: 24px;
	font-family: 'Jost', sans-serif;
	color: white;
	flex: 1;
	padding: 6px 10px 6px 0;
	line-height: 1;
}

.acm-popup-button a {
	background: #2b379b;
	color: white;
	font-family: 'Chaletcomprime Colognesixty';
	font-size: 20px;
	line-height: 1em;
	white-space: nowrap;
	padding: 8px 12px;
	display: inline-block;
	text-decoration: none;
}

.acm-popup-content {
	background: white;
	padding: 20px 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	width: 100%;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.acm-popup-image {
	flex: 1;
	margin-right: 10px;
}

.acm-popup-description {
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25em;
	color: #000;
	flex: 2;
	margin-left: 10px;
}
