.hide {
	display: none !important;
}

.not-front .block-webform .node-webform .webform-client-form .form-submit {
	margin: 15px !important;
}

.captchaHelp {
  font-size: 10px;
}

#recaptcha_widget_div {
  text-align: center;
}

#recaptcha_area .instructions {
  font-size: 12px;
}

.form_webToLead .webform__footer {
  margin: auto;
}

@media (min-width: 550px) {
	.form_webToLead .webform__footer__content {
    	/*max-width: 150px;*/
    	margin: 20px auto;
	}
}
.form_webToLead .webform__footer__content .form-submit {
	display: inline-block;
	margin: 0;
	padding: 0 40px;
	height: 50px;
	line-height: 45px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	background-color: #004196;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.errMsg span {
	color: red;
}

.formContact .form-text.errFld, .formContact .form-select.errFld {
	border-color: red;
	color: red;
}

.errFld {
	color: red;
}

.not-front .block-webform .node-webform .webform-client-form .form_webToLead {width: 100% !important; padding: 0 0 230px 0!important;position: relative;}