input{
	margin-bottom: 10px;
}
#contactUs-message{
	color      : #D5B65D;
	display    : none;
	margin-left: 1%;
}
#map-canvas {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 250px;
}

.form-inline .form-group {
	display: block;
	width: 100%;
}
/* desktop friendly UI */
@media (min-width: 992px) {
	#map-canvas  {
		position: relative;
		padding-bottom: 65.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

}