.main-menu ul.civil-rights-menu{
	top: 0px;
	left: 188px;
	background: #2E95B7;
	width: 250px;
}
.main-menu ul.civil-rights-menu li:hover{
	width: 100%;
	margin: 0px;
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0% 0%;
}
.main-menu ul.civil-rights-menu li{
	width: 100%;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}

.main-menu ul.civil-rights-menu li a{
	display: block !important;
	width: 100% !important;
	margin: 0px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




div.highlight{
	background-color: rgba(255,255,0,.8);
}

#civil-rights-tabs{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#civil-rights-tabs li strong{
	display: block;
	text-align: center;
	color: #000;
	letter-spacing: 0px;
	font-size: 20px;
	background: #fff;
	padding: 10px 10px;
	line-height: 22px;
	
	border-radius: 0px 0px 3px 3px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#civil-rights-tabs li img{
	display: block;
	margin: 0px;
	padding: 0px;
	border-radius: 3px 3px 0px 0px;
}

#civil-rights-tabs li{
	width: 45%;
	float: left;
	margin-bottom: 50px;
	box-shadow: 0px 5px 10px rgba(100, 100, 100, 0.4);
	border-radius: 3px;
}

#civil-rights-tabs li:hover{
	box-shadow: 0px 10px 20px rgba(100, 100, 100, 0.25);
}


#civil-rights-tabs li:nth-child(2n){
	margin-left: 10%;
}


#civil-rights-tabs-mini{
	width: 200px;
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
}

#civil-rights-tabs-mini img{
	border-radius: 3px;
	box-shadow: 0px 5px 10px rgba(100, 100, 100, 0.4);
}

#civil-rights-tabs-mini a img:hover{
	box-shadow: 0px 10px 20px rgba(100, 100, 100, 0.25);
}

/* #civil-rights-tabs-mini li:nth-child(1) strong{
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 12px;
} */


#civil-rights-tabs-mini li strong{
	display: none;
}

#civil-rights-tabs-mini li{
	width: 30%;
	float: left;
	margin-left: 5%;
}
#civil-rights-tabs-mini li:nth-child(1){
	width: 100%;
	margin: 0px 0px 10px;
}

#civil-rights-tabs-mini li:nth-child(2){
	margin-left: 0px;
}

#civil-rights-tabs-mini li.contact{
	width: 100%;
	margin: 0px 0px 10px;
}

#civil-rights-tabs-mini li.contact strong{
	display: inline;
}


/* *************************************** */

#civil-rights-form{
	display: block;
	clear: both;
}

.form-nav{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-nav .prev{
	float: left;
}

.form-nav .next{
	float: right;
}

.form-nav button[type=submit]{
	float: right;
}

.accessible-formats ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.accessible-formats ul li{
	display: inline-block;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-section{
	position: relative;
	display: none;
	border: 2px solid #eee;
	margin: 20px;
	padding: 20px;
	min-height: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-section .form-item.required label:after{
	content: "*";
}

.form-section .form-item{
	display: block;
	margin: 0px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-section .form-item input[type=text], .form-section .form-item textarea{
	width: 100%;
	margin: 0px;
	padding: 0px 10px;
	border: 1px solid #ccc;
	line-height: 28px;
	height: 28px;
	
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-section .form-item textarea{
	height: 120px;
}

.form-section input[type=text].discriminated_opt{
	display: inline-block;
	width: 320px;
}

.form-section .form-item .block{
	display: block;
}

.form-section .hidden-fields, body .form-section .form-item ul li input.hidden{
	display: none;
}

.form-section .form-item.third{
	width: 32%;
	float: left;
	margin-left: 2%;
}

.form-section .form-item.third.first{
	margin-left: 0px;
}


.form-section .form-item.half{
	width: 48%;
	float: left;
}

.form-section .form-item.half.first{
	margin-right: 4%;
}


.form-section hr{
	border-collapse: collapse;
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #eee;
	margin: 15px 0px;
	clear: both;
}

.form-section .err{
	background-color: #fee;
}
