/*
	Astral 2.5 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

	html
	{
		width: 100%;
		height: 100%;
	}

	body
	{
		width: 100%;
		min-height: 100%;
		overflow-y: scroll;
		min-width: 1000px;
	}

	body, input, textarea
	{
		font-size: 14pt;
		line-height: 1.75em;
	}
	
	h1
	{
		font-size: 2.4em;
		letter-spacing: -0.015em;
	}

	h2
	{
		font-size: 1.8em;
		letter-spacing: -0.015em;
			padding-top: 0px;
	}
	
	h3, h4, h5, h6
	{
		font-size: 1.25em;
		letter-spacing: -0.015em;
	}
	
	header
	{
		margin: 0 0 1.5em 0;
	}

	ul.links
	{
	}
	
		ul.links li
		{
		}

			ul.links li:before
			{
				padding: 0 0.75em 0 0.75em;
			}

	.button
	{
		padding: 0.7em 1.5em 0.7em 1.5em;
	}

		.button-small
		{
			font-size: 0.75em;
		}
		
		.button-big
		{
			font-size: 1.25em;
			padding: 0.5em 1.25em 0.5em 1.25em;
		}
		
		.button-huge
		{
			font-size: 1.5em;
			padding: 0.5em 1.25em 0.5em 1.25em;
		}

	.byline
	{
		margin: 0.5em 0 0 0;
	}

	.is-gallery
	{
	}
	
		.is-gallery .image
		{
			margin: 0;
		}
		
/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/
			
	#wrapper
	{
		width: auto;
		margin: 0 auto;
		opacity: 0.00001;
		padding-top: 0px;
	}

		#wrapper.tall
		{
			padding-bottom: 6em;
			padding-top: 0px;
		}
	
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	
/* nav bar features  */
		#nav
		{
			text-align: center;
			height: 4.25em;
			cursor: default;
			padding-top: 0px;
		}


/* nav bar size  */
		#nav a
		{
			position: relative;			/* line added */
			display: inline-block;			/* line added */
			font-size: 2.5em;
			margin: 0 0.25em 0 0.25em;
			opacity: 1.0;
			outline: 0;
			color: #0000FF;				/* line added */
			width: 1em;				/* line added */
			height: 1em;				/* line added */
			line-height: 0.9em;			/* line added */
			padding-top: 0px;

		}


/* added from nav_row  */
		#nav a icon:before				/* line added */
		{						/* line added */
			padding-right: 0;			/* line added */
			padding-top: 0px;
		}						/* line added */

/* icon size  */
		#nav a:before
		{
			font-size: 0.8em;
			padding-top: 0px;
		}



/* text boxes (labels): */ 	
		#nav a span
		{
			display: block;
			position: absolute;
			background: #000000;
			color: #2222FF;
			top: -2.66em;
			font-size: 0.3em;
			height: 2.25em;
			line-height: 2.25em;
			left: 50%;
			opacity: 1.0;
			padding-top: 0px;
			
			/* Labels not wide enough? Increase its width below and set margin-left to ((width / 2) * -1) */
			width: 5.5em;
			margin-left: -2.75em;
		}
			
/* text boxes (labels) (triangle below): */ 
		#nav a span:after
		{
			content: '';
			display: block;
			position: absolute;
			bottom: -0.4em;
			left: 50%;
			margin-left: -0.6em;
			border-top: solid 0.6em #0000FF;
			border-left: solid 0.6em transparent;
			border-right: solid 0.6em transparent;
			opacity: 0;
		}

/* icons (makes visible): */ 
		#nav a:hover
		{
			opacity: 1.0;


		}

/* text boxes (labels) (makes visible): */
		#nav a:hover span
		{
			opacity: 1.0;
			background: #000000;
			color: #FFFFFF;
		}	

/* text boxes (active label): */
		#nav a.active span
		{
			opacity: 1.0;
			background: #000000;
			color: #FFFFFF;
		}	

/* text boxes (active label triangle below): */
		#nav a.active span:after
		{
			opacity: 1.0;
		}	
			
/* active icon (makes visible): */
		#nav a.active
		{
			opacity: 1.0;

		}

		#nav a.active:after
		{
			border-bottom-width: 0.5em;
		}
			
/*********************************************************************************/
/* Panels                                                                        */
/*********************************************************************************/





	#main
	{
		position: relative;
		top: 0;
		left: 0;
		right: 16;
		width: auto;
		background: #000000;
		overflow: hidden;
						/* REMOVED: box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.25); */
		
	}

	.panel
	{
		padding: 2.5em 2.5em 2.5em 2.5em;
		position: relative;
		top: 0;
		left: 0;
		right: 16;
		width: auto;
		overflow: hidden; 
	}
	
