body {
	background: #2054c9;
	margin: 0 auto;
	font-family: bicyclette, sans-serif;
	padding: 0px;
	border: 0px solid #fffffa;
	}
a:link, a:visited {
	text-decoration: none;
	font-weight: 500;
	color: #2054c9;
	}
a:hover {
	color: #c92020;
	}
a.img {
	background: none;
	}
b {
	font-weight: 600;
	}
::selection {
	background-color: yellow;
	}
#grain {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
	}
#grain:after {
	animation: grain 8s steps(10) infinite;
	background-image: url(noise.png);
	content: "";
	height: 300%;
	left: -50%;
	opacity: .1;
	position: fixed;
	top: -100%;
	width: 300%;
	z-index: 1;
	}
@keyframes grain {
	0%, 100% { transform:translate(0, 0) }
	10% { transform:translate(-5%, -10%) }
	20% { transform:translate(-15%, 5%) }
	30% { transform:translate(7%, -15%) }
	40% { transform:translate(-5%, 15%) }
	50% { transform:translate(-15%, 10%) }
	60% { transform:translate(15%, 0%) }
	70% { transform:translate(0%, 15%) }
	80% { transform:translate(3%, 15%) }
	90% { transform:translate(-10%, 10%) }
	}
#content {
	margin: 0 auto;
	font-size: 24px;
	color: #1c202a;
	position: relative;
	background: #fffffa;
	}
#content.divider {
	border-top: 6px solid #f5f4ea;
	}
#content.divider-light {
	border-top: 6px solid #fffffa;
	}
#content-inner {
	max-width: 800px;
	margin: 0 auto;
	color: #1c202a;
	position: relative;
	padding-top: 0px;
	z-index: 3;
	padding: 70px;
	display: block;
	overflow: hidden;
	}
#content-inner.nav {
	padding: 0px;
	}
#content-inner.nav a {
	vertical-align: middle;
	color: #fffffa;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	letter-spacing: .5px;
	display: inline-block;
	border-radius: 3px;
	padding-left: 16px;
	padding-right: 16px;
	}
#content-inner.nav a:hover {
	background: #fffffa;
	color: #2054c9;
	}
#content-inner img.logo {
	max-width: 400px;
	margin:  0 auto;
	display: block;
	margin-bottom: 40px;
	border-radius: 3px;
	}
#splash {
	width: 100%;
	max-height: 360px;
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: #2054c9;
	}
#splash video {
	object-fill: fill;
	opacity: 60%;
	width: 100%
	}
#splash img {
	width: 100%;
	opacity: 60%;
	}
#caption {
	color: #fffffa;
	display: block;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s; /* Safari */
	transition: color .2s;
	width: 100%;
	}
a:hover #caption {
	color: #edb849;
	}
#caption .logo img {
	width: auto;
	height: 240px;
	opacity: 90%;
	}
#caption .title {
	font-weight: 700;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: -1px;
	}
#caption .info {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 1px;
	padding-top: 6px;
	}
#caption p {
	max-width: 700px;
	font-weight: 500;
	font-size: 19px;
	letter-spacing: 0px;
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
	color: #fffffa;
	text-align: center;
	display: block;
	letter-spacing: 0px;
	}
#caption .tagline {
	margin-top: 20px;
	font-size: 20px;
	color: #fffffa;
	text-align: center;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	margin-right: 3px;
	opacity: 90%;
	}
#logo {
	color: #fffffa;
	font-size: 120px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 160px;
	display: block;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	}
.gray {
	background: #f5f4ea !important;
	}
.dark {
	background: #1c202a !important;
	color: #1c202a !important;
	}
.blue {
	background: #2054c9 !important;
	padding: 20px !important;
	text-align: center;
	}
.nopad {
	padding: 0px !important;
	overflow: hidden;
	}
h1 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 92px;
	line-height: 92px;
	color: #FCB316;
	text-align: center;
	margin-bottom: 40px;
	vertical-align: middle;
	}
h1 span {
	font-size: 40px;
	line-height: 40px;
	margin-top: 26px;
	margin-bottom: 30px;
	font-weight: 600;
	vertical-align: middle;
	display: block;
	}
p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 300;
	text-align: left;
	padding: 0;
	max-width: 800px;
	margin-bottom: 0;
	margin-top: 0px;
	}
p ul, li {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 300;
	text-align: left;
	padding: 0;
	max-width: 800px;
	margin-bottom: 0;
	margin-top: 0px;
	}
p span.header {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0px;
	font-weight: 500;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	}
p img {
	max-width: 100%;
	margin-bottom: 40px;
	}
p img.left {
	height: 170px;
	float: left;
	margin-right: 30px;
	}
b {
	font-weight: 400;
	}
a.more {
	margin-top: 40px;
	vertical-align: middle;
	background: #2054c9;
	color: #fffffa;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	letter-spacing: .5px;
	display: inline-block;
	border-radius: 3px;
	width: 140px;
	}
a.more:hover {
	background: #c92020;
	color: #f5f4ea;
	}
a.full {
	width: 160px;
	}
p.crest {
	color: #fffffa;
	text-align: left;
	max-width: 580px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	font-size: 16px;
	line-height: 30px;
	}
#box {
	padding-top: 30px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	display: block;
	border-top: 6px solid #fffffa;
	}
#box img {
	height: 120px;
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	border-radius: 3px;
	}
#box img.speaker {
	width: 120px;
	object-fit: cover;
	}
#box .year {
	position: absolute;
	top: 115px;
	left: 0px;
	font-weight: 600;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: .5px;
	color: #fffffa;
	background: #1c202a;
	padding: 10px;
	padding-bottom: 8px;
	border-radius: 0px 3px 0px 3px;
	}
#box .title {
	display: inline-block;
	font-size: 28px;
	line-height: 28px;
	font-weight: 500;
	vertical-align: middle;
	max-width: 370px;
	margin-top: 2px;
	letter-spacing: -.5px;
	}
#box .title span {
	display: block;
	vertical-align: top;
	font-size: 16px;
	line-height: 18px;
	margin-top: 6px;
	color: #8e8e8e;
	letter-spacing: 0px;
	}
#box .title span.series {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #1c202a;
	}
#box .title span a {
	color: #8e8e8e !important;
	}
#box #tickets {
	margin-top: 14px;
	float: right;
	vertical-align: middle;
	background: #2054c9;
	color: #fffffa;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	letter-spacing: .5px;
	display: inline-block;
	border-radius: 3px;
	width: 140px;
	}
#box #tickets.register {
	margin-top: -54px;
	background: #c92020;
	}
#box a#tickets:hover {
	background: #c92020;
	color: #f5f4ea;
	}
#box #tickets span {
	display: block;
	}
#box #tickets:hover span1 {
	display: none !important;
	}
#box #tickets:hover:before1 {
	content: "Register";
	display: block;
	}
#box .notix:hover:before1 {
	content: "Tickets Coming" !important;
	display: block;
	}
#box .archive:hover:before1 {
	content: "Watch" !important;
	display: block;
	}
#films-head {
	display: block;
	max-width: 800px;
	width: 100%;
	overflow: hidden;
	}
#films-head p {
	margin-top: 10px;
	}
#films-head .display {
	display: inline-block;
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: middle;
	}
#films-head button {
	font-family: termina, sans-serif;
	float: right;
	vertical-align: middle;
	border: 0px solid #FCB316;
	color: #fffffa;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	padding-left: 12px;
	padding-right: 11px;
	padding-bottom: 8px;
	letter-spacing: 1px;
	display: inline-block;
	background: #1c202a;
	margin-left: 10px;
	margin-right: 0;
	}
#films-head button:hover {
	background: #FCB316;
	}
#box p {
	display: none !important;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	max-width: 100%;
	padding-top: 20px;
	border-top: 3px dotted #fffffa;
	margin-top: 18px;
	display: block;
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px;
	}
#box p:first-of-type {
	border-top: 0px dotted #fffffa;
	margin-top: 0;
	}
#box p.pad {
	margin-top: 30px;
	}
#box p b {
	margin-right: 6px;
	}
#box:hover {
	}
#box:hover .year {
	}
#box:hover p {
	display: block !important;
	}
#col-left {
	float: left;
	max-width: 360px;
	display: block;
	}
#col-right {
	float: right;
	max-width: 360px;
	display: block;
	}
@media screen and (max-width: 800px) {
	body {
		border: 0px solid #e2e2e2;
		}
	#content {
		padding: 0px;
		}
	#content-inner {
		padding: 40px;
		}
	#col-left {
		float: none;
		max-width: 100%;
		}
	#col-right {
		float: none;
		max-width: 100%;
		}
	#splash video {
		object-fill: fill;
		opacity: 60%;
		width: 200%
		}
	#caption .logo img {
		height: 160px;
		opacity: 90%;
		}
	#caption .tagline {
		padding: 14px;
		font-size: 20px;
		color: #fffffa;
		text-align: center;
		display: block;
		text-transform: uppercase;
		letter-spacing: 3px;
		font-weight: 500;
		margin-right: 3px;
		}
	h1 {
		font-size: 38px;
		line-height: 42px;
		margin-top: 10px;
		font-weight: 600;
		}
	h1 span {
		font-size: 24px;
		line-height: 24px;
		margin-top: 14px;
		margin-bottom: 16px;
		font-weight: 600;
		}
	#box img {
		height: auto;
		width: 100%;
		display: block;
		margin-right: 0px;
		margin-bottom: 10px;
		}
	#box .year {
		top: 30px;
		left: 0px;
		}
	#box #tickets {
		margin-top: 30px;
		float: none;
		vertical-align: middle;
		background: #2054c9;
		color: #fffffa;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: 600;
		padding: 10px;
		text-align: center;
		letter-spacing: .5px;
		display: inline-block;
		border-radius: 3px;
		width: 140px;
		}
	#films-head {
		text-align: center;
		}
	#films-head p {
		text-align: center;
		}
	#films-head .display {
		margin-bottom: 10px;
		}
	#films-head button {
		float: none;
		margin-left: 5px;
		margin-right: 5px;
		}
	}
@media screen and (max-width: 1200px) {
	img.crest {
		margin-right: 0px;
		margin: 0 auto;
		padding-bottom: 30px;
		display: block;
		}
	p.crest {
		text-align: center;
		max-width: 800px;
		margin-bottom: -10px;
		}
	}