@charset "UTF-8";
/* CSS Document */
/*
MAIN COLOR: dark red #BE2319
SUB COLOR: light red #901913
SUB COLOR: black  #333

*/
/*
TABLE OF CONTENTS

- BASIC STYLES
- HEADER ITEMS
- MAIN NAV
- CONTENT PAGE STRUCTURE
- SIDEBAR STRUCTURE
- HOME PAGE STRUCTURE
- NEWS PAGE STRUCTURE
- SPONSORS PAGE STRUCTURE
- COACHES PAGE STRUCTURE
- VIDEO PAGE STRUCTURE
- GALLERY STRUCTURE
- FOOTER STRUCTURE
- RESPONSIVE


*/
/*  BASIC STYLES  */
html, body{
	width:100%;
	height:100%;	
}
body{
	margin:0;
	padding:0;
	font-size:15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
table{
table-layout: fixed;	
}
td{
	vertical-align:top;	
}
.defaultContent td{
	background-image:url(../images/reddivider.png);
	background-repeat:no-repeat;
	background-position:top right;	
}
.defaultContent td:last-child{
	background-image:none;	
}
.noDividers td{
	background-image:none;
}
a {
  color: #BE2319;
  text-decoration:none; }
a:hover {
  color: #BE2319; }


a img{
	border:0;	
}
.clear{
	clear:both;	
	height:0.1px;
}

@font-face {
    font-family: 'Fjalla One';
    src: url('fonts/fjallaone-regular.eot');
    src: local('☺'), url('fonts/fjallaone-regular.woff') format('woff'), url('fonts/fjallaone-regular.ttf') format('truetype'), url('fonts/fjallaone-regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-lig.eot');
    src: local('☺'), url('fonts/lato-lig.woff') format('woff'), url('fonts/lato-lig.ttf') format('truetype'), url('fonts/lato-lig.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-reg.eot');
    src: local('☺'), url('fonts/lato-reg.woff') format('woff'), url('fonts/lato-reg.ttf') format('truetype'), url('fonts/lato-reg.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bol.eot');
    src: local('☺'), url('fonts/lato-bol.woff') format('woff'), url('fonts/lato-bol.ttf') format('truetype'), url('fonts/lato-bol.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bla.eot');
    src: local('☺'), url('fonts/lato-bla.woff') format('woff'), url('fonts/lato-bla.ttf') format('truetype'), url('fonts/lato-bla.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}

html, input, select, textarea {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, button, .button {
	font-family: 'Lato';
	text-transform: uppercase;
	color:#333;
}
h3{
	font-family: 'Lato',arial;
	border-bottom:3px solid #BE2319;
}

.noPadding{
	padding:0px !important;
}
.floatRight{
	float:right !important;	
}

::-webkit-input-placeholder { /* WebKit browsers */
  color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #ffffff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #ffffff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #ffffff;
}
.darkColorText{
	color:#BE2319;
}
.lightColorText{
	color:#a81932
}
.altColorText{
	color:#FFDB00;
}
.blackText{
	color:#000000;	
}
.odd{
	background-color:#e0e0e0;	
}
.even{
	background-color:#ffffff;	
}

/* ############  */
/* HEADER ITEMS  */
/* ############  */

#defaultContainer{
	padding-bottom:80px;
/*	background-image:url(/images/bkg_header_t.png);
	position:top;
	background-repeat:repeat-x;	
*/}

#topbarcontainer{
	margin:0 auto;	
	width:890px;
}
#currentClublogo{
	float:left;
	width:130px;
	margin-top:1%;
}	
#currentClublogo img{
	width:100%;
	height:auto;	
}
.nav_container{
	position:relative;
	height:185px;	
}

.nav_container h1{
	margin-top: 30px;
    margin-bottom: 0px;
	display: inline-block;
	text-transform: uppercase;
	color:#fff;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
}
.nav_container h2{
	display:inline-block;	
	color:#fff;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
	text-transform: none;
}
.nav{
	height:146px;	
}
#headerRight{
	width:45%;
	position: absolute;
    right: 0px;
    padding-top: 10px;
	text-align:right;
}
#headerSearch{
	width:40%;
	float:right;	
	display:inline-block;	
	display:none;
}
.socialSpan {
  display: none !important;
}


/* ##############  */
/*    MAIN NAV     */
/* ##############  */
nav{
	width: 100%;
	display: inline-block;
	margin-top: 0px;	
	font-family:'Fjalla One';
	z-index: 900;
	background: rgba(0,0,0,.8);
}

#cssmenu {
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  height:34px;
  
}
/* MAIN MENU */
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li.isactive{
	background-color:#BE2319;
}
#cssmenu ul .isactive a{
	color: #ffffff;
	background-color:#BE2319 ;
}
#cssmenu ul .isactive ul li a{
	color: #ffffff;
}
#cssmenu ul .isactive ul li a:hover{
	background-color:#fff !important;	
	color:#BE2319 !important;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
/* TOP MENU 1 */
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
#cssmenu ul li ul li.has-sub:after {
display: block;
    content: "";
    height: 4px;
    width: 4px;
    position: absolute;
    right: 15px;
    top: 15px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu ul li ul li.has-sub:hover:after {
    border-bottom: 1px solid #BE2319;
    border-right: 1px solid #BE2319;
	background-color:#fff;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {

}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
/* SUB MENU 1 */
#cssmenu ul li ul li a {
  font-size: 14px;
  text-transform: none;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
  background-color:#BE2319;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #BE2319;
  background-color:#FFFFFF;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #000000;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #BE2319;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  
}
#cssmenu > ul > li.has-sub > a:after {
display: block;
    content: "";
    height: 4px;
    width: 4px;
    position: absolute;
	right: 2px;
    top: 15px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a:after, #cssmenu > ul > li.isactive > a:after{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color:#BE2319;
}
#cssmenu > ul > li.has-sub > a:before {

}
/* TOP MENU */
#cssmenu > ul > li > a {
  color: #FFF;
  padding: 12px 12px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background-color:#BE2319;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #ffffff;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
  z-index: 999;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 3500px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
	background: #BE2319;
  }
  .open li, .open li a{
	background: #BE2319;  
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
	z-index: 999;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
	color:#fff;
	border-bottom: 1px solid #fff;
  }
  #cssmenu ul li a:hover{
	background-color:#ffffff;	  
  }
  #cssmenu ul > li:after {
    display: block;
  }
  #cssmenu > ul > li.has-sub > a:after, #cssmenu ul li ul li.has-sub:after, #cssmenu ul li ul li.has-sub:hover:after{
	border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
	width: 10px;
    height: 10px;
    top: 10px;
    right: 20px;
	background-color:#BE2319;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
  }
  #cssmenu ul li ul li.has-sub:hover:after{
	  
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: block;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 12px 20px 12px 45px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 12px 20px 12px 75px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #ffffff;
	background-color: #BE2319; 
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
	background-color: #BE2319;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 19px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 14px;
  }
  #cssmenu .submenu-button{
	position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #fff;
    height: 42px;
    width: 100%;
    cursor: pointer;  
/*	background-color:rgba(255,255,255,.1); */
  }
  
}

/* ######################  */
/* CONTENT PAGE STRUCTURE  */
/* ######################  */

#wrapper{
	width:100%;
	max-width:1140px;
	margin:0 auto;	
}
.contentWrapper{
	background-color:rgba(255,255,255,.85);
	color:#000;
}
.contentHalf{
	float:left;
	width:45%;
	margin-right:4%;	
}
.pageTitle{
	font-size:40px;	
	margin-bottom: 15px;
	border-bottom:5px solid #BE2319;
	background-color: #333;
    text-indent: 10px;	
	color:#fff;
}
.pageTeaser{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;	
}
.pageImage{
	margin-bottom:10px;	
}
.blockHeader{
	background-color: #EAEAEA;
	padding: 10px;
	color: #666;	
	font-family: 'Fjalla One';
	text-transform: uppercase;
	font-size: 20px;
	display:none;
}
.column img{
	max-width:100%;
	height:auto;	
}

.etabs { margin: 0; padding: 0; border-bottom: 1px solid #CCC;}
.tab { 
	display: inline-block; 
	zoom:1; 
	*display:inline; 
	border-bottom: none; 
	margin-bottom:0px; 
}
.tab a { 
	font-size: 16px; 
	line-height: 2em; 
	display: block; 
	padding: 10px 10px; 
	outline: none; 
	color:#BE2319;  
	font-family: 'Fjalla One', sans-serif;
}
.tab a:hover { 
	text-decoration: underline; 
}
.tab.active { 
	background: #ffffff; 
	position: relative; 
	border-color: #ffffff; 
	color:#000;
}
.tab a.active { 
	font-weight: bold; 
}
.tab-container .panel-container { background: #ffffff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.panel-container { margin-bottom: 10px; }

.smalltab { 
	display: inline-block; 
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0px;
	zoom:1; 
	*display:inline;  
}
.smalltab a { 
	color:#BE2319;
	font-size: 14px; 
	font-weight:bold; 
	line-height: 16px; 
	display: block; 
	padding: 0 10px; 
	outline: none; 
	font-family: 'Fjalla One', sans-serif;
}
.smalltab a:hover { 
	text-decoration: none; 
}
.smalltab.active { 
	color: #000; 
	background-color: #ffffff;
}
.smalltab a.active { 
	color: #000;
	font-weight: bold; 
}

.whitebg{
	background-color:#ffffff;
}
.headshotTable td:first-child{
	width:300px;
}
.contentWrapper ol, .contentWrapper ul{
	padding-left:30px;	
}

/* #################  */
/* SIDEBAR STRUCTURE  */
/* #################  */



.sidebarBanner{
	margin-bottom:25px;	
}
.sidebarBanner h2{
	font-size:30px;	
}
.teamHighlight{
	background-color: #00558E !important;
	color:#ffffff;
}

/* ###################  */
/* HOME PAGE STRUCTURE  */
/* ###################  */
.tableSubHeader{
	background-color:#ffffff !important;	
	font-weight:bold;
}
.homeModule h2 {
  font-weight: 400;
  height: 43px;
  padding-top: 7px;
  padding-left: 5px;
  font-size: 2em;
  margin-bottom: 10px;
  background-color: #00558E;
  color: #BE2319;
}
.homeNewsImage{
  width: 100%;
  height:0;
  padding-bottom:45%;
  overflow: hidden;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.homeNewsMain{

}
.homeNewsTitle{
  background-color: rgba(255,255,255,.9);
  position: absolute;
  bottom: 0px;
  width: 98%;
  padding:1%;
  margin: 0;
  color: #BE2319;
  text-transform: uppercase;
  font-size: 26px;
  }
.homeNewsSubtitle{
	display:none;
background-color: #ffffff;
  padding: 5px 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0;
  color: #333;	
}
.homeNewsContainer .bx-wrapper .bx-prev {
	display:none;
	left:-20px;
}
.homeNewsContainer .bx-wrapper .bx-next {
	display:none;
	right:-20px;
}

.homeScheduleSliderContainer .bx-wrapper .bx-prev {
	left:-20px;
}
.homeScheduleSliderContainer .bx-wrapper .bx-next {
	right:-20px;
}
.homeNewsNavContainer .bx-wrapper .bx-prev {
	left:-50px;
}
.homeNewsNavContainer .bx-wrapper .bx-next {
	right:-50px;
}

.homeNewsNavContainer .bx-wrapper .bx-viewport{
	background:none !important; 
}
.homeNewsNavContainer li{
	margin-bottom:0px;
}
.homeNewsList{
	margin:0px;
	padding:0px;	
	padding-left:0px !important;
}
.homeNewsList li{
	list-style:none;
	margin-bottom:7px;
	display:inline-block;
	width:100%;
}
.homeNewsImageList{
	width: 25%;
    height: 0px;
    padding-bottom: 17%;
    display: inline-block;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.homeNewsTitleList{
	display:inline-block;
	margin: 1%;
	width:72%;
	vertical-align: top;
}
.newsThumbA{
	margin-bottom:7px;
	clear:both;
	display:inline-block;	
	background:#ffffff;
}
.thumbCaption{
  padding-top: 2px;
    color: #BE2319;
  font-weight: 400;
  text-transform: none;
  font-family: Lato;
 position: absolute;
  bottom: 0px;
background-color: #fff;
  font-size: 12px;
  width: 100%;
  padding: 5px;
  }
.thumbSubtitle{
 	display:none;
 font-size: 12px;
  line-height: 12px;
  color:#333;
  padding-bottom:5px;
}
.videoResultsHome li{
	width:98% !important;
	padding: 1% !important;	
}
.videoResultsHome .videoTitle{
	height:30px !important;	
  font-size:14px;
}
.videoResultsHome .videoDate{
  right:0px !important;
  position: relative !important;
  display: inline-block !important;
  font-size:14px;
  }
.resultsItem{
	font-size:12px;	
}
.resultHeader {
  color: #ffffff;
  background-color: #00558E;
  padding: 4px;
}
.resultHeader span {
  float: right;
}
.matchDetails {
  background-color: #ffffff;
}
.teamNameWrapper {
  margin: 5px;
  padding: 5px;
  font-size: 1.5em;
  font-family: Lato;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 0;
}
.teamName span {
  float: right;
}
.competition {
  text-align: left;
  font-weight: bold;
  padding: 5px;
  font-size: 11px;
  margin-left: 5px;
}
.matchLinks {
  color: #000;
  background-color: #EAEAEA;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px;
}
.matchLinks a {
  color: #BE2319;
  text-decoration: none;
  display: block;
}
.homeEvents{
	padding-left:0px !important;
	margin:0px;	
}
.homeEvents li{
	list-style:none;
}
.eventContainer{
	width: 15%;
	display:inline-block;	
}
.eventContainerMonth{
	border-radius:5px 5px 0px 0px;
	background-color:#333;
	color:#fff;
	text-align:center;
	font-size:12px;
	width:100%;
	border: 1px solid #333;
}
.eventContainerDay{
	border-radius:0px 0px 5px 5px;
	font-size:18px;
	text-align:center;
	width:100%;	
	border: 1px solid #333;
	background-color: #ccc;
}
.eventContainerTime{
	text-align:center;	
	display: inline-block;
	color:#fff;
	font-weight:bold;
}
.eventTitle{
	display:inline-block;
	vertical-align:top;	
	width: 80%;
    padding-left: 1%;
}
ul.fieldStatus{
	margin:0px;
	padding:0px;	
}
.fieldStatus li{
	list-style:none;
	padding:2px;
	margin:0px 0px 8px 0px;
	display:block;
	background-color:#fff;	
	font-weight:bold;
	min-height:35px;
	padding-left: 35px;
	border-bottom: 1px solid #999;
	position: relative;
}
.fieldsopen{
	border-left:5px solid green;
	background-image:url("/images/field-open.png");
	background-repeat:no-repeat;
	background-position:3px center;
}
.fieldspartial{
	border-left:5px solid #FFBF00;
	background-image:url("/images/field-partial.png");
	background-repeat:no-repeat;
	background-position:3px center;
}
.fieldsclosed{
	border-left:5px solid red;
	background-image:url("/images/field-closed.png");
	background-repeat:no-repeat;
	background-position:3px center;	
}
.lastUpdated{
    font-size: 12px;
    color: #555;
	font-weight:normal;
	text-align:right;	
	padding-right: 45px;
}
.fieldNote{
	background-color: #FFEFBF;
    padding: 3px;
    color: #333;
    font-size: 12px;
    border: 1px solid #FFC926;	
	font-weight:normal;
}
.fieldMapit{
	position: absolute;
    right: 3px;
    top: -7px;
}
.ezboxy{
	background-image:url("/images/box-bg.png");
	background-repeat:repeat-x;
	background-position:bottom;
	height:350px;
	overflow:hidden;	
}

/* ###################  */
/* NEWS PAGE STRUCTURE  */
/* ###################  */

#newsGrid{
	margin:0px;
	padding:0px;
}
#newsGrid li{
	display:inline-block;
	list-style:none;
	width:47%;
	margin-left:1%;
	margin-right:1%;	
	border-bottom: 3px solid #BE2319;
	margin-bottom: 60px;
}
.mainNewsPic, .subNewsPic, .subSubNewsPic{
  width: 100%;
  height:0;
  padding-bottom:53%;
  overflow: hidden;
}
.mainNewsTitleContainer{
  width: 100%;
}
.mainNewsTitle{
  margin-top: 0;
  margin-bottom: 0;
  color: #BE2319;
  font-size: 1.5em;	
  border-bottom:0px;
}
.mainNewsSubTitle{
  margin-top: 0.5em;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0.5em;	
}

.subNewsContainer{
	width:48%;
	margin-right:2%;
	float:left;
	position:relative;	
	margin-top:20px;
	min-height: 300px;
}
.subNewsTitleContainer{

}
.subNewsTitle{
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  color: #BE2319;
}
.subNewsSubTitle{
  padding: 5px 0px;
  bottom: 0px;
  margin: 0;
  color: #333;
  font-size:12px;
 }

.subSubNewsContainer{
	width: 23%;
  	margin-right: 2%;
  	float:left;
	position:relative;	
	margin-top:20px;
}
.subSubNewsNewsContainer{
	width: 23%;
	padding-left:1%;
  	padding-right: 1%;
  	float:left;
	position:relative;	
	padding-top:10px;
	min-height: 250px;
}
.subSubNewsTitleContainer{

}
.subSubNewsTitle{
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #BE2319;
}
.subSubNewsSubTitle{
  font-size: 12px;
  margin-top: 0.5em;
  line-height: 16px;
  color: #333;
 }

.newsItemDate{
  margin: 10px 0px;
  font-size: 12px;
}
.newsItemBody{
	margin-top: 30px;	
}

.archiveNewsContainer{
	background-color:#ffffff;
	margin-top:15px;	
	  position: relative;
}
.archiveNewsContainer a{
	display:block;	
}
.archiveNewsPic{
	width:25%;
	display:inline-block;
	height:0px;
	padding-bottom: 14.5%;
  overflow: hidden;
  }
.archiveNewsPic img{
	width:100%;
	height:auto;	
}
.archiveNewsTitleContainer{
	display:inline-block;
	width:73%;
	padding:1%;	
	  position: absolute;
}
.archiveNewsTitle{
font-size: 18px;
  margin-bottom: 5px;
  color: #BE2319;
}
.archiveNewsDate{
	color:#888;
	font-size:12px;
	display:inline-block;
}
.archiveNewsSubTitle{
	color:#333;	
	font-size:12px;
}
.newsFilterDropdown{
	position:absolute;
	right:0px;  
	top: 15px;	
}
/* #######################  */
/* SPONSORS PAGE STRUCTURE  */
/* #######################  */

.sponsorsList{
	margin:0;
	padding:0;
	list-style:none;	
}
.sponsorsList li{
	display: inline-block;
    width: 31%;
    padding: 1%;
	vertical-align: middle;
}
.sponsorsList img{
	width: 80%;
	height:auto;
}




/* ######################  */
/* COACHES PAGE STRUCTURE  */
/* ######################  */

.coachList{
	margin:0;
	padding:0;
	list-style:none;	
	padding-left:0px !important;
}
.coachList li{
	width:17%;
	font-weight:bold;
	text-align:center;
	float:left;
	display:inline-block;
	height:300px;
	margin: 1.5%;
    position: relative;
}
.coachImage{
    width: 100%;
    height: 80%;
    background-size: cover;
    background-position: center center;	
	background-color: #fff;
}
.coachInfo{
	background-color: #e0e0e0;
    position: absolute;
    bottom: 0px;
    height: 110px;	
	width: 98%;
    padding: 1%;
	color: #333;
}
.coachList li:hover .coachInfo{
	background-color: #BE2319;
	color:#fff;
}
.coachName{
	
}
.coachTitle{
	font-weight: normal;
	color: #BE2319;
}
.coachList li:hover .coachTitle{
	color:#E0E0E0;	
}
.coachLicense{
	padding-top:5px;
	font-weight: normal;
    font-size: 12px;
}
.coachBio{
	display:none;
	position: absolute;
    top: 20px;
    width: 300px;
    left: -75px;
    z-index: 1;
    background-color: #E0e0e0;
    font-weight: normal;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #777;
    text-align: left;
    font-size: 13px;
	line-height:16px;
	color:#000;		
}
.coachBio ul{
	padding-left:0px;	
}
.coachBio li{
	width:auto;
	font-weight:normal;
	text-align:left;
	float:none;
	height:auto;
	margin:auto;
	list-style:circle inside;	
}

/* ####################  */
/* VIDEO PAGE STRUCTURE  */
/* ####################  */


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videoResults{
	margin:0;
	padding:0;
	list-style:none;	
}
#videoResults li{
	width:150px;
	padding:7px;
	float:left;	
	position:relative;
}
.videoPlayButton{
	position:absolute;
	top:60px;
	left:125px;
	width:27px;
	height:27px;
	opacity:.6;
}
.videoTitle{
	font-size:12px;	
	height:60px;
}
.videoDate{
  position: absolute;
  bottom: 0px;
  font-size: 11px;
  right: 10px;
  color: #888;		
}
#videoResultsBig{
	margin-left:7px;	
	margin-bottom:50px;
	max-width:640px
}
.videoTitleBig{
  font-size: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Fjalla One';
}
.videoDateBig{
	font-size:12px;
	color:#888;
	text-align: right;
 	 width: 100%;	
}

/* #################  */
/* GALLERY STRUCTURE  */
/* #################  */

.galleryDiv{
	padding:1%;
	width:30%;
	float:left;
}
.galleryDivImage{
	width: 100%;
	height: 0px;
	overflow: hidden;
	padding-bottom: 56%;
  }
.galleryDivImage img{
	width:100%;	
}
.galleryDivTitle{
  background-color: #fff;
  padding: 4px;	
  height: 140px;
}


/* ################  */
/* FOOTER STRUCTURE  */
/* ################  */

#banneradfooter{
	width:728px;
	margin:0px auto;	
	padding:15px;
}

#sponsorsHolder {
width: 80%;
text-align: center;
text-transform: uppercase;
padding: 1% 10%;
margin-top: 20px;
border-top: 5px solid #B8B8B8;
color: #636363;
}
#sponsorsHolder h2 {
font-size: 2em;
margin: 0.5em 0;
color: #555;
}

#footer{
background-color: #333;
  border-top: 5px solid #777;
 	position:relative;
}

#footerClubLogo {
margin: 5px;
width: 100px;
height:auto;
position: absolute;
}
#footersponsors{
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
#footersponsors ul{
	margin:0 auto;
	padding:0px;
	list-style:none;
}
#footersponsors ul li{
	display:inline;
	padding-left: 10px;
	padding-right: 10px;
}
#footersponsors img{
  width: 120px;
  height: auto;
  margin-bottom: 20px;
 }
#footerLinks{
	float:right;	
	margin-left:15px;
	font-size:14px;
}
#footerLinks ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#footerLinks ul li{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0px;
	float:left;
}
#footerLinks a{
	color:#ffffff;
	text-decoration:none;	
}

#footerCopyright{
	display: inline-block;
	padding: 5px 10%;
	width: 80%;
	background-color: #777;
	color:#ffffff;
}
#footerEzit{
	clear:both;
	margin-top:30px;
	text-align:center;
	margin-bottom:30px;	
}
#footerTransparent{
	position:fixed;
	bottom:0px;
	height:75px;
	background:rgba(0,0,0,.7);
	width:100%;
	left: 0px;	
}
#footerTcontain{
	width: 1090px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
	margin:0 auto;
}
#footerTcontain ul{
	margin:0;
	padding:0;	
}
#footerTcontain ul li{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;	
	padding: 0px 8px 0px 0px;
}
#footerTcontain img{
	max-height: 40px;
}
#footerTLogo{
	float:left;	
}
#footerTsocial{
	float:right;	
}

/* ##########  */
/* RESPONSIVE  */
/* ##########  */

.hideTablet{
	display:visible;	
}
.hideMobile{
	display:visible;	
}

.content-left{
	min-height:700px;	
}

.fixBigTable td{	
	padding:6px 6px;
}
@media screen and (min-width: 960px){
.hideDesktop {
  display: none !important;
}

}
