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

.typography .map-wrapper {
	float: left;
	width: 100%;
	margin-top: 30px;
}

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

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

.typography .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;
}

.typography .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;
}

.typography .map-wrapper .map-search-wrapper .map-search-button {
	margin: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #1e51a4;
}