/*--- *** --- *** --- *** TEMPLATE CSS *** --- *** --- *** ---*/

/*--- --- DEFAULT HEIGHT AND WIDTH VALUES --- ---*/
/* _XLarge =< 1280px */
header 		{width: 100%; height: 76px;}
nav    		{width: 100%; height: 34px;}
#container 	{ width: 1000px; margin: 0 auto;}
	.section-1 { width: 100%; height: 550px;}   
	.section-2 { width: 100%;	    height: auto;	}   
	.section-3 { width: 100%; height: 265px;  }    
	.section-4 { width: 100%; min-height: 110px; }
	.section-5 { width: 100%; height: 255px;  }   
	.section-6 { width: 100%; height: 100px;  }   
	.section-7 { width: 34%; height: 335px;  }	  
	.section-8 { width: 100%;     }
	.section-9 { width: 100%;   }
	.section-10 { width: 100%;   }      
/* FOOTER */    
#footer { width: 1000px;	margin: 0 auto; }
#footer-wrap-temp   { width: 960px;  }
#logo-wrap	  { width: 50%; height: 50px;   }
#dropdown-wrap	 	{ width: 36.5%; height: 50px;   }
/* END _XLarge =< 1280px */

@media (max-width: 1023px) {
	header    { width: ;      height: 70px;   }   
	nav    { width: ;   height: 23px;   } 	  
	#container { width: 758px;	      }   
	.section-1 { width: 728px;	    height: 420px;  } 	  
	.section-2 { width: 728px;	    height: auto;   } 	  
	.section-3 { width: 728px; height: 489px;  } 	  
	.section-4 { width: 364px; }
	.section-5 { width: 364px; height: 335px;  } 	  
	.section-6 { } 	  
	.section-7 { width: 364px; height: 335px;  } 	  
	.section-8 { width: 728px;     }
	.section-9 { width: 728px;     }	
	.section-10 { width: 728px;     } 	     
	/* FOOTER */     
	#footer { width: 758px;	                    }
	#footer-wrap-temp   { width: 728px;  }
	#logo-wrap	  { width:   ; height: ;       }
	#dropdown-wrap	 	{ width: 32.5%; height: ;       }
}/* END @media (max-width: 1023px) */

@media (max-width: 767px) {
	header    { width: ;      height: 43px;   }   
	nav    { width: ;   height: 30px;   }   
	#container { width: 480px;	      }   
	.section-1 { width: 480px;	    height: auto;   }   
	.section-2 { width: 480px;	    height: 75px;   }   
	.section-3 { width: 480px; height: auto; }   
	.section-4 { width: 480px; }
	.section-5 { width: 100%; height: 335px;  }   
	.section-6 { width: 100%; height: ;   }   
	.section-7 { width: 100%;  	}   
	.section-8 { width: 480px; height: 312px;  }
	.section-9 { width: 480px; overflow: hidden; }	
	.section-10 { width: 480px; overflow: hidden; } 	     
	/* FOOTER */    
	#footer { width: 480px;	                    }
	#footer-wrap-temp   { width: 480px;  }
	#logo-wrap	  { width:   ; height: ;       }	
	#dropdown-wrap	 	{ width:   ; height: ;       }
}/* END @media (max-width: 767px) */

@media (max-width: 479px) {
	header    { width: ;      height: 43px;   }	  
	nav    { width: ;   height: 30px;   }   
	#container { width: 320px;	      }   
	.section-1 { width: 320px;	    height: auto;   }   
	.section-2 { width: 320px;	    height: 50px;   }   
	.section-3 { width: 320px; height: auto; }   
	.section-4 { width: 320px; min-height: 200px; }   
	.section-6 { width: 320px; height: auto; }   
	.section-7 { width: 320px; height: auto; }   
	.section-8 { width: 320px; height: auto; }
	.section-9 { width: 320px; height: auto; }
	.section-10 { width: 320px; height: auto; } 	     
	/* FOOTER */     
	#footer { width: 320px;	                    }
	#footer-wrap-temp   { width: 320px;  }
	#logo-wrap	  { width: 100%;         }
	#dropdown-wrap	 	{ width: 100%;       }
}/* END @media (max-width: 479px) */
/*--- END DEFAULT HEIGHT AND WIDTH VALUES ---*/

/*--- --- GLOBAL STYLES --- ---*/
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 16px; font-size: 62.5%; }
body { 
    background: url("http://grfx.cstv.com/graphics/bg.jpg") repeat;
    margin: 0px; 
    padding: 0px; 
}
a img, :link img, :visited img, fieldset { border: none; outline: none; }
a { outline: none; color: inherit; }
h1 { font-size: 18px; margin: 0px 0px 10px 0px; }
h2 { font-size: 16px; margin: 0px 0px 10px 0px; }
h3 { font-size: 14px; margin: 0px 0px 10px 0px; }
h4,h5,h6 { font-size: 13px; margin: 0px 0px 5px 0px; }
.center { text-align: center; }
.img-left { float: left; margin: 0px 6px 4px 0px }
.img-right { float: right; margin: 0px 0px 4px 6px }
.clear { clear: both; }
.fivevert { line-height: 5px; }
.tenvert { line-height: 10px; }
.fifteenvert { line-height: 15px; }
.twentyvert { line-height: 20px; }

/*--- 
 Need to figure out what the below 
 header styles were for so that they 
 can be changed to not affect evey h4 h2, 
 will be problamatic down the road otherwise.
---*/
/*h4 { font-size: 24px; line-height: normal; margin: 10px 0px 8px 0px; font-weight: 400; }
h2 { font-size: 20px; font-size: 2rem; }*/

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block }
html[xmlns] .clearfix { display: block }
* html .clearfix { height: 1% }
.glyphicon, nav { font-weight: 700; }
/*--- END GLOBAL STYLES ---*/

/* POSITION AND POSITIONING */
#container, .section-3 { position: relative; }

/* DISPLAY */
.section-4, .section-5, .section-6, .section-7 { display: inline-block; }

/* FLOAT */
.section-4, .section-5, .section-6, .section-7 { float: left; }

/* ALIGN */
.section-4, .section-5, .section-7 { vertical-align: top; }

/* PADDING */
.section-2, .section-9  { padding: 15px 0px; }
#container-outer { padding-top: 117px; }
/* .non-sport-body #container-outer { padding-top: 177px; } *//*removed on 5-2 by DEREK*/
#container { padding: 0px 15px 0px 15px; }

/* CLEAR */
.section-4, .section-5 { clear: none; } 
.section-8, .section-9 { clear: both; }

/* MISC */
.section-1 .bx-controls { display: none !important; }
.section-1 { overflow: hidden; z-index: 0; }
.section-2 { z-index: 100; text-align: center; }
.section-5 { margin-top: 0px; }
.section-9 { text-align: center; }
img.portal-image { max-width: 115px; }
#promo1 { width: 300px; margin: 50px auto 0; }
#form-submit-bt button {
	background: none;
	border: none;
	width: 30px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}
.bsi-png { background-size: cover; }
.flexpanel.fp-sm .fp-btn { line-height: normal; }
.section-1 #bsi .bx-controls-auto { display: none !important; }

@media (min-width: 1024px) {
	.section-2 { padding: 0px; }
    .section-3 .accordion { margin-top: -10px; }
	.section-9 { padding-top: 50px; }
}/* END QUERY */

@media (max-width: 1279px) {
    		
    #container-outer { padding-top: 108px; }
    
	#container { padding: 0px 15px 0px 15px }
    .sport-body .section-1 { padding-top: 109px; }
	.section-2 { position: static; border: none; }
	.section-4 { border-bottom: 1px solid; }
	.section-5 { vertical-align: top; margin-top: 0; }
	.section-8 { margin-top: -4px; }
	.section-9 { text-align: center; }
	#header-social i { margin-left: 1px; }
}/* END QUERY */

@media (max-width: 1023px) { 
    #container-outer { padding-top: 94px; }    
	.section-2 { position: static; border: none; }
	.section-4 { border: none; }
	.section-9 { padding-left: 0; }
	.accordion { width: 728px; height: 489px; }
	.accord-content { width: 728px; height: 449px; }
	#holder-story { width: 300px; margin: 0 auto; margin-top: 26px; }
	#promo1 { margin-top: 26px; }
	.flexpanel .panel > ul > li { line-height: 25px; }
	#search-portal { top: 71px; }
	#header-social { margin-top: -102px; }
	#header-title h1 { margin-top: 4px; letter-spacing: .08em; margin-left: 15px; }
}/* END QUERY */

@media (max-width: 767px) { 
    #container-outer { padding-top: 75px; }     
	.accordion { width: 100%; height: auto; }
	#container { padding: 0px; }
	.sport-body .section-1 { padding-top: 135px; }
	.section-2 { display: block; }
	.section-5 { display: inline-block; vertical-align: top; margin-top: 0px; }
	.section-2,
	.section-4,
	.section-6,
	.section-7,
	.section-8,
	.section-9 { display: block; }
	/* NEW */
	#search-portal { top: 44px !important; }
	#fp-btn-nav-top { line-height: 25px; }
	.flexpanel.fp-sm .fp-btn { margin-left: -90px; }
	#container-outer { padding-top: 75px; }
	#fp-btn-nav-top { padding: 0px 10px; display: inline-block; }
	#header-social { margin-top: 7px; }
}/* END QUERY */

@media (max-width: 321px) { 
	#search-portal { top: 44px !important; }
}/* END QUERY */

@media (max-width: 479px) { 
	.sport-body .section-1 { padding-top: 155px; }
	.section-7 { padding: 10px 0px; }
	#sortable_roster thead tr th:last-of-type,
	#sortable_roster tbody tr td:last-of-type { display: none; }
	body { overflow: hidden; overflow-y: auto; }/*width: 320px; removed on 5-1 by DEREK*/
	#header-social { margin-top: -9px; }
	#search-portal { top: 17px !important; }
}/* END QUERY */

/*--- *** --- *** --- *** END TEMPLATE CSS *** --- *** --- *** ---*/


/*--- *** --- *** --- *** DEFAULT BXSLIDER CSS, use -> .defaultSlider in wrapper *** --- *** --- *** ---*/
.defaultSlider .bx-wrapper{position:relative;margin:0 auto;padding:0;*zoom:1}.defaultSlider .bx-wrapper img{max-width:100%;display:block}.defaultSlider .bx-wrapper .bx-viewport{}.defaultSlider .bx-wrapper .bx-pager,.defaultSlider .bx-wrapper .bx-controls-auto{position:absolute;bottom:-20px;width:100%}.defaultSlider .bx-wrapper .bx-loading{min-height:50px;background:url(http://grfx.cstv.com/frontend/bxslider-4/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.defaultSlider .bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:bold;color:#666;padding-top:20px}.defaultSlider .bx-wrapper .bx-pager .bx-pager-item,.defaultSlider .bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;*zoom:1;*display:inline}.defaultSlider .bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.defaultSlider .bx-wrapper .bx-pager.bx-default-pager a:hover,.defaultSlider .bx-wrapper .bx-pager.bx-default-pager a.active{background:#eee}.defaultSlider .bx-wrapper .bx-prev{left:10px;background:url(http://grfx.cstv.com/frontend/bxslider-4/images/controls.png) no-repeat 0 -32px}.defaultSlider .bx-wrapper .bx-next{right:10px;background:url(http://grfx.cstv.com/frontend/bxslider-4/images/controls.png) no-repeat -43px -32px}.defaultSlider .bx-wrapper .bx-prev:hover{background-position:0 0}.defaultSlider .bx-wrapper .bx-next:hover{background-position:-43px 0}.defaultSlider .bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:999}.defaultSlider .bx-wrapper .bx-controls-direction a.disabled{display:none}.defaultSlider .bx-wrapper .bx-controls-auto{text-align:center}.defaultSlider .bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(http://grfx.cstv.com/frontend/bxslider-4/images/controls.png) -86px -11px no-repeat;margin:0 3px}.defaultSlider .bx-wrapper .bx-controls-auto .bx-start:hover,.defaultSlider .bx-wrapper .bx-controls-auto .bx-start.active{background-position:-86px 0}.defaultSlider .bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(http://grfx.cstv.com/frontend/bxslider-4/images/controls.png) -86px -44px no-repeat;margin:0 3px}.defaultSlider .bx-wrapper .bx-controls-auto .bx-stop:hover,.defaultSlider .bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px}.defaultSlider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.defaultSlider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.defaultSlider .bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80,80,80,0.75);width:100%}.defaultSlider .bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}


#sponsors-inner .bx-wrapper .bx-viewport{height:101px!important;}
/*--- *** --- *** --- *** RES HEADER CSS *** --- *** --- *** ---*/

#sticky-header { position: fixed; z-index: 2006; top: 0px; }
#header-inner { width: 1000px; height: 100%; margin: 0 auto; z-index:1!important;}
#header-logo { width: 122px; height: 131px; float: left; }
#header-logo a {display: block;}
#header-logo * { border: none; }
#header-title h1 { float: left; text-transform: uppercase; margin-left: 20px; font-weight: 700; line-height: 80px; }
#header-social > a 	{background: #000;
			display: block;
			height: 24px;
			margin: 3px 0;
			text-align: center;
			width: 114px;
			color:#fff;
}
@media (max-width: 767px) {
	
	#header-social > a {background:none; display:inline;}
}

#header-social > a:hover {color:#eee;}
#header-social { float: right; }
#header-social i { padding:4px; }
#story-header { padding: 5px 15px 0px 25px; position: absolute; box-shadow: 0px 5px 5px rgba(0,0,0,0.4); top: 130px; left: 0px; width: 100%; z-index:-2; height:50px; }
@media (max-width: 767px) {
	#story-header {height:25px;}	
}
#story-header h3 {
	display: block;
	font-family: 'Roboto Condensed', serif;
	font-weight: 700;
	font-size:20px;
	color: #006648;
	line-height: 47px;
	text-transform: uppercase;
	margin: 0;/*added on 5-2 by DEREK*/
}
#story-header h3 { width: auto; float: left; }
#sportnav { margin: 0px; padding: 0px; list-style: none; }
#sportnav li { margin: 0px; padding: 0px; display: inline-block; color:#006648; }
#sportnav li a {
	font-family: 'Roboto Condensed', serif;
	font-weight: 700;
	color: #006648;
	text-decoration: none;
	display: inline-block;
	padding: 2px 1px 2px 0;
	text-transform:none!important;
}


/* FONT SIZE */
#header-title h1 { font-size: 60px; font-size: 6rem; }
#header-social i { }
#story-header h3 { font-size: 20px;}


@media (max-width: 1279px) { 

}/* END QUERY */

@media (max-width: 1023px) { 
	#header-inner { width: 758px; height: 100%; margin: 0px auto; }
	#header-title h1 { line-height: 69px;  margin-left: 5px; }
	#header-social { margin: 5px 0px 0px 10px; }
	#header-social i { width: 28px; height: 28px; margin: 2px 0px 2px 0px; }
	#story-header { top: 93px; }	
	#header-social i { width: 28px; height: 28px; margin: 2px 0 2px 0; padding:2px 3px 0px 0px; }
	#header-social i { font-size: 14px; }
	#story-header h3 { line-height: 67px;/*  font-size: 30px; font-size: 3rem; *//*added on 5-2 by DEREK*/ }	
	#header-title h1 { font-size: 36px; font-size: 3.6rem; }
	#header-social i { font-size: 12px; }
	#header-social > a {width:24px; height:23px;}
}/* END QUERY */

@media all and (max-width: 1023px) and (min-width: 768px) {
	#header-social { float: right; margin-top: -99px; margin-right: 15px; }
	#header-title h1 { line-height: 88px; }
}/* END QUERY */

@media (max-width: 767px) { 
	#header-inner { width: 480px; height: auto; margin: 0 auto; }
	#sticky-header { min-height: 75px; }
	header-social i {font-size:23px; }

	/* Added 4-24 */
	#header-inner:after, #sticky-header:after {
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0;
	}
	html[xmlns] #header-inner, html[xmlns] #sticky-header { display: block; }
	* html #header-inner, * html[xmlns] #sticky-header { height: 1%; }
	/* End Added 4-24 */
	
	#header-logo,
	#header-logo img { width: 65px; /*height: 68px; removed on 4-29 by STAN*/ }
	#header-title h1 { line-height: 24px; margin-left: 5px; }
	#header-title h1 span { line-height: 14px; text-shadow: none; display: block; }
	#header-social { margin: 5px 10px 0px 0px; width: auto; float: right; }
	#header-social { position: relative; z-index: 9; margin-top: 6px; margin-right: 8px; }
	#header-social i { margin: 2px 0px 2px 2px; font-size:23px; }
	#story-header { /*width: 460px;*/ top: 75px; }
	#story-header h3 { line-height: 35px; }/*changed line-height: 25px; on 5-2 by DEREK*/
	#header-title h1 span { font-size: 14px; font-size: 1.4rem; }
	#header-title h1 { font-size: 24px; font-size: 2.4rem; }
	/* #story-header h3 { font-size: 15px; font-size: 1.5rem; } *//*added on 5-2 by DEREK*/
}/* END QUERY */

@media (max-width: 479px) { 
	#header-inner { width: 320px; }
	.schoolname { width: 320px; height: 43px; }
	.logo { width: 81px; height: 87px; }
	.social { width: 110px; height: 24px; right: 2px; top: 46px; }
	.schoolname h1 { font-size: 22px; line-height: 26px; margin-left: 10px; }
	.schoolname h1 span { line-height: 16px; text-transform: none; display: block; background: none; text-shadow: none; filter: none; }
	#header-social { position: relative; z-index: 9; margin-top: -10px; margin-right: 5px; }
}/* END QUERY */

@media (max-height: 767px) { 
	#header { position: absolute; } 
}/* END QUERY */

/*--- *** --- *** --- *** END RES HEADER CSS *** --- *** --- *** ---*/


/*--- *** --- *** --- *** RES NAV CSS *** --- *** --- *** ---*/

/* FlexPanel Defaults */
.flexpanel * { box-sizing: border-box; -moz-box-sizing:border-box; /* Firefox */ }
.flexpanel { font-size: 1.2em; }
.flexpanel:before,
.flexpanel:after { display: table; content: " "; }
.flexpanel:after { clear: both; }
.flexpanel a { text-decoration: none; }
.flexpanel .fp-btn { display: none; clear: both; cursor: pointer; }

/* FlexPanel: Top Level */
.flexpanel .panel > ul > li { display: block; float: left; padding: 0 10px; white-space: nowrap; }
.flexpanel li { line-height: 100%; font-size: 95%; }
.flexpanel li a { padding: 0px 14px; }
.flexpanel li > a {text-transform:uppercase;}
.flexpanel .panel > ul > li > ul > li a {text-transform:none;clear:right; }
.flexpanel li ul { margin: 0px; padding: 0px; list-style: none; }
.flexpanel li ul.nav-panel { display: none; position: absolute; left: 0; z-index: 99; width: 100%; padding: 10px; }
.flexpanel li:hover ul.nav-panel { display: block; }
.flexpanel li ul.nav-panel li a { line-height: 20px; padding: 0px; color: #006648; }
.flexpanel li ul.nav-panel li a.nav-column-header { font-size: 100%; }
.flexpanel li ul.nav-panel .nav-column { width: 33%; float: left; padding: 0px 20px 0px 0px; }
.flexpanel li ul.nav-panel .nav-column.right { float: right; }
.flexpanel li ul.nav-panel .nav-column.sports { width: 380px; }
.flexpanel li ul.nav-panel .nav-column.women { margin-left:100px;}
@media (max-width: 1023px) {
.flexpanel li ul.nav-panel .nav-column.sports { width: 340px; }
.flexpanel li ul.nav-panel .nav-column.women { margin-left:0;}	
}

#nav-top.flexpanel .panel > ul > li:hover{background:#fff;}
#nav-top.flexpanel .panel > ul > li:hover > a{color:#006648!important;}
.flexpanel li ul.nav-panel .nav-column.sports li { border-bottom: 1px dotted; display: block; height: 22px; }
.flexpanel li ul.nav-panel .nav-column.sports li a { float: left; }
.flexpanel li ul.nav-panel .nav-column.sports li ul.sports-extra { float: right; text-align: right; display: block; }
.flexpanel li ul.nav-panel .nav-column.sports li ul.sports-extra li { float: left; display: block; border: none; }
.flexpanel li ul.nav-panel .nav-column.sports li ul.sports-extra li a { padding-left: 10px; color:#666; font: 12px/13px Arial, sans-serif; }
@media (max-width: 767px) { 
.flexpanel li ul.nav-panel .nav-column.sports li ul.sports-extra li a { color:#fff; }
}

/* FlexPanel: Small Overrides */
.flexpanel.fp-sm .fp-btn { display: block; }
.flexpanel.fp-sm .fp-btn:hover { cursor: pointer; }
.flexpanel.fp-sm .fp-btn+.panel { border: 1px solid transparent; display: none; overflow: auto; padding: 5px; z-index: 999; width: 100%; clear: both; position: absolute; left: 0px; }
.flexpanel.fp-sm .fp-btn.open+.panel { display: block; }
.flexpanel.fp-sm li.has-child i { display: block; height: 62px; left: 0px; position: absolute; top: 0px; width: 100%; }

.flexpanel.fp-sm li.has-child ul i{height:28px;}

.flexpanel.fp-sm li.nav-column.has-child i { display: none; }
.flexpanel.fp-sm li.nav-column.sports.has-child i { display: block; }
.flexpanel.fp-sm li.has-child > i:hover { cursor: pointer; }
.flexpanel.fp-sm li.has-child > i:after { content: ""; left: 19px; position: absolute; top: 18px; }
.flexpanel.fp-sm li.has-child.open > i:after { top: 12px; }
.flexpanel.fp-sm { width: 100%; }
.flexpanel.fp-sm ul,
.flexpanel.fp-sm li { clear: both; padding: 0px !important; width: 100% !important; }
.flexpanel.fp-sm li.has-child > ul { display: none !important; }
.flexpanel.fp-sm li.nav-column.has-child > ul { display: block!important; }
.flexpanel.fp-sm li.nav-column.sports.has-child > ul { display: none !important; }
.flexpanel.fp-sm li:hover ul { padding: 0px; }
.flexpanel.fp-sm li.nav-column.sports.has-child.open > ul,
.flexpanel.fp-sm li.has-child.open > ul { clear: both !important; display: block !important; position: relative !important; }
.flexpanel.fp-sm ul { list-style: none; margin: 0px; padding: 0px; }
.flexpanel.fp-sm ul li { height: auto !important; padding: 0px !important; position: relative; }
.flexpanel.fp-sm ul li a { color: #CCCCCC; display: block !important; font-size: 100% !important; padding: 14px 12px 14px 70px !important; text-align: left !important; width: 100% !important; }
.flexpanel.fp-sm ul li li a { padding: 5px 5px 5px 70px !important; }
.flexpanel .show-sm,
.flexpanel.fp-sm .show-lg,
.flexpanel.fp-sm .hide-sm { display: none !important; }
.flexpanel .show-lg,
.flexpanel.fp-sm .show-sm { display: block !important; }

#nav-top .panel,
#nav-sport .panel {
  -webkit-overflow-scrolling: touch;
}

/*-- SPORTNAV --*/
.section-1 { padding-top: 0px !important; }
#nav-sport .nav-extra { position: relative; /* background: #88b7d5; */ }
#nav-sport .nav-extra:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
/* REMOVED 5-5 Stan 	border-color: rgba(136, 183, 213, 0);
	border-top-color: rgba(150, 1, 46, 0.9);*/
	border-width: 39px;
	margin-left: -39px;
	-webkit-transform:scale(1,.3);
	transform:scale(1,.3);
	margin-top: -28px;
}  
#story-header h3 {
	width: auto;
	float: left;
}
#nav-sport{
	height: auto;
	float: right;
	width: auto;
	font-size: 1em;
	font-weight: normal;
}
#nav-sport li {
	margin: 0;
}
#nav-sport .nav-extra {
	height: 62px;
	float: right;
	margin-top: -5px;
	padding-top: 5px;
	margin-right: 0px;
	/* REMOVED 5-5 Stan background: linear-gradient(to bottom, rgba(101, 2, 32, 0.9) 0px, rgba(150, 1, 46, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)!important;*/
}
#nav-sport.flexpanel li.nav-extra ul.nav-panel {
	background: #FFFFFF;
	width: 319px;
	right: 0;
	left: auto;
	/* margin-right: 5px; */
	-webkit-box-shadow: 0 2px 5px 0 #000000;
	box-shadow: 0 2px 5px 0 #000000;
}
#nav-sport.flexpanel li.nav-extra ul.nav-panel * {
	text-shadow: none;
	padding: 0; 
	font-size: 100%;
	line-height: 150%;
}
#nav-sport.flexpanel li.nav-extra ul.nav-panel h1,
#nav-sport.flexpanel li.nav-extra ul.nav-panel h2,
#nav-sport.flexpanel li.nav-extra ul.nav-panel h3,
#nav-sport.flexpanel li.nav-extra ul.nav-panel ul,
#nav-sport.flexpanel li.nav-extra ul.nav-panel ul li {
	display: block;
	clear: both;
	white-space: normal;
	text-indent: 0;
	margin: 0;
}
#nav-sport.flexpanel li.nav-extra ul.nav-panel h1,
#nav-sport.flexpanel li.nav-extra ul.nav-panel h2,
#nav-sport.flexpanel li.nav-extra ul.nav-panel h3 {
	margin: 10px 0px 0px 0px;
	font-size: 125%;
}
#nav-sport.flexpanel li.nav-extra ul.nav-panel a {
	display: inline;
	padding-right: 5px;
}
#nav-sport.flexpanel a {
	font-weight: normal;
	padding: 0px 5px;
}
#nav-sport.flexpanel .fp-btn {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 150%;
	color:#006648;
}
#nav-sport.flexpanel.fp-sm .fp-btn+ .panel {
	margin-top: 42px;
}
#nav-sport.flexpanel.fp-sm li.nav-extra {
	background: linear-gradient(to bottom, rgba(101, 2, 32, 0.9) 0px, rgba(150, 1, 46, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
	margin: 0px 5px;
	padding: 0px;
	float: left;
}
#nav-sport.flexpanel.fp-sm li.nav-extra ul.nav-panel {
	width: auto;
	max-width: 100%;
	right: auto;
	left: auto;
	margin-right: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#nav-sport.flexpanel.fp-sm li.nav-extra ul.nav-panel * {
	text-shadow: none !important;
	font-size: 100% !important;
	line-height: 150% !important;
	background: none !important;
	border: none !important;
}
#nav-sport.flexpanel.fp-sm li.nav-extra ul.nav-panel ul {
	display: block!important;
}
#nav-sport.flexpanel.fp-sm li.nav-extra ul.nav-panel h1,
#nav-sport.flexpanel.fp-sm li.nav-extra ul.nav-panel h2,
#nav-sport.flexpanel.fp-sm li.nav-extra ul.nav-panel h3 {
	padding: 0 0 0 42px;
}
#nav-sport.flexpanel.fp-sm li.nav-extra ul.nav-panel h1 a,
#nav-sport.flexpanel.fp-sm li.nav-extra ul.nav-panel h2 a,
#nav-sport.flexpanel.fp-sm li.nav-extra ul.nav-panel h3 a {
	padding: 0 0 0 0!important;
}
#nav-sport.flexpanel.fp-sm li.nav-extra ul.nav-panel a {
	display: inline!important;
}
  
@media (max-width: 1279px) {
  #nav-sport.flexpanel li.nav-extra ul.nav-panel  {
    /* margin-right: 15px; */
  }
}
    
@media all and (max-width: 1023px) and (min-width: 768px) {
  #story-header h3 {
    padding: 0 15px 0 0px;
  }
  #nav-sport .nav-extra {
    height: 72px;
  }
  #nav-sport li {
    line-height: 67px;
  }
  /*#superleader-ad img {
	  margin-bottom: -13px;
  }*/
}

@media (max-width: 767px) { 
  #story-header {
    width: 100%;
    z-index: 1;
  }
/*
  #story-header h3 {
    font-size: 150%;
    line-height: 200%;
  }
*//*added on 5-2 by DEREK*/
  #bsi {
    margin-top: 44px;
  }
}
/*--END SPORTNAV --*/


/* School Theme Overrides: General */
#header-logo img {
  /* position: absolute; */
  /* z-index: 10; */
  /*above changes added on 5-1 by DEREK*/
}

#nav-wrap {
  line-height: 34px;
  height: 34px;
  width: 100%;
  top: 76px;
  left: 0;
  position: fixed;
  z-index: -1;
  
/*  -webkit-box-shadow: 0 3px 5px 0 #000000;
  box-shadow: 0 3px 5px 0 #000000;*/
  /*REMOVED ABOVE 4-29 by: Stan;*/
}
#nav-wrap-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#nav-top {
  padding-left: 125px;
  font-size: 14px;
  z-index: 9999;
}
#nav-top li {
}
#fp-btn-nav-top {
  font-weight: 700;
  text-transform: uppercase;
}
#fp-btn-nav-top:after {
  content: " +";
}
#fp-btn-nav-top.open:after {
  content: " -";
}
#nav-top.fp-sm {
  padding-left: 0 !important;
}
.flexpanel.fp-sm .fp-btn {
  margin: 0 0 0 75px;
  line-height: 32px;
}
.flexpanel.fp-sm .fp-btn.open {
  text-shadow: 0 0 3px #FFFFFF;
}
.flexpanel .panel > ul > li {
  line-height: 40px;
  padding: 0 5px;
}
#nav-top li ul.nav-panel {
  padding: 20px 20px 20px 62px;
  height:270px;
}
@media (max-width: 767px) { 
#nav-top li ul.nav-panel {
  
  height:auto;
}
}

#nav-top li ul.nav-panel .nav-column {
  padding-right: 40px;
}
@media (max-width: 1023px) {
#nav-top li ul.nav-panel .nav-column {
  padding-right: 20px;
}
}
#header-inner {
  position: relative;
}
#search-portal {
  position: absolute;
  border: none;
  z-index: 20;
  right: 15px;
  top: 95px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
  text-align: right;
}
#search-portal .panel {
  width: auto;
  white-space: nowrap;
  margin: 2px 0px 0 0;
}
#search-portal.fp-sm .panel{
  position: relative;
}
#search-portal #cse-search-box {
  display: block;
  clear: both;
  height: 24px;
}
#search-portal #form-text-field, #search-portal #form-submit-bt {
  display: block;
  float: left;
  vertical-align: top;
}
#search-portal #form-text-field input {
  border: none;
  width: 135px;
  padding: 4px;
  margin: 0;
}

/* School Theme Overrides: Responsive */


@media (max-width: 1023px) {
	#nav-wrap {
 line-height: 23px;
 height: 0px;
 top: 64px;
 
	}
	#nav-wrap-inner {
 line-height: 18px;
 width: 768px;
	}
	#nav-top.flexpanel {
 padding-left: 100px;
 padding-top:4px;
 font-size: 1em;
	}
	.flexpanel .panel > ul > li {
 padding: 0 5px;
	}
	.flexpanel .panel > ul > li {
 line-height: 23px;

	}
	.flexpanel.fp-sm .fp-btn {
 line-height: 23px;
 height: 23px;
	 }
	.flexpanel.fp-sm .fp-btn img {
 -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.4);
 box-shadow: 0 1px 3px 0 rgba(0,0,0,.4);
	}
    #search-portal {
 top: 70px;
 right: 15px;
 }
}

@media (max-width: 767px) {
  #nav-wrap {
    top: 75px;
    left: 90px;
  }
  #nav-wrap {
  line-height: 30px;
  height: 30px;
  }  
  #nav-wrap-inner {
    width: 480px;
  }
  #nav-top {
    padding-left: 66px;
  }
  #search-portal {
    top: 80px !important;
    right: 8px !important;
  }
  #nav-top .panel,
  #nav-sport .panel {
 box-shadow: 0 10px 20px 10px rgba(0,0,0,0.9);
 left:-50px;
  }
}

@media (max-width: 479px) {
  #nav-wrap {
    top: 73px;
    left:-60px;
  }
  #search-portal {
    top: 18px!important;
    right: 5px!important;
  }  
  #nav-wrap-inner {
    padding-left: 0;
    width: 320px;
  }
  #nav-top .panel,
  #nav-sport .panel {
    left:50px;
    top:30px;
  }
}

@media (max-height: 767px) {
  #nav-wrap {
    position: absolute;
  }
  
}

/*--- *** --- *** --- *** END RES NAV CSS *** --- *** --- *** ---*/


/*--- *** --- *** --- *** RES BSI CSS *** --- *** --- *** ---*/

#bsi {
    position: relative;
    max-height: 1000px;
}
#bsi .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}
#bsi-block{padding:0;}

#bsi .bx-controls-direction { display: none; }
#bsi .bx-pager { display: none; }


#ul
{
	    margin:0px;
	    padding:0px;
}
#bsi-block li {
    height: 717px;
}
.bsi-caption-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
}
#bsi-video-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;  
    z-index: 101;
}
#bsi-video {
    position: absolute;
    top: 150px;
    left: 530px;
    z-index: 101;
    border: solid 1px;
}
.bsi-bg { 
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 100%;
}
.bsi-bg.is-video { 
    /*background: url(http://grfx.cstv.com/schools/buck-dev/graphics/buck-13-video-bg.jpg) no-repeat 0 0; SHOULD BE IN DISPLAY CSS */
    background-size: contain;
}

.bsi-bg img {
    width: 100%;
    height: auto;   
}
.bsi-png {
    position: absolute;
    z-index: 10;
    /*background: url(http://grfx.cstv.com/schools/buck-dev/graphics/buck-13-png-overlay2.png) no-repeat center top; SHOULD BE IN DISPLAY CSS */
    background-size: contain;
    width: 100%;
    height: 100%;
}
.bsi-caption-wrapper {
    z-index: 11;
}
.bsi-caption > div {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 210px !important;
    overflow: hidden;
}
.bsi-caption {
    text-decoration: none;
}
.bsi-caption h1 {
    max-width: 90%;
    max-height: 1.2em;
    overflow: hidden;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    margin: 0 0 15px 0;
}
.synopsis {
    overflow: hidden;
}

#bsi-minis {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: 0;
  text-align: center;
  z-index: 88;
  top: 0px;
}
.bsi-goto img { cursor: pointer; }
.minis-none #bsi-minis{ display: none; }
.minis-left #bsi-minis{ left: 0; }
.minis-right #bsi-minis{ right: 0; }
.minis-left .mini-index, .minis-right .mini-index { display: none; }

#minis {
    z-index: 102;
    position: absolute;
    top: 120px;
    border: solid 1px;
}
#minis > li {
    float: left;
}
#minis a {
    display: block;
    border: solid 1px;
    margin: 5px;
    cursor: pointer;
}


.bsi-caption {
	font-size: 16px;
	font-size: 1.6rem;
}
.bsi-caption h1 {
	font-size: 24px;
	font-size: 2.4rem;
}


@media (max-width: 1023px) { 
    #bsi {
        min-height: 396px;
    }

    #bsi-block li {
        height: 418px;
    }
    #bsi-video {
        top: 40px;
        left: 110px;
    }
    .bsi-caption {
        width: 758px;
        bottom: 0;
        left: 0;
    }
    .synopsis {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .bsi-caption > div {
        top: 15px;
        height: 100px;
    }
    .bsi-caption {
	    font-size: 12px;
	    font-size: 1.2rem;
    }
    

}

@media (max-width: 767px) { 
    #bsi {
        min-height: 277px;
    }

    #bsi-block li {
        height: 276px;
    }
    #bsi-video {
        top: 40px;
        left: 145px;
    }
    .bsi-caption {
        width: 480px;
        bottom: 0px;
        height: auto;
        left: 0;
        line-height: 16px;
    }
    .bsi-caption h1 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .synopsis {
        width: 480px;    
    }
    .bsi-caption > div {
        position: absolute;
        top: 15px;
        left: 15px;
        height: 240px !important;
    }
}

@media (max-width: 479px) {
    #bsi {
        min-height: 250px;
    }
    #bsi-block li {
        height: auto;
    } 
    #bsi-video {
        top: 20px;
        left: 60px;
    } 
    .bsi-bg {
        position: static;
        height: 184px;
    }
    .bsi-caption-wrapper  {
        position: static;
    }   
    .bsi-caption {
        display: block;
        position: static;
        bottom: auto;
        left: auto;
        width: auto;
    }
    .bsi-caption .synopsis {
        width: 100%;
    }
    .bsi-bg.is-video { 
        height: 184px;
    }
}


/*--- *** --- *** --- *** END RES BSI CSS *** --- *** --- *** ---*/


/*--- *** --- *** --- *** END RES ACCORDION CSS *** --- *** --- *** ---*/

/* @TABS/ACCORDION
   ================================================== */
.clear {
    clear: both;
}
.accordion {
    position: relative;
    z-index: 100;
}
.responsivetabs {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    height: 265px;
    width: 615px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    margin-top:10px;
}
.responsivetabs > dd {
    display: block;
    float: left;
    margin: 0;
    padding: 0; 
    width: 33%; 
     -webkit-transition: padding 200ms ease-in-out;
    -moz-transition: padding 200ms ease-in-out;
    -ms-transition: padding 200ms ease-in-out;
    transition: padding 200ms ease-in-out;            
}
.responsivetabs > dd:last-of-type{
	width:34%;
	}

.responsivetabs dd > a {
    text-decoration: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    text-transform: uppercase;    
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
     -webkit-transition: color 400ms ease-in-out;
    -moz-transition: color 400ms ease-in-out;
    -ms-transition: color 400ms ease-in-out;
    transition: color 400ms ease-in-out;            
  
}
.responsivetabs dd > .ret-content {
    position: absolute;
    display: none;
    top: 40px;
    left: 0px;
    width:100%;
    height: 224px;
    overflow: auto;
}
@media (max-width: 479px) {
	.responsivetabs dd > .ret-content {height:250px;}	
}
.responsivetabs dd.active-tab {
}
.responsivetabs dd.active-tab > a {
    filter: none;
    position: relative;
    height: 30px;

}
.responsivetabs dd > a .heading {
    display: block;
    line-height: 30px;      
}
.responsivetabs dd.active-tab > a .heading {
    
}
.responsivetabs dd.active-acc > .ret-content {
    display: none;
}
.responsivetabs dd.active-tab > .ret-content {
    display: block;
}

.responsivetabs .ret-large-tab-only { 
}
.responsivetabs .ret-acc-only {
    display: none;
    float: right;
    
}

/* moved these out of MQ to fix IE8 problem */
body.page-story .accordion {
    width: auto;
    border-top: solid 1px;
}
body.page-story .responsivetabs {
    position: relative;
    height: auto;
}
body.page-story .responsivetabs > dd {
    display: block;
    float: none;
    width: 100%; 
    padding: 0; 
}
body.page-story .responsivetabs dd.active-tab > a {
    box-shadow: none;
}
body.page-story .responsivetabs dd > a {
    display: block;
    height: 40px;
    line-height: 40px; 
    text-align: left;   
}
body.page-story .responsivetabs dd > a .heading {
    line-height: 40px;
    padding: 0 10px;
}
body.page-story .responsivetabs dd > .ret-content {
    position: static;
    display: none;
    height: auto;
}
body.page-story .responsivetabs dd.active-tab > .ret-content { 
    display: none;
}
body.page-story .responsivetabs dd.active-acc > .ret-content {
    display: block;
}
body.page-story .responsivetabs .ret-large-tab-only {  display: inline;  }
body.page-story .responsivetabs dd .ret-acc-only {  display: inline; }
body.page-story .responsivetabs dd .ret-acc-only .right-arrow { display: inline; }
body.page-story .responsivetabs dd .ret-acc-only .down-arrow { display: none; }
body.page-story .responsivetabs dd.active-acc .ret-acc-only .right-arrow { display: none; }
body.page-story .responsivetabs dd.active-acc .ret-acc-only .down-arrow { display: inline; }       

@media (max-width: 1023px) {
    .responsivetabs {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    height: 291px;
    width: 408px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    margin-top:10px;
}
    
}

@media (max-width: 767px) {
    .responsivetabs {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    height: 291px;
    width: 100%;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    margin-top:10px;
}
}


@media (min-width: 768px) and (max-width: 1023px) {
    .responsivetabs dd > .ret-content {
        height: 250px;
    }
    .ret-large-tab-only{display:none;}
}


#store-wrapper {
    float: left;
    margin: 10px 20px 0 0;
    font-size: 16px;
    width: 300px;  
    height: 200px; 
    position: relative;    
}
#auction-wrapper {
    float: left;
    margin: 10px 0 0 0;
    font-size: 16px;
    width: 300px;
    height: 200px; 
    position: relative;   
}
#photo-store {
    float: left;
    margin: 10px 0 0 0;
    font-size: 16px;
    width: 300px;
    height: 200px; 
    position: relative;   
}
#dvd-store {
    float: left;
    margin: 10px 0 0 0;
    font-size: 16px;
    width: 300px;
    height: 200px; 
    position: relative;   
}
#auction-wrapper .headline, #store-wrapper .headline, #photo-store .headline, #dvd-store .headline {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    position: absolute;
    left: 120px;
    top: 10px;   
    z-index: 100;
}
.portal-item {
    width: 300px;
    height: 200px;  
}
.portal-item a {
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;      
}
.portal-item a * {
    position: absolute;
}

.portal-name {
    font-size: .9em;
    top: 60px;
    left: 120px;
    width: 170px;
    height: 4em;
    overflow: hidden;
}
.portal-price {
    font-weight: bold;
    font-size: 1.4em;
    right: 20px;
    top: 130px;
}
.portal-image { 
    top: 5px;
    left: 5px;
    height: 110px;
}
.portal-error {
    height: 200px;
    line-height: 200px;
    text-align: center;
    text-transform: uppercase;
}
#auction-wrapper .bx-wrapper, #store-wrapper .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}
html.touch #auction-wrapper *, html.touch #store-wrapper * {
     -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}
#store-wrapper .bx-controls-direction a, #auction-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: 0;
    display: block;
    text-decoration: none;
    width: 40px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
#store-wrapper .bx-controls-direction a.bx-prev , #auction-wrapper .bx-controls-direction a.bx-prev {
    left:0;
}
#store-wrapper .bx-controls-direction a.bx-next, #auction-wrapper .bx-controls-direction a.bx-next {
    left: 41px;
}

@media (min-width: 767px) and (max-width: 980px) {
    #auction-wrapper, #store-wrapper, #photo-store, #dvd-store {
        margin: 0 31px 20px;
    }
}

@media (max-width: 767px) {
    #auction-wrapper, #store-wrapper, #photo-store, #dvd-store {
        float: none;
        margin: 0 auto 20px auto;
    }
}

#more-videos {
    list-style: none;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
}
#more-videos > li {
    display: block;
    float: left;
    height: 244px;
    margin: 0 3px 6px;
    padding: 2px;
    width:188px;
    background:#fff;
    border:1px solid #ccc;
    padding:4px;
}
#more-videos > li a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    color: #006648;
}
#more-videos > li a .vid-blk {
    width: 140px;
}
#more-videos .vid-img a img {
}
#more-videos > li a .vid-watch {
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;  
    text-align: center;
    padding: 4px; 
    box-shadow: inset 5px 5px 5px rgba(0,0,0,0.3);

}
#more-videos > li a .vid-title {
    padding: 5px 0;
    font-size: 13px;
    font-weight: bold;
    color:#006648;
}
#more-videos > li a .vid-info {
    padding: 0;    
    font-size: 10px;
}
.vid-blk .vid-title {height:65px; overflow:hidden; font-size:15px;}
.vid-blk .vid-icon img{width:50%; float:right;}
.vid-social .link-facebook {cursor:pointer; color:#3b5998;}
.vid-social .link-twitter {cursor:pointer; color:#4099ff; margin-left:20px;}


@media (min-width: 768px) and (max-width: 1023px) {
#more-videos > li {
    display: block;
    float: left;
    height: 244px;
    margin: 0 1px 6px;
    padding: 2px;
    width:180px;
    background:#fff;
    border:1px solid #ccc;
    padding:4px;
}
#more-videos > li:last-of-type{display:none;}
}
@media (max-width: 768px) {
#more-videos > li:nth-child(n+3){display:none;}
#more-videos > li {width:234px;}
}
@media (max-width: 479px) {
#more-videos > li {width:154px;}
.vid-img img {max-width:142px;}	
}




#secondary-headlines {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;    
}
#secondary-headlines > li {
    display: block;
    float: left;
}
#secondary-headlines > li a {
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    text-decoration: none;
}
#secondary-headlines > li h3 {
    font-size: 15px;
    font-family: 'Roboto Condensed', serif;
    font-weight: bold;
}
#secondary-headlines > li p.synopsis {
    margin: 5px 0 0 0;
    font-size: 11px;
}

@media (max-width: 767px) {
    #secondary-headlines > li {
        height: auto;
    }
    #secondary-headlines > li a {
        border-bottom: solid 1px;
    }
}

/*--- *** --- *** --- *** END RES ACCORDION CSS *** --- *** --- *** ---*/


/*--- *** --- *** --- *** RES TWITTER CSS *** --- *** --- *** ---*/

.twtter-more-button {
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.2), 1px 1px 0 rgba(0,0,0,0.2);

}
.widget-twitter {  
	font-size: 12px; 
	font-size: 1.2rem;
}
.twttr-widget-wrap .twttr-window { 
	overflow: auto; 
	height: 220px !important;
}
.twttr-widget-wrap .twttr-element { 
	clear: both; 
}
.twttr-widget-wrap .twttr-avatar { 
	float: left; 
}
.twttr-widget-wrap .twttr-avatar img { 
	height: 33px;
}
.twttr-widget-wrap .twttr-user	{ 
	font-weight: bold; 
	line-height: 17px;  
}
.twttr-widget-wrap .twttr-handle { 
	font-weight: normal; 
}
.twttr-widget-wrap .twtter-more-button { 
	cursor: pointer; 
	text-align: center; 
	min-width: 100px;
}
.twttr-widget-wrap .twtter-more-button { 
	margin: 5px auto; 
}
.twttr-widget-wrap .twttr-window ul { 
	margin: 0;
	padding:0;
}
ul.twitter_update_list {
	margin-left: 0;
	padding:0;
}
.twttr-widget-wrap .twttr-window ul { 
	padding: 10px; 
}
.twttr-widget-wrap .twttr-element { 
	padding: 10px 10px 10px 0; 
}
.twttr-widget-wrap .twtter-more-button { 
	padding: 4px 10px 4px 10px;
}
.twttr-widget-wrap .twttr-user { 
	padding: 0 10px 10px 0; 
}
.twttr-widget-wrap .twttr-retweet-notice { 
	padding: 10px 0 0 0;
}
.twttr-widget-wrap .twttr-avatar { 
	display:none;
}
.twttr-widget-wrap .twttr-avatar img { 
	padding: 2px 2px 0 0; 
}
.twttr-widget-wrap .twttr-extras { 
	padding-top: 5px; 
}
.twttr-widget-wrap .twttr-time { 
	padding-right: 20px;
}
.twttr-widget-wrap .twttr-text,
.twttr-widget-wrap .twttr-extras { 
	clear: left;
}
.twttr-widget-wrap  .twttr-text a,
.twttr-widget-wrap .twttr-element a:hover {
	text-decoration: underline;
}
.twttr-widget-wrap .twttr-element a,
.twttr-widget-wrap  .twttr-text a:hover {
	text-decoration: none;
}
.twttr-widget-wrap .twttr-window ul,
.twttr-widget-wrap .twttr-avatar a,
.twttr-widget-wrap .twttr-user,
.twttr-widget-wrap .twttr-handle,
.twttr-widget-wrap .twttr-extras,
.twttr-widget-wrap .twtter-more-button { 
	display: block; 
}
.twttr-widget-wrap .twttr-time,
.twttr-widget-wrap .twttr-reply,
.twttr-widget-wrap .twttr-retweet,
.twttr-widget-wrap .twttr-favorite { 
	display: inline; 
}
.twttr-widget-wrap .twttr-reply,
.twttr-widget-wrap .twttr-retweet,
.twttr-widget-wrap .twttr-favorite { 
	padding-right: 5px; 
}
.widget-twitter {
	margin-right: 10px;
	width:345px;
}
.twttr-widget-wrap .twttr-window {
    border: none;
    width: 100%;
    height: 250px;
    background:none;
}
.twttr-widget-wrap .twttr-window li {
    margin-bottom: 10px;
    padding: 5px 5px 10px;
}
.twttr-widget-wrap .twttr-element {
    padding:0;
}
.twttr-widget-wrap .twttr-window ul{
    padding:0;
}

/* FONT SIZE */
.twttr-widget-wrap .twttr-time,
.twttr-widget-wrap .twttr-reply,
.twttr-widget-wrap .twttr-retweet,
.twttr-widget-wrap .twttr-favorite { 
	font-size: 10px;
	font-size: 1rem;
}
.rem .twttr-widget-wrap .twttr-time,
.rem .twttr-widget-wrap .twttr-reply,
.rem .twttr-widget-wrap .twttr-retweet,
.rem .twttr-widget-wrap .twttr-favorite { 
	font-size: 10px;
	font-size: 1rem;
}


@media (max-width: 1023px) {
    .twttr-widget-wrap .twttr-window {
   width: 300px;
   height: 250px !important;
    }
    .twttr-widget-wrap {
   margin-top: 0;
    }
    #twitterFeed1-window,
    .twttr-widget-wrap {
   width: 300px;
    }
}

@media (max-width: 767px) {
    .twttr-widget-wrap .twttr-window {
   width: 100%;
   height: auto !important;
    }
    .widget-twitter {
   width: 300px;
	    margin-left: 0px;
	    margin: 0 auto;	    

    }
    .widget-twitter h4 {
	    width: 100%;
    }
        #twitterFeed1-window,
    .twttr-widget-wrap {
   width: 100%;
    }
}

@media (max-width: 479px) {
    .twttr-widget-wrap .twttr-window {
   width: 100%;
    }
    .widget h4 {
   margin-left: 0;
    }
}

/*--- *** --- *** --- *** END RES TWITTER CSS *** --- *** --- *** ---*/


/*--- *** --- *** --- *** RES INSTAGRAM CSS *** --- *** --- *** ---*/

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	display: none;
}
.modalDialog.modalShow {
	opacity:1;
	pointer-events: auto;
	z-index: 99997;
	display: block;
}
.modalDialog > div {
	width: 640px;
	height: auto;
	position: relative;
	z-index: 99999;
	display: block;
	left: 50%;
	margin-left: -320px;
	border: 1px solid;
}
.modalDialog.modalShow li {
	width: auto !important;
}
.closeModal {
	font-size: 36px;
	position: absolute;
	top: -27px;
	right: -25px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 18px;
	z-index: 99999;
	transition: color 400ms ease-in;
	opacity: .5;
}
.closeModal:hover { 
	opacity: 1;
}
.closeMobile {
	display: none;
}
#widget-instagram {
    width: 251px;
    height: 251px;
    cursor: pointer;
    padding: 0 0 2px 2px;
}
.instagramTitle {
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 400;
}
.grid a {
    width: 81px;
    height: 81px;
    margin: 2px 2px 0 0;
    display: inline-block;
    float: left;
}
.grid a img {
    width: 81px !important;
    height: 81px;
}
#widget-instagram-1 {
    width: auto
}
#modal-gallery {
	display: none;
}
#openModal .bx-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}
#openModal .bx-pager {
	width: 180px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
#openModal  .bx-caption {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-size: 2rem;
	padding: 10px;
}
#openModal .bx-pager-item {
	display: inline-block;
}
#openModal .bx-viewport {
	height: 715px !important;
}
#openModal .bx-prev,#openModal .bx-next {
	position: absolute;
	font-size: 40px;
	font-size: 4rem;
	opacity: .3;
}
#openModal .bx-prev:hover ,#openModal .bx-next:hover {
	opacity: 1;
}
#openModal .bx-prev,.bx-next {
	top: 300px;
}
#openModal .bx-prev {
	left: -40px;
}
#openModal .bx-next {
	right: -40px;
}
.instagramTitle {
    font-size: 16px;
    padding: 5px 20px;
    text-transform:uppercase;
}
.instagramTitle i{margin-right:20px; font-size:18px; margin-left:10px;}


@media (max-width: 1023px) { 
	.instagramTitle {
 width: 100%;
 padding: 5px;
	}
	.widget-twitter {
	margin-right: 10px;
	width:310px;
}
}

@media (max-width: 767px) { 
	.instagramTitle {
 width: 100%;
 padding: 10px 0 8px 0;
	}
	.widget-twitter {
	margin-right: 0px;
	width:100%;
}
#twitter-holder {width:100%;}
}

@media (max-width: 480px) { 
	.closeModal {
 top: auto;
 right: 3px;
 bottom: 7px;
	}
	.closeModal i {
 display: none;
	}
	#openModal .bx-caption {
 font-size: 12px;
	}
	.closeMobile {
 display: block;
 font-size: 12px;
 font-size: 1.2rem;
 text-transform: uppercase;
 font-weight: bold;
 padding: 3px;
 border-radius: 2px;
	}

	.modalDialog.modalShow > div {
 margin-top: 0 !important
	}
	#openModal .bx-viewport {
 height: 405px !important;
	}
}

/*--- *** --- *** --- *** END RES INSTAGRAM CSS *** --- *** --- *** ---*/


/*--- *** --- *** --- *** RES FOOTER SPONSOR CSS *** --- *** --- *** ---*/

#footer-sponsor-container {
	padding: 59px 0 10px 4px;
}
#footer-sponsor-container,
#footer-logo-container {
	display: inline-block;
}

#footer-sponsor-container img,
#footer-logo-container img {
	padding: 0 7px 0 7px;
}
#footer-logo-container img.short {
	padding: 0 25px 0 26px;
}

@media (max-width: 1279px) { 
	#footer-sponsor-container,
	#footer-logo-container {
 display: block;
	}
	#footer-sponsor-container {
 padding: 16px 0 10px 46px;
	}
	#footer-logo-container {
 width: 370px;
 margin-left: 295px;
	}
	#footer-logo-container img.short:last-of-type {
 padding: 0 0 0 26px;
	}
}

@media (max-width: 1023px) { 
	#footer-sponsor-container {
 padding: 16px 0 10px 0;
	}
	#footer-sponsor-container img {
 padding: 0 36px;
 margin-bottom: 10px;
	}
	#footer-sponsor-container a:nth-of-type(5) {
 margin-left: 61px;
 margin-bottom: 10px;
	}
	#footer-logo-container {
 margin-left: 179px;
	}
}

@media (max-width: 767px) {
	#footer-sponsor-wrap {
 height: 345px;
	}
	#footer-sponsor-container {
 padding: 20px 0 0 0;
	}
	#footer-sponsor-container img {
 padding: 0 25px;
 margin-bottom: 10px;
	}
	#footer-sponsor-container a:nth-of-type(5) {
 margin-left: 0;
 margin-bottom: 10px;
	}
	#footer-sponsor-container a:nth-of-type(7) {
 margin-left: 161px;
	}
	#footer-logo-container {
 margin-left: 38px;
 margin-bottom: 0px;
 padding: 0 0 20px 0;
	}
	#footer-logo-container img,
	#footer-logo-container img.short {
 padding-right: 17px;
 padding-left: 17px;
	}
} 

@media (max-width: 479px) {
	#footer-sponsor-wrap {
 height: 400px;
	}
	#footer-logo-container img {
 padding: 0 0 0 5px;
	}
	#footer-sponsor-container a:nth-of-type(7) {
 margin-left: 81px;
	}
	#footer-logo-container {
 width: 320px;
 margin-left: 0;
 margin-bottom: 0px;
 padding: 0 0 20px 0;
	}
}

/*--- *** --- *** --- *** END RES FOOTER SPONSOR CSS *** --- *** --- *** ---*/

/*--- *** --- *** --- *** RES FOOTER CSS *** --- *** --- *** ---*/

#footer {
    padding: 0 15px 15px 15px;
    margin-bottom: 50px;
    background: #666;
    clear: both;
    position:relative;
}

#sport-release #footer, #non-sport #footer, #non-sport-body #footer {margin-left:-15px;}

#footer-wrap-temp {
    padding: 30px 0 30px 0 !important;
    width: auto !important;
    margin-bottom: 0px !important; 
}
#logo-wrap {
	width: 290px !important;
	margin-left: 95px;
}
#dropdown-wrap {
    padding: 0 !important;
    margin-top: 0 !important;
}
select#cbsi_footer_menu.rb_visit_sel {
	margin: 10px 0 0 0;
}
input.rb_visit_go {
	margin: 10px 0 0 10px;
	border-radius: 3px;
}
#footer-links {
    margin: 10px 0 auto 20px;
    text-align: center;
    padding: 0 20px;
}

/* FONT SIZE */
#footer {
	font-size: 12px;
}
#footer {
	font-size: 12px;
	font-size: 1.2rem;
}

@media (max-width: 1279px) { 
	#logo-wrap {
 margin-left: 140px;
	}	
	#footer {
	    padding: 0 15px 15px 15px
	}
}

@media (max-width: 1023px) { 
	#logo-wrap {
 margin-left: 25px;
	}
}

@media (max-width: 767px) { 
	#footer {
	    padding: 0
	}
	#logo-wrap {
 float: none !important;
 width: 300px !important;
	    background-size: contain !important;
	    background-position: center center !important;
	    margin: 0 auto !important;
	}
	#dropdown-wrap {
 width: 300px !important;
 text-align: center !important;
 float: none !important;
 margin: 20px auto !important;
	}
	#dropdown-wrap label {
 display: block !important;
	}
	#dropdown-wrap select {
 /* width: 200px !important; */
 margin-left: 35px;
	}
	#footer-links span {
	    display: block
	}
	select#cbsi_footer_menu.rb_visit_sel {
 margin-left: 66px;
	}
}

@media (max-width: 479px) { 
	#footer {
	    padding: 0
	}
	#logo-wrap {
	    float: none
	}
	#dropdown-wrap {
	    margin: 30px 0 0 0;
	    float: none;
	}
	#footer-links {
	    margin-top: 20px;
	    text-align: center;
	}
	#footer-links span {
 display: block;
	}
}

/*--- *** --- *** --- *** END RES FOOTER CSS *** --- *** --- *** ---*/

/*--- *** --- *** --- *** RES STORY CSS *** --- *** --- *** ---*//*added on 5-2 by DEREK*/
.story-content {
	
	padding-top: 10px;
}
.search #printer-footer {display: none;}
.section-story {
	width: 740px;
	float: left;
}
* html .story-content {height: 1%;}
.story-content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.section-column {
	float: right;
	width: 230px;
}



.section-column .responsivetabs .heading{
	font-size: 9px;
}

#sport-promo {
	padding: 10px;
	margin: 0 auto;
	background: #98012e;
}

@media (max-width: 1023px) { 
	.section-story,
	.section-column {
 width: 100%;
	}
	.search .accordion {height: auto;}
	.hide-for-single-column {display: none;}
	.page-story .section-column {float: none;}
	.page-story .section-story {
 max-width: auto;
 float: none;
	}
	.page-story #holder-story-ad {margin-top: 26px;}
}
@media (max-width: 767px) {
	.gsc-control-cse .gs-spelling,.gsc-control-cse .gs-result .gs-title,.gsc-control-cse .gs-result .gs-title *,.cse .gs-result .gs-snippet,.gs-result .gs-snippet,.cse .gs-spelling-original,.gs-spelling-original {
 font-size: 12px !important;
	}
	#story-header {padding: 0px 15px 0px 25px;}
}
@media (max-width: 767px) {
    #story-header h3 {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 25px;
    }
}

.section-column .widget-twitter, .section-column .responsivetabs{
	width:100%;
}
@media (max-width: 1023px) {
.section-column .responsivetabs{
	width:56%;
}	
}
@media (max-width: 767px) {
.section-column .responsivetabs{
	width:100%;
}	
}
/*--- *** --- *** --- *** END RES STORY CSS *** --- *** --- *** ---*/

/*--- *** --- *** --- *** RES ADS CSS *** --- *** --- *** ---*/
#superleader-ad {
	display: block;	
}
#story-top-ad {
	padding: 80px 0 8px 0;
}/*added on 5-2 by DEREK*/
#story-top-ad #superleader-ad {
	width: 970px;
	margin: 0 auto;	
}/*added on 5-2 by DEREK*/

#top-ad {
	display: none;
}
#holder-story-ad {
    margin-top: 50px;
    height: 250px;
}

@media (max-width: 1279px) {
	#superleader-ad {
 -webkit-transform: scale(.99);
 transform: scale(.99);
 max-width: 970px;
 margin-left: -5px;
	}
	#holder-story-ad {
	    width: 300px;
	    margin: 0 auto;
	    margin-top: 50px;
	}
}

@media (max-width: 1023px) {
	#story-top-ad #superleader-ad {
 -webkit-transform: scale(.751);
 transform: scale(.751);
 width: 980px;
 margin-left: -122px;
 display: block !important;
	}
}

@media (max-width: 767px) {
	.section-2 {
 height: 51px;
 padding: 0;
	}
	#bot-ad {
 width: 480px;
 	}	
	#top-ad {
 display: none;
	}
	#story-top-ad #superleader-ad {
 -webkit-transform: scale(.495);
 transform: scale(.495);
 width: 970px;
 margin-left: -245px;
 margin-top: -18px;

	}
	#bot-ad {
 -webkit-transform: scale(.66);
 transform: scale(.66);
 width: 728px;
 margin-left: -124px;
	}
}

@media (max-width: 479px) {
	.section-2 {
 display: none;
	}
	#story-top-ad {
 display: none;
	}
	#bot-ad {
 -webkit-transform: scale(.44);
 transform: scale(.44);
 width: 728px;
 margin-left: -204px;
 margin-top: -20px;
 margin-bottom: -20px;
	}
    #superleader-ad {
        /*-webkit-transform: scale(.323);
        transform: scale(.323);
        margin-left: -325px; REMOVED 5-5 STAN */

    }/*added on 5-1 by DEREK  */
}

/*--- *** --- *** --- *** END RES ADS CSS *** --- *** --- *** ---*/

/* coaching staff pages */

@media (max-width:480px) {
#coachStaff td {display:block;width:100%;text-align:center;}
}	


/* $$$ END MASTER $$$ */
