/* CSS Document */

/* Nav Menu */

.marathon-menu-container {
	display:table;
	width:100%;
}
.marathon-menu {
	display:table-row;		
}
.marathon-menu-item {
	display:table-cell;
	border-right:2px solid #ffffff;	
	color:#ffb700;
	text-transform:uppercase;
	text-align:center;
	padding:5% 10px;
	line-height:.9;
	font-weight:700;
	position:relative;
	vertical-align:middle;
	font-size:50px;
}
.mmi-five {
	min-width:20%;	
}
.mmi-four {
	min-width:25%;	
}
.mmi-three {
	min-width:33.33%;	
}
.mmi-two {
	min-width:50%;	
}
.marathon-menu-item:last-of-type {
    border-right:none;
}
.marathon-menu-title {
	font-size:6vw;	
	position:relative;
	z-index:14;
}
.marathon-menu-sponsor {
	font-size:3.4vw;
	z-index:15;
	position:relative;
}
.marathon-menu-date {
	z-index:15;
	font-size:2.5vw;
	position:relative;	
}
.marathon_menu_opacity {
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	z-index:10;	
	transition:opacity 200ms ease;
}
.marathon_header_link:hover + .marathon_menu_opacity {
	opacity:.2 !important;
}
.marathon-menu-sponsor img {
	max-height:50px;	
}

/* Single Page */

#marathon_header_container_single {
	margin:0;
	border-bottom:2px solid #ffffff;	
}
.marathon-header {
	text-transform:uppercase;
	margin:0 0 10px 0;
}	
.marathon_message {
	background-color:#ffb700;
	width:100%;
	padding:3px 20px;
	text-align:center;
	color:#272727;
	font-weight:600;
}
.marathon-content {
	
}
.marathon-column {
	width:30%;
	display:inline-block;
	vertical-align:top;
	padding-right:15px;
}
.marathon-column ul{
	padding:0px 0px 0px 30px;
	margin:0px;	
}
.marathon-c3 {
	width:40%;
	display:inline-block;
	padding-right:0px;
}
.marathon-list-item {
	margin-bottom:30px;
	list-style-image:url(images/item-box-small.png);
}
.marathon-list-item ul li {
	list-style-image:none;
	list-style-type:disc;
}
.marathon-list-item img {
	max-width:100%;
	height:auto;	
}
.marathon-content-header {
	text-transform:uppercase;
	font-size:22px;
	margin:0 0 10px 0;
}
.marathon-qualification {
	margin:20px 0;
	font-weight:700;
	font-size:14px;
	text-align:center;
}
.marathon_footer_container {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */

	background-color:#373737;
	border-top:2px solid #ffffff;
	max-width:100%;
}
.marathon-error {
	padding:40px;
	background-color:#C51013;
	color:#ffffff;
	text-align:center;	
}
.marathon_footer_menu {
	display:table;
	width:100%;
}
.marathon_footer_ul {
	display:table-row;	
}
.marathon_footer_menu a:visited {
	color:#ffb700;
}
.marathon_footer_menu a {
	display:table-cell;
	padding:10px 20px;
	text-align:center;
	min-width:33.33%;
	width:33.33%;
	color:#ffb700;
	font-weight:600;
	border-right:2px solid #ffffff;
	text-transform:uppercase;
	background-color:#373737;
	transition:all ease 200ms;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
	vertical-align: middle;
}
.marathon_footer_menu a:last-of-type {
	border-right:none;	
}
.marathon_footer_menu a:hover {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background-color:#ffb700;
	color:#373737;
}
.marathon_footer_menu a.register_now {
	background-color:#ffb700;
	color:#373737;
}
.marathon_footer_menu a.register_now:hover {
	color:#ffb700;
	background-color:#373737;
}

/* For Archives */

.marathon_header_container {
	width:100%;
	margin:40px 0;
	padding:60px 20px;
	text-align:center;
	position:relative;
	background-color:#000000;
}
.marathon_header_opacity {
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	z-index:10;	
}
.marathon_header_img {
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;	
	background-size:cover;
	background-position:center;
}
.marathon_header_name {
	font-size:100px;
	font-weight:700;
	display:block;
	line-height:1;
}
.marathon_header_link{
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	z-index:20;
}
.marathon_header_title {
	color:#ffffff;
	text-transform:uppercase;
}
.marathon_header_max_width {
	margin:0 auto;
	max-width:1200px;
	position:relative;
	z-index:11;
}
.marathon_header_date {
	font-size:40px;
	font-weight:500;
	line-height:.7;
}
.marathon_header_hashtag {
	font-size:30px;	
	color:#ffb700;
	font-weight:500;
}

