.hbspt-form label,.hbspt-form .salesforce_w2l_lead .w2llabel,.hbspt-form .sf_required_fields_msg {color: white;}

.w2linput.submit {
	color: #3c3742;
	font-weight: bold;
	background: #FFF;
	margin: 0 auto;
	margin-top: 20px;
	border: none;
/* 	float: right !important; */

}

#salesforce_w2l_lead_3 > div:nth-child(even) {
	width: 49%;
	float: right;
	margin: 0;
	padding: 0;
}
#salesforce_w2l_lead_3 > div:nth-child(odd)  {
	width: 49%;
	float: left;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width:510px) {
	
	#salesforce_w2l_lead_3 > div:nth-child(odd),
	#salesforce_w2l_lead_3 > div:nth-child(even) {
		width: 100%;
	}
}

.salesforce_w2l_lead form.w2llead {
	clear: both;
	float: left;
	text-align: left;
	width: 100%;
}

.salesforce_w2l_lead .sf_field, .sf_type_checkbox {
	clear: none;
}

.salesforce_w2l_lead .w2linput.text {
	height: auto;
	margin: 0.25em 0;
	width: 85%;
}
.salesforce_w2l_lead .w2llabel {
	clear: left;
	margin: 0.25em 0;
	width: 95%;
}

.salesforce_w2l_lead .w2linput.textarea {
	height: 7.4em;
	margin: 0.75em 0;
	width: 95%;
}
.salesforce_w2l_lead .w2linput.text.captcha {
	font-family: 'Times New Yorker',serif;
	font-size: 2.5em;
	height: 75px !important;
	margin: 3px 0 0;
	text-align: center;
}
.salesforce_w2l_lead .w2limg {
	clear: both;
	display: block;
	float: left;
	margin: 0.75em 0 0;
}
.salesforce_w2l_lead .w2linput.submit {
	clear: both;
	float: none;
	margin: 0.75em auto 0;
}
#salesforce_w2l_lead_3 > div:last-child {
	width: 93%;
}