@charset "utf-8";



/*  Reset Styles */

html, body, div, section, article, header, footer, nav, h1, h2, h3, h4, h5, h6, p, span, em, strong, img, ol, ul, li, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}

/*  Viewport Styles  */

@-ms-viewport { width:device-width; }



/*  Global Styles  */


html {
	height: 100%;
}


body {
	position: relative;
	width: 100%;
	font-family:Lato, sans-serif;
	text-shadow: 0 0 .5px rgba(0,0,0,0.3);
	font-size:100%;
	height:100%;
}





/*  Menu Styles  */



#navBox {
	position: relative;
	float: right;
	height: 40px;
	width: 65%;
}


#menuTitle	{display:none;}

		#nav {
			position: absolute;
			right: 0px;
			top:50px;
			width: 70%;
			font:.95em;
			text-shadow: none;
			z-index: 1;
		}

			#nav > a {
				display: none;
			}

			#nav li {
				list-style: none;
			}
			
				#nav li a {
					display: block;
					text-decoration: none;
					-webkit-transition: background .5s ease-in;
					-moz-transition: background .5s ease-in;
					-ms-transition: background .5s ease-in;
					-o-transition: background .5s ease-in;
					transition: background .5s ease-in;
				}
				
				#nav li a:hover {
					color: black;
				}
				

		
		
			
			/* Desktop First Level */

			#nav > ul
			{
				height: 2em; 
				background-color: none;
			}
				#nav > ul > li
				{
					width: 16%;
					float: left;
					padding: 0%;
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 1.1em;
						text-align: center;
						font-weight: 400;
						color: #244770;
					}
				
					#nav > ul > li:not( :last-child ) > a
						{
							border-right: solid 1px red;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							font-weight: 900;
					}


				/* Desktop Second Level */

				#nav li ul
				{
					display: none;
					position: relative;
					margin: 15px 0 0 40px;
					white-space:nowrap;
					background-color: #fff;	
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					-moz-box-shadow: 0px 0px 13px #000000;
					-webkit-box-shadow: 0px 0px 13px #000000;
					box-shadow: 0px 0px 13px #000000;
				}
				
				#nav li:last-child  ul{
				margin: 15px 0 0 -40px;
				}
				
				#nav li:hover ul
					{
						display: inline-block;
						left: 0;
						right: 0;
						
					}
					
						#nav li ul a
						{
							padding: 0 10px;
							font-size: 1em;
							font-weight:700;
							line-height: 2.5em;
							color: #244770;
							border-bottom: solid #2c6eba 1px;							
						}
						
						#nav li ul li:last-child > a{
							border-bottom: none;
						}
						
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #000;
								color: #F9D7CA;
							}







/*  Container Styles  */


#call {display: none;}

#container {
	min-height:100%;
	position:relative;
	overflow: auto;
}

#topBar {
	background:#e1e1e1;
	margin: 20px auto;
	width: 100%;
	height: 20px;
}


#content {
	width: 90%;
	max-width: 1600px;
	margin: 3% auto 0 auto;
	padding-bottom:100px;
	overflow: hidden;
}


#contentLeft {
	float: left;
	width: 25%;
	margin: 6% 0 0 0;
	/* padding: 0 5%; */

}


#contentLeftVideo {
	width: 100%;
	height: 322px;
}


#collage {
	width: 100%;
}

#collage img {
	width: 100%;
}


#logo{
	float: left;
	margin: 0 0 0% 5%;
	width: 30%;
}


#logo img
{
	width: 90%;
}


#social {
	display: inline-block;
	margin: 50px 0;
	width: 100%;
	text-align: center;
}


#contentRight {
	float: right;
	width: 65%;
	padding: 5% 2%;
}


#HomeSideBar {
	width:35%;
	float:right;
	padding:20px;
	margin: -86px 0 0 0;
	border:solid #CC3300;
	background-color:#EEEEEE;
}


#sideBar {
	width:35%;
	float:right;
	padding:20px;
	margin: -320px 0 0 0;
	border:solid #CC3300;
	background-color:#EEEEEE;
}


#writingImg {
	width:35%;
	float:right;
}



#footer {
	background:#e1e1e1;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}



.items {
	width: 40%;
	float: left;
	margin: 0 5% 15% 5%;
}




/*  Text Styles  */

h1 {text-transform: uppercase; font-size: 1.2em; margin: 10px 0; }

h2 {font-size: 1.5em; font-weight: 900; margin: 15px 0; }

#header p {text-align: center;  font-size:3.5em; }

#content p {font-size: 1.2em; }

#contentRight p {width: 55%; margin: 15px 0;}

#HomeSideBar p {font-size: 1.1em; width: 100%; }

#sideBar h2 {font-size: 1.3em; font-weight: 900; margin: 0 0 15px 0;}

#sideBar p {font-size: 1.1em; width: 100%; }

#sideBar .items p {margin: 0; width: 100%; }

#footer p {
	position: absolute;
	font-size:1em;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 15%;
}

#contentRight .twelve { font-size: .75em; margin: 10px 0; }
.twelve { font-size: .75em; margin: 10px 0;  }
#contentRight .fourteen { font-size: .875em; margin: 10px 0;  }
.fourteen { font-size: .875em; margin: 10px 0;  }
#contentRight .sixteen { font-size: 1em; margin: 10px 0; }
.sixteen { font-size: 1em; margin: 10px 0; }
.eighteen { font-size: 1.125em; margin: 10px 0;  }
.twenty { font-size: 1.25em; margin: 10px 0;  }
.twentyOne { font-size: 1.3125em; margin: 15px 0; }
.twentyTwo { font-size: 1.375em; margin: 15px 0;  }
.twentyFour { font-size: 1.5em; margin: 15px 0;  }
#contentLeft .caption {font-size: .7em;}
.center {text-align: center;}

/*  Image Styles  */

.items img {width: 90%; }

#social img {width: 19%; margin: 5% 5% 0 0}

#contentRightImgs {width:55%;}



/*  Link Styles  */

#container a:hover {text-decoration: none;}





/*  1200px  */
		
		@media only screen and ( max-width: 1200px ) {


#nav {
	width: 600px;
}


#HomeSideBar {
	width: 90%;
	display: block;
	margin: 5% auto;
}

#sideBar {
	width: 90%;
	display: block;
	margin: 5% auto;
}

#sideBar h2 {text-align: center;  margin: 10px 0;}

#contentRight p {width: 100%;}


#social img {width: 18%; margin: 5% 5% 0 0}


#contentRightImgs {width:100%;}

#contentLeftVideo {
	width: 100%;
	height: 220px;
}


}

/*  900px  */
		
		@media only screen and ( max-width: 900px ) {
		
	

#navBox {
	width: 50%;
}


#nav {
	width: 130%;
}
 
#nav > ul > li > a {
	font-size: 1em;
}


#content {
	margin: 10% 5%;
}


#contentLeft p {font-size: 1em; }


#logo{
	width: 35%;
}

#footer p {padding: 0 5%;}



}




/*  700px  */
		
		@media only screen and ( max-width: 700px ) {
		

		
/*  Menu Styles  */		



		
#menuTitle	{
	display: block;
	float: left;
	margin: 10px 0 0 50px;
	font-size: 20px;
	font-weight:bold;
	color: #244770;
}
	
	#navBox {
		float: left;
		margin: 0 0 0 5%;
	}
	
		
	#nav {
		top: 10px;
		left: 0px;
		font-size:90%;
	}

	#nav > a {
		margin: 0px 0 0 0;
		width: 3.125em;
		height: 3.125em;
		text-align: left;
		text-indent: -9999px;
		background-color: #e5e3dc;
		position: relative;
	}

	#nav > a:before, #nav > a:after {
		position: absolute;
		border: 2px double #000;
		top: 35%;
		left: 25%;
		right: 25%;
		content: '';
	}

	#nav > a:after {
		top: 60%;
	}

	#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
		display: block;
	}		
		
		
		/* 700px First Level */

		#nav > ul {
			height: auto;
			width:200px;
			display: none;
			margin: 10px 0 0 50px;
			white-space:nowrap;
			background-color: #e5e3dc;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow: 0px 0px 13px #000000;
			-webkit-box-shadow: 0px 0px 13px #000000;
			box-shadow: 0px 0px 13px #000000;
		}
				


		#nav:target > ul {
			display: block;
		}
		
		#nav > ul > li {
			width: auto;
			float: none;
		}
		
		#nav > ul > li > a	{
			text-align: left;
			padding: 1em;
			color: 000;
			font-weight: 400;
		}
					
					
		#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a{
			color: #000;
		}
					
		#nav > ul > li:not( :last-child ) > a{
			border-right: none;
			border-bottom: solid #000 1px;
		}


			/* 700px Second Level */

			#nav li ul{
				float: right;
				margin: -10px -50px 0 0;
				z-index: 2;
				min-width:150px;
				background-color: #ffe5b6;
				border: solid 3px #244770;
			}
				
			#nav li:last-child  ul{
				margin: -10px -50px 0 0;
			}


/* Container Styles */


#topBar {
	display: none;
}
			

#logo{
	width: 95%;
	margin: 0 0 0 5%;
}
			
			
#content {
	margin: 10% auto 0 auto;
	width: 85%;
	overflow: visible;
}


#contentLeft {
	display: inline;
	width: 100%;
	margin: 0 auto 50% auto;
}


#contentRight {
	display: inline;
	width: 100%;
	margin: 0 auto;
}


/* #collage {
	display: none;
} */


#sideBar {
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
}


#social {
	width: 100%;
	margin: 0 auto 10% auto;
}


h1 {margin: 20px 0; }


#contentLeft p {
	font-size: 1.5em;
	text-align: center;
}

#footer p {font-size: .8em; padding: 0 }


		
}