body {
    background-color:#eae8e8;
	background-image:URL();
	position:relative;
}

#site_container{
	background-image:URL('/images/template/bkg_header.jpg');
	background-repeat:repeat-x;
	width:100%;
}

#main_area{
	padding-bottom:30px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #1B4C8F;
  color:#FFF;
}

.table-hover tbody tr:hover td a:link, 
.table-hover tbody tr:hover th a:link,
.table-hover tbody tr:hover td a:visited, 
.table-hover tbody tr:hover th a:visited {
  color:#FF0000;
}

.popup_padding{
	padding:15px;
}
.sec_slide{
	height:210px;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	top:-189px;
	margin-bottom:-169px;
}

.sidebar_body{
	margin-left:0px;
	margin-right:0px;
}

.side_thumb{
	margin-bottom:10px;
}

#sport_tabs > li{
	width:22%;	/* GAG changed from 20% to 25% on 2/21/22 */
	text-align:center;
	border-bottom:solid 1px #000;
	margin-bottom:1px;
}

#sport_tabs > li > a{
	background-color:#717171;
	color:#FFF;
}

#sport_tabs > li.active > a,
#sport_tabs > li.active > a:hover,
#sport_tabs > li.active > a:focus,
#sport_tabs > li > a:hover,
#sport_tabs > li > a:focus{
	background-color:#1c4c91;
}

header{
	z-index:1000;
	position:relative;
	/*margin-bottom:500px;*/
	height:277px;
}

#alert_container{
	padding-right:10px;
	padding-left:10px;
}

#alert_box{
	display:block;
	background-color:#DD1732;
	margin-bottom:2px;
	border-radius:0 0 10px 10px;
	max-height: 35px;
	overflow: hidden;
}

#alert_box div{
	width:100%;
}

#alert_box div{
	text-align:center;
}

#alert_box a:link,#alert_box a:visited{
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	height:35px;
	line-height:35px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
	width:0;
}

.sponsor_link a{
	height:180px;
	/*border:solid 2px #004e92;*/
	display:block;
	text-align:center;
	/*padding:3px;
	background-color:#FFF;*/
}

.sponsor_link a .img-responsive{
	display:inline-block;
	vertical-align: middle;
	max-width:300px;
}



.useful_link a{
	height:130px;
	border:solid 2px #004e92;
	display:block;
	text-align:center;
	padding:3px;
	background-color:#FFF;
}

.useful_link a .img-responsive{
	display:inline-block;
	vertical-align: middle;
	max-width:280px;
}

@media screen and (max-width: 998px) {	
	.useful_link a .img-responsive{
		max-width:280px;
	}
}

.news_image{
	padding:3px;
	border:solid 2px #004e92;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}

#countdown{
	display:block;
	background-color:#DD1732;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	text-align:center;
	margin-right:50px;
	margin-bottom:2px;
	border-radius:0 0 10px 10px;
}

#countdown span.large{
	font-size:28px;
}

#header_register_link{
	display:block;
	background-color:#DD1732;
	color:#FFF;
	text-transform:uppercase;
	font-size:24px;
	line-height:35px;
	font-weight:bold;
	text-align:center;
	margin-left:50px;
	margin-bottom:2px;
	border-radius:0 0 10px 10px;
}

@media screen and (max-width: 1420px) {	
	#countdown{
		margin-right:20px;
	}
	
	#countdown span.large{
		font-size:24px;
	}
	
	#header_register_link{
		margin-left:20px;
	}
}

@media screen and (max-width: 998px) {	
	#countdown{
		margin-right:0px;
	}
	
	#countdown span.large{
		font-size:24px;
	}
	
	#header_register_link{
		margin-left:0px;
	}
}

header img.logo{
	max-height:100%;
}

header .logo_block{
	text-align:center;
	height:72%;
	padding-top:10px;
}

header .nat_logo_block{
	text-align:center;
	height:72%;
	padding-top:10px;
}

header .logo_block a{
	background-color:#FFF;
	display:block;
	height:100%;
	vertical-align:middle;
	text-align:center;
	margin-left:10px;
}

header .nat_logo_block a.logo_link{
	background-color:#FFF;
	display:block;
	height:100%;
	vertical-align:middle;
	text-align:center;
	margin-right:10px;
}



header .logo_block img.img-responsive{
	display:inline-block;
}

header .nat_logo_block img.img-responsive{
	display:inline-block;
}

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

@media screen and (max-width: 998px) {	
	header .logo_block a{
		margin-left:0px;
	}
}

@media screen and (max-width: 767px) {	
	header{
		height:auto;
	}
}

header #mobile_menu_close_button{
	position:absolute;
	top:10px;
	right:10px;
}

#mobile_menu_button img{
	height:30px;
}

#mobile_menu_button{
	position:fixed;
	top:5px;
	right:5px;
	height:30px;
	z-index:1000;
	display:inline-block;
}

#mm-close{
	position:absolute;
	top:20px;
	right:10px;
}

header #mobile_menu_button .on,header #mobile_menu_button:hover .off{
	display:none;
}

header #mobile_menu_button:hover .on,header #mobile_menu_button .off{
	display:block;
}

header #mobile_menu_button .close,header #mobile_menu_button.opened img{
	display:none;
}

header #mobile_menu_button.opened .close{
	display:block;
}

.no_margin{
	margin-left:0px;
	margin-right:0px;
}

.side_sponsor{
	background-color:#ffffff;
	text-align:center;
	padding:15px;
	padding-top:5px;
	margin:10px;
}

.side_sponsor img{
	margin-bottom:20px;
}

.side_sponsor h3{
	color:#434343;
}

.side_sponsor img.img-responsive{
	display:inline-block;
}

#faq_accordion .panel-heading [data-toggle="collapse"]:after {
	/* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}

#faq_accordion .panel-heading [data-toggle="collapse"].collapsed:after {
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	content: "\e080";
}

.video_thumb{
	margin-bottom:20px;
}

.video_thumb a{
	display:block;
	position:relative;
}

.video_thumb a span{
	position:absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	font-size:80px;
}



.director{
	margin-bottom:20px;
	line-height:18px;
}

.director .col-xs-5,
.director .col-xs-7{
	padding-left:7px;
	padding-right:7px;
}

.director_position{
	color:red;
	font-style:italic;
	font-weight:bold;
	font-size:15px;
}

.director_name{
	font-weight:bold;
	font-size:16px;
	line-height:28px;
}

ul.side_menu{
	background-color:#DD1732;
	padding:0;
	margin:0;
	list-style:none;
}

ul.side_menu li{
	border-bottom:solid 1px #FFF;
}

ul.side_menu li a:link,
ul.side_menu li a:visited{
	color:#FFF;
	padding-left:10px;
	font-weight:bold;
	font-size:20px;
	line-height:42px;
	display:block;
}

ul.side_menu li.selected a:link,
ul.side_menu li.selected a:visited,
ul.side_menu li a:hover{
	background-color:#1c4c91;
	text-decoration:none;
	color:#FFF;
}

.sport_link{
	margin-bottom:20px;
}

.sport_link a{
	display:block;
	position:relative;
	font-weight:bold;
	color:#FFF;
}

.sport_link a span{
	display:inline-block;
	position:absolute;
	vertical-align:middle;
	text-align:center;
	padding-top:40%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:10;
	font-size:18px;
}



#header_ad{
	background-color:#022C5E;
	background-image:URL('/images/template/sponsor_bkg.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:5px;
	padding-left:25px;
    margin-top: 14px;
}



@media screen and (max-width: 991px) {	
	#header_ad{
		background-image:none;
		padding:5px;
		padding-left:5px;
		margin-top:5px;
		margin-bottom:10px;
	}
}

#mm-main_nav{
	text-transform:uppercase;
}

.sponsor{
	text-align:center;
	min-height:240px;
	margin-bottom:20px;
}
.sponsor img{
	display:inline-block;
}

.magazine{
	text-align:center;
	min-height:210px;
	margin-bottom:20px;
}

.magazine img{
	display:inline-block;
	/*-webkit-box-shadow: 0 0 10px 1px #000;
    -moz-box-shadow: 0 0 10px 1px #000;
    box-shadow: 0 0 10px 1px #000;*/
	margin-top:6px;
	margin-bottom:8px;
}






#album .item img{
	max-width:100%;
}

#filters{
	position:relative;
	text-align:center;
	margin:0 auto 50px;
	display:block;
}

#filters button{
	background-color:#1B4C8F;
	border:none;
	margin:0;
	font-size:18px;
	line-height:40px;
	margin:0 auto;
	display:inline;
	color:#FFF;
}

#filters button:first-child{
	border-radius:5px 0 0 5px;
}

#filters button:last-child{
	border-radius:0 5px 5px 0;
}

#filters button.active{
	background-color:#DD1732;
	color:#FFF;	
}

/* 5 columns by default */
.grid-sizer,.item { width: 49%; margin-bottom:10px; }

.gutter-sizer { width: 1%; }

@media screen and (min-width: 768px) {
  /* 10 columns for larger screens */
  .grid-sizer,.item { width: 49%; }
}

@media screen and (min-width: 998px) {
  /* 10 columns for larger screens */
  .grid-sizer,.item { width: 32%; }
}

@media screen and (min-width: 1199px) {
  /* 10 columns for larger screens */
  .grid-sizer,.item { width: 24%; }
}



label.error,fieldset label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	clear:both;
	display:block;
}
div.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
}
input.error{ border:1px solid red; }
div.error { display: none; }



#footer_info{
	text-align:center;
	color:#2c3539;
	padding-top:30px;
	padding-bottom:20px;
	font-size:18px;
}

footer{
	background-color:#FFFFFF;
	background-image:URL('/images/template/footer_bkg.jpg');
	background-size:100% 100%;
	padding-top:10px;
	padding-bottom:30px;
}

ul.footer_events{
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font-size:15px;
}

ul.footer_events ul{
	list-style:none;
	padding:0;
	margin:0;
}

ul.footer_events li{
	text-transform:uppercase;
	text-align:center;
}

ul.footer_events ul li{
	text-transform:none;
	width:50%;
	display:inline-block;
	float:left;
	text-align:left;
	padding-left:15%;
}

ul.footer_events > li > a:link,
ul.footer_events > li > a:visited{
	font-weight:bold;
	color:#004e92;
}

ul.footer_events ul li a:link,
ul.footer_events ul li a:visited{
	color:#004e92;
}

ul.footer_links{
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font-size:15px;
}

ul.footer_links ul{
	list-style:none;
	padding:0;
	margin:0;
}

ul.footer_links > li{
	text-transform:uppercase;
	line-height:28px;
}

ul.footer_links li li{
	text-transform:none;
}

@media screen and (max-width: 992px) {	
	
}

@media screen and (max-width: 767px) {	
	
}



ul.footer_links > li > a:link,
ul.footer_links > li > a:visited{
	font-weight:bold;
	color:#004e92;
}

ul.footer_links li li a:link,
ul.footer_links li li a:visited{
	color:#FFF;
}


#copyright{
	font-size:14px;
	color:#424242;
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
}

#copyright a:link,#copyright a:visited{
	color:#004e92;
}


