.aboutbox{
	background: #868591;
}
.aboutbox .h3{
	margin-bottom: 0px!important;
}
.required-msg{
	position: relative;
	top: -12px;
}
.form-input{
	border-bottom: 1px solid #979797!important;
}
.warning{
	border-bottom: 1px solid #E02020!important;
}
.form-box{
	margin-bottom: 90px;
	width: 100%;
	max-width: 640px
}
.contact-text{
	font-family: wavehaus-bold;
	font-size: 40px;
	margin-bottom: 30px;
}
#map{
	height: 690px;
	width: 100%;
}
.send{
	height: 94px;
}
.sendbox{
	position: absolute;
}
#send{
	z-index: 10;
}
#sent{
	opacity: 0;
}
@media(max-width: 910px){
	#mapbox.enlarge910{
		padding: 0 22px;
	}
	.form-box{
		max-width: unset;
	}
}
@media(max-width: 650px){
	p{
		font-size: 20px!important;
		line-height: 24px!important;
	}
	.contact-text{
		font-size: 30px;
	}
	#map{
		height: 600px;
	}
	#mapbox.enlarge910{
		padding: 0 19px;
	}
	.aboutbox{
		padding-bottom: 0px;
	}
}