/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONT FOR LANDING PAGES */
@font-face {
    font-family: 'scrantonregular';
    src: url('scranton-webfont.eot');
    src: url('scranton-webfont.eot?#iefix') format('embedded-opentype'),
         url('scranton-webfont.woff2') format('woff2'),
         url('scranton-webfont.woff') format('woff'),
         url('scranton-webfont.ttf') format('truetype'),
         url('scranton-webfont.svg#scrantonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('montserrat-regular-webfont.eot');
    src: url('montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('montserrat-regular-webfont.woff') format('woff'),
         url('montserrat-regular-webfont.ttf') format('truetype'),
         url('montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('Montserrat-Bold-webfont.eot');
    src: url('Montserrat-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Montserrat-Bold-webfont.woff') format('woff'),
         url('Montserrat-Bold-webfont.ttf') format('truetype'),
         url('Montserrat-Bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* WEB FONTS FOR THE INTERNAL PAGES */
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#ba0c2f !important }

body { position:relative; font-family:'open_sansregular', arial; font-size:14px; line-height:1.5; background:#000; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body { font-family:'montserratregular', arial }

a { color:#ba0c2f; text-decoration:none }
a:hover { text-decoration:underline }

h1,h2,h3,h4,h5,h6,b,strong { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#ba0c2f }
h2 { font-size:21px; color:#ba0c2f }
h3 { font-size:18px }
h4 { font-size:16px }
h5 { font-size:14px }
h6 { font-size:13px }

.mainbody { padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.select-dropdown { position:relative; min-width:150px; max-width:300px; font-family:arial; background:#fff; margin-bottom:10px; border:1px solid #000; z-index:2 }
.select-dropdown > .selection { display:block; position:relative; text-decoration:none }
.select-dropdown > .selection span { display:block; padding:0 10px; margin-right:30px; line-height:30px; text-decoration:none }
.select-dropdown > .selection:after { content:""; display:block; width:0; height:0; position:absolute; right:10px; top:50%; margin-top:-3px; border-style:solid; border-width:6px 6px 0; border-color:#333 transparent transparent  }
.select-dropdown.active > .selection:after { border-color:transparent transparent #333; border-width:0 6px 6px }
.select-dropdown ul, 
.select-dropdown li { margin:0; padding:0; list-style:none }
.select-dropdown ul { display:none; position:absolute; left:-1px; right:-1px; top:30px; max-height:200px; padding:10px; overflow:auto; background:#000; background:rgba(0,0,0,0.8); border-radius:0 0 5px 5px }
.select-dropdown.active ul { display:block; }
.select-dropdown li { display:block;height:25px; line-height:25px; color:#fff; position:relative; cursor:pointer } 
.select-dropdown li.selected { display:none }

.site-footer { padding:33px 0 10px; text-align:center }
.site-footer > .container { position:relative; max-width:1135px; margin:0 auto }
.footer-logos { display:inline-block; vertical-align:top }
.footer-logos ul { margin:0 }
.footer-logos li { float:left; list-style:none; margin-left:30px }
.footer-logos li:first-child { margin-left:0 }
.footer-logos li:nth-child(3) { position:absolute; right:0 }
.footer-text { max-width:739px; margin:34px auto 0; font-size:15px; line-height:1.2; color:#646464 }

/* SLIDER */
.slider-wrapper { position:relative }
.slider-wrapper .slider { position:relative; overflow:hidden }
.slider-wrapper .items { position:relative; width:2000% }
.slider-wrapper .item { float:left; width:5% }
.slider-wrapper .content { display:block; position:relative }
.slider-wrapper .content img { width:100%; vertical-align:top }
.slider-wrapper .content .photo { position:relative; padding-top:65.068%; overflow:hidden }
.slider-wrapper .content .photo img { position:absolute; left:0; top:0; width:100%; min-height:100% }
.slider-wrapper  span{ position: absolute; color: #fff; bottom: 0; left: 0; right: 0; padding:10px 25px; background: rgba(0,0,0,0.8); text-transform: uppercase; text-align:center }
.slider-wrapper .next, 
.slider-wrapper .prev { position:absolute; display:block; left:0; bottom:0; width:60px; height:64px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -856px 0 }
.slider-wrapper .next { left:auto; right:0; width:55px; background-position:-920px 0 }

/* CAROUSEL */
.j-carousel .seats:before,
.j-carousel .seats:after { content: " "; display:table }
.j-carousel .seats:after { clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:43%; position:relative; overflow:hidden }
.j-carousel .media-box img:first-child,
.j-carousel .media-box a img { display:block; width:100% !important; height:auto !important; position:absolute; left:0; top:0 }
.touch .j-carousel .close-player { display:block !important }

/* ANIMATION # 1 */
.j-carousel1 { position:relative; z-index:1 }
.j-carousel1 .seats { padding-top:43%; position:relative; overflow:hidden } 
.j-carousel1 .seat { width:100%; position:absolute; left:0; top:0; display:none }

/* ANIMATION # 2 */
.j-carousel2 { position:relative; z-index:1 }
.j-carousel2 .seat { position:relative; display:none; overflow:hidden }

/* ANIMATION # 3 */
.j-carousel3 { position:relative; z-index:1; overflow:hidden }
.j-carousel3 .seats { width:800%; position:relative }
.j-carousel3 .seat { width:12.5%; float:left; position:relative }

/* AOTW */
.aotw { height:300px; padding:10px; background:#eee }
.aotw .athlete { margin-top:10px }
.aotw .athlete:first-child { margin-top:0 }
.aotw .thumb { float:left; margin:0 10px 0 0; border:3px solid #555 }
.aotw .thumb img { vertical-align:top }
.aotw .title { display:block; margin-bottom:10px }
.aotw .title span { display:block; margin-top:5px; font-size:12px; color:#ba0c2f }
.aotw .title span:first-child { font-size:18px; text-transform:uppercase; color:#3d3d3d }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#ba0c2f; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#ba0c2f; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#ba0c2f }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#ba0c2f; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#8f0924 }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/header_tablet.png) no-repeat 50% 50% }

.site-footer { padding:30px 0 }
.footer-logos li:nth-child(3) { position:relative }

.box-hdr { height:20px; line-height:20px; margin-bottom:0; padding:5px 10px; border-bottom:5px solid #3d3d3d; font-size:14px; font-family:'montserratregular',arial; font-weight:normal; text-transform:uppercase; background:#ba0c2f; color:#fff }

.mobile-menu-bar { display:block; padding:5px; background:#3d3d3d }
.mobile-menu-bar ul { list-style:none; padding:0; margin:0 }
.mobile-menu-bar > ul { float:right }
.mobile-menu-bar li { float:left; margin-left:5px }
.mobile-menu-bar li a { display:block; height:35px; padding: 0 10px; text-align:center; font-size:14px; line-height:35px; color:#444; text-transform:uppercase; text-decoration:none; white-space:nowrap; color:#fff; border-radius:3px }
.no-touch .mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { background:#ba0c2f; color:#fff; text-decoration:none } 

.search-bar { display:none; width:100%; padding:10px; position:relative; background:#CCC; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar.active { display:block }
.search-bar input[type="text"] { width:100%; height:25px; padding:0 30px 0 10px; border:none; background:#F5F5F5; box-shadow:0 0 3px #999; border-radius:3px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:30px; height:23px; border:none; overflow:hidden; background:none; position:absolute; right:10px; top:10px; border-radius:0 3px 3px 0 }
.search-bar .submit span { display:none }
.search-bar .submit i:before { display:block; width:100%; height:23px; line-height:25px; text-align:center; color:#333; margin:0 }

.dropnav { display:none; font-family:'montserratregular', arial; background:#333 }
.dropnav.active { display:block }
.dropnav .nav > .submenu { display:none }
.dropnav .nav > a,
.dropnav .submenu a { display:block; padding:0 10px; height:34px; line-height:34px; color:#fff; text-decoration:none; position:relative }
.dropnav .submenu .has-submenu > a { color:#fff; text-transform:none; background:#000 }
.dropnav li { border-bottom: solid 1px #292929; border-top: 1px solid #434343 }
.dropnav .submenu.level1 li { border-top:solid 1px #363636; border-bottom:solid 1px #494949 }
.dropnav li:first-child { border-top:none !important }
.dropnav li:last-child { border-bottom:none !important }
.dropnav li.active { border-bottom:none !important }
.dropnav .submenu.level1 .has-submenu { border:none !important }
.dropnav .has-submenu.active + li { border-bottom:none !important }
.dropnav .nav.has-submenu > a:after { content:""; width:0; height:0; border-style:solid; border-color:#777 transparent transparent; border-width:0.4em 0.4em 0; position:absolute; right:1em; top:50%; margin-top:-0.2em }
.dropnav .nav.has-submenu.active > a:after { border-color:transparent transparent #fff; border-width:0 0.4em 0.4em }
.dropnav .has-submenu.active > .submenu { display:block; background:#444 }
.dropnav .submenu-title,
.dropnav .submenu .has-submenu > a,
.dropnav .submenu .has-submenu li { display:none }
.dropnav .submenu .has-submenu li:first-child { display:block }

.secondary-nav { font-family:'montserratregular', arial; background:#ba0c2f; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:20px; font-family:'montserratbold', arial; color:#fff; font-weight:normal; text-transform:uppercase }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { display:none; padding:10px; margin:0 10px 10px; background:#000; background:rgba(0,0,0,0.6); border-radius:3px }
.secondary-nav.active > div > ul { display:block }
.secondary-nav h1:after { content:""; width:0; height:0; border-style:solid; border-color:#eee transparent transparent; border-width:8px 8px 0; position:absolute; right:10px; top:50%; margin-top:-4px }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 8px 8px }
.secondary-nav li a { display:block; padding:5px 0; color:#fff; text-transform:none }
.secondary-nav .has-nav > a { display:none }

.j-carousel { background:#444 }
.j-carousel .story-box { padding:10px; font-size:14px; color:#fff }
.j-carousel .title { display:block; font-size:18px; color:#fff; text-shadow:1px 1px #000; text-shadow:1px 1px rgba(0,0,0,0.8) }
.j-carousel .date,
.j-carousel .leadin,
.j-carousel .readmore { display:none}
.j-carousel .controls {  height: 22px; padding:5px; text-align:center;   background: #3d3d3d;}
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:10px; height:10px;  margin: 6px 5px; text-indent:-9999px; background:#fff; cursor:pointer; border-radius:15px }
.j-carousel .control:before { content:""; display:block; position:absolute; left:-4px; right:-4px; top:-4px; bottom:-4px; border:2px solid #fff; border-radius:10px }
.j-carousel .control.active { background:#DE2C33; box-shadow:none }
.j-carousel .control.active:before { border-color:#DE2C33 }
.j-carousel .control .thumb { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; height:30px; line-height:30px; margin-bottom:0; padding:0 10px; border-bottom:5px solid #3d3d3d; text-transform:uppercase; background:#ba0c2f; color:#fff }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { display:block !important }

.social-buttons { padding:0 10px 0 }
.social-buttons ul { margin:0 }
.social-buttons li { display:block; list-style:none; margin-top:5px }
.social-buttons li:first-child { margin-top:0 }
.social-buttons li a { display:block }
.social-buttons li a { display:block; height:30px; line-height:30px; padding:0 0 0 10px; text-transform:uppercase; background:#fff; border-radius:3px }
.social-buttons li a:after { content:"\00bb"; float:right; width:30px; height:30px; font-size:22px; font-family:'berthold_akzidenz_grotesk_bMd', arial; text-align:center; line-height:28px; color:#fff; background:#ba0c2f; border-radius:0 3px 3px 0 }

.aotw { height:auto }

.top-stories { padding:10px }
.top-stories .row { margin-top:10px }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { margin-top:10px; padding:5px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.4);  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .story:first-child { margin-top:0 }
.top-stories .thumb { position:relative }
.top-stories .play-button { position:absolute; left:50%; top:50%; margin-left:-68px; margin-top:-21px; display:block; width:136px; height:42px; text-indent:-9999px; background:url(/info/images/play_btn.png) no-repeat 0 0 }
.top-stories .thumb img { width:100%; vertical-align:top }
.top-stories .details { padding:10px; overflow:hidden }
.top-stories .caption { display:block; padding:3px 5px; font-size:11px; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; right:0; bottom:0  } 
.top-stories .title { display:block; font-size:18px; margin-bottom:5px }
.top-stories .leadin { font-size:13px }
.top-stories .links { padding:5px 0 }
.top-stories .links a span { display:none }
.top-stories .buttons { padding:10px 0; text-align:center; text-transform:uppercase }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; font-size:12px; background:#6f6f6f; color:#fff; border-radius:3px }

.schedule .title { margin-bottom:10px }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { padding:5px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.schedule .table .titles { display:none }
.schedule .team-record .titles  { display:block; color:#fff; overflow:hidden; padding:5px 5px 0 }
.schedule .team-record .item { padding:5px}
.schedule .team-record { text-align:center; margin-bottom:10px; border-top:solid 1px #CCC; border-bottom:solid 1px #CCC }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { width: 23%; text-align:center; color:#fff; margin:0 1%; float:left; background:#333; border-radius:3px }
.schedule .team-record .titles > div { background:#333; color:#fff }
.schedule .opponent { width: 70%; float:left }
.schedule .result { width: 30%; float:right; text-align:right }
.schedule .item { padding:10px }
.schedule .item.even { background-color:#eee }
.schedule .item .data { position:relative }
.schedule .item .data:before,
.schedule .item .data:after { content: " "; display:table }
.schedule .item .data:after { clear:both }
.schedule .item .date { height:25px; line-height:25px; margin:-10px -10px 10px; padding:0 10px; background:#333; color:#fff }     
.schedule .item .time { height:25px; line-height:25px; color:#fff; position:absolute; right:0; top:-10px }    
.schedule .conf-teams-container { width:100% }
.schedule .conf-teams-container .opponent { width:80%; float:left }
.schedule .conf-teams-container .result { width:20%; float:right }
.schedule .more { display:block !important }
.schedule .more strong { font-weight:normal }
.schedule .more a { display:inline-block; vertical-align:top; text-decoration:none }
.schedule .more a:after { content:"\00BB"; padding:0 5px 0 4px }
.schedule .arrow { display:none }

.bios .profile { overflow:hidden; color:#fff; background:#333; position:relative; padding: 10px 10px 10px 110px;}
.bios .icon { position:absolute; right:31px; bottom:-4px }
.bios .images { width: 100px; padding-top:50px; float:left; margin-left: -110px; text-align:center; position:relative }
.bios .photo img { border: 2px solid #333 }
.bios .number { font-size:20px; line-height: 40px; position:absolute; left:5px; right: 5px; top:0; font-weight: bold;}
.bios .texts .name { font-size:1.2em; padding:5px 10px; margin-bottom:10px;background:#333; color:#fff; border-radius:3px }
.bios .data { line-height:20px }
.bios .profile .texts .icon { text-align: right; padding: 0 31px 0 0; position:relative; top:3px }
.bios .details { color:#444; text-align:left; padding:10px; margin:0 }

div[id="results"] .tabs .tab { display:none }
div[id="results"] .panel:before { content:""; display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; color:#FFF; background:#333 }
div[id="results"]  #tab-1:before { content:"Yesterday" }
div[id="results"]  #tab-2:before { content:"Today" }
div[id="results"]  #tab-3:before { content:"Tomorrow" }
div[id="results"] h4 { height:25px; line-height:25px; padding:0 10px; font-weight:normal; margin:0 }
div[id="results"] .event  { padding:10px }
div[id="results"] .date:first-child { background:#000; color:#fff }
div[id="results"] .sport {  background:#333; color:#fff }
div[id="results"] .team-result { float:right }

div[id="headlines"] .new { margin-top:15px; padding:10px; border:1px solid #fff; background:#f5f5f5; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,0.4) }
div[id="headlines"] .new:first-child { margin-top:0 }
div[id="headlines"] .new .links { margin-bottom:5px }
div[id="headlines"] .new .text { display:block; margin-top:5px; font-size:12px; color:#444 }
div[id="headlines"] .new .title a { font-size:16px;  text-transform:uppercase }
  
.site-header .site-logo,
.content-row1 .content-col2,
.content-row3,
[id="page-background"] { display:none }

}

/*----------------------------------------------------------
  ADJUSTMENTS FOR TABLET LANDSCAPE  
  ----------------------------------------------------------*/

@media only screen and (min-width:601px) and (max-width:1023px) {
.top-stories .thumb { width:40%; float:left }
}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:767px) {

.site-header .site-title { margin:0 144px 0 0 }
.site-header .site-title a { height:80px; text-indent:-9999px; background:url(/images/setup/header_mobile_wide.png) no-repeat 5px 50% }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#333 }
.mobile-menu-bar li span { display:none }

}

@media only screen and (max-width:600px) {
  
.top-stories .story { position:relative }
.top-stories .details { padding:10px; background:#000 }
.top-stories .title { color:#fff; margin:0; text-shadow:1px 1px #000; text-shadow:1px 1px rgba(0,0,0,0.8) }
.top-stories .date,
.top-stories .leadin,
.top-stories .links { display:none }

}

/*------------------------------------------------------
  ADJUSTMENTS FOR MOBILE PORTRAIT  
  -------------------------------------------------------*/

@media only screen and (max-width:479px) {
  
.site-header .site-title a { background-position:5px 50%; background-size:93% auto } 
.aotw .thumb { max-width:35% }
.footer-logos li { float:none; margin:20px 0 0 0 }
.footer-logos li:first-child { margin-top:0 }

}

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; z-index:2; overflow:hidden; background:url(/images/setup/v_text.png) no-repeat 50% 739px }

div[id=page-background] { position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; overflow:hidden }
div[id=page-background] > img { width:100%; height:auto }

.wrapper { position:relative; z-index:1; max-width:1205px; margin:0 auto }
.landing .wrapper { padding:0 35px; background:url(/images/setup/body_bg.png) repeat-x; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.body-container { position:relative; z-index:1 }
.mainbody { min-height:500px; padding:10px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; min-height:170px; background:url(/images/setup/header.png) no-repeat 50% 0 }
.site-header > .container { position:relative; max-width:1205px; margin:0 auto }
.site-header .site-title { margin:0 0 0 -101px }
.site-header .site-title a { display:block; height:109px; text-indent:-9999px }
.site-header .site-logo { position:absolute; right:-144px; top:5px; width:281px; height:167px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat }

.mobile-menu-bar, .search-bar, .mobile-content { display:none }

.content-row1 .content-col1 { width:64.317%; float:left; margin-top:31px }
.content-row1 .content-col2 { width:33.920%; float:right; margin-top:5px }
.sport-home .content-row1 .content-col1 { margin-top:26px }
.sport-home .content-row1 .content-col2 { margin-top:0 }

.box-hdr { height:67px; margin:17px 0 0 0; font-size:40px; font-family:'scrantonregular', arial; line-height:70px; text-transform:uppercase; color:#fff }
.content-row3 .box-hdr { margin-top:36px }

/* NAVIGATION */
.dropnav { position:relative; margin-left:-24px; font-family:'montserratregular', arial }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left; position:relative }
.dropnav .nav > a { position:relative; display:block; height:61px; padding:0 14px; font-size:17px; font-family:'scrantonregular', arial; line-height:61px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav:hover > a:before { content:''; position:absolute; left:50%; margin-left:-4px; bottom:0; border-width:0 4px 4px 4px; border-style:solid; border-color:#fff transparent #fff transparent }
.dropnav .nav > .submenu { display:none; position:absolute; left:0; top:61px; width:561px; height:386px; padding:30px 33px; background:url(/images/setup/master_sprite.png) no-repeat -289px 0; white-space:nowrap; border-radius:0 0 5px 5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.dropnav .nav1 > .submenu { left:24px }
.dropnav .nav5 > .submenu,
.dropnav .nav6 > .submenu { left:auto; right:0 }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; font-size:16px; line-height:30px; white-space:nowrap; text-decoration:none; text-transform:uppercase; color:#fff }
.dropnav .submenu a:hover { text-shadow:2px 2px 3px #000; color:#ba0c2f }
.dropnav .submenu .has-submenu > a { font-size:18px; text-transform:uppercase; color:#000; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .submenu .has-submenu { display:block; margin-left:0 }
.dropnav .submenu .has-submenu > a { display:none }
.dropnav .submenu .has-submenu li { display:inline-block; vertical-align:top }
.dropnav .submenu .has-submenu li:first-child { min-width:276px }
.dropnav .submenu .has-submenu li:first-child ~ li a { font-size:14px; text-transform:none; color:#d4d4d4 }
.dropnav .submenu .has-submenu li:first-child ~ li a:hover { color:#ba0c2f }
.dropnav .submenu .has-submenu li:first-child + li ~ li a:before { content:'|'; padding:0 5px 0 2px; color:#d4d4d4 }
.dropnav .submenu a[rel*="wiki-link"] + a { display:none !important }

.secondary-nav { position:relative; z-index:2; padding:26px 0 0 0; font-family:'montserratregular', arial; font-size:12px; text-transform:uppercase; color:#fff }
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; font-family:'scrantonregular', arial; font-size:40px; font-weight:normal; line-height:1 }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:6px }
.secondary-nav li { float:left }
.secondary-nav li a { color:#fff; text-decoration:none }
.secondary-nav li a:hover { color:#ccc; text-decoration:none }
.secondary-nav li:before { content:" "; padding:0 5px }
.secondary-nav li:first-child:before,
.secondary-nav .has-nav li:before { display:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#000; background:rgba(0,0,0,0.8); border-radius:5px 0 }
.secondary-nav .has-nav:hover > ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { display:block; min-width:100px; white-space:nowrap }

.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:30px 10px 10px; color:#fff; text-shadow:1px 1px #000; text-shadow:1px 1px rgba(0,0,0,0.6);
background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c000000', endColorstr='#ff000000')";
}
.j-carousel .title { display:block; font-size:24px; color:#fff }
.j-carousel .date { display:block }
.j-carousel .controls { padding-top:10px }
.j-carousel .control { position:relative; float:left; width:19.2%; margin-left:1%; cursor:pointer }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active:after { content:""; position:absolute; left:0; right:0; bottom:0; width:100%; height:5px; background:#ba0c2f }
.j-carousel .control .thumb { width:100%; vertical-align:top }
 
/* TABS */
.tabs-wrapper ul.tabs { font-size:0; text-align:center }
.tabs-wrapper ul.tabs .tab { float:none; display:inline-block; vertical-align:top; margin-left:60px }
.tabs-wrapper ul.tabs .tab:first-child { margin-left:0 }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; height:58px; line-height:58px; font-size:24px; font-family:'scrantonregular', arial; text-decoration:none; text-transform:uppercase; color:#FFF}
.tabs-wrapper .tab a.active { color:#fff }
.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px }
.tabs-wrapper .pane.active { position:static }
.tabs-wrapper .pane .overflow { height:443px; overflow:hidden }

.top-stories .row { margin-top:11px }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { float:left; position:relative; width:24.271%; margin-left:0.970%; overflow:hidden }
.top-stories .story:first-child { margin-left:0 }
.top-stories .thumb { position:relative; display:block; padding-top:60.363%; overflow:hidden }
.top-stories .thumb img { position:absolute; left:0; top:0; width:100%; min-height:100%; vertical-align:top }
.top-stories .play-button { position:absolute; left:50%; top:50%; margin-left:-68px; margin-top:-21px; display:block; width:136px; height:42px; text-indent:-9999px; background:url(/info/images/play_btn.png) no-repeat 0 0 }
.top-stories .caption { display:block; padding:3px 5px; font-size:11px; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; right:0; bottom:0  } 
.top-stories .details { position:relative; height:121px; padding:0 13px; text-transform:uppercase; background:#3d3d3d }
.top-stories .date { display:block; padding-top:2px; line-height:40px; color:#fff }
.top-stories .title { display:block; height:63px; overflow:hidden; font-size:17px; font-family:'montserratbold', arial; line-height:21px; text-decoration:none; color:#fff }
.top-stories .title:hover { color:#d7d7d7 }
.top-stories .leadin { font-size:13px }
.top-stories .links { display:none; padding:5px 0 }
.top-stories .links a span,
.top-stories .buttons a + a { display:none }
.top-stories .buttons { margin-top:20px; text-align:center; text-transform:uppercase }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; background:#383838; color:#fff; border-radius:3px }

/* SCOREBOARD */
.scoreboard-slider { position:relative; padding:18px 0 17px }
.scoreboard-slider:before { content:''; position:absolute; display:block; left:-18px; top:0; right:-18px; bottom:0; background:url(/images/setup/event_slider_bg.png) repeat-x }
.scoreboard-slider .no-events { text-align:center; color:#fff; font-size:12px; line-height:202px; text-transform:uppercase }
.scoreboard-slider .slider { width:100%; overflow:hidden; position:relative; margin:0 auto }
.scoreboard-slider .slides { width:50000%; position:relative }
.scoreboard-slider .slide { width:0.2%; float:left }
.scoreboard-slider .event-box { width:24.271%; min-height:202px; position:relative; overflow:hidden; color:#000; float:left; margin-left:0.970%; text-transform:uppercase; line-height:1.4; background:#d7d7d7 }
.scoreboard-slider .event-box:first-child { margin-left:0 }
.scoreboard-slider .event .no-event { color:#004278; line-height:202px; text-transform:uppercase }
.scoreboard-slider .event .date { height:41px; padding:0 13px; font-size:16px; font-family:'montserratbold', arial; line-height:41px; text-transform:uppercase; color:#fff; background:#ba0c2f }
.scoreboard-slider .event .status { position:absolute; right:0; top:0; padding:0 10px; font-size:12px; line-height:41px; color:#fff }
.scoreboard-slider .event .sport { background:#fff }
.scoreboard-slider .event .sport a { display:block; padding-top:5px; font-size:15px; color:#ba0c2f; text-align:center }
.scoreboard-slider .event .team { display:block; padding:2px 10px; font-size:13px; background:#fff }
.scoreboard-slider .event .team .score { float:right }
.scoreboard-slider .event .notes { display:block; height:46px; padding:0 13px; overflow:hidden; font-size:12px; line-height:46px; text-overflow:ellipsis; white-space:nowrap; color:#848484 }
.scoreboard-slider .event .links { position:absolute; left:0; right:0; bottom:0; height:29px; padding:0 13px; line-height:29px; background:#000 }
.scoreboard-slider .event .links a { margin-right:5px; font-size:13px; text-decoration:none; color:#ba0c2f }
.scoreboard-slider .event .links a:hover { color:#fff }
.scoreboard-slider .event .links a:before { margin-left:4px }
.scoreboard-slider .event .links a:first-child:before { margin-left:0 }
.scoreboard-slider .event .links span,
.scoreboard-slider .event .neutral-site { display:none }
.scoreboard-slider .event .result { float:right; margin-top:5px; padding-left:10px; font-size:13px }
.scoreboard-slider .next, 
.scoreboard-slider .prev { position:absolute; left:-52px; top:50%; margin-top:-10px; width:20px; height:20px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -977px -3px }
.scoreboard-slider .next { left:auto; right:-52px; background-position:-1001px -3px }
.scoreboard-slider .next.disabled, 
.scoreboard-slider .prev.disabled,
.scoreboard-slider .full-schedule-btn { display:none }

@media screen and (max-width:2000px) { 
  
div[id=page-background] > img { position:absolute; left:50%; margin-left:-1000px; min-width:2000px }

}

@media only screen and (min-width:1024px) and (max-width:1465px) {
  
.site-header { min-height:115px; background:none }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/header_tablet.png) no-repeat 50% 0 }
.site-header .site-logo { display:none }
  
.dropnav { position:relative; margin-left:0; font-family:'montserratregular', arial; text-align:center }
.dropnav > ul { display:inline-block; vertical-align:top; text-align:left }
.dropnav .nav > a { position:relative; display:block; height:61px; padding:0 15px; font-size:20px; font-family:'scrantonregular', arial; line-height:61px; text-decoration:none; color:#fff; text-transform:uppercase }
  
.scoreboard-slider .next, 
.scoreboard-slider .prev { left:10px; opacity:0.2 }
.scoreboard-slider .next { left:auto; right:10px }
.scoreboard-slider .next:hover, 
.scoreboard-slider .prev:hover { opacity:1 }
  
.footer-logos li:nth-child(3) { right:20px }
  
}