body {
	font-family:Arial;
	margin:0;
}
form {
	margin-left: 8px;
}
.leadFormBottom input[type="checkbox"] {
	float: left;
	clear: left;
	margin-left: 2px;
	margin-top: 15px;
}
.leadFormBottom #termsMessage {
	float: left;
	margin: 15px 0 3px 0;
	font-family: sofia-pro;
	font-size: 11px;
    color: #fff;
	width: 433px;
	font-weight: 300;
}
.leadFormBottom input[type="text"] {
	height: 30px;
	width: 160px;
	margin: 0px 3px 5px 2px; 
	padding-left: 5px;
	float:left;
	-webkit-appearance: none;
	border: none;
    border-radius: 3px;
}
.leadFormBottom .phoneInput {
	clear:left;
	margin-top: 5px !important;
}
.leadFormBottom .emailInput {
	width:272px !important;
	margin-top: 5px !important;
}
.leadFormBottom .zipInput {
	width:100px !important;
}
.leadSource_dropDown, .campaignField, .websiteURL, .touchPoint {
	display:none;
}
.leadFormBottom .formSubmitButton {
	height: 43px;
    width: 170px;
    color: #FFF;
    background-color: #a4d65e;
    border: none;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    float: left;
	clear: both;
    -webkit-appearance: none;
    border-radius: 5px;
    margin: 5px 0 2px 2px;
}
.leadFormBottom .validationError {
	position: absolute;
	color: #dc0707;
	font-size: 24px;
	height: 20px;
	display:none;
}
.leadFormBottom .firstNameError {
	top: 8px; 
	left: 163px;
}
.leadFormBottom .lastNameError {
	top: 8px; 
	left: 335px;
}
.leadFormBottom .zipError {
	top: 8px; 
	left: 447px;
}
.leadFormBottom .phoneError {
	top: 50px; 
	left: 163px;
}
.leadFormBottom .emailError {
	top: 50px; 
	left: 447px;
}
.leadFormBottom .checkboxError {
	top: 157px;
    left: 11px;
}
@media screen and (max-width: 480px) and (min-width: 461px) {
	.leadFormBottom input[type="text"] {
		width: 43.3% !important;
		margin-right: 1%;
		padding-right: 0 !important;
	}
	.leadFormBottom input[type="text"].lastNameInput {
		margin-right: 0;
	}
	.leadFormBottom input[type="text"].zipInput {
		width: 17.8% !important;
		margin-right: 1%;
	}
	.leadFormBottom input[type="text"].phoneInput {
		width: 22.8% !important;
		margin-top: 0 !important;
		margin-right: 1%;
		clear: none;
	}
	.leadFormBottom input[type="text"].emailInput {
		margin-right: 0;
		margin-top: 0 !important;
	}
	.leadFormBottom .firstNameError {
	    top: 8px; 
	    left: 43%;
	}
	.leadFormBottom .lastNameError {
	    top: 8px; 
	    left: 88%;
	}
	.leadFormBottom .zipError {
	    top: 46px; 
	    left: 18%;
	}
	.leadFormBottom .phoneError {
	    top: 46px; 
	    left: 43%;
	}
	.leadFormBottom .emailError {
	    top: 46px; 
	    left: 88%;
	}
	.leadFormBottom .checkboxError {
		top: 145px;
	    left: 11px;
	}
	.leadFormBottom .formSubmitButton {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.leadFormBottom input[type="checkbox"] {
		clear: both;
		margin-top: 5px;
	}
	.leadFormBottom #termsMessage {
		font-size: 9px;
		margin-top: 5px;
		width: 88%;
		color: #fff;
	}
}

@media screen and (max-width: 460px) and (min-width: 301px) {
	.leadFormBottom input[type="text"] {
		width: 45.3% !important;
		margin-right: 1%;
		padding-right: 0 !important;
	}
	.leadFormBottom input[type="text"].lastNameInput {
		margin-right: 0;
	}
	.leadFormBottom input[type="text"].zipInput {
		width: 19.25% !important;
		margin-right: 1%;
	}
	.leadFormBottom input[type="text"].phoneInput {
		width: 22.6% !important;
		margin-top: 0 !important;
		margin-right: 1%;
		clear: none;
	}
	.leadFormBottom input[type="text"].emailInput {
		margin-right: 0;
		margin-top: 0 !important;
	}
	.leadFormBottom .firstNameError {
	    top: 8px; 
	    left: 45%;
	}
	.leadFormBottom .lastNameError {
	    top: 8px; 
	    left: 92%;
	}
	.leadFormBottom .zipError {
	    top: 46px; 
	    left: 20%;
	}
	.leadFormBottom .phoneError {
	    top: 46px; 
	    left: 45%;
	}
	.leadFormBottom .emailError {
	    top: 46px; 
	    left: 92%;
	}
	.leadFormBottom .checkboxError {
	    top: 138px; 
	    left: 11px;
	}
	.leadFormBottom .formSubmitButton {
		margin-top: 10px;
		margin-bottom: 10px;	
		height: 35px;
		width: 34%;
		font-size: 14px;
	}
	/*.leadFormBottom .formSubmitButton {		
		height: 35px;
		width: 34%;
		background-color: #235296;
		color: #fff;
		font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		background-image: none;
		text-indent: 0;
		margin-top: 5px;
		margin-bottom: 10px;
	}*/
	.leadFormBottom input[type="checkbox"] {
		clear: both;
		margin-top: 5px;
	}
	.leadFormBottom #termsMessage {
		font-size: 9px;
		margin-top: 5px;
		width: 88%;
	}
}
@media screen and (max-width: 300px) {
	.leadFormBottom input[type="text"] {
		width: 45.3% !important;
		margin-right: 1%;
		padding-right: 0 !important;
	}
	.leadFormBottom input[type="text"].lastNameInput {
		margin-right: 0;
	}
	.leadFormBottom input[type="text"].zipInput {
		width: 19.25% !important;
		margin-right: 1%;
	}
	.leadFormBottom input[type="text"].phoneInput {
		width: 22% !important;
		margin-top: 0 !important;
		margin-right: 1%;
		clear: none;
	}
	.leadFormBottom input[type="text"].emailInput {
		margin-right: 0;
		margin-top: 0 !important;
	}
	.leadFormBottom .firstNameError {
	    top: 8px; 
	    left: 45%;
	}
	.leadFormBottom .lastNameError {
	    top: 8px; 
	    left: 92%;
	}
	.leadFormBottom .zipError {
	    top: 46px; 
	    left: 20%;
	}
	.leadFormBottom .phoneError {
	    top: 46px; 
	    left: 45%;
	}
	.leadFormBottom .emailError {
	    top: 46px; 
	    left: 92%;
	}
	.leadFormBottom .checkboxError {
	    top: 92px; 
	    left: 11px;
	}
	.leadFormBottom .formSubmitButton {
		height: 35px;
		width: 34%;
		/*background-color: #235296;*/
		color: #fff;
		font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		background-image: none;
		text-indent: 0;
		margin-top: 10px;
		margin-bottom: 10px;	
	}
	.leadFormBottom input[type="checkbox"] {
		clear: both;
		margin-top: 5px;
	}
	.leadFormBottom #termsMessage {
		font-size: 9px;
		margin-top: 5px;
		width: 88%;
	}
}