/* CSS Document */

/* ==================================================
    Forms
================================================== */
.contact-form {
	margin-bottom: 0 !important;
}
.contact-form p {
	margin-bottom: 1px !important;
}
.contact-form label {
	font-size: 1em !important;
	line-height: 1em !important;
	padding-top: 0em !important;
}
.contact-form input, .contact-form textarea {
	border: 1px solid #ddd !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background: #f1f1f1 !important;
	color: #222222 !important;
	font-size: 14px !important;
	height: auto !important;
	padding: o.5em !important;
	margin: 0 !important;
	resize: none !important;
}
.contact-form input {
	/*width: 90% !important;*/
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.mktoForm, .mktoLabel, .mktoFieldWrap, .mktoRequiredField, .mktoFieldDescriptor, .mktoFormCol {
	/*width: 100% !important;*/
}
.mktoForm .mktoAsterix {
	float: left !important;
	color: #BF0000;
	padding-left: 5px;
	padding-right: 5px;
	display: none;
}

.contact-form textarea {
	/*width: 100% !important;*/
	resize: vertical !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.contact-form .submit, .mktoButton {
	cursor: pointer !important;
	display: inline-block !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-align: center !important;
	vertical-align: middle !important;
	width: auto !important;
	margin-top: 10px !important;
	background: #005DAA !important;
	color: #FFFFFF !important;
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
	-moz-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
	-o-transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
	transition: background 0.1s linear 0s, color 0.1s linear 0s !important;
	box-shadow: 0px 0px 0px 0px #FDEEA6 !important;
	border: 1px solid #FFF !important;
	border-radius: 0em;
	padding: 8px 20px !important;
	margin-left: -120px !important
}
.contact-form .submit:hover, .mktoButton:hover {
	color: #ffffff !important;
	background: #004A88 !important;
}
.mktoForm .mktoGutter {
	height: .6em !important;
}
.product input,
.product textarea,
.product .mktoLabel,
.product .mktoForm, 
.product .mktoLabel, 
.product .mktoFieldWrap, 
.product .mktoRequiredField, 
.product .mktoFieldDescriptor, 
.product .mktoFormCol,
.donation #Company, .donation #Address, .donation #City, .donation #Web_Lead_Question__c
{
	width: 100% !important;
	
}