@charset "utf-8";



.contactForm h3 {
    color: #000;
    text-align: left;
    text-align: left;
}



/*  FIELDS  ============================================================================= */
form.form_Contact input {
	width: 100%;
	padding:6px 5px;
	border-radius: 0px;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	background: #ececec;
}

form.form_Contact select {
	width: 100%;
	padding:6px 5px;
	border-radius: 0px;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	background: #ececec;
}

form.form_Contact textarea {
	width: 100%;
	padding:6px 5px;
	border-radius: 0px;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	height: 175px;
	background: #ececec;
}

form.form_Contact input.radio {
	padding:0; 
	border:0;
	margin:0 5px 0 0;
	width:15px;
	height:15px;
	display: inline-block;
	float: left;
}



/*  FOCUS & HOVER  ============================================================================= */
form.form_Contact input:focus,
form.form_Contact textarea:focus,
form.form_Contact select:focus {
	outline-style:none;
	width: 100%;
	padding:6px 5px;
	border-radius: 0px;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	background: #eee;
}


form.form_Contact input.radio:focus,
form.form_Contact input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}


form.form_Contact input.button,
form.form_Contact input.button:focus {
	text-transform: uppercase;
	background: #ffd741;
	margin:0;
	padding: 20px 0;
	border-radius: 0px;
	font-size:14px;
	border: 0px;
	font-family: 'LatoWebBold';
	color: #000;
}

form.form_Contact input.button:hover {
	text-transform: uppercase;
	background: #fdce1d;
	margin:0;
	padding: 20px 0;
	border-radius: 0px;
	font-size:14px;
	border: 0px;
	font-family: 'LatoWebBold';
	color: #000;
}




/*  CAPTCHA  ============================================================================= */
.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	line-height:14px;
	font-size: 16px;
	line-height: 135%;
	font-family: 'LatoWebBold';
	color: #000;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {
    font-size: 16px;
    line-height: 135%;
    font-family: 'LatoWebBold';
    color: #000;
}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 