
/*******************
Special Fonts */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*******************
Site-wide Styles */
body {
background: #FFFFFF;
}




	/*******************
	Main Nav-Bar */


/*******************
Content Block */
.content {
margin-top: 20px;
}


	/*******************
	Content */
	
	#banner {
	width: 650px;
	height: 250px;
	margin: 10px auto 30px;
	position:relative;
	background: #EFEFEF;
	}
	
	.home-primary {
	background: #EFEFEF;
	margin: 0 0 40px;
	border-bottom: 12px solid #BBB;
	}
	.home-primary h2 {
	font: 23px/26px 'BebasNeueRegular', Arial, sans-serif;
	background: #07204B;
	padding: 5px;
	margin: 0;
	color: #FFF;
	}
	.home-primary h3 {
	font: 23px/26px 'BebasNeueRegular', Arial, sans-serif;
	padding: 5px;
	}
	
	.home-secondary {
	margin: 0 0 20px;
	border-top: 3px solid #DDD;
	background: #EFEFEF;
	}
	.home-secondary div.home-secondary-block h3 {
	font: 23px/26px 'BebasNeueRegular', Arial, sans-serif;
	padding: 5px;
	margin: 0;
	color: #555;
	}
	.home-secondary-block .btn {
	margin-bottom: 15px;
	}
	
		/*******************
		Sections */
		.section {
		margin: 0 0 50px;
		}
		.section p a {
		font-weight: bold;
		}
		.section h2 {
		margin-top: 20px;
		}
		.section-head {
		background: #EFEFEF;
		padding: 5px;
		margin: 13px 0 10px;
		border-bottom: 4px solid #DEDEDE;
		}
		.section-head-blue {
		background: #07204B;
		padding: 5px;
		margin: 13px 0 10px;
		color: #FFF;
		}
		
		/*******************
		Share Block */
		.share1 {
		padding: 0 0 5px 0;
		margin: 5px 0 0 0;
		border-bottom: 1px solid #AAA;
		}
		.share2 {
		padding-top: 15px;
		}
		
		/*******************
		Lawsuit Documents */
	
		.lawsuitdocument {
		min-height: 50px;
		border-bottom: 1px solid #CCC;
		margin-bottom: 20px;
		}
		.lawsuitdocument img {
		}
		.doc-title {}
		.doc-desc {}
		
		.embed-doc {
		margin: 10px 0;
		}
	
	
		/*******************
		Plaintiffs */
	
		.plaintiff, .supporter-individual {
		min-height: 150px;
		margin-bottom: 20px;
		padding: 0 0 5px 5px;
		border-bottom: 1px solid #BBB;
		}

		.container .plaintiff p, .supporter-individual p{
		margin-left: 110px;
		text-align: left;
		font-weight: normal;
		font-size: 16px;
		line-height: 20px;
		padding: 0;
		}

		.plaintiff img.plaintiff-image, .supporter-individual img.supporter-image {
		float: left;
		margin: 0 10px 10px 0;
		}
		
		.supporter-individual p.supporter-quote {
		padding: 10px 15px;
		color: #AAA;
		font-size: 26px;
		line-height: 28px;
		font-family: Georgia, "Times New Roman", serif;
		font-weight: bold;
		font-style: italic;
		}
		.supporter-individual p.supporter-quote span.line2 {
		margin-left: 20px;
		}
		
		/*******************
		To Lawmaker Form */
		.ndaaFormArea, .petitionFormArea {
		margin: 0 15px 10px;
		padding: 10px;
		}
		.ndaaFormArea table th, .petitionFormArea table th {
		text-align: left;
		}
		.ndaaFormArea .button, .petitionFormArea .button{
		text-align: center;
		}
		table.gridded th {
		width: 60px;
		}
		
		
		/*******************
		Coalition */
		.coalition-logo {
		width: 200px;
		margin: 0 10px 20px 10px;
		}
		
		
		/*******************
		Donation Blocks */
		.wepay-widget-input {
		height: 30px;
		}
		.wepay-donations-progress-widget-wrapper .label {
		background: transparent;
		}
		
		/******************
		News Items */
		.news-item {
		padding: 0 0 10px 0;
		margin-bottom: 10px;
		border-bottom: 1px solid #BBB;
		}
		.news-item p {
		padding: 0px;
		margin: 0px;
		}
		.news-item p a {
		margin: 0 0 5px 0;
		}
		.news-item p.citation {
		margin: 0 0 0 5px;
		font-size: 12px; 
		line-height: 14px; 
		text-align: left;
		}
		.news-item p.news-video {
		text-align: left;
		}
	
	/*******************
	Sidebar */
	
	
	.sidebar-block {
	margin: 5px 5px 15px 5px;
	padding-bottom: 10px;
	}
	
	.sidebar-share {
	text-align: center;
	}
	
	.coalition-logos, .sidebar-donation  {
	margin-top: 20px;
	text-align: center;
	}
	.coalition-logos a  img{
	margin-bottom: 10px;
	}	
	

/*******************
Footer Block */	
.footer {
}
.footer h3 {font-family: Arial, sans-serif;}
.footer-nav {
text-align: right;
margin: auto 5px;
font-weight: bold;
}