

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select
	{
		/*line-height: 1.65em;
		font-size: 13pt;*/
	}

	h2
	{
		/*font-size: 1.65em;
		font-weight: 400;
		letter-spacing: 4px;
		margin: 0 0 1.5em 0;
		line-height: 1.75em;*/
	}

	h3
	{
		/*font-size: 1em;
		letter-spacing: 2px;
		margin: 0 0 1.25em 0;*/
	}

	/* Tables */
	
		table
		{
		}
		
			table.style1
			{
			}
			
				table.style1 thead
				{
					font-size: 0.85em;
					letter-spacing: 2px;
				}

	
	/* Lists */

		ul.actions
		{
		}
		
			ul.actions li
			{
				display: inline-block;
				margin-left: 1em;
			}
			
			ul.actions li:first-child
			{
				margin-left: 0;
			}

		ul.divided
		{
		}

			ul.divided li
			{
				margin: 2.5em 0 0 0;
				padding: 2.5em 0 0 0;
			}

/*********************************************************************************/
/* Section/Article Types                                                         */
/*********************************************************************************/

	.is-post
	{
	}
	
		.no-sidebar .is-post > header
		{
			text-align: center;
		}

	.is-feature
	{
	}
	
	.is-excerpt
	{
	}
	
		.is-excerpt .date
		{
			display: inline-block;
			font-size: 0.85em;
			letter-spacing: 2px;
			padding: 0.25em 1em 0.25em 1em;
			margin: 0 0 2.5em 0;
		}
	
	.is-highlight
	{
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
	}

	#features-wrapper
	{
		padding: 6em 0 6em 0;
	}
	
	#banner-wrapper
	{
		padding: 3em 0 3em 0;
	}
	
	#main-wrapper
	{
		padding: 6em 0 6em 0;
	}
	
	#footer-wrapper
	{
		padding: 6em 0 8em 0;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		padding: 14em 0 7em 0;
	}
	
		#header h1
		{
			font-size: 3em;
			letter-spacing: 13px;
		}
		
		#header p
		{
			margin: 2.5em 0 0 0;
			font-size: 0.85em;
			letter-spacing: 3px;
		}
		

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		/*position: absolute;
		top: 3em;
		left: 0;*/
		width: 100%;
	}

		#nav > ul > li
		{
			/*display: inline-block;
			padding-right: 2em;*/
		}
		
			#nav > ul > li:last-child
			{
				/*padding-right: 0;*/
			}

			#nav > ul > li > a
			{
				/*display: block;*/
			}

				#nav > ul > li > a > span
				{
					/*font-size: 0.85em;
					letter-spacing: 3px;
*/				}

			#nav > ul > li > ul
			{
				display: none;
			}
	
	.navigation {max-width: 1000px;}
	
	/*.dropotron
	{
		text-align: left;
		border: solid 1px #e5e5e5;
		border-radius: 4px;
		background: #fff;
		background: rgba(255,255,255,0.965);
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
		padding: 0.75em 0 0.5em 0;
		min-width: 12em;
	}
	
		.dropotron.level-0
		{
			margin-top: 1.5em;
			margin-left: -1em;
		}

			.dropotron.level-0:after
			{
				content: '';
				display: block;
				position: absolute;
				left: 1.25em;
				top: -moz-calc(-0.75em + 1px);
				top: -webkit-calc(-0.75em + 1px);
				top: -o-calc(-0.75em + 1px);
				top: -ms-calc(-0.75em + 1px);
				top: calc(-0.75em + 1px);
				border-left: solid 0.75em rgba(255,255,255,0);
				border-right: solid 0.75em rgba(255,255,255,0);
				border-bottom: solid 0.75em #fff;
			}

			.dropotron.level-0:before
			{
				content: '';
				display: block;
				position: absolute;
				left: 1.25em;
				top: -0.75em;
				border-left: solid 0.75em rgba(255,255,255,0);
				border-right: solid 0.75em rgba(255,255,255,0);
				border-bottom: solid 0.75em #ccc;
			}

		.dropotron span,
		.dropotron a
		{
			display: block;
			padding: 0.3em 1em 0.3em 1em;
			border: 0;
			border-top: solid 1px #f0f0f0;
			outline: 0;
		}

		.dropotron li:first-child > span,
		.dropotron li:first-child > a
		{
			border-top: 0;
			padding-top: 0;
		}
		
		.dropotron li:hover > span,
		.dropotron li:hover > a
		{
			color: #ed786a;
			-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-o-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		}
*/
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
	
	#banner
	{
		padding: 10em 0 10em 0;
	}
	
		#banner p
		{
			font-size: 2em;
			line-height: 1.5em;
			letter-spacing: 4px;
		}
		
		#banner:before,
		#banner:after
		{
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			width: 35px;
			height: 141px;
			margin-top: -70px;
			background: url('images/bracket.svg');
			opacity: 0.15;
		}
		
		#banner:before
		{
			left: 0;
		}
		
		#banner:after
		{
			right: 0;
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-o-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
		}
		
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/
	
	.intro {
	height: 600px!important;
	width:auto!important;
	/*width: 100%;
	min-width:1000px;*/
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 9990;
}
.intro ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Chris-Melendy{
	background: #bf3320 url(../images/Chris-Melendy_large-poster.jpg) no-repeat center top;
	height: 600px;
	width: 100%;
	/*min-width:1000px;*/
}
#Tom-Reason{
	height: 600px;
	width: 100%;
	/*min-width:1000px;*/
	background: #41303b url(../images/Tom-Reason_large-poster.jpg) no-repeat center top;
}
#Angie-Reed{
	height: 600px;
	width: 100%;
	/*min-width:1000px;*/
	background: #C45B2B url(../images/Angie-Reed_large-poster.jpg) no-repeat center top;
}
#Main-Street{
	height: 600px;
	width: 100%;
	/*min-width:1000px;*/
	background: #3C3A13 url(../images/Main-Street_large-poster.jpg) no-repeat center top;
}
#A-Movement{
	height: 600px;
	width: 100%;
	/*min-width:1000px;*/
	background: #9c9889 url(../images/Alex-Makavand_large-poster.jpg) no-repeat center top;
}
#Main-Street .description {
}
.description {
	color: #FFF;
	position: relative;
	width: 40%;
	line-height: 1.4em;
	font-size: 1.05em;
	z-index: 999;
	left: 57%;
	top: 100px;
}

.description h2 {
	font-size: 1.6em;
	color: #FFF;
	margin: 0px 0px 5px;
	letter-spacing: 0em;
}
.play-video {
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
	display:block;
	margin-top:0.8em;
}
.play-video:before {
	content:'\25BA';
	padding:0.3em;
	background-color:#39F;
	margin-right:0.4em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
}

	
	#content
	{
	}

		#content > section,
		#content > article
		{
			margin: 5em 0 0 0;
			padding: 5em 0 0 0;
		}
		
		#content > section:first-child,
		#content > article:first-child
		{
			margin: 0;
			padding: 0;
		}
	
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/
	
	#sidebar
	{
	}

		#sidebar > section,
		#sidebar > article
		{
			margin: 5em 0 0 0;
			padding: 5em 0 0 0;
		}
		
		#sidebar > section:first-child,
		#sidebar > article:first-child
		{
			margin: 0;
			padding: 0;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		margin-top: 6em;
		padding-top: 4em;
	}


.callout-box img {
	float: right;
}
	
#veterans table {width:75%;}
#veterans #zip {width:60%;}