#map {
	height: 600px;
	width: 100%;
	border-radius: 4px;
}

.map-panel .map-wrapper {
	float: left;
	width: 100%;
}

.map-panel .map-wrapper img {
	background: unset;
}

.map-panel .map-wrapper .map-search-wrapper {
	display: flex;
	margin-bottom: 10px;
}

.map-panel .map-wrapper .map-search-wrapper .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.map-panel .map-wrapper .map-search-wrapper .map-search-text {
	width: 100%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 6px 5px;
	font-size: 15px;
	background-color: #fff;
	border: 1px solid #dad9d9;
	box-sizing: border-box;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.map-panel .map-wrapper .map-search-wrapper .map-search-button {
	margin: 0;
	border-radius: 0 4px 4px 0;
	background-color: #1e51a4;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	font-size: 13px;
	padding: 6px 15px;
	color: #ffffff;
}

.map-panel .map-legend {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.map-panel .map-legend ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: -15px;
}

.map-panel .map-legend ul li {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 5px;
}