@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600');

@font-face {
    font-family: 'atkinscd';
    src: url('../fonts/atkinscd-regular-webfont.eot');
    src: url('../fonts/atkinscd-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/atkinscd-regular-webfont.woff2') format('woff2'),
         url('../fonts/atkinscd-regular-webfont.woff') format('woff'),
         url('../fonts/atkinscd-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/futura-medium-webfont.eot');
    src: url('../fonts/futura-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-medium-webfont.woff2') format('woff2'),
         url('../fonts/futura-medium-webfont.woff') format('woff'),
         url('../fonts/futura-medium-webfont.ttf') format('truetype'),
         url('../fonts/futura-medium-webfont.svg#futuramedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'leaguegothicitalic';
    src: url('../fonts/LeagueGothic-Italic.otf');
    font-weight: normal;
    font-style: italic;
}

.mobile-main-link{display:none;}
.cal3 .clndr .clndr-grid .header-day{
	background:#5796DE !important;
	color:#fff;
}
.cal3 .clndr .clndr-grid{
	border-color:#5796DE !important;
}
.task-title-link{
	color:#CC5D64;
}
.task-title-link:hover{
	color:#333;
}
.cal3 .clndr .clndr-grid .day.event{
	background:#CC5D64 !important;
	color:#fff;
	cursor: pointer;
}

.cal3 .clndr .clndr-grid .day{
	font-size:12px;
}

.screenerDescription{
	width:inherit;
	text-align: left;
}
/*
	Helios by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #f0f4f4;
		color: #5b5b5b;
	}

		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-size: 15pt;
		line-height: 1.85em;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
	}

	h1,h2,h3,h4,h5,h6
	{
		font-family: atkinscd, 'Source Sans Pro', sans-serif;
		font-weight: 400;
		color: #483949;
		line-height: 1.25em;
	}

	#banner, header p {
		font-family: atkinscd, 'Source Sans Pro', sans-serif;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
			border-bottom-color: transparent;
		}
		
		h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong
		{
			font-weight: 600;
		}

	h2
	{
		font-size: 2.85em;
	}
	
	h3
	{
		font-size: 1.25em;
	}
	
	h4
	{
		font-size: 1em;
		margin: 0 0 0.25em 0;
	}
	
	strong, b
	{
		font-weight: 400;
		/*color: #483949;*/
	}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
		color: inherit;
		border-bottom: solid 1px rgba(128,128,128,0.15);
		text-decoration: none;
		-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	}
	
		a:hover
		{
			color: #ef8376;
			border-bottom-color: transparent;
		}

	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.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	p
	{
		text-align: justify;
	}

	br.clear
	{
		clear: both;
	}
	
	hr
	{
		position: relative;
		display: block;
		border: 0;
		top: 4.5em;
		margin-bottom: 9em;

		height: 6px;
		border-top: solid 1px rgba(128,128,128,0.2);
		border-bottom: solid 1px rgba(128,128,128,0.2);
	}
	
		hr:before,
		hr:after
		{
			content: '';
			position: absolute;
			top: -8px;
			display: block;
			width: 1px;
			height: 21px;
			background: rgba(128,128,128,0.2);			
		}

		hr:before
		{
			left: -1px;
		}

		hr:after
		{
			right: -1px;
		}

	.timestamp
	{
		color: rgba(128,128,128,0.75);
		font-size: 0.8em;
	}

	/* Sections/Article */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
			section > :last-child,
			article > :last-child
			{
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child
			{
				margin-bottom: 0;
			}

			.row > section,
			.row > article
			{
				margin-bottom: 0;
			}

			section.special > header,
			section.special > footer,
			article.special > header,
			article.special > footer
			{
				text-align: center;
			}

		header
		{
			margin: 0 0 1em 0;
		}

			header > p
			{
				display: block;
				font-size: 1.5em;
				margin: 1em 0 2em 0;
				line-height: 1.5em;
				text-align: inherit;
			}
	
	header.bannerDesc  p
	{
		display: block;
		font-size: 1.5em;
		margin: 1em 0 2em 0;
		line-height: 1.5em;
		text-align: inherit;
		font-weight:400;
	}		
		footer
		{
			margin: 2.5em 0 0 0;
		}

	/* Image */

		.image
		{
			position: relative;
			display: inline-block;
			border: 0;
			outline: 0;
		}
		
			/* Uncomment the block below if you want linked images to highlight on hover */
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.fit
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* List */

		ul
		{
		}

			ul.default
			{
				list-style: disc;
				padding-left: 1em;
			}
			
				ul.default li
				{
					padding-left: 0.5em;
				}

			ul.actions
			{
				margin: 3em 0 0 0;
			}
			
				form ul.actions
				{
					margin-top: 0;
				}
			
				ul.actions li
				{
					display: inline-block;
					margin: 0 0.75em 0 0.75em;
				}
				
				ul.actions li:first-child
				{
					margin-left: 0;
				}
				
				ul.actions li:last-child
				{
					margin-right: 0;
				}
							
			ul.divided
			{
			}
			
				ul.divided li
				{
					border-top: solid 1px rgba(128,128,128,0.2);
					padding-top: 1.5em;
					margin-top: 1.5em;
				}
				
				ul.divided li:first-child
				{
					border-top: 0;
					padding-top: 0;
					margin-top: 0;
				}

			ul.menu
			{
				height: 1em;
				line-height: 1em;
			}
			
				ul.menu li
				{
					display: inline-block;
					border-left: solid 1px rgba(128,128,128,0.2);
					padding-left: 1.25em;
					margin-left: 1.25em;
				}
				
				ul.menu li:first-child
				{
					border-left: 0;
					padding-left: 0;
					margin-left: 0;
				}

			ul.icons
			{
				position: relative;
				background: rgba(128,128,128,0.05);
				border-radius: 4em;
				display: inline-block;
				padding: 0.35em 0.75em 0.35em 0.75em;
				font-size: 1.25em;
				cursor: default;
			}
			
				ul.icons li
				{
					display: inline-block;
				}

					ul.icons li a
					{
						display: inline-block;
						background: none;
						width: 2.5em;
						height: 2.5em;
						line-height: 2.5em;
						text-align: center;
						border-radius: 100%;
						border: 0;
						color: inherit;
					}
					
						ul.icons li a:hover
						{
							color: #ef8376;
						}
		
		ol
		{
		}	

			ol.default
			{
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li
				{
					padding-left: 0.25em;
				}
				
	/* Form */

		form
		{
		}
		
			form label
			{
				display: block;
				font-weight: 400;
				color: #483949;
				margin: 0 0 1em 0;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form input[type="file"],
			form select,
			form textarea
			{
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fafafa;
				width: 100%;
				border-radius: 0.5em;
				border: solid 1px #E5E5E5;
				padding: 1em;
				-moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-o-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
			}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form input[type="file"],
			form select
			{
				line-height: 1em;
			}
			
			form textarea
			{
				min-height: 9em;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form input[type="file"]:focus,
				form select:focus,
				form textarea:focus
				{
					background: #fff;
					border-color: #df7366;
				}

				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;
				}
			
	/* Table */
	
		table
		{
			width: 100%;
		}
		
			table.default
			{
				width: 100%;
			}

				table.default tbody tr
				{
					border-top: solid 1px #e5e5e5;
				}

				table.default tbody tr:first-child
				{
					border-top: 0;
				}
			
				table.default tbody tr:nth-child(2n+1)
				{
					background: #fafafa;
				}
				
				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th
				{
					text-align: left;
					font-weight: 400;
					padding: 0.5em 1em 0.5em 1em;
				}
			
				table.default thead
				{
					border-bottom: solid 2px #e5e5e5;
				}
				
				table.default tfoot
				{
					border-top: solid 2px #e5e5e5;
				}

	/* Button */
		
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		input[type="file"],
		.button	
		{
			position: relative;
			display: inline-block;
			background: #df7366;
			color: #fff;
			text-align: center;
			border-radius: 0.5em;
			text-decoration: none;
			padding: 0.65em 3em 0.65em 3em;
			border: 0;
			cursor: pointer;
			outline: 0;
			font-weight: 300;
			-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			input[type="file"]:hover,
			.button:hover
			{
				color: #fff;
				background: #ef8376;
			}
			
			input[type="button"].alt,
			input[type="submit"].alt,
			input[type="reset"].alt,
			input[type="file"].alt,
			.button.alt
			{
				background: #2B252C;
			}		


				input[type="button"].alt:hover,
				input[type="submit"].alt:hover,
				input[type="reset"].alt:hover,
				input[type="file"].alt:hover,
				.button.alt:hover
				{
					background: #3B353C;
				}		

	/* Post */

		.post
		{
		}
		
			.post.stub
			{
				text-align: center;
			}
			
				.post.stub header
				{
					margin: 0;
				}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon > .label {
			display: none;
		}

		.icon.circled
		{
			position: relative;
			display: inline-block;
			background: #2b252c;
			color: #fff;
			border-radius: 100%;
			width: 3em;
			height: 3em;
			line-height: 3.25em;
			text-align: center;
			font-size: 1.25em;
		}
		
			header .icon.circled
			{
				margin: 0 0 2em 0;
			}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	.wrapper
	{
		background: #fff;
		margin: 0 0 2em 0;
		padding: 6em 0 6em 0;
	}
	
		.wrapper.style1
		{
		}

		.wrapper.style2
		{
			padding-top: 0;
			padding-bottom: 0;
		}

		.wrapper.style3
		{
			padding-top: 30px;
		}
		.wrapper.style4
		{
			padding-bottom: 30px;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background-image: url('../images/header.jpg');
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
		color: #fff;
		text-align: center;
		padding: 2.5em 0 2em 0;
		cursor: default;
	}

		.homepage #header
		{
			padding: 4em 0 4em 0;
		}
	
			.homepage #header .overlay
			{
				content: '';
				background: #1C0920;
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				opacity: 1.0;
				-moz-transition: opacity 2s ease-in-out;
				-webkit-transition: opacity 2s ease-in-out;
				-o-transition: opacity 2s ease-in-out;
				-ms-transition: opacity 2s ease-in-out;
				transition: opacity 2s ease-in-out;
			}
		
			.homepage #header.ready .overlay
			{
				opacity: 0;
			}

		#header .inner
		{
			position: relative;
			z-index: 1;
			margin: 0;
			padding: 4em 0 0 0;
		}
	
		#header h1
		{
			color: #fff;
			font-size: 3em;
			line-height: 1em;
		}

			.homepage #header h1
			{
				font-size: 4em;
			}
		
			#header h1 a
			{
				color: inherit;
			}
	
		#header header > p
		{
			font-size: 1.25em;
			margin: 0;
		}
		
		#header .button
		{
			display: inline-block;
			border-radius: 100%;
			width: 4.5em;
			height: 4.5em;
			line-height: 1;
			text-align: center;
			font-size: 1.25em;
			padding: 0;
		}
		
		#header .button .button-circle-text {
			display: inline-block;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateX(-50%) translateY(-50%);
		}
		
		#header header
		{
			display: inline-block;
		}
		
		#header footer
		{
			margin: 1em 0 0 0;
		}
		
		#header hr
		{
			top: 0.8em;
			margin-bottom: 1.5em;

			border-bottom-color: rgba(192,192,192,0.35);
			box-shadow: inset 0 1px 0 0 rgba(192,192,192,0.35);
		}
		
			#header hr:before,
			#header hr:after
			{
				background: rgba(192,192,192,0.35);
			}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 1.5em 0 1.5em 0;
		z-index: 1;
		overflow: hidden;
		background-color: rgba(0,0,0,0.3);
	}
	
		#nav > ul
		{
			line-height: 0px;
			position: relative;
			display: inline-block;
			margin: 0;

			height: 21px;
			border-left: solid 1px rgba(192,192,192,0.35);
			border-right: solid 1px rgba(192,192,192,0.35);
		}
		
			#nav > ul:before,
			#nav > ul:after
			{
				content: '';
				display: block;
				width: 300%;
				position: absolute;
				top: 50%;
				margin-top: -2px;

				height: 5px;
				border-top: solid 1px rgba(192,192,192,0.35);
				border-bottom: solid 1px rgba(192,192,192,0.35);
			}
		
			#nav > ul:before
			{
				left: 100%;
				margin-left: 1px;
			}
		
			#nav > ul:after
			{
				right: 100%;
				margin-right: 1px;
			}
		
			#nav > ul > li
			{
				display: inline-block;
				margin: -9px 0.5em 0 0.5em;
				border-radius: 0.5em;
				padding: 0.85em;
				border: solid 1px transparent;
				-moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-o-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
			}
			
				#nav > ul > li.active
				{
					border-color: rgba(192,192,192,0.35);
				}
			
				#nav > ul > li > a,
				#nav > ul > li > span
				{
					display: block;
					color: inherit;
					text-decoration: none;
					border: 0;
					outline: 0;
				}

				#nav > ul > li > ul
				{
					display: none;
				}

	.dropotron
	{
		background: rgba(255,255,255,0.975);
		padding: 1em 1.25em 1em 1.25em;
		line-height: 1em;
		height: auto;
		text-align: left;
		border-radius: 0.5em;
		box-shadow: 0 0.15em 0.25em 0 rgba(0,0,0,0.25);
		min-width: 12em;
		margin-top: -1em;
	}
	
		.dropotron li
		{
			border-top: solid 1px rgba(128,128,128,0.2);
			color: #5b5b5b;
		}
		
			.dropotron li:first-child
			{
				border-top: 0;
			}

			.dropotron li:hover
			{
				color: #ef8376;
			}

			.dropotron li a,
			.dropotron li span
			{
				display: block;
				border: 0;
				padding: 0.5em 0 0.5em 0;
				-moz-transition: color 0.35s ease-in-out;
				-webkit-transition: color 0.35s ease-in-out;
				-o-transition: color 0.35s ease-in-out;
				-ms-transition: color 0.35s ease-in-out;
				transition: color 0.35s ease-in-out;
			}
		
		.dropotron.level-0
		{
			margin-top: 2em;
			font-size: 0.9em;
		}
		
			.dropotron.level-0:before
			{
				content: '';
				position: absolute;
				left: 50%;
				top: -0.7em;
				margin-left: -0.75em;
				border-bottom: solid 0.75em rgba(255,255,255,0.975);
				border-left: solid 0.75em rgba(64,64,64,0);
				border-right: solid 0.75em rgba(64,64,64,0);
			}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		background: #fff;
		text-align: center;
		padding: 1.5em 0 1.6em 0;
		margin-bottom: 0;
	}
	
		#banner header > p
		{
			margin-bottom: 0;
		}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

		#content > hr
		{
			top: 3em;
			margin-bottom: 6em;
		}
		
		#content > section
		{
			margin-bottom: 0;
		}
		
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}
	
		#sidebar > hr.first
		{
			display: none;
		}
	
		#sidebar > hr
		{
			top: 3em;
			margin-bottom: 6em;
		}
		
		#sidebar > section
		{
			margin-bottom: 0;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		margin-bottom: 0;
	}
	
		#main section:first-of-type
		{
			padding-top: 2em;
		}		
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		position: relative;
		overflow: hidden;
		padding: 3em 0 6em 0;
		background: #2b252c;
		color: #fff;
	}

	#footer hr {
		top: 2.5em;
		margin-bottom: 5em;
	}

		#footer .icon.circled
		{
			background: #fff;
			color: #2b252c;
		}

		#footer header
		{
			text-align: center;
			cursor: default;
			margin-bottom: 0;
		}
		
		#footer h2,
		#footer h3,
		#footer h4,
		#footer h5,
		#footer h6
		{
			color: #fff;
		}

		#footer .contact
		{
			text-align: center;
		}
		
			#footer .contact p
			{
				text-align: center;
				margin: 0 0 3em 0;
			}
		
		#footer .copyright
		{
			text-align: center;
			color: rgba(128,128,128,0.75);
			font-size: 0.8em;
			cursor: default;
		}

			#footer .copyright a
			{
				color: rgba(128,128,128,0.75);
			}

				#footer .copyright a:hover
				{
					color: rgba(212,212,212,0.85);
				}

/*********************************************************************************/
/* Carousel                                                                      */
/*********************************************************************************/

	.carousel
	{
		position: relative;
		overflow: hidden;
		padding: 2em 0 2em 0;
		margin-bottom: 0;
	}

		.carousel .forward,
		.carousel .backward
		{
			position: absolute;
			top: 50%;
			width: 6em;
			height: 12em;
			margin-top: -6em;
			cursor: pointer;
		}
		
		.carousel .forward
		{
			right: 0;
		}
		
		.carousel .backward
		{
			left: 0;
		}

			.carousel .forward:before,
			.carousel .backward:before
			{
				content: '';
				display: block;
				width: 6em;
				height: 6em;
				border-radius: 100%;
				background-color: rgba(72,57,73, 0.5);				
				position: absolute;
				top: 50%;
				margin-top: -3em;
				-moz-transition: background-color 0.35s ease-in-out;
				-webkit-transition: background-color 0.35s ease-in-out;
				-o-transition: background-color 0.35s ease-in-out;
				-ms-transition: background-color 0.35s ease-in-out;
				transition: background-color 0.35s ease-in-out;
				-webkit-backface-visibility: hidden;
			}

			.carousel .forward:after,
			.carousel .backward:after
			{
				content: '';
				width: 3em;
				height: 3em;
				position: absolute;
				top: 50%;
				margin: -1.5em 0 0 0;
				background: url('images/arrow.svg') no-repeat center center;
			}

			.carousel .forward:after
			{
				right: -0.25em;
			}

			.carousel .backward:after
			{
				left: -0.25em;
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-o-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
    		}
			
			.carousel .forward:before
			{
				right: -3em;
			}
			
			.carousel .backward:before
			{
				left: -3em;
			}

			.carousel .forward:hover:before,
			.carousel .backward:hover:before
			{
				background-color: rgba(239,131,118, 0.75);
			}

		.carousel .reel
		{
			white-space: nowrap;
			position: relative;
			-webkit-overflow-scrolling: touch;
			padding: 0 2em 0 2em;
		}
	
		.carousel article
		{
			display: inline-block;
			width: 18em;
			background: #fff;
			text-align: center;
			padding: 0 1em 3em 1em;
			margin: 0 2em 0 0;
			white-space: normal;
			opacity: 1.0;
			-moz-transition: opacity 0.75s ease-in-out;			
			-webkit-transition: opacity 0.75s ease-in-out;			
			-o-transition: opacity 0.75s ease-in-out;			
			-ms-transition: opacity 0.75s ease-in-out;			
			transition: opacity 0.75s ease-in-out;			
		}
		
			.carousel article.loading
			{
				opacity: 0;
			}
		
			.carousel article .image
			{
				position: relative;
				left: -1em;
				top: 0;
				width: auto;
				margin-right: -2em;
			}
		
			.carousel article p
			{
				text-align: center;
			}

/****** Custom styles for Fireball Run ******/
/** Why the heck is this stuff not under a custom file!? **/
#main header > p {
	margin-bottom: 1.3em;
}
.childrenAre3u > article:nth-child(4n - 3) {
	clear: both;
}

.line-clamp {
	overflow: hidden;
	position: relative;
	height: 120px;
}
.line-clamp:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
	height: 24px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
.line-clamp2 {
	overflow: hidden;
	position: relative;
	height: 48px;
	font-size: 18px;
	line-height: 24px;
}
.line-clamp2:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 24px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.box {
	padding: 8px;
	margin-bottom:8px;
	color:#555;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eee;
}
.box-info {
	padding-left: 32px;
	border-top:1px solid #B8E2FB;
	border-bottom:1px solid #B8E2FB;
	background:#E8F6FF url("../img/information.png") no-repeat 8px 50%;
}
.box-warning{
	padding-left: 32px;
	border-top:1px solid #F2DD8C;
	border-bottom:1px solid #F2DD8C;
	background:#FFF5CC url("../img/error.png") no-repeat 8px 50%;
}
.box-error{
	padding-left: 32px;
	border-top:1px solid #F8ACAC;
	border-bottom:1px solid #F8ACAC;
	background:#FFD1D1 url("../img/exclamation.png") no-repeat 8px 50%;
}
.box-error-msg{
	margin-top:-8px;
	background:#FFF1F1;
	border-top:0 none;
	border-bottom:1px solid #FDDCDC;
	color:#664B4B;
	padding:12px;
}
.box-error-msg ol {
	margin-top: 0;
	margin-bottom: 0;
}
.box-success{
	padding-left: 32px;
	border-top:1px solid #BBDF8D;
	border-bottom:1px solid #BBDF8D;
	background:#EAF7D9 url("../img/accept.png") no-repeat 8px 50%;
}

.box a:hover {
	background: transparent !important;
}

.box a.close {
	float: right;
	border: 0 none !important;
	font-weight: bold;
	color: #666 !important;
}
.box-info a.close {
	color: #395594 !important;
}
.box-warning a.close {
	color: #D6A23D !important;
}
.box-error a.close {
	color: #CF563D !important;
}
.box-success a.close {
	color: #238221 !important;
}
.button-wrapper {
	background: #fff;
	text-align: center;
}
input[type="file"] {
	color: #000;
}
.vote {
	border: none;
}
#video-viewport {
    position: absolute;
    top: 0;
    overflow: hidden;
}
#video-viewport video::-webkit-media-controls {
	display: none !important;
}
#features .pop-votes, #features .drivers {
	font-family: atkinscd, 'Source Sans Pro', sans-serif;
	font-weight: 400;
	text-align: center;
	display: block;
}
#features .pop-votes {
	/*float: left;*/
}
#features .drivers {
	/*float: right;*/
	font-size: 18px;
}
#content #features .row>* {
	padding-top:0;
}
.badges-wrapper img {
	vertical-align: bottom;
}
#footer h4 {
	font-size: 14px;
}
.smaller-text {
	font-size: 0.5em;
}
.countdownHolder {
	font: 20px/0.9 'Open Sans Condensed', sans-serif;
	letter-spacing: -3px;
}
.countdownHolder .position {
	display: inline-block;
	height: 1.2em;
	overflow: hidden;
	position: relative;
	width: 0.85em;
}
.countdownHolder .digit {
	color: #000;
	display: block;
	letter-spacing: -1px;
	position: absolute;
	text-align: center;
	width: 1em;
}
.countdownHolder .countDiv {
	display: inline-block;
	height: 1.2em;
	position: relative;
	width: 16px;
}
.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
	background-color: #000;
	border-radius: 50%;
	content: "";
	height: 3px;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	top: 0.2em;
	width: 3px;
}
.countdownHolder .countDiv:after {
	top: 0.6em;
}
#content form > h3 {
	margin-bottom: 10px;
}
#sponsor-footer {
	text-align: center;
}
#sponsor-footer .sponsor {
	display: inline-block;
	opacity: 0.6;
	margin: 0 10px 30px
}
#sponsor-footer .sponsor.primary, #sponsor-footer .sponsor:hover {
	opacity: 1;
}
#sponsor-footer .sponsor a {
	border:none;
}
#sponsor-footer .sponsor img {
	height: 50px;
}
#sponsor-footer .sponsor.primary img {
	height: 69px;
}
#main .smaller {
	font-size: 1.3em;
	margin-top:20px;
}
#features header .smaller {
	color: #888;
	font-size: 0.9em;
}
.admin-links {
	position: absolute;
	top: 18px;
	left: 18px;
	display: block;
	color: white;
	background: red;
	padding: 0!important;
	height: 25px;
	width: 25px;
	text-align: center;
	font-size: 25px;
	z-index: 10;
}
#editBanner {
	position:relative;
}
#main-video {
	margin-bottom: 20px;
	width: 100%;
}
.standard-ul {
	list-style: disc;
	padding-left: 30px;
}
#sidebar p {
	text-align: left;
}
#cardBuilder img {
	width: 100%;
}
#cardBuilder hr {
	top: 0.7em;
	margin-bottom: 2em;
}
.image-adjustments button {
	width: 24.3%;
}
#backPreviewWrapper {
	overflow: hidden;
	position: relative;
}
#aboutFieldPreviewTextWrapper {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	font-family: futuramedium;
	position: absolute;
	width: 79%;
    height: 25%;
    left: 9%;
    top: 7.8%;
    display: block;
	line-height: 1;
	/*min-width: 800px;*/
}
#aboutFieldPreview {
	-webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
	user-select: none;
}
/*#aboutFieldPreview.standard {
	font-size: 13.34px;
	left: 29px;
	line-height: 18px;
	top: 28px;
}
@media only screen and (min-width: 1680px) {
	#aboutFieldPreview.standard {
		font-size: 15.60px;
		left: 34px;
		line-height: 21px;
		top: 34px;
	}
}
#aboutFieldPreview.jumbo {
	font-size: 9.2px;
	left: 26px;
	line-height: 12px;
	top: 137px;
}
@media only screen and (min-width: 1680px) {
	#aboutFieldPreview.jumbo {
		font-size: 10.86px;
		left: 30px;
		line-height: 14px;
		top: 160px;
	}
}*/
#aboutField, select[name="team_id"] {
	margin-bottom:10px;
}
#cardBuilder input[type="submit"], #cardBuilder input[type="button"] {
	box-sizing: border-box;
	display: inline-block;
	margin-top: 4px;
	padding-left: 0;
	padding-right: 0;
	width: 33.33%;
	border: 1px solid #fff;
}
@media only screen and (min-width: 1680px) {
	#aboutFieldPreview {
		top: 34px;
		font-size: 15.75px;
		line-height: 21px;
		left: 34px;
	}
}
#depositTerms {
	color: black;
	font-size: 14px;
	margin: 20px 0;
}
#teamApplication input[type="submit"] {
	background: green;
}
.image-adjustments {
	margin-bottom: 10px;
}
.proof-column, .proof-column h3 {
	color: red;
}
.file-wrapper {
	position:relative;
}
.file-wrapper a {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 20px;
	width: 20px;
	background: red;
	display: block;
	text-align: center;
	color: white;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20px;
}
#cardBuilder input[type="text"][disabled],
#cardBuilder input[type="file"][disabled],
#cardBuilder select[disabled],
#cardBuilder textarea[disabled],
form.animate-on-disable input[type="text"][disabled],
form.animate-on-disable input[type="file"][disabled],
form.animate-on-disable input[type="submit"][disabled],
form.animate-on-disable select[disabled],
form.animate-on-disable textarea[disabled]
{
	background-color: #FAFAFA;
	cursor: default;
	display:inline-block;
	box-sizing:border-box;
	background-image:
		-webkit-linear-gradient(
		-45deg,
		rgba(240, 240, 240, 1) 25%,
		transparent 25%,
		transparent 50%,
		rgba(240, 240, 240, 1) 50%,
		rgba(240, 240, 240, 1) 75%,
		transparent 75%,
		transparent
	);
	background-image:
		-moz-linear-gradient(
		-45deg,
		rgba(240, 240, 240, 1) 25%,
		transparent 25%,
		transparent 50%,
		rgba(240, 240, 240, 1) 50%,
		rgba(240, 240, 240, 1) 75%,
		transparent 75%,
		transparent
	);
	background-image:
		-ms-linear-gradient(
		-45deg,
		rgba(240, 240, 240, 1) 25%,
		transparent 25%,
		transparent 50%,
		rgba(240, 240, 240, 1) 50%,
		rgba(240, 240, 240, 1) 75%,
		transparent 75%,
		transparent
	);
	background-image:
		linear-gradient(
		-45deg,
		rgba(240, 240, 240, 1) 25%,
		transparent 25%,
		transparent 50%,
		rgba(240, 240, 240, 1) 50%,
		rgba(240, 240, 240, 1) 75%,
		transparent 75%,
		transparent
	);
	background-size:50px 50px;
	-webkit-animation:move 5s linear infinite;
	-moz-animation:move 5s linear infinite;
	-ms-animation:move 5s linear infinite;
	animation:move 5s linear infinite;
	overflow: hidden;
}



input[disabled]:after {
	display: none;
}

/*
Animate the stripes
*/
@-webkit-keyframes move{
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
@-moz-keyframes move{
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
@-ms-keyframes move{
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
@keyframes move{
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}

#live-stream {
	box-sizing: border-box;
	margin: 0 auto 10px;
	max-width: 1200px;
	width: 100%;
}
#live-stream .player {
	display: inline-block;
	width: 100%;
}
#live-stream .player iframe {
	width: 100%;
}
#live-stream .tweets {
	display: inline-block;
	text-align: center;
	width: 100%;
}
#live-stream + #banner header h2 {
	font-size: 1.8em;
}
@media only screen and (min-width: 736px) {
	#live-stream .player {
		display: inline-block;
		margin-right: 10px;
		width: calc(66.66% - 10px);
	}
	#live-stream .tweets {
		display: inline-block;
		width: 33.33%;
	}
}

.city-style h3 {
	color: #999966;
	font-size: 22px;
}

.impressions-style, .credentials-style {
	background-color: #FFFFDD;
	padding: 10px;
}

.impressions-style header h3, .credentials-style header h3 {
	/*text-align: center;*/
	color: #DD0000;
	font-size: 20px;
}

.impressions-style form, .credentials-style form {
	padding: 5px;
}

.impressions-style form h3, .credentials-style form h3 {
	/*margin-top: -150px;*/
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
    color: #DD0000;
}

.credentials-style a.button {
	background-color: #669999;
}

#main p {
	font-size: 19px;
}

.team-listing .image img {
	width: initial;
	max-height: 182px;
	max-width: 273px;
	margin: 0 auto;
}

.team-listing .image {
	height: 182px;
}

body.city .cycle-slideshow img {
	max-height: 491px;
}

.profile-video-section .image.featured {
	margin-bottom: 1em;
}

.profile-video-section article.special {
	margin-bottom: 1em;
}

.profile-video-section #editFeatures h3 {
	margin-top: 10px;
}

.profile-video-section #editFeatures input+h3 {
	margin-top: 15px;
}

.profile-video-section #editFeatures em, .profile-main-section #editPrimary em {
	color: #cc0000;
	font-size: 18px;
	display: block;
    margin-top: -16px;
}