body {
	background: #616158;
	font-family: 'Arimo', sans-serif;
	font-weight:400;
	padding-top: 41px;
}

#container {
	min-height:500px;
	background: #FFF;
	padding: 10px;
}

h1,h2,h3,h4,h5 {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight:400;
	font-weight: normal;
}

h1 { text-align:left; letter-spacing:-1px; font-size:30px; color:#f59a28; padding:8px 0; }
h2 { text-align:left; letter-spacing:-0.6px; color:#f59a28; font-size:26px; line-height:40px; height:40px; }
h3 { text-align:left; letter-spacing:-0.4px; color:#333; font-size:20px; padding:4px 0; }
h4 { text-align:left; letter-spacing:-0.4px; color:#333; font-size:14px; padding:4px 0; }

#header_holder {
	text-align: center;
	background-color: #f59a28;
	padding-top: 20px;
}

#header_holder .header_logo {
	max-width: 240px;
	width: auto;
}

#content_holder {
	min-height:200px;
	margin:0 auto;
}

#footer_holder {
	font-size:12px;
	color:#FFF;
	font-size:12px;
	padding-top:20px;
	text-align: center;
}

#footer_holder a.logo-cms {
	opacity: 0.8;
}
#footer_holder a.logo-cms:hover {
	opacity: 1;
}

#footer_holder a.logo-cms img {
	max-width: 160px;
}

#footer_holder a.logo-cms {
	opacity: 0.8;
}

#footer_holder a {
	color: #FFF;
	text-decoration: underline;
	opacity: 0.8;
}

#footer_holder a:hover {
	opacity: 1;
}

#teaser_block {
	background:#616158;
	padding:40px 0;
	color:#FFF;
	border-bottom: 6px solid #c77d21;
}

.teaser_header {
	border: 2px solid #FFF;
	padding:10px 20px;
	display:inline-block;
	font-size:26px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight:400;
}

.teaser_nav {
	float:right;
	margin-top:10px;
	font-size:14px;
}

.teaser_nav a {
	color:#FFF;
}

.breadcrumb {
	margin-top: 10px;
	background: none;
	padding: 0;
	color: #616158;
}

.breadcrumb li,
.breadcrumb li.active,
.breadcrumb li .divider {
	color: inherit;
	padding:0;
}

.breadcrumb a { 
	text-decoration: underline;
	color: #f59a28;
	font-weight: bold;
}


@media (max-width: 767px) {
	body {
		padding: 0;
		padding-top: 0;
	}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
	    margin-right: 0;
	    margin-left: 0;
	}
}

@media (max-width: 979px) {
	body {
		padding: 0;
		padding-top: 0;
	}
	.navbar-fixed-top {
		margin-bottom: 0;
	}
}

table thead {
	text-align: left;
}

table.table-grouped thead tr th, table.table-grouped tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	padding: 4px;
}

table.table-grouped tbody {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.table-grouped tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.table-grouped tbody:nth-child(odd) tr td {
	background-color:#F0F0F6;
}

.tabs {
	margin: 10px 0;
	border-bottom: 2px solid #000;
}

.tabs .tab {
	display: inline-block;
	padding: 8px 8px;
	border: 1px solid #000;
	margin-right: 10px;
	opacity: 0.6;
	margin-bottom: -2px;
	border-bottom: 2px solid #000;
	color: #000;
	font-weight: bold;;
}

.tabs .tab.active, .tabs .tab:hover {
	background-color: #000;
	color: #FFF;
	opacity: 1;
	text-decoration: none;
}

.eventDivisions {
	margin-left: 10px;
}
.eventDivisionsHolder label,
.metaBlock .eventDivisions label {
	margin-right: 8px;
}