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

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
@media (min-width: 200px) and (max-width: 600px) {
	body,input,textarea,select
	{
		line-height: 1.75em;
		font-size: 11pt;
		letter-spacing: 0;
	}

	body
	{
	}

	h2, h3, h4, h5, h6
	{
		font-size: 1.2em;
		letter-spacing: 2px;
		text-align: center;
		margin: 0 0 1.5em 0;
	}

	h2 br, h3 br, h4 br, h5 br, h6 br
	{
		display: none;
	}

	/* Sections/Articles */
	
		section,
		article
		{
			clear: both;
			margin: 2em 0 2em 0 !important;
		}

		section > :first-child,
		article > :first-child
		{
			margin-top: 0 !important;
		}

		section:first-child,
		article:first-child
		{
			margin-top: 0 !important;
		}

	/* Images */

		.image
		{
		}
			
			.image-left
			{
				width: 40%;
			}
			
			.image-full
			{
				margin: 0 0 2em 0;
			}

	/* Buttons */
		
		.button
		{
			letter-spacing: 2px;
			display: block;
			padding: 1em 0 1em 0;
		}

	/* Lists */

		ul.links
		{
		}

			ul.links li
			{
				display: block;
				border: 0;
				padding: 0.25em 0 0 0;
				margin: 0;
			}

		ul.divided
		{
		}

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

		ul.icons
		{
			padding: 0 0 1.75em 0;
		}

	/* Forms */

		form
		{
		}
		
			form input.text,
			form select,
			form textarea
			{
				margin: 0 0 1em 0;
			}

/*********************************************************************************/
/* UI                                                                            */
/*********************************************************************************/

	#titleBar
	{
	}

		#titleBar .toggle
		{
			position: absolute;
			left: 0;
			top: 0;
			width: 80px;
			height: 60px;
		}

			#titleBar .toggle:before
			{
				content: '';
				display: block;
				width: 60px;
				height: 40px;
				background: rgba(232,232,232,0.9);
				border-radius: 4px;
				position: absolute;
				left: 5px;
				top: 5px;
				box-shadow: 0.125em 0.125em 0 0 rgba(0,0,0,0.15);
			}

			#titleBar .toggle:after
			{
				content: '';
				display: block;
				width: 20px;
				height: 12px;
				position: absolute;
				left: 25px;
				top: 20px;
				background: url('images/mobileUI-site-nav-opener-bg.svg') 0px 0px no-repeat;
				opacity: 0.35;
			}

			#titleBar .toggle:active:after
			{
				opacity: 0.5;
			}

	#navPanel
	{
		background: #444;
		border-right: solid 2px #3c3c3c;
		font-weight: 400;
		text-transform: uppercase;
		color: #888;
		letter-spacing: 2px;
		font-size: 0.85em;
	}

		#navPanel .link
		{
			display: block;
			color: #ddd;
			text-decoration: none;
			height: 44px;
			line-height: 44px;
			border: 0;
			border-top: solid 1px #3c3c3c;
			padding: 0 1em 0 1em;
		}
		
			#navPanel .link:first-child
			{
				border-top: 0;
			}
			
			#navPanel .link.depth-0
			{
				font-weight: 600;
				color: #fff;
			}

			#navPanel .indent-1 { display: inline-block; width: 1em; }
			#navPanel .indent-2 { display: inline-block; width: 2em; }
			#navPanel .indent-3 { display: inline-block; width: 3em; }
			#navPanel .indent-4 { display: inline-block; width: 4em; }
			#navPanel .indent-5 { display: inline-block; width: 5em; }
			#navPanel .depth-0 { color: #fff; }

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

	.is-post
	{
	}

	.is-feature
	{
	}
	
	.is-excerpt
	{
	}
	
		.is-excerpt .date
		{
			display: block;
			letter-spacing: 2px;
			padding: 0.25em 1em 0.25em 1em;
			margin: 0 auto 2.5em auto;
			text-align: center;
		}
	
	.is-highlight
	{
	}

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

	#header-wrapper
	{
		padding: 0 20px 0 20px;
	}

	#features-wrapper
	{
		padding: 3em 20px 3em 20px;
	}
	
	#banner-wrapper
	{
		padding: 2em 0 2em 0;
	}
	
	#main-wrapper
	{
		padding: 3em 20px 3em 20px;
	}
	
	#footer-wrapper
	{
		padding: 4em 20px 3em 20px;
	}

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

	#header
	{
		padding: 6em 0 4em 0;
	}
	
		#header h1
		{
			font-size: 2em;
			letter-spacing: 8px;
			line-height: 1.25em;
		}
		
		#header p
		{
			margin: 1.25em 0 0 0;
			letter-spacing: 2px;
		}

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

	#nav
	{
		display: none;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
	
	#banner
	{
		padding: 5em 20px 5em 20px;
		margin: 0 !important;
	}	

		#banner p
		{
			font-size: 1.75em;
			line-height: 1.25em;
			letter-spacing: 3px;
		}
		
			#banner p br
			{
				display: none;
			}
	
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/
	
	#content
	{
	}

		#content > section,
		#content > article
		{
			margin: 4em 0 0 0 !important;
			padding: 4em 0 0 0 !important;
		}
		
		#content > section:first-child,
		#content > article:first-child
		{
			margin: 0 !important;
			padding: 0 !important;
		}
	
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/
	
	#sidebar
	{
		border-top: solid 2px #e5e5e5;
		box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
		margin-top: 4em !important;
		padding-top: 4em;
	}

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

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

	#copyright
	{
		margin-top: 2em;
		padding-top: 2em;
	}
}