* { margin: 0; padding: 0; } a { color: inherit; } a img { outline: none; }

body
{
	background: #eae9e4;
	font: 16px/20px 'Oswald', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

a
{
	color: #e64325;
}

em
{
	font-style: normal;
	color: #e64325;
}

form
{
	padding: 0;
	margin: 0;
	background: none;
}

p.right
{
	text-align: right;
}

header, main, #past, #signup form, footer p
{
	margin: 0 auto;
	max-width: 800px;
	padding: 20px;
}

.nobreak
{
	white-space: nowrap;
}


header
{
	padding-top: 0px;
	padding-bottom: 0px;
}
	h1 /* logo */
	{
		color: transparent;
		text-indent: -9999px;
		width: 100%;
		height: 140px;
		max-width: 634px;
		background: url(images/title-logo.png) no-repeat;
		background-size: contain;
		background-position: 
	}
	header h2
	{
		position: relative;
		float: left;
		clear: none;
		top: -22px;
		font-weight: 400;
		font-size: 18px;
		line-height: 23px;
		width: 100%;
	}
	#headerLinks
	{
		float: left;
		text-align: right;
		vertical-align: top;
		padding-bottom: 2em;
	}

	header a
	{
		display: block;
		clear: none;
		float: right;
		height: 40px;
		color: transparent;
		text-indent: -9999px;
/* 		outline: 1px solid red; */
	}
	header a#mailinglist
	{
		text-align: left;
		color: #e64325;
		text-indent: 0px;
		width: 110px;
		height: 40px;
	}
	
	header a#facebook
	{
		width: 27px;
		background: url(images/social-fb.svg) no-repeat;
		background-size: 27px 27px;
		background-position-y: center;
	}
	header a#twitter
	{
		width: 30px;
		margin-right: 10px;
		background: url(images/social-twitter.svg) no-repeat;
		background-size: 30px 25px;
		background-position-y: center;
	}

#mainContainer
{
	float: left;
	width: 100%;
	background-color: #21193a;	
	margin-top: -1em;
	padding-bottom: 1.5em;
}	

main
{
	color: #eae9e4;
	padding: 2em 20px;	
}
	main a
	{
		color: #f34c2e;
	}
	.teaser
	{
		float: left;
		clear: none;
		width: 100%;
		margin-bottom: 20px;
		border-radius: 3px;
	}
	.action
	{
		float: right;
		clear: none;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 15px;
		margin-bottom: 20px;
		border-radius: 3px;
		background: #e64325;
		text-transform: uppercase;
		font-weight: 600;
	}
	.action a
	{
		color: #21193a;
	}
	.action p
	{
/* 		margin-bottom: 1em; */
		padding: 0 15px;
	}
		
	.announced .action
	{
		font-size: 32px;
		line-height: 36px;		
	}
	#reserveButton
	{
/* 		min-width: 250px; */
		border: 0px;
		border-radius: 3px;
		padding: 10px;
		margin-top: 10px;
		background: #eae9e4;
		color: #21193a;
		font: 32px/36px 'Oswald';
		font-weight: 600;
	}
	.copy
	{
		float: left;
		margin-bottom: 1em;
		font: 18px/23px Helvetica, Arial, sans-serif;
	}
	.copy p
	{
		margin-bottom: .5em;
	}
	.copy b
	{

	}
	
	.info
	{
		float: right;
		width: 100%;
		font-size: 24px;
		line-height: 30px;
		font-weight: 400;
		border-top: 3px dotted #e64325;
		padding-top: .75em;
	}
		.info p
		{
			margin-bottom: .5em;
		}

	.upcoming .action
	{
		font-size: 24px;
		line-height: 30px;	
	}
	
	#announcement
	{
		display: none;
	}
	.announced #announcement
	{
		display: block;
	}
	#placeholder
	{
		display: none;
	}
	.upcoming #placeholder
	{
		display: block;
	}
	
	
/* MARATHON */

#mainContainer.marathon
	{
		border: 10px solid #891890;
		border-width: 10px 0;
		box-shadow: 0px 10px 0px #d42799;
		margin-top: 0;
	}
	#mainContainer.marathon:before
	{
		display: block;
		content: '';
		position: relative;
		top:-20px;
		border: 0px solid #d42799;
		border-top-width: 10px;
	}
	#mainContainer.marathon main
	{
		padding-top: 1em;
	}

#mainContainer.marathon .action
{
	background: #d42799;
}

#mainContainer.marathon em
{
	color: #d42799;
}

#mainContainer.marathon	.info
{
	border-color: #d42799;
}

.program li::marker
{
	color: #d42799;
}

/* END MARATHON */

ul.program
{
	margin: 1em 0;
}

ul.program li
{
	margin-left: 1em;
	margin-bottom: .15em;
}

h3
{
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 10px 0 10px;
}
h4
{
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
}

section#signup
{
	display: none;
	float: left;
	width: 100%;
	background-color: #e64325;	
	color: #eae9e4;
	font: 11pt/16pt Helvetica, sans-serif;
}
section#signup form
{
	padding-bottom: 2em;
}

section#signup input[type="text"]
{
	position: relative;
	top: -1px;
	font-size: 15px;
	padding: 5px 5px;
	margin-bottom: 10px;
	width: 250px;
	border-radius: 2px;
	border: 0px;
}
section#signup input[type="submit"]
{
	font-family: Oswald;
	font-size: 16px;
	text-transform: uppercase;
	padding: 2px 15px;
	border-radius: 2px;
	border: 0px;
	background: #21193a;
	color: white;
}

#pastContainer
{
	float: left;
	margin: 0px auto;
}
section#past
{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}
section#past h2
{
	color: #21193a;
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 1em;
}
section#past li
{
	margin-bottom: 1.5em;
	list-style: none;
	break-inside: avoid;
}
section#past a
{
	font-weight: 500;
	color: inherit;
}
section#past em
{
	font-weight: 500;
}

li
{
	padding: 0;
	margin: 0;
}

footer
{
	float: left;
	width: 100%;
	padding-top: 5em;
	font: 11pt Helvetica, sans-serif;	
/* 	color: rgba(0,0,0,.5); */
}
footer a
{
	color: inherit;
}

.hidden
{
	display: none;
}

.soldout
{
	margin: 20px 0 10px 0;
	padding: 12px 15px 5px 15px;
	background: #bb2200;
	color: white;
	border: 3px solid black;
	font-size: 17px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: rotate(-3deg);
}
.soldout h2
{
	font-size: 44px;
	text-align: center;
}


@media only screen and (min-width: 420px)
{
	header h2
	{
		width: 240px;
		top: -42px;
	}
}

/* Wide Phones */
@media only screen and (min-width: 520px)
{
	#headerLinks
	{
		float: right;
	}
	
	section#past ul
	{
		column-count: 2;
	}
}

/* Tablets */
@media only screen and (min-width: 825px)
{
	.action
	{
		width: 270px;
		height: 175px;
	}
	#reserveButton
	{
		width: 240px;
	}
	.teaser
	{
		width: 500px;		
	}

	.copy
	{
		max-width: 500px;
	}
	.info
	{
		width: 270px;
		border-top: 0px;
		padding-top: 0px;
	}
	
	section#past ul
	{
		column-count: 2;
	}
	
}

/* Desktop */
@media only screen and (min-width: 1024px)
{
	h1
	{
		width: 634px;
		height: 137px;
		max-height: 137px;
		background-size: 634px 137px;
	}
	
	section#past ul 
	{
		column-count: 3;
	}
}

/* Full screen desktop */
@media only screen and (min-width: 1240px)
{
	
} 

