@charset "utf-8";
.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { 
	background: #F2F3F6; 
	border: 1px solid #7E8AA2; 
	padding:25px; margin-top: 50px; 
}
/*****Forms*****/
ol.forms { 
	float: left; 
	list-style: none; 
	margin: 0; 
	width: 100%; 
}
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 5px; 
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
}
ol.forms input, ol.forms textarea {
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
/*	width: 214px; */
}
ol.forms textarea { 
/*	width: 334px; */
}
ol.forms input:focus, ol.forms textarea:focus { background-color: #f2f3f6; border-color: #ff9800; }
.error { color: #f00; }
ol.forms li .error { font-size: 12px; margin-left: 20px; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	left: 460px;
	top: 0;
	width: 100px;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button {
/*	background: #ff9800;
	border: none; */
	color: #000;
	cursor: pointer;
	font: 18px/18px "Avenir LT Std", Helvetica, Arial, sans-serif;
	overflow: hidden;
	padding: 6px 3px 3px 3px;
	text-transform: uppercase;
	width: auto;
	float: right;
} 
ol.forms li.buttons button:hover { color: #222; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline {  width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }

.signup-text .button1
{
	display:none;
}
#mainContent {
	background: rgba(255,255,255,0.9);
}
#contact-form > h1
{
	font-weight: bold;
	font-size: 1.2em;
} 
#contact-form {
	color: rgb(51, 51, 51);
	padding: 25px 30px;;
	font-size: 1.2em;
}
#contact-form .title {
	display: block;
	text-align: center;
}
