.formWrapper{
	display:flex; 
	flex-direction:row; 
	flex-wrap: wrap; 
	justify-content: space-between; 
}

.formContent{
	flex-basis: 55%;   
}

.FormArea{
	flex-basis: 40%;  
	background-color: #dfeaf0;
}

.formContent h2{
	color:#064578;   
}

.FormArea form{
	padding: 25px;   
	line-height: 40px; 
}

.FormArea h3{
	color:#333333;  
	text-align: center; 
	font-size: 22px; 
	margin-top: 30px; 
}

.FormArea fieldset{
	max-width: 100%;   
}

.FormArea input[type="text"], .FormArea input[type="email"], .FormArea select{
	width: 100%!important; 
	box-sizing: border-box; 
	margin: 0;
	background-color: #fff;
	border: solid 1px #fff;
	height: 50px;
}

.FormArea textarea{
	width: 100%!important; 
	height: 120px; 
	box-sizing: border-box; 
	background-color: #fff;
	border: solid 1px #fff;
}

.FormArea input[type="submit"]{
	display: block;
	margin-top: 0;
	text-align: center;
	width: 100%;
	border: none;
}

.FormArea label span {
	font-size: .875rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
	padding: 0;
	display: inline-block;
}

.FormArea ul{
	list-style: none;
	padding-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
}

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

	.formContent{
		flex-basis: 100%;   
	}

	.FormArea{
		flex-basis: 100%;  
		border: 1px solid rgb(200,200,200); 
	}

}

a {
	color :#F2B038; !important }

.hs-error-msg {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #F17E3A;
	padding: 0 0 7px;
	display: inline-block;
}







