@import url("https://www.openrightsgroup.org/assets/site/org/fonts/Lato/stylesheet.css");
body{font-family:'Lato', 'LatoRegular', 'Helvetica', sans-serif; font-size:14px;color:#34495E;margin:0;padding:0;background-color:#FFF}

input[type=text],select{
	-moz-border-radius: 7px / 6px;
	-webkit-border-radius: 7px / 6px;
	border-radius: 7px / 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 100%;
	height: 37px;
	margin-bottom:15px;
	border:1px solid #CCC;
	margin-top:5px;
	font-size: 16px;
}

blockquote{margin:0;font-family: "LatoBoldItalic";}

.eaDynamicSummary{color:#bf2026;font-family:"LatoBlack";}
h2{font-family:"LatoBlack";}
textarea{
-moz-border-radius: 7px / 6px;
-webkit-border-radius: 7px / 6px;
border-radius: 7px / 6px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
width: 100%;
height: 83px;
margin-bottom: 15px;
border: 1px solid #CCC;

}
.eaFormElementLabel{ padding-left:5px}

.eaRightColumnContent,.eaLeftColumnContent{float:left;clear:left}
.eaRightColumnContent{

clear:none;
}
.eaLeftColumnContent{
	margin-right:15px

}
.eaFullWidthContent{clear:left}

.eaSubmitResetButtonGroup input{
	-moz-border-radius: 7px / 6px;
	-webkit-border-radius: 7px / 6px;
	border-radius: 7px / 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #33495d;
	-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	color: #FFF;
	border: none;
	padding: 9px 30px;
	cursor:pointer;
}
.eaSubmitResetButtonGroup input:hover{
	background:#4e6984 
}
#errorheading{display:none} 

.eaErrorMessageList{
	font-size: 16px; 
	list-style: none;
	background: #BF2026;
	padding: 5px 10px;
	color: #FFF
}
.eaErrorMessageList a{
	color:#fff
}

#eaerrors > ul > li {
padding-bottom: 5px;
}

@media screen and (max-width: 600px) { 
	.col1,.col2{
	float:none;
	width:100%;
	clear:none;
	}
	.ea-form-wrapper .ea-form-item{ 
	margin-bottom:0;

	}
	input[type=text],select{
		margin-bottom: 4px;
		margin-top: 2px;
	}

}
@media screen and (min-width: 601px){
form{
width: 526px;
margin: 0 auto;

}
input[type="text"]{width:100%;}

}