/* === Home Page General ==== */

/* === Disabled ==== */
marquee.featuresDisabled {
	border:dashed 1px #0F0;
	background-color:#000;
	color:#0F0;
	padding:2px;
	font-family:"Courier New", Courier, monospace;
}
.contentEmpty {
	text-align:center;
	padding:18px 6px;
	opacity: 0.5;
  font-family: "Oswald-Bold",Arial,Helvetica,sans-serif;
  font-weight: normal;
}



/* === Announcements === */
.announcements .announcement-list {
	display: flex;
}
@media (max-width: 767px) {
	.announcements .announcement-list {
		display: block;
	}
}
.announcements .announcement-list.column {
	display: block;
}
.announcements .announcement-item {
	flex: 1;
	margin-right: 8px;
	border-radius: 5px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.announcements .announcement-item {
		margin-right: 0;
		margin-bottom: 8px;
		border-radius: 0;
	}
}
.announcements .column .announcement-item {
	margin-right: 0;
	margin-bottom: 8px;
}
.announcements .announcement-item.has-link {
	cursor: pointer;
}


.announcements .announcement-item:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
.announcements .announcement-text-row {
	padding: 8px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.announcements .announcement-text {
	padding: 8px;
	font-size: 18px;
	font-weight: bold;
}
.announcements .announcement-button-row {
	padding: 8px 0;
	text-align: center;
}
.announcements .announcement-button-row .btn {
	line-height: 36px;
	font-size: 18px;
}

.announcements .announcement-image-row {

}
.announcements .announcement-image {
  height: 166px;
  background-position: top 20% center;
  background-size: cover;
  background-repeat: no-repeat;
	border-radius: 5px;
	overflow: hidden;
}

/* === Countdown Timer === */
.countdownModTimerRow {
  font-size: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

.countdownModSection {
  margin: 0 12px;
  text-align: center;
}

.countdownModSectionDivider {
  font-size: 48px;
}

.countdownModCounter {
	font-size: 48px;
}

.countdownModCounterLabel {
  font-size: 18px;
  margin-top: 8px;
}



/* === Button === */
.buttonMod .modContent {
  text-align: center;
}
.buttonMod .buttonModContentWrapper {
  padding: 16px;
  display: inline-block;
}
.buttonMod .buttonModMessage {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 16px;
}
.buttonMod .buttonModButtonRow {
}
.buttonMod.modWrapper .buttonModButtonRow  a.buttonModButton {
  text-transform: none;
  font-family: Oswald-Regular, Arial, Helvetica, sans-serif;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  white-space: normal;
  font-weight: normal;
  color:#fff !important;
  text-decoration: none;
  background-color: #256ad4;
	
  border-radius: 8px;
  padding: 16px 24px 12px 24px;
  -webkit-box-shadow: 2px 2px 6px #000;
  -moz-box-shadow: 2px 2px 6px #000;
  -o-box-shadow: 2px 2px 6px #000;
  -ms-box-shadow: 2px 2px 6px #000;
  box-shadow: 2px 2px 6px #000;
}
.buttonMod.modWrapper .buttonModButtonRow  a.buttonModButton:hover {
  background-color: #04b;
}





/* === Facebook === */
.modWrapper.socialFacebook {
	text-align: center;
}










/* === Instagram === */
.socialInstagram .instagram-media {
	margin: 0 auto !important;
}



/* === Join Us === */
.joinUs .modContent {
  text-align: center;
}
.joinUs .joinUsContentWrapper {
  padding: 16px;
  display: inline-block;
}
.joinUs .joinUsMessage {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 16px;
}
.joinUs .joinUsButtonRow {
}
.joinUs.modWrapper .joinUsButtonRow  a.joinUsButton {
  text-transform: none;
  font-family: Oswald-Regular, Arial, Helvetica, sans-serif;
  font-size: 22px;
  display: block;
  line-height: 24px;
  white-space: normal;
  font-weight: normal;
  color:#fff !important;
  text-decoration: none;
  background-color: #256ad4;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 16px 16px 12px 16px;
  -webkit-box-shadow: 2px 2px 6px #000;
  -moz-box-shadow: 2px 2px 6px #000;
  -o-box-shadow: 2px 2px 6px #000;
  -ms-box-shadow: 2px 2px 6px #000;
  box-shadow: 2px 2px 6px #000;
}
.joinUs.modWrapper .joinUsButtonRow  a.joinUsButton.noBorderArrow {
  border: none;
}
.joinUs.modWrapper .joinUsButtonRow  a.joinUsButton.noBorderArrow .btn-goto:before {
  display: none;
}



.joinUs.modWrapper .joinUsButtonRow  a.joinUsButton .btn-goto:before {
  margin-right: 8px;
}
.joinUs.modWrapper .joinUsButtonRow  a.joinUsButton:hover {
  background-color: #04b;
}

/* === Last Game ==== */
/*
.lastGameStats {
	padding:2px;	
}
*/
.lastGameStats table {
	width:100%;
}
.lastGameStats table td {
	text-align:right;
	padding:0 2px;
}
.lastGameStats td.teamname {
	text-align:left;
}
.lastGameStats td.win {
	font-weight:bold;
}
.lastGameStats td.final {
	font-weight:bold;
	width:5%;
}
.lastGameStats td.forfeit {
	width:5%;
}
.lastGameStats table thead td {
	font-weight:bold;
}
div.lastGameFoot {
	text-align:center;
}

/* === Leaders === */
.statLeaders {
	word-break: normal;
}
.statLeaders .modContent table {
	width:100%;
	margin:0 auto 6px auto;
	border-collapse:collapse;
}
.statLeaders .modContent td {
	text-align:right;
}
.statLeaders thead td {
	font-weight:bold;
	padding-bottom:0;
}
.statLeaders .modContent td.player {
	text-align:left;
}
.statLeaders td.catHeading {
	text-align:left;
	font-style:italic;
}
.statLeaders div.div {
	padding:0 4px;
}
.statLeaders div.mainDiv {
	font-weight: bold;
	border: 1px solid;
}
.statLeaders .modContent ul, .statLeaders .modContent li {
	list-style:none;
	margin:0;
	padding:0;
}
.homeStatLogin {
	text-align:center;
	padding: 8px;
}

/* === Music (hidden) === */
div.musicHide {
	font-style:italic;
	text-align:center;
}
.musicPlayer .modContent {
	text-align: center;
}

/* === News === */


.news .modContent {
	padding:16px;
}

.news .modContent.newsColumns2 {
  column-count: 2;
}

.news .modContent.newsColumns3 {
  column-count: 3;
}

.news .modContent.newsColumns4 {
  column-count: 4;
}

/*.newsCategoryContent { */
.categoryWrapper {	
}
/* .newsCategory { */
.categoryHead {
	padding: 2px 16px 2px 0;
	font-weight: bold;
	font-style: italic;
}

/* .newsStoryContent { */
.categoryContent {
	padding:2px 16px 4px 0;
}

/* .newsHeading a { */
.articleHeading a {
	font-weight: bold;
}

/* .newsAuthor { */
.articleAuthor {

}

/* .newsDate { */
.articleDate {

}

/* .newsMore { */
.categoryMore {
	text-align: right;
	font-style: italic;
	font-weight:bold;
	margin:0 15px;
}

/* === Newsletter === */
.newsletter .modContent {
	text-align:center;
	padding: 12px 0;
}

/* === Poll === */

.poll .modContent {
	padding:16px;
}



.poll .modContent td {
}
.poll .modContent ul {
	list-style:none;
	margin:4px 0;
	padding:0;
}
.poll .modContent li {
	list-style:none;
}
.poll .modContent ul input {
	margin-right:6px;
	vertical-align:middle;
}
.poll.modWrapper .modColorBG input.btn-light.vote {
	color: #000;
  border: 1px solid #aaa;
  background-color: #eee;
	margin: 16px 0 0 0; 
}
.poll .modContent span.results {
	float:right;
	margin:4px 4px 0 0;
}
.poll div.noPick {
	text-align:center;
	font-weight:bold;
}
.poll table.pollResult {
	border-collapse:collapse;
}
.poll table.pollResult td, .poll span.resultVal {

}
.poll table.pollResult td.resultBar {
	border:#000 solid 1px;
}
.modWrapper .modColorBG .resultBar {
	background-color: #000;
	color: #fff;
    padding: 5px 4%;
    line-height: 1.5;
    border-radius: 3px;
}
.modWrapper .modColorBG .pollResult {
	margin-bottom: 5px;
}
.poll table.pollResult td.resultPerc {
	width:40px;
}
.poll table.blank {
	width:100%;
}
.poll div.pollHideResults {
	text-align:center;
}

/* === Schedule ==== */
.miniSchedule .modContent {
	padding: 0 0 12px 0;
}
.homeSched .schedGame
, .homeSched .timeLoc {
	padding-left:16px;
	padding-right:12px;
}
.homeSched {
	border-collapse:collapse;
	width:100%;
}
.homeSched div {

	padding:0;
}
.homeSched .schedDay {
	font-weight:bold;
	text-align:center;
	background-color:#101023;
	color:#FFF;
}
.schedule .light .schedDay {
	background-color:#CECEBD;
	color:#000;
}
.homeSched .div0Label {
	background-color:#223;
	color:#FFF;
	padding:1px 12px 1px 16px;
}
.schedule .light .div0Label {
	background-color:#DDC;
	color:#000;
}
.homeSched .div1Label {
	background-color:#313142;
	color:#FFF;
	padding:1px 12px 1px 16px;
}
.schedule .light .div1Label {
	background-color:#EFEFDC;
	color:#000;
}
.homeSched .div2Label {
	background-color:#445;
	color:#FFF;
	padding:1px 12px 1px 16px;
}



.homeSched .competitionRow {
	background-color: #d7d4df;
	color:#000;
	padding:1px 12px 1px 16px;
	font-weight: bold;
}
.modWrapper .modColorBG .homeSched a.bracketRow {
	background-color: #c9d9ef;
	color:#000;
	padding:1px 12px 1px 16px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #000;
}



.v_flex.homeSched .div0Label
, .v_flex.homeSched .div1Label
, .v_flex.homeSched .div2Label
, .v_flex.homeSched .competitionRow 
, .v_flex.homeSched .bracketRow
, .modWrapper .modColorBG .v_flex.homeSched a.bracketRow
, .v_flex.homeSched .schedGame
, .v_flex.homeSched .timeLoc

{
	padding-left: 6px;
}




.modWrapper .modColorBG .homeSched .bracketRow  .bracketLabel {
	font-weight: bold;
}
.homeSched a.bracketRow .bracketLinkLabel {
	float: right;
	display: inline-block;
	color:#57e;
}
.homeSched a.bracketRow .bracketLinkLabel:after {
	font-family: FontAwesome;
	content: "\f061";
	margin-left: 4px;

}



.schedule .light .div2Label {
	background-color:#FFD;
	color:#000;
}
.homeSched .div3Label {
	background-color:#556;
	color:#FFF;
	padding:1px 12px 1px 16px;
}
.schedule .light .div3Label {
	background-color:#FFE;
	color:#000;
}
.schedule .winFlag .odd, .schedule .winFlag .even {
	color:#000;
}
.schedule .winFlag .odd td a, .schedule .winFlag .even a {
	color:#009;
}
.schedule .winFlag .odd {
	background-color:#FFF;
}
.schedule .winFlag .even {
	background-color:#FFF;
}
.schedule .b .odd, .schedule .b .even {
	color:#FFF;
}
.schedule .b .odd a, .schedule .b .even a {
	color:#0CF;
}
.schedule .b .odd {
	background-color:#000;
}
.schedule .b .even {
	background-color:#000;
}
.homeSched .schedDayWrapper {
	padding-bottom:12px;
}
.homeSched .score {
	text-align:right;
	padding-right:1px;
	float:right;
}
.homeSched .schedGame .winFlag {
	background-repeat:no-repeat;
	width:5px;
	height:18px;
	float:right;
}
.homeSched .schedGame .winShow {
	background-image:url(/templates/c/images/winArrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.homeSched .a {
	padding-top:2px;
	border-top:solid 1px #363649;
}
.homeSched .h {
	padding-bottom:1px;
}
.schedule .light .a {
	border-top:solid 1px #EFEFDC;
}
.homeSched .h {
	padding-bottom:2px;
}
.homeSched .event {
	padding-bottom:2px;
}
.homeSched .spacerRow {
	height:4px;
}
.homeSched .timeLoc {
	padding-bottom:1px;
}
.homeSched .date {
	font-weight:bold;
	padding:0 6px;
	line-height: 17px;
}
.homeSched .game {
	padding:0 6px;
	line-height: 17px;
}
.homeSched .location {
	padding:0 6px;
	line-height: 17px;
}
.homeSched .gameTime {
	padding:0 6px;
	line-height: 17px;
}
.homeSched a.tm {
	display:block;
	margin-right:30px;
}
.homeSched .event a {
	display:block;	
}
.miniTime:before {
    font-family: FontAwesome;
    content: "\f017";
    margin-right: 4px;
}
.miniLoc:before {
	font-family: FontAwesome;
	content: "\f041";
	margin: 0 6px 0 2px;
}
.miniRef:before {
	font-family: FontAwesome;
	content: "\f183";
	margin: 0 6px 0 2px;
}
.homeSched .schedGame .isSeed
, .homeSched .schedGame .isTBD
{
	font-style: italic;
	color:#999 !important;
}


.v_flex.homeSched {
	contain: content;
}

.v_flex.homeSched .gameWrapper {
	display: flex;
	border-top: 1px solid #ccc;
	padding: 4px 0;
	line-height: 20px;
}

.v_flex.homeSched .gameWrapper .schedGame {
	flex: 1;
}
.v_flex.homeSched .a {
	border-top: none;
}
.v_flex.homeSched .a
, .v_flex.homeSched .h {
	padding-top: 0;
	padding-bottom: 0;
}

/*
.v_flex.homeSched .gameWrapper > div {
	order: auto;
}
*/

.v_flex.homeSched .miniLoc:before 
, .v_flex.homeSched .miniTime:before
{
	display: none;
}


.v_flex.homeSched .gameWrapper > div.timeLoc.miniTime {
	order: -1;
	padding-right: 0;
	width: 100px;
	flex-wrap: nowrap;
	display: flex;
	text-transform: lowercase;
}
.v_flex.homeSched .gameWrapper > div.timeLoc {
	flex: 1;
}
.v_flex.homeSched .spacerRow {
	display: none;
}



.c33p .v_flex.homeSched .gameWrapper > div.miniLoc
, .c25p .v_flex.homeSched .gameWrapper > div.miniLoc
 {
	display: none;
}

@media (max-width: 500px) {
	.v_flex.homeSched .gameWrapper > div.miniLoc {
		display: none;
	}
	/*
	.v_flex.homeSched .gameWrapper > div.timeLocBreak {
		flex-basis: 100%;
		height: 0;
	}
	*/
}


	/* Create a Container Root */
.v_flex.homeSched {
  container: inline-size / homeSched;
}






/* Container Query */
@container (min-width: 700px) { /* For browsers that support Container Queries */
  .v_flex.homeSched .gameWrapper {
		display: inline;
		background-color: #0F0;
  }
}

@media --css-container and (min-width: 700px) { /* For the polyfill to use */
  .v_flex.homeSched .gameWrapper {
		display: inline;
		background-color: #0F0;
  }
}












/* === Slideshow === */

.slideShowWindow .image-wrapper {
	width: 100%;
}

.isFrameBackground .modContent {
  padding: 0;
}
#home .isFrameBackground .carousel .item img {
  margin: 0 auto;
}

/* start/stop control */
.ss-controls a {
	z-index:9;
	
	padding:0;
	height:24px;
	width:24px;
	background-repeat:no-repeat;
	background-position:center;
}
#home .ss-controls a, #home .carousel-control {
	display:none;
}
#home .over .ss-controls a, #home .over .carousel-control {
	display:inline-block;
}
.slideShowPlayPauseWrapper {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 99999;
}
.ss-controls .pause {
	background-image:url(/Templates/base/images/pages/SlideshowPause.png);
}
.ss-controls .play {
	background-image:url(/Templates/base/images/pages/SlideshowPlay.png);
}
.ss-controls a:hover {
	background-color:#666;
}
.ss-controls a:active {
	outline:none;
}

#home .carousel .item {

}

#home .carousel .item img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


#home .carousel.fullWidth .item img {
	max-height: none !important;
	left: 0;
	right: 0;
	margin: 0 !important;
	width: 100% !important;

  top: 50%;
	bottom: auto;
  transform: translateY(-50%);
}



#home .mediaModule .carousel .item img {
  top: -45px;
}


.slideShowCaptionWrapper .download {
	display:none;
}
#home .carousel-caption {
	margin-bottom: -18px;
	width: 100%;
	left: auto;
	right: auto;
	padding: 0;

background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );

}
#home .carousel-caption h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	min-height: 1em;
	padding: 2px 8px;
}
#home .carousel-caption p, #home .carousel-caption a {
  display: block;
	height: 48px;
	line-height: 15px;
	overflow: auto;
	padding: 0 8px 0;
}








/* frame slideshow */
.slides-main
,.slides-main .abs-mask
,.slides-main .slide
,.slides-main .slide-image
,.show-mask .slides-main:after{
  position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.mask{overflow:hidden}
.frame-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display:flex;
}
.hero-slider{
  position:relative;
  display:flex;
  width: 100%;
}
.hero-slider:not(.ready){
  visibility:hidden
}
.slideshow{
  position:relative;
  flex:1 1 80%;
  display:flex;
  align-items:flex-end;
  padding:2rem;
}
.show-mask .slides-main:after{
  content:'';
  background-color:rgba(0,0,0,.25);
}
.slides-main .slide-image {
  background-position:top 20% center;
  background-size:cover;
  z-index:-1;
}







.hero-slider .current {
  opacity:0;
  transition:opacity .4s 1.3s;
}
.hero-slider.ready .current {
  opacity:1;
}
.slides-main,.slides-main .abs-mask{
  overflow:hidden
}
.slides-main .slide{
  overflow:hidden;
  will-change:transform;

  transition:opacity 1s cubic-bezier(0.694,0,.335,1);


}
.slides-main .slide .slide-image{
  will-change:transform
}



.slides-main .slide.prev{

  opacity: 0;
}


.slides-main .slide.active{



  opacity: 1;

}


.slides-main .slide:not(.prev):not(.active){


  opacity: 0;
}



.hero-slider.prev .slides-main .slide.prev{
  opacity: 0;


}



.hero-slider.prev .slides-main .slide:not(.prev):not(.active){


}












/* ===  Media Module === */
#home .mediaModuleOuter {

}
#home .mediaModuleCol_main {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
#home .mediaModuleCol_nav {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;

  width: 25%;
  vertical-align: top;
  padding: 0 0 35px 0;
  position: relative;
}


#home .carousel .item .carousel-imageWrapper {
  position: relative;
  height: 290px;
}

#home .mediaModule .carousel .item .carousel-imageWrapper {
  height: auto;
  padding-bottom: 50%;
}


#home .mediaModule .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0 ;
  right: 0;
  background-image: none;
  background-color: #fff;
  margin: 0;
  border-top: 3px solid #ccc;
}
#home .mediaModule .carousel-caption h2 {
  font-size: 16px;
  line-height: 18px;
  text-shadow: none;
  color:#000;
  text-align: left;
  display: block;
  overflow: hidden;
}

#home .mediaModule a.item:hover .carousel-caption {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}




#home .modUseMobile .mediaModuleCol_main {
  border-radius: 0;
}
#home .modUseMobile .mediaModuleCol_nav {
  width: 100%;
  border-radius: 0;
  border: none;
}

@media (max-width: 767px) {
  #home .mediaModuleCol_main {
    border-radius: 0;
  }
  #home .mediaModuleCol_nav {
    width: 100%;
    border-radius: 0;
    border: none;
  }
}


#home .navHeader {
  font-family: "Oswald-Bold",Arial,Helvetica,sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  margin: 4px 18px 0 18px;
  padding: 1px 0;
}
#home .mediaModuleCol_nav .navHeader {
  overflow: hidden;
  max-width: 100%;
  height: 24px;
  line-height: 24px;
  margin-top: 2px;
  margin-bottom: 0;
}



#home .navHeader.navHeaderMobile {
  display: none;
}



#home .modUseMobile .navHeader.navHeaderDesktop {
  display: none;
}
#home .modUseMobile .navHeader.navHeaderMobile {
  display: block;
  border-bottom: none;
}

@media (max-width: 767px) {

  #home .navHeader.navHeaderDesktop {
    display: none;
  }
  #home .navHeader.navHeaderMobile {
    display: block;
    border-bottom: none;
  }

}

#home .mediaModuleCol_nav .navList {
  max-height: 315px;
  overflow: auto;
  padding: 0 12px 0 12px;
}
#homee .modUseMobile .mediaModuleCol_nav .navList {
  padding: 4px 18px 0 10px;
  border-top: 3px solid #ccc;
}
@media (max-width: 767px) {

  #home .mediaModuleCol_nav .navList {
    padding: 4px 18px 0 10px;
    border-top: 3px solid #ccc;
  }

}


#home .mediaModuleCol_nav .navList.hasScroll {
  padding-right: 8px;
}



#home .mediaModuleCol_nav .navList::-webkit-scrollbar {
  background-color: #ccc;
    width: 10px;
}
#home .mediaModuleCol_nav .navList::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 5px;
}
#home .mediaModuleCol_nav .navList::-webkit-scrollbar-thumb {
    border: 1px #ccc solid;
}
#home .mediaModuleCol_nav .navList::-webkit-scrollbar-thumb:hover {
  background: #eee;
}



#home .mediaModuleCol_nav .navItem {
  text-decoration: none;
  display: block;
}
#home .mediaModuleCol_nav .navItem a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 6px 6px 6px;
}
#home .mediaModuleCol_nav .navItem a:hover {
  background-color:#0001
}




#home .mediaModuleCol_nav .navItem.active a {
  color: #27e;
}



#home .modUseMobile .mediaModuleCol_nav .navItem a {
    border: none;
    padding: 4px 4px;

  }

@media (max-width: 767px) {

  #home .mediaModuleCol_nav .navItem a {
    border: none;
    padding: 4px 4px;

  }
}



#home .mediaModuleCol_nav .navItem.active {
  color:#27e;
}



/*

#home .mediaModuleCol_nav .hasScroll .navItem.active {
  margin: 0 -8px 0 -18px;
}

*/



#home .modUseMobile .mediaModuleCol_nav .navItem.active {
  background-color:#0001
}

@media (max-width: 767px) {
  #home .mediaModuleCol_nav .navItem.active {
    background-color:#0001
  }

}



/*
#home .mediaModuleCol_nav .navItem a::before {
  content: "\2022"; 
  font-weight: bold;
  display: inline-block;
  width: 12px;
  margin-left: -12px;
}
*/



.modWrapper.mediaModule {

}
.modWrapper.mediaModule .modContent {
  padding: 0;
	min-height: 94px;
}
.mediaModule .isTable {
  display: table;
  width: 100%;
  border-spacing: 4px;
}
.mediaModule .isRow {
  display: table-row;
}
.mediaModule .isCell {
  display: table-cell;
}




.mediaModule .modUseMobile .isTable {
  display: block;
}
.mediaModule .modUseMobile .isRow {
  display: block;
}
.mediaModule .modUseMobile .isCell {
  display: block;
}
@media (max-width: 767px) {
  .mediaModule .isTable {
    display: block;
  }
  .mediaModule .isRow {
    display: block;
  }
  .mediaModule .isCell {
    display: block;
  }

}





.mediaModule h2 {
  padding: 12px 12px;
  font-size: 14px;
  line-height: 16px;
}
.mediaModule a h2 {
  
}


#home .mediaModule .ss-controls a
, #home .mediaModule .carousel-control {
  display: inline-block;
}
.mediaModule .slideShowPlayPauseWrapper {
  bottom: 0;   
  top:auto;
  left:0;
  right: 0;
  text-align: center;
}





.mediaModule .ss-controls .pause {
  background-image: none;
  display: inline-block;
  border: none;
  background-color: transparent;
  padding: 4px 8px 4px 8px;
  width: auto;
  height: auto;
    color:#999;
}
.mediaModule .ss-controls .pause:hover {
    color:#777;
}
.mediaModule .ss-controls .pause:before {
    font-family: FontAwesome;
    content: "\f04c";
    font-size: 18px;
}






.mediaModule .ss-controls .play {
  background-image: none;
  display: inline-block;
  border: none;
  background-color: transparent;
  padding: 4px 8px 4px 8px;
  width: auto;
  height: auto;
    color:#999;
}
.mediaModule .ss-controls .play:hover {
    color:#777;
}
.mediaModule .ss-controls .play:before {
    font-family: FontAwesome;
    content: "\f04b";
    font-size: 18px;
}








/* ===  Pitch Smart === */
.pitchSmart .table {
	margin-bottom:0;
}
.pitchSmart .table th {
	text-align: left;
	padding: 2px;
}
.pitchSmart .table td {
	padding: 2px;
}


/* === Sponsors === */
.sponsors div.sponsorsLink {
	text-align:center;
}
.sponsors .sponsorsLink {
	padding: 8px 0 12px 0;
}

/* === Standings === */
.standings {
	word-break: normal;
}
.wideCol div.standings {
	padding-bottom:0;
}
.narrowCol div.standings {
	padding-bottom:2px;
}
/* the following rule applies only to IE */
* html .narrowCol div.standings {
	padding-bottom:0px;
}
div.standingsHeader {
	background:#000 url(/templates/c/images/StandingsHeader.gif) no-repeat center;
	height:16px;
}
.miniStandings div.standWrap {
	padding:2px;
}
.miniStandings div.standWrap {
	padding:1px;
}
.view_HTOtournaments .standings td.team {
	width: auto;
}

.standings .standDivSpacer {
	height: 10px;
}

.standings .teamIcon {
  width: 30px;
  background-color: rgba(34, 119, 238, 0);
  border-radius: 999px;
  margin-left: -32px;
  margin-right: 8px;
}

.standings .teamIcon.noIcon {
  background-color: #27e;
}


.standings table {
	width:100%;
	border-collapse:collapse;
}

/*
.view_HTOtournaments .standings table td {
	border-color: #ccc;
}
*/


.view_HTOtournaments .standings table td.team {
	color:#57e;
}


.view_HTOtournaments .standings .standHead td {
	border: none;
}
.view_HTOtournaments .standings .eventFolder table .standCompetitionRow td
, .view_HTOtournaments .standings .eventFolder table .standBracketRow td a {
	border-top: none;
}




.standings .eventFolder table .standCompetitionRow td
 {
	text-align: left;
	background-color: #d7d4df;
	color:#000;
	font-weight: bold;
	padding-left: 6px;
}

.standings .eventFolder table .standBracketRow td
 {
	text-align: left;
	background-color: #c9d9ef;
	padding: 0;
}
.standings .eventFolder table .standBracketRow td a {
	text-decoration: none;
	display: block;
	color: #57e;
}

.standings .eventFolder table .standBracketRow td a:hover {
	color: #4D3E7C;
}



.standings .eventFolder table .standBracketRow td .standBracketLabel {
	font-weight: bold;
	padding: 0 6px;
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
}

.standings .eventFolder table .standBracketRow td .standBracketViewLink {
	float: right;
	display: inline-block;
	line-height: 26px;
	padding: 0 12px;
}


.standings .eventFolder table .standBracketRow td .standBracketViewLink:after {
	font-family: FontAwesome;
	content: "\f061";
	margin-left: 4px;
}

.standings .eventFolder table .standDivEmpty td {
	color:#666;
	font-style: italic;
}

.standings .eventFolder tr.standTeam.tbd td {
	color:#999;
} 
.standings .eventFolder tr.standTeam.tbd td.team {
	
	font-style: italic;
} 


.standings table td {
    color: #000;
    border: 1px solid #aaa;
    text-align: center;
    padding: 2px 6px;
    white-space: nowrap;
}
.standings table td.team {
	text-align: left;
}

@media (max-width: 767px) {
	.standings table td {
		padding:1px 2px;
		white-space:normal;
    width: auto;
	}

  .standings .teamIcon {
    width: 24px;
  }
}

.standings table td.team.hasTeamIcon {
	padding: 4px 8px 4px 40px;
  line-height: 14px;
}

.miniStandings table td.team {
	white-space:normal;
}
.standings tr.standTeam td {
	background-color:#fff;
}

.standings tr.standTeam.standTeamOdd td {
  background-color:#fafafa;
}

.c33p .standings tr.standTeam td {

}
.c33p .standings tr.standTeam td.team {
}
#frameOuterWrapper .standings tr.standTeam a {
	color:#0066cc;
  text-decoration: none;
}
#frameOuterWrapper .standings tr.standTeam a:hover {
  text-decoration: underline;
}

.standings .sportName {
	font-weight:bold;
	padding: 1px 8px 1px 6px
}
.multiSport.standWrap {
	margin-bottom:8px;
}
.standings tr.standHead td, .standings tr.standSplit, 
	.standings .standDiv0, .standings .standDiv1 {
	background-color:#fff;
}

.standings tr.standHead td {
  font-weight:bold;
  line-height: 16px;
  padding: 6px 4px;
}

.standings tr.standHead td.team {
  padding: 6px 8px 6px 6px;
}

.narrowCol .standings td {
	color:#000;
}
.standings .standDiv0, .standings .standDiv1 {
	font-weight:bold;
}
.standings td.team {
	text-align:left;
	padding:4px 8px 4px 6px;
}
.standings .standDiv0, .miniStandings .standDiv0 td {
	background-color:#eee;
  font-size: 20px;
  border-bottom: 2px solid #aaa;
}
.standings .standDiv1, .miniStandings .standDiv1 td {
	background-color:#eee;
  font-size: 14px;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}

.standings table .standDiv0 td {
  padding: 6px 8px;
}

.standings table .standDiv1 td {
  line-height: 25px;
}

.standings table .standDiv0 td, .standings table .standDiv1 td {
	text-align: left;
}	

.standings tr.selTeam td {
	background-color:#ddd;
}
.standings tr.selTeam td.team {
	font-weight:bold;	
}
.c33p .standings .modContent, .c33p .standings .modContent {
	padding:1px;	
}


.standings .eventFolder:NOT(:first-child) {
	margin-top: 12px;
}
.standings .eventFolder .eventFolderHeaderRow {
	padding: 0  0 0 8px;
}
.standings .eventFolder .eventFolderHeaderRow .eventFolderLabel {
	font-weight: bold;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	font-size: 18px;
}


.view_HTOtournaments .standings table {
	margin-bottom: 4px;
}

.view_HTOtournaments #frameOuterWrapper .standings tr.standTeam a {
	color:#0066cc;
	display: block;
}
.view_HTOtournaments #frameOuterWrapper .standings tr.standTeam.selected td.team {
	background-color: #ddd;
}
.view_HTOtournaments #frameOuterWrapper .standings tr.standTeam.selected td.team a {
/*
	color:#fff;
	color:#000;
*/

	text-decoration: none;
	font-weight: bold;
}

/* === Text Area === */
.textArea .homepic {
	max-width:250px;
	float:right;
	margin: 0 0 8px 8px;
}
.textArea .caption {
    font-weight: bold;
    text-align: center;
	/*
	border-bottom:#000 solid 4px;
	border-left:#000 solid 4px;
	*/
}
.textArea h2 {
	padding:0;
}
.textArea td {
	padding:2px;
}
.noPad .storyContent {
	padding:0;
}
.textArea .modContent {
	padding: 16px;
}
/*
.textArea .borderBottom {
	border-bottom:#000 solid 4px;
}
.textArea .pic {
	border-left:#000 solid 4px;
}
*/
.textArea .noPad {
	padding:0;
}


/* special video wrapper code */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper.isTall {
  padding-bottom: 173%; /* mobile tall */
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* === HTO Tournaments === */
.modWrapper.htotournaments .modColorBG {
	background-color:#fff;
}
.modWrapper.htotournaments .modContent {
	padding: 0;
}
#mod_tournamentEvents .competition-inner-wrapper {
	margin:0;
}

/* === Tournaments === */
.tournaments ul {
	margin:0 0 0 15px;
}


/* === Twitch === */



.modWrapper.videoTwitch {
	text-align: center;
}
.c33p .modWrapper.videoTwitch .videoWrapper:NOT(.isVideoOnly)
, .c25p .modWrapper.videoTwitch .videoWrapper:NOT(.isVideoOnly)
{
	padding-top: 300px;
}
@media (max-width: 767px) {
	.modWrapper.videoTwitch .videoWrapper:NOT(.isVideoOnly) {
		padding-top: 300px;
	}
}




/* === Visitors ==== */
/* :TODO: switch to divs */
div.visitors  .modContent .hitCounterWrapper {
	text-align:center;
}
.visitors .hitValue {
	border:2px outset #111;
	width:70px;
	font-family:Courier New, Courier, mono;
	text-align:center;
	padding:2px;
	margin:0 auto;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.visitors  .modContent div {
	padding:2px 0;
}

/* === Weather === */
/* :TODO: switch to divs */
.weatherContent {
	max-width:160px;
	margin: 0 auto;
}
.weather div.location {
	text-align:center;
	margin-bottom:4px;
}
.weather div.condition {
	font-weight:bold;
}
.weather td.conditionImage {
	width:48px;
	text-align:center;
	padding: 0;
}
.weather .conditionImage i {
	font-size:32px;
	line-height:32px;
}
.weather td.summaryCell {
	padding-left:6px;
}
.weather div.temp {
	font-size:18px;
	font-weight:bold;
}
.weather table.weatherDetails {
	border-collapse:collapse;
	border-spacing:0;
	border-width:0;
	margin-left:10px;
}
.weather .weatherDetails td {
	padding:0;
}
.weather .weatherDetails td.detailLabel {
	width:70px;
}
.weather div.weatherBottom {
	padding-top:4px;
}
.weather div.yahooLink {
	margin:4px 0 2px 0;
	text-align:center;
}
.weather div.forecastCondition, .weather div.forecastHighLow {
	text-align: center;
}
.weather div.hourlyLink {
	text-align:center;
}