@charset 'UTF-8';
@import url("font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");

/*
	Dopetrope by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		 background: #252122;
	}

		body.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,textarea,select
	{
		font-family: 'Source Sans Pro';
		font-weight: 300;
		color: #000000;
	}

	strong, b
	{
		color: #252122;
		font-weight: 400;
	}

	i, em
	{
		font-style: italic;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	blockquote
	{
		border-left: solid 0.75em #dddddd;
		padding: 1em 0 1em 1.5em;
		font-style: italic;
	}

	h1, h2, h3, h4, h5, h6
	{
		color: #252122;
		font-weight: 700;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}

	a
	{
		color: #ff6444;
		text-decoration: none;
	}
	
		a:hover
		{
			color: #ff874f;
		}
	
	#intro section a {
		color: inherit;
	}

	br.clear
	{
		clear: both;
	}

	hr
	{
		border: 0;
		border-top: solid 1px #dddddd;
		height: 1px;
		margin: 2em 0 2em 0;
	}
		
	p, ul, ol, dl, table
	{
		margin-bottom: 2em;
	}
	
	.clearfix:after {
	  content: "";
	  display: block;
	  clear: both;
	  height: 0;
	}
	
	.screen-reader-text {
		display: none;
	}

	/* Form */
	
		form
		{
		}
		
			form label
			{
				display: block;
				color: #252122;
				font-weight: 400;
				margin: 0 0 0.5em 0;
			}
	
			form input[type=text],
			form input[type=email],
			form input[type=password],
			form select,
			form textarea
			{
				-webkit-appearance: none;
				display: block;
				border: 0;
				padding: 0.75em 1em;
				font-size: 1em;
				border-radius: 5px;
				border: solid 1px #dddddd;
				background: #fff;
				width: 100%;
			}

			form input[type=text]:focus,
			form input[type=email]:focus,
			form input[type=password]:focus,
			form select:focus,
			form textarea:focus
			{
				box-shadow: inset 0px 0px 1px 1px #43bff0;
			}

			form textarea
			{
				height: 15em;
			}
			
			form .formerize-placeholder
			{
				color: #555 !important;
			}

			form ::-webkit-input-placeholder
			{
				color: #555 !important;
			}

			form :-moz-placeholder
			{
				color: #555 !important;
			}

			form ::-moz-placeholder
			{
				color: #555 !important;
			}

			form :-ms-input-placeholder
			{
				color: #555 !important;
			}

			form ::-moz-focus-inner
			{
				border: 0;
			}

	/* Tables */
	
		table
		{
			width: 100%;
		}
		
			table.default
			{
				width: 100%;
			}

				table.default tr
				{
					border-top: solid 1px #dddddd;
				}

					table.default tr:first-child
					{
						border-top: 0;
					}
			
				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th
				{
					text-align: left;
					padding: 0.5em 1em 0.5em 1em;
					font-weight: 700;
					margin: 0 0 1em 0;
				}
			
				table.default thead
				{
					border-bottom: solid 2px #dddddd;
				}
				
				table.default tfoot
				{
				}
				
				table.default tbody
				{
				}

	/* Section/Article */
	
		section,
		article
		{
			margin-bottom: 2.5em;
		}
		
			section > :last-child,
			article > :last-child
			{
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child
			{
				margin-bottom: 0;
			}
		article.box.post {
			margin-bottom: 1em;
		}

		header
		{
		}

			header > p
			{
				display: block;
				font-style: italic;
			}

			header.major
			{
				position: relative;
				text-align: center;
				border-top: solid 1px #ccc;
				top: 1em;
			}

				header.major h2
				{
					background: #fff;
					position: relative;
					top: -0.65em;
					display: inline;
					margin: 0;
					padding: 0 1em 0 1em;
				}
				
	/* Post Nav */
	
		.post-navigation {
			margin-bottom: 1em;
		}
		
			.post-navigation .nav-links {
				position: relative;
				line-height: 1em;
				height: 1em;
			}
			
			.post-navigation .nav-previous {
				position: absolute;
				left: 0;
				top: 0;
				bottom: 0;
			}
			
				.post-navigation .nav-previous:before {
					content: '\00ab ';
					margin-right: .5em;
				}
			
			.post-navigation .nav-next {
				position: absolute;
				right: 0;
				top: 0;
				bottom: 0;			
			}
			
				.post-navigation .nav-next:after {
					content: '\00bb ';
					margin-left: .5em;
				}
			
			

	/* Box */

		.box
		{
			background: #ffffff;
			border-bottom: solid 1px #ccc;
		}
		
			.box .image.featured
			{
				position: relative;
				width: auto;
			}

	/* Button */
		
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button,.tribe-events-button
		{
			-webkit-appearance: none;
			display: inline-block;
			text-decoration: none;
			cursor: pointer;
			border: 0;
			border-radius: 5px;
			background: #ff6444;
			color: #fff !important;
			font-weight: 700;
			outline: 0;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover,tribe-events-button:hover
			{
				background: #ff874f;;
			}
			
			input[type="button"]:active,
			input[type="submit"]:active,
			input[type="reset"]:active,
			.button:active
			{
				background: #c51349;
			}
		
			input[type="button"].alt,
			input[type="submit"].alt,
			input[type="reset"].alt,
			.button.alt
			{
				background: #252122;
			}

				input[type="button"].alt:hover,
				input[type="submit"].alt:hover,
				input[type="reset"].alt:hover,
				.button.alt:hover
				{
					background: #353132;
				}
				
				input[type="button"].alt:active,
				input[type="submit"].alt:active,
				input[type="reset"].alt:active,
				.button.alt:active
				{
					background: #151112;
				}
				
			input[type="button"].grey,
			input[type="submit"].grey,
			input[type="reset"].grey,
			.button.grey
			{
				background: #827a7c;
			}

				input[type="button"].grey:hover,
				input[type="submit"].grey:hover,
				input[type="reset"].grey:hover,
				.button.grey:hover
				{
					background: #968e90;
				}
				
				input[type="button"].grey:active,
				input[type="submit"].grey:active,
				input[type="reset"].grey:active,
				.button.grey:active
				{
					background: #968e90;
				}
				
				
				
			
		
			.button.icon
			{
			}
			
				.button.icon:before
				{
					opacity: 0.35;
					position: relative;
					top: 0.05em;
					margin-right: 0.75em;
				}

	/* Image */

		.image
		{
			display: inline-block;
			outline: 0;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}

	/* List */

		ul
		{
		}

			ul.default
			{
				list-style: disc;
				padding-left: 1em;
			}
			
				ul.default li
				{
					padding-left: 0.5em;
				}
				
			ul.contact
			{
			}

				ul.contact li
				{
					position: relative;
					border-top: solid 1px #ddd;
					padding: 1.3em 0 1.3em 7em;
				}

					ul.contact li h3
					{
						position: absolute;
						left: 0;
						top: 1.3em;
						font-size: 1.1em;
					}

					ul.contact li p
					{
						margin: 0;
					}
				
				ul.contact li:first-child
				{
					padding-top: 0;
					border-top: 0;
				}

					ul.contact li:first-child h3
					{
						top: 0;
					}
		
			ul.dates,ul.iconlist
			{
			}
			
				ul.dates li,ul.iconlist li
				{
					position: relative;
					border-top: solid 1px #ddd;
					padding: 1.3em 0 1.3em 6.75em;
				}

				ul.dates .date,ul.iconlist .flag
				{
					display: block;
					position: absolute;
					left: 0;
					top: 1.3em;
					background-color: #ff6444;
					height: 3.5em;
					text-align: center;
					color: #fff;
					line-height: 1em;
					border-top-left-radius: 5px;
					border-bottom-left-radius: 5px;
					padding: 0.5em 0.75em 0 1em;
				}

					ul.dates .date:after,ul.iconlist .flag:after
					{
						content: '';
						position: absolute;
						bottom: 0;
						right: -1.2em;
						border-left: solid 1.25em #ff6444;
						border-top: solid 1.8em transparent;
						border-bottom: solid 1.8em transparent;
					}
				
					ul.dates .date strong
					{
						display: block;
						font-size: 1.75em;
						padding-top: 0.15em;
						color: #fff;
					}
					
				ul.dates h3,ul.iconlist h3
				{
					font-size: 1.1em;
				}
					
				ul.dates p,ul.iconlist p
				{
					margin: 0;
				}

				ul.dates li:first-child,ul.iconlist li:first-child
				{
					border-top: 0;
					padding-top: 0;
				}
				
					ul.dates li:first-child .date,ul.iconlist li:first-child .flag
					{
						top: 0;
					}
				
				ul.iconlist .flag.icon:before {
					font-size: 2em;
					line-height: 1.25em;
				}

			ul.divided,ul.blogroll,#footer-wrapper ul.menu
			{
			}
			
				ul.divided li,ul.blogroll li,#footer-wrapper ul.menu li
				{
					border-top: solid 1px #ddd;
					padding: 1em 0 1em 0;
				}
				
				ul.divided li:first-child,ul.blogroll li:first-child,#footer-wrapper ul.menu li:first-child
				{
					border-top: 0;
					padding-top: 0;
				}
			
			ul.social
			{
				overflow: hidden;
				cursor: default;
			}

				ul.social li
				{
					display: inline-block;
				}

				ul.social li:first-child
				{
					margin-left: 0;
				}

				ul.social li a
				{
					display: inline-block;
					width: 3em;
					height: 3em;
					text-align: center;
					border-radius: 5px;
					background: #888;
					-moz-transition: background-color .25s ease-in-out;
					-webkit-transition: background-color .25s ease-in-out;
					-o-transition: background-color .25s ease-in-out;
					-ms-transition: background-color .25s ease-in-out;
					transition: background-color .25s ease-in-out;
				}
				
					ul.social li a:before
					{
						color: #fff;
						font-size: 2em;
						line-height: 1.5em;
					}
				
				ul.social li a.fa-facebook			{ background: #3c5a98; }
				ul.social li a.fa-facebook:hover	{ background: #4c6aa8; }
				ul.social li a.fa-twitter			{ background: #2daae4; }
				ul.social li a.fa-twitter:hover		{ background: #3dbaf4; }
				ul.social li a.fa-dribbble			{ background: #c4376b; }
				ul.social li a.fa-dribbble:hover	{ background: #d4477b; }
				ul.social li a.fa-linkedin			{ background: #006599; }
				ul.social li a.fa-linkedin:hover	{ background: #1075a9; }
				ul.social li a.fa-tumblr			{ background: #2b4661; }
				ul.social li a.fa-tumblr:hover		{ background: #3b5671; }
				ul.social li a.fa-google-plus		{ background: #da2713; }
				ul.social li a.fa-google-plus:hover	{ background: #ea3723; }

		ol
		{
		}	

			ol.default
			{
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li
				{
					padding-left: 0.25em;
				}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.featured
		{
			position: relative;
			display: inline-block;
			background-color: #ff6444;
			width: 9em;
			padding: 1.75em 0 0.75em 0;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			margin: 0 0 4.5em 0;
		}

			.icon.featured:before
			{
				font-size: 4.5em;
				line-height: 1em;
				color: #fff;
			}
					
			.icon.featured:after
			{
				content: '';
				position: absolute;
				bottom: -1.95em;
				left: 0;
				border-top: solid 2em #ff6444;
				border-left: solid 4.5em transparent;
				border-right: solid 4.5em transparent;
			}

			.icon.featured.black
			{
				background-color: #252122;
			}
			
				.icon.featured.black:after
				{
					border-top-color: #252122;
				}

			.icon.featured.grey
			{
				background-color: #827a7c;
			}
			
				.icon.featured.grey:after
				{
					border-top-color: #827a7c;
				}
				
			.icon.featured.green
			{
				background-color: #36c336;
			}
			
				.icon.featured.green:after
				{
					border-top-color: #36c336;
				}
				
			.icon.featured.blue
			{
				background-color: #00a4e8;
			}
			
				.icon.featured.blue:after
				{
					border-top-color: #00a4e8;
				}
				
			.icon.featured.yellow
			{
				background-color: #ffbd34;
			}
			
				.icon.featured.yellow:after
				{
					border-top-color: #ffbd34;
				}
							
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		background: #ffffff;
		/*background: #CCE8F4 url('images/banner.jpg');
		background-position: center center;
		background-size: 100% auto;
		background-repeat: no-repeat;*/
		text-align: center;
	}
		.banner {
			position: relative;
		}
	
		#banner header, .banner header
		{
			background-color: #252122;
			background-color: rgba(34,30,31,0.98);
		}
		
			#banner header h2, .banner header h2
			{
				color: #fff;
				font-weight: 700;
			}
			
			#banner header p, .banner header p
			{
				color: #ff6444;
				padding: 0;
				font-style: normal;
				margin: 0;
			}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		position: relative;
		background: #222 url('images/banner.jpg');
		border-bottom: 18px solid #ff6444;
		background-position: center center;
		background-size: auto, cover;
		background-repeat: no-repeat;
	}
	
	#intro-wrapper
	{
		position: relative;
		background: #ffffff;
		clear: both;
	}

	#main-wrapper
	{
		border-top: solid 1px #ccc;
		position: relative;
		  background: #f5f5f5;
		  background-image: url("images/bg-tile.png");
		  background-repeat: repeat;
	}

		#main-wrapper:before
		{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			background-size: 100% 100%;
			z-index: 0;
			opacity: 0.1;
		}
		
		#main-wrapper .major
		{
		}
		
			#main-wrapper .major h2
			{
				background: #f7f7f7 url('images/bg-tile.png');
			}
	
	#footer-wrapper
	{
		position: relative;
		color: #858484;
	}

		#footer-wrapper:before
		{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			background-size: 100% 100%;
			z-index: 0;
			opacity: 0.5;
		}
	
		#footer-wrapper a
		{
			color: #c5c4c4;
		}
		
		#footer-wrapper h2,
		#footer-wrapper h3,
		#footer-wrapper h4,
		#footer-wrapper h5,
		#footer-wrapper h6,
		#footer-wrapper strong,
		#footer-wrapper b
		{
			color: #fff;
		}

		#footer-wrapper h1 a, 
		#footer-wrapper h2 a, 
		#footer-wrapper h3 a, 
		#footer-wrapper h4 a, 
		#footer-wrapper h5 a, 
		#footer-wrapper h6 a
		{
			color: inherit;
		}

		#footer-wrapper ul.contact li
		{
			border-top-color: #353434;
			border-top-color: rgba(255,255,255,0.05);
		}

		#footer-wrapper ul.dates li
		{
			border-top-color: #353434;
			border-top-color: rgba(255,255,255,0.05);
		}

		#footer-wrapper ul.divided li,#footer-wrapper ul.blogroll li,#footer-wrapper ul.menu li
		{
			border-top-color: #353434;
			border-top-color: rgba(255,255,255,0.05);
		}
		
/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro
	{
		text-align: center;
		background: #ffffff;
	}
	
	div#intro-wrapper > h3.overline {
	  text-align: center;
	  font-size: 1.15em;
	  text-transform: uppercase;
	  letter-spacing: .15em;
	  font-weight: normal;
	  font-style: italic;
	  background-color: #eee;
	  color: #999;
	  padding: .4em 0;
	  line-height: 1;
	}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#footnote
	{	
		text-align: center;
	}
	
		#footnote .links
		{
			display: inline-block;
			background: #2C2929;
			background: rgba(255,255,255,0.05);
			border-radius: 5px;
			margin: 0;
		}
		

/****** NEW ELEMENTS *****/

#breadcrumb {
	font-size: 75%;
	margin-bottom: .25em;
}

.entry-meta, .entry-footer {
	font-size: 85%;
	margin-bottom: 2em;
}

header .entry-meta {
	margin-bottom: 0;
}

.banner + .entry-meta {
	margin-top: -2em;
}

.banner header #breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: #ff6444;
	line-height: 1;
	padding: .25em .5em;
	color: white;
	border-bottom-right-radius: 5px;
}

.banner header #breadcrumb a {
	color: white;
}

.post ul.actions {
	margin-bottom: 0;
}

ul.taxonomy-list li {
	display:inline-block;
	line-height:1;
	margin: 0 .25em .25em 0;
}

ul.iconlist .flag {
	width: 3.75em;
}

.\34u ul.iconlist,.\34u .box ul.dates {
	font-size: 80%;
	line-height: 1.25;
}

ul.document-links {
	margin-top: 0.75em;
}
ul.document-links li {
	display:inline-block;
	margin: 0 .25em .25em 0;
}

.pdf-embed {
	width: 100%; height: 600px;
	border: 1px solid #ccc;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*** COMMENT FORMATTING ***/

ol.comment-list ol.children {
	margin-left: 1em;
}

div.comment-content p {
	margin-bottom: 1em;
}

article.comment-body {
	margin-bottom: 1em;
	padding-bottom: .75em;
	border-bottom: 1px solid #ccc;
}

.comment-metadata, .form-allowed-tags {
	font-size: .75em;
}

/*** FOXYCART STUFF ***/

div.cart-link {
	position: fixed;
	z-index: 999999;
	top: .5em;
	right: .5em;
}
/*** POST FORMATTING ***/

div.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

div.entry-content blockquote {
	margin-bottom: 2em;
}

/*** EVENTS STUFF ***/

h3.tribe-events-single-section-title {
	margin-bottom: .5em;
}

div.tribe-events-meta-group-details dl dt {
	display: inline-block;
	width:	30%;
	font-weight: bold;
}

div.tribe-events-meta-group-details dl dd {
	display: inline-block;
	width:	68%;
}

div.tribe-events-meta-group-venue dt {
	display: inline-block;
	font-weight: bold;
	width:	30%;
}
div.tribe-events-meta-group-venue dt + dd {
	display: inline-block;
	width:	68%;
}
