#contactForm{
	color:#576072;
	font-size:0.9em;
	margin:25px 0;
	display: flex;
	flex-wrap: wrap;
}

#contactForm>li{
	line-height:35px;
	width: 49%;
}
#contactForm>li:nth-child(even){
	margin-left: 10px;
}

#contactForm label{
	float:left;
	width:35%;
	text-align:right;
	margin-right:2%;
	display: none;
}

#contactForm input[type="text"], #contactForm input[type="email"], #contactForm select{
	width:100%;
	border:1px solid #d9d9d9;
	border-radius:3px;
	height:25px;
	text-indent:4px;
	font-family:'proxima_nova_rgregular';
}

#contactForm input[type="text"]:focus, #contactForm input[type="email"]:focus, #contactForm textarea:focus{
	outline:none;
	background:#f5fafd;
	border-color:#a8b8da;
	box-shadow:inset 0 0 1px #c8c8c8;
}

#contactForm .message{
	width: 100%;
}

#contactForm textarea{
	height:100px;
	width:100%;
	border:1px solid #d9d9d9;
	border-radius:3px;
	margin-top:6px;
}

#contactForm>li:last-child>label{
	font-family:proxima_nova_ltsemibold;
	color:#29334b;
}

#contactForm .captcha{
	margin-left: 0 !important;
	margin-top: 10px;
    transform: scale(0.77);
    transform-origin: 0 0;
}

#contactForm .contact_button{
	display: flex;
	align-items: center;
}

#contactForm>li:last-child>input:last-child{
	margin-left:2%;
}

.reqField{
	color:#de4f4f;
}

.submitBtn{
	background:url(../img/repeat-sprite.png) 0 -39px repeat-x;
	height:27px;
	border-radius:3px;
	border:1px solid #2d477d;
	padding:1% 3%;
	color:#fff;
	text-shadow:1px 1px 0 #204674;
	font-family:calibri;
	font-weight:bold;
	font-size:0.95em;
	cursor:pointer;
	margin-right: 20px;
}

.submitBtn:focus{
	outline:none;
}

.mapSection{
	height:85px; 
	width:190px; 
	border:2px solid #d7d7d7; 
	margin-right:2%; 
	overflow:hidden
}

.inOfc{
	float:left;
	width:30%;
}

.inOfc:nth-child(2n+2){
	margin-left:25% !important;
	float:left;
}