/* CSS Document */

* {
	margin: 0;
	padding: 0;
	position: relative;
	visibility: inherit;
}

html {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	height:100%;
}

body {
	display:flex;
	flex-direction:column;
	min-height:100%;
}

a {
	color:rgb(5,87,17);
}

a img {
	display:block;
}

footer {
	background-size:100% auto;
	box-sizing:border-box;
	padding:5px;
	text-align:center;
}

img {
	max-width:100%;
}

main {
	box-sizing:border-box;
	flex:1;
	margin:0 auto;
	padding:25px;
	max-width:1000px;
	width:100%;
}

nav {
	background:rgb(5,87,17);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

nav ul {
	list-style:none;
	margin:0 auto;
	max-width:1000px;
	text-align:center;
}

nav ul li {
	display:inline-block;
}

nav ul li a {
	box-sizing:border-box;
	color:white;
	display:block;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;
	transition:all linear 0.15s;
}

nav ul li a:hover {
	background:rgb(248,227,51);
	color: rgb(5,87,17);
	box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.8);
	transition:all linear 0.05s;
}

#banner {
	display:block;
	height:100%;
	margin:0 auto;
	max-width:1000px;
	width:100%;
}

#header {
	background-image:url(/images/banner.jpg);
	background-position:center center;
	background-repeat:none;
	background-size:auto 100%;
	box-shadow:inset 0 8px 8px -8px rgba(0,0,0,0.8), inset 0 -8px 8px -8px rgba(0,0,0,0.8);
	height:300px;
}

#header #presented {
	background-image:url(/images/icon-250x.png);
	background-position:center center;
	background-repeat:no-repeat;
	bottom:35px;
	left:0;
	height:250px;
	margin-top:183px;
	max-width:250px;
	position:absolute;
	width:100%;
}

#header #sitetitle {
	bottom:0;
	height:300px;
	max-width:574px;
	min-width:320px;
	position:absolute;
	right:0;
	width:100%;
}

#header #sitetitle img {
	vertical-align:middle;
}

#schedule {
    border-collapse:separate;
	border-spacing:0px;
	max-width:860px;
}

#schedule tr, #scedule td {
	margin:0;
}

#schedule tr:first-child td:first-child {
	background:#0D540E !important;
}

#schedule tr:nth-child(even) td, #schedule tr:last-child td {
	background:#E6E1CE !important;
}

#schedule tr:nth-child(odd) td {
	background:#FFFF99;
}

#schedule tr td {
	box-sizing:border-box;
	padding:5px;
}

#schedule tr td:nth-of-type(1), #schedule tr td:nth-of-type(3) {
	max-width:100px;
	width:100px;
}

#schedule tr td:nth-of-type(2) {
	max-width:664px;
	text-align:left;
	width:664px;
}

#schedule tr:nth-last-child(2) td, #schedule tr:last-child td {
	text-align:left;
}

#sponsors img {
	vertical-align:middle;
}

.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

img.center, .center img {
	display:inline-block;
}

.centerhelper {
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.clear {
	clear:both;
}

.CXspecial {
	background-color:#D9EFC0;
	box-sizing:border-box;
	color:#035E11;
	font-size:15px;
	font-weight:bold;
	padding:10px;
	text-align:center;
}

.floatl {
	float:left;
	margin-right:25px;
}

.floatr {
	float:right;
	margin-left:25px;
}

.social {
	display:block;
	height:30px;
	position:relative;
	width:30px;
	z-index:1;
}

.tableheader {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.vimeo {
	height:56.25vw;
	max-height:360px;
	max-width:640px;
	width:100%;
}

.greenbold {
	font-weight: bold;
	color: #055711;
}