@charset "UTF-8";
/* CSS Document */


html, body { width:auto; height:auto;margin: 0; padding: 0; }


/* Basic text styles */

.wrapper {
	padding:2% 3%;
	}


 p	{
	font-family: "Sentinel SSm A","Sentinel SSm B",Times,"Times New Roman",serif;
    line-height: 1.6;
    font-weight: 200;
	}	

.leadCourtBody {
	font-family: "Sentinel SSm A","Sentinel SSm B",Times,"Times New Roman",serif;
    line-height: 1.6;
    font-weight: 200;
	}	

	
.leadCourtSubheader {
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B","Arial",sans-serif;
    font-size: 26px;
	font-weight: bold;
	}
	
	
.leadCourtSubheader_inverse {
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B","Arial",sans-serif;
    color: #d8e32d;
    font-size: 26px;
	}	

.leadCourtBody_inverse {
	color: #bebebe;
    font-family: "Sentinel SSm A","Sentinel SSm B",Times,"Times New Roman",serif;
    line-height: 1.6;
    font-weight: 200;
	}	
	
.inverseTranstionContainer a {
	color:#A8C3DD;
	text-decoration: none;}	
	
.inverseTranstionContainer a:visited,.inverseTranstionContainer a:hover {
	color:#6F8396;
	}		
	
.graphicSource {
	float: right;
   
	font-size: 12px;
	font-style:italic;
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	}	
.graphicSource a {color:black;text-decoration:none;}			
	  .circleSection {
		  opacity:0.7;
		  fill: rgba(211,172,16,0.50);}


/* accent style */

.dropCap2 {
	display: inline-block;
    float: left;
    font-size: 140px;
    line-height: 90px;
    color: white;
    margin: 0 25px 0 0;
    -webkit-font-smoothing: antialiased;
	background-color: #656565;
	/*border: 3px solid rgba(211,172,16, 0.7);*/
    padding: 17px;
	}

.accent_0 {font-size:90px;}

.accent_1 {font-size:30px;color:rgba(96,96,96,1.00);font-weight:100;}

.accent_2 {font-size:60px;color:#222;font-weight:100;}




/* transitions */

.inverseTranstionContainer {
	border-top:0.5px solid rgba(219,219,219,1.00);
	position:relative;
	margin-bottom:10%;
	
	}
.fadeContainer {width:100%;position:relative;}

.fadeInBackground {
	width:100%;
	position:absolute;
	z-index:0;
	}

.fadeIn {
	position:relative;
	width:100%;
	top:0;
	opacity:0;
	}
	
	
	
	
/* graphic elements */

.innerNavContainer {
	border-right: 1px dotted lightgray;
	height:60px;
	font-family:"Sentinel SSm A","Sentinel SSm B",Times,"Times New Roman",serif;
	text-align:right;
	}
	
.innerNavContainer span {
	font-size: 12px;
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B","Arial",sans-serif;
}

.rightInlineGraphic {
	float: right;
    width: 130%;
    margin-right: -90%;
    padding: 0 10%;
	}
	
.centerInlineGraphic {
    width: 180%;
    padding: 5% 0;
	}