#contact {
	overflow: hidden;
}

#contact #coords {
	margin-bottom: 20px;
}

#contact #coords .lgd {
	display: inline-block;
	width: 30px;
	font-weight: bold;
}

#map {
	width: 100%;
	height: 300px;
}

#contact .singleButton {
	display: inline-block;
}

.recaptcha>div>div {
	margin: 10px auto;
}

.recaptcha.error>div>div {
	border: 1px solid red;
}

@media screen and (max-width: 1650px) {

	#contact li.toColumn {
		display: flex;
		flex-direction: column;
	}

}