/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */


@font-face {
    font-family: 'titillium';
    src: url('titillium-bold-webfont.eot');
    src: url('titillium-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('titillium-bold-webfont.woff2') format('woff2'),
         url('titillium-bold-webfont.woff') format('woff'),
         url('titillium-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Black-webfont.eot');
    src: url('Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Black-webfont.woff') format('woff'),
         url('Roboto-Black-webfont.ttf') format('truetype'),
         url('Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'robotob';
    src: url('Roboto-Bold-webfont.eot');
    src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Bold-webfont.woff') format('woff'),
         url('Roboto-Bold-webfont.ttf') format('truetype'),
         url('Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Light-webfont.eot');
    src: url('Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Light-webfont.woff') format('woff'),
         url('Roboto-Light-webfont.ttf') format('truetype'),
         url('Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'cantarell';
    src: url('Cantarell-Regular-webfont.eot');
    src: url('Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cantarell-Regular-webfont.woff') format('woff'),
         url('Cantarell-Regular-webfont.ttf') format('truetype'),
         url('Cantarell-Regular-webfont.svg#cantarellregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'cantarell';
    src: url('Cantarell-Bold-webfont.eot');
    src: url('Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Cantarell-Bold-webfont.woff') format('woff'),
         url('Cantarell-Bold-webfont.ttf') format('truetype'),
         url('Cantarell-Bold-webfont.svg#cantarellbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'battlestar';
    src: url('battlest-webfont.eot');
    src: url('battlest-webfont.eot?#iefix') format('embedded-opentype'),
         url('battlest-webfont.woff2') format('woff2'),
         url('battlest-webfont.woff') format('woff'),
         url('battlest-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#9d1535 !important }

body { font-family:'roboto', arial; font-size:14px; line-height:1.5; background:#000; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

a { color:#9b1d22; text-decoration:none }
a:hover { color:#233a75; text-decoration:underline }

h1,h2,h3,h4,h5,h6 { line-height:1.3 }

h1 { font-size:34px }
h2 { font-size:30px }
h3 { font-size:26px }
h4 { font-size:22px }
h5 { font-size:18px }
h6 { font-size:16px }

.wrapper { max-width:1204px; margin:0 auto }
.mainbody { padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }


.navbar-image ul { list-style:none; padding:0; margin:0 }
.navbar-image li img { vertical-align:middle }

.sect-hdr { position:absolute; left:-9999px }
.site-footer { padding:30px 0; text-align:center }
.site-footer .footer-logos { margin-bottom:50px }
.site-footer .footer-logos li { display:inline-block; vertical-align:middle; margin:0 10px }
.site-footer .footer-text { margin-top:20px; font-weight:700; text-transform:uppercase; color:#fff }


/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:58%; 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 # 3 */
.j-carousel { position:relative; z-index:1 }
.j-carousel .feed { position:relative; overflow:hidden }
.j-carousel .seats { width:800%; position:relative }
.j-carousel .seat { width:12.5%; float:left; position:relative }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:15px; position:relative; background:#fff; overflow:hidden; border-radius:3px; box-shadow:0 0 10px rgba(0,0,0,0.5) inset }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date  { display:block; margin-bottom:5px; border-bottom:3px solid #233a75; font-size:16px; line-height:30px; text-transform:uppercase; color:#233a75 }
.schedule-boxscore .sport { font-size:20px; color:#233a75 }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#9b1d22 }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team { font-size:16px }
.schedule-boxscore .team .result { color:#9b1d22 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:12px; color:#a0a0a0 }

/* TABS */
.tabs-wrapper .tab_title { display:none }
.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[id="tm-tabs"] .tabs { padding-left:165px; margin-bottom:3px; background:#9d1535  }
.tabs-wrapper[id="tm-tabs"] .tab a { display:block; height:39px; font-size:14px; font-family:'titillium', arial; line-height:39px; padding:0 20px; text-transform:uppercase; background:#9D1535; color:#fff }
.tabs-wrapper[id="tm-tabs"] .tab a.active { background: #fff;color: #9b1d22;}
/*.tabs-wrapper[id="tm-tabs"] .tab a:hover { color:#9b1d22; text-decoration:none }*/
.tabs-wrapper[id="tm-tabs"] .pane > .overflow { height:620px; overflow:auto }
.tabs-wrapper[id="tm-tabs"] .pane1 > .overflow { height:auto; overflow:visible }

.social-tabs { position:relative; z-index:1 }
.social-tabs ul.tabs { position:absolute; right:0; top:29px; z-index:2 }
.social-tabs .tab a { position:relative; display:block; width:66px; height:48px; line-height:48px; text-indent:-9999px; text-decoration:none; color:#fff; background:#444 }
.social-tabs .tab a.active { color:#444; background:#fff }
.social-tabs .tab a:before { position:absolute; left:0; right:0; top:0; font-family:"GlyphIcons"; font-style:normal; font-weight:normal; font-size:26px; speak:none; text-align:center; text-indent:0; text-decoration:inherit; text-align:center; font-variant:normal; text-transform:none }
.social-tabs .tab a[href*="twitter"]:before { content:"\e81d" }
.social-tabs .tab a[href*="facebook"]:before { content:"\e81b" }
.social-tabs .tab a[href*="instagram"]:before { content:"\e81f" }
.social-tabs .tab_title.active { position:absolute; left:0; top:42px; display:block; padding:0 10px; font-family:'titillium', arial; font-size:30px; text-transform:uppercase; color:#fff; line-height:48px }
.social-tabs .pane { background:#fff }
.social-tabs .pane .overflow { height:400px; padding:10px; overflow:auto }

.graphic-buttons { position:relative; padding:10px 0; border:solid 3px #A22137; background:#7B7B7B; text-align:center }
.graphic-buttons ul { margin:0; list-style:none; font-size:0 }
.graphic-buttons li { display:inline-block; vertical-align:top; margin:4px 4px }
.graphic-buttons li a { display:block; text-indent:-9999px; width:172px; height:109px; border:solid 8px #343434; background:url(/images/setup/master_sprite.png) no-repeat }
.graphic-buttons li:nth-child(1) a { background-position:-9px -209px }
.graphic-buttons li:nth-child(2) a { background-position:-199px -209px }
.graphic-buttons li:nth-child(3) a { background-position:-389px -209px }
.graphic-buttons li:nth-child(4) a { background-position:-579px -209px }
.graphic-buttons li:nth-child(5) a { background-position:-769px -209px }
.graphic-buttons li:nth-child(6) a { background-position:-959px -209px }
.graphic-buttons li a:hover { border-color:#fff }
.graphic-buttons li:nth-child(1) a:hover { background-position:-9px -338px }
.graphic-buttons li:nth-child(2) a:hover { background-position:-199px -338px }
.graphic-buttons li:nth-child(3) a:hover { background-position:-389px -338px }
.graphic-buttons li:nth-child(4) a:hover { background-position:-579px -338px }
.graphic-buttons li:nth-child(5) a:hover { background-position:-769px -338px }
.graphic-buttons li:nth-child(6) a:hover { background-position:-959px -338px }

/* YOUTUBE */
.youtube-wrapper { height:662px; padding-right:350px; position:relative; font-family:'cantarell', arial; background:#484848 }
.youtube-wrapper .player { padding:10px; background:#313131; color:#FFF; position:relative }
.youtube-wrapper .video-info {height:45px; padding:15px; font-size:20px; font-weight:700; text-transform:uppercase; color:#fff }
.youtube-wrapper .playlist { width:350px; background:#000; position:absolute; top:0; right:0; bottom:0 }
.youtube-wrapper .playlist .overflow { position:absolute; right:10px; top:10px; bottom:10px; left:10px; background:#9d1535; overflow:auto; padding:10px  }
.youtube-wrapper .playlist ul { list-style:none; padding:0; margin:0 }
.youtube-wrapper .playlist li { margin-bottom:10px; cursor:pointer }
.youtube-wrapper .playlist li.active { background:rgba(0,0,0,0.6) }
.youtube-wrapper .playlist img { width:95px; height:58px; float:left; margin-right:10px }
.youtube-wrapper .playlist li > div { padding:5px 0; overflow:hidden }
.youtube-wrapper .playlist li > div a { display:block; color:#fff; font-size:11px; line-height:1.2; font-weight:700 }

/* SLIDER */
.slider-wrapper { position:relative }
.slider-wrapper .slider { position:relative; overflow:hidden }
.slider-wrapper .items { position:relative; width:50000% }
.slider-wrapper .item { float:left; width:0.2% }
.slider-wrapper .image { display:block }
.slider-wrapper .image img { width:100%; vertical-align:top }
.slider-wrapper .image span { display:none }
.slider-wrapper .prev,
.slider-wrapper .next { display:block; position:absolute; left:-27px; top:50%; margin-top:-29px; width:32px; height:58px; z-index: 1; text-indent:-9999px; cursor:pointer; background:url(/images/setup/master_sprite.png) no-repeat -1426px 0; border:none }
.slider-wrapper .next { left:auto; right:-27px; background-position:-1458px 0 }
.slider-wrapper .pp { position:absolute; left:0; top:0; z-index:1; width:30px; height:30px; font-family:'glyphicons'; text-align:center; border:none; cursor:pointer; overflow:hidden; color:#fff; background:rgba(0,0,0,0.8) }
.slider-wrapper .pp:before { content:'\e80b'; display:block; font-size:20px; line-height:30px }
.slider-wrapper .pp.play:before { content:'\e80a' }


/* AOTW */
.sect-potw .sect-hdr { position:static; margin:0; height:26px; padding-top:51px; border-bottom:7px solid #fff; font-family:'titillium', arial; font-size:30px; line-height:30px; text-transform:uppercase; text-align:center; color:#fff; background:url(/images/setup/master_sprite.png) no-repeat -1574px 0 #9d1535 }
.sect-potw .sect-hdr span { font-size:20px }
.aotw-slider { background:#343434 }
.aotw-slider .athlete { margin-top:15px; background:#fff }
.aotw-slider .athlete:first-child { margin-top:0 }
.aotw-slider .thumb { float:left; width:150px; border-right:10px solid #343434 }
.aotw-slider .thumb img { width:100%; vertical-align:top }
.aotw-slider .info { font-family:'titillium', arial; text-align:center; text-transform:uppercase; background:#fff; overflow:hidden }
.aotw-slider .title { display:block; padding:10px; margin-bottom:10px; text-decoration:none; color:#fff; background:#343434 }
.aotw-slider .title span { display:block; font-size:12px; color:#a32136 }
.aotw-slider .title span:first-child { font-size:18px; text-transform:uppercase; color:#fff }
.aotw-slider .prev,
.aotw-slider .next { display:block; position:absolute; left:128px; top:50%; margin-top:-27px; width:27px; height:55px; background:url(/images/setup/master_sprite.png) no-repeat -1365px 0 }
.aotw-slider .next { left:155px; background-position:-1393px 0  }

.sect-special-events .sect-hdr { position:static; margin:0; height:26px; padding-top:51px; border-bottom:7px solid #fff; font-family:'titillium', arial; font-size:30px; line-height:30px; text-transform:uppercase; text-align:center; color:#fff; background:url(/images/setup/master_sprite.png) no-repeat -1574px 0 #9d1535 }
.special-events-slider { color:#a6abb1; background:#343434 }
.special-events-slider .story { position:relative }
.special-events-slider .story .thumb img { width:100%; vertical-align:middle }
.special-events-slider .story .info { min-height:92px; padding:20px 20px 80px 20px; text-align:center }
.special-events-slider .story .date { display:block }
.special-events-slider .story .title { font-family:'titillium', arial; font-size:20px; font-weight:700; text-transform:uppercase; text-decoration:none; color:#fff }
.special-events-slider .story .readmore { position:absolute; left:0; right:0; bottom:0; height:60px; font-size:18px; font-weight:700; line-height:60px; text-transform:uppercase; color:#343434; background:#b1b4b3 }
.special-events-slider .prev,
.special-events-slider .next { display:block; position:absolute; left:50%; bottom:45px; margin-left:-27px; width:27px; height:55px; background:url(/images/setup/master_sprite.png) no-repeat -1365px 0 }
.special-events-slider .next { margin-left:0; background-position:-1393px 0  }

.content-row1 .special-events-slider .story .readmore { display: none; }
.content-row1 .special-events-slider .story .info { padding: 20px 20px 15px 20px; }
.content-row1 .special-events-slider .prev,.content-row1 .special-events-slider .next { display: none; }
.content-row1 .sect-special-events .sect-hdr { line-height: 20px; }

.content-row1 .team-standings .conf-col {color: #000 !important;}
.content-row1 .team-standings .page-title, 
.content-row1 .team-standings th, 
.content-row1 .team-standings td { color: #fff; }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#9d1535; color:#fff }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#9d1535; color:#fff }
.roster .roster-header a { color:#fff }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* SCHEDULE */
.schedule-list table th { background-color:#9d1535; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#9d1535 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#9d1535; color:#fff }
.bio-wrap .head a { color:#fff }

/* COACH BIO */
.coach-bio .info { width:65% }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

html { position:relative }

.page { position:relative; z-index:2; padding-bottom:700px; background:url(/images/setup/page_bg_bottom.jpg) no-repeat 50% 100%  }
.page-backgrounds { position:absolute; left:0; right:0; top:0; bottom:0; background:no-repeat 50% 0; background-size:2000px auto }

.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; height:168px; margin-bottom:20px }
.site-header .site-title { position:relative; z-index:1; margin:0; padding-top:15px }
.site-header .site-title a { display:block; width:1193px; height:179px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat 0 0  }

.mobile-menu-bar, .search-bar { display:none }

.content-row { margin-top:10px }
.content-row1 { margin-top:0 }
.content-row1 .content-col1 { width:74%; float:left }
.content-row1 .content-col2 { width:25%; float: right;}
.content-row3 .content-col { width:32%; margin-left:2%; float:left }
.content-row3 .content-col1 { margin-left:0 }

/* NAVIGATION */
.dropnav { position:absolute; left:90px; right:0; top:117px; padding-left:90px; border-top:3px solid #fff; background:#646464 }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left; position:relative; z-index:1; margin:0 10px }
.dropnav .nav > a { display:block; height:48px; padding:0 10px; font-family:'titillium', arial; font-size:16px; font-weight:700; line-height:48px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav:hover > a:after { content:''; position:absolute; left:0; right:0; bottom:0; height:5px; background:#959a9f }
.dropnav .nav > .submenu { display:none; position:absolute; left:0; top:48px; min-width:200px; padding:20px; font-family:'cantarell', arial; font-weight:700; text-transform:uppercase; background:rgba(31,27,27,0.9); white-space:nowrap }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:inline-block; color:#fff; font-weight:700; line-height:1.6; text-decoration:none }
.dropnav .submenu a:hover { color:#af2323 }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top; margin-right:20px }
.dropnav .submenu.level1 > ul > .has-submenu > a { margin-bottom:5px; font-family:'titillium', arial; font-size:19px; text-transform:uppercase; cursor:default }
.dropnav .submenu.level2 .submenu,
.dropnav .submenu.level2 ul,
.dropnav .submenu.level2 li { display:inline-block; vertical-align:top }
.dropnav .submenu.level2 a { font-size:11px; text-transform:none; color:#999 }
.dropnav .submenu.level2 a:hover { color:#fff }
.dropnav .submenu.level2 .has-submenu { display:block }
.dropnav .submenu.level2 .has-submenu > a { font-size:13px; min-width:140px; color:#fff; text-transform:uppercase }
.dropnav .submenu.level2 .has-submenu > a:hover { color:#af2323 }
.dropnav .submenu.level2 .has-submenu li:nth-child(-n+2):after { content:'|'; display:inline-block; vertical-align:top; padding-left:4px; color:#777 }
.dropnav .submenu.level2 a[rel="wiki-link"] + a { display:none !important }

.secondary-nav { position:relative; z-index:2; height:36px; padding:0 20px; border:2px solid #fff; margin-bottom:20px; line-height:36px; font-family:'titillium', arial; text-transform:uppercase; color:#fff; background:rgba(31,27,27,0.6) }
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; font-size:24px  }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; }
.secondary-nav li { display:inline-block; vertical-align:top; margin:0 5px }
.secondary-nav li a { color:#fff; font-size:15px; font-weight:700; text-transform:uppercase; text-decoration:none }
.secondary-nav .has-nav > ul{ display:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav:hover > ul { display:block; position:absolute; left:0; padding:10px; background:#000; box-shadow:0 0 5px }
.secondary-nav .has-nav li { display:block }
.secondary-nav .has-nav li a { display:block; padding:0; white-space:nowrap; font-size:13px; line-height:1.5 }

.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:20px 10px; font-family:'titillium', arial; color:#fff; background:rgba(0,0,0,0.8) }
.j-carousel .title { display:block; font-family:'titillium', arial; font-size:28px; color:#fff; font-weight:700; text-transform:uppercase }
.j-carousel .title:hover { color:#9D1535 }
.j-carousel .date { font-size:13px; display:block }
.j-carousel .leadin { font-size:13px; color:#fff }
.j-carousel .controls { margin:3px 0 0 -3px }
.j-carousel .control { position:relative; float:left; width:20%; cursor:pointer; overflow:hidden }
.j-carousel .control.active:after { content:""; position:absolute; left:3px; right:0; bottom:0; top:0; border:5px solid #9D1535 }
.j-carousel .control .thumb { width:100%; padding-left:3px; vertical-align:top }
.j-carousel .readmore { font-size:13px; text-transform:uppercase; color:#9D1535 }
 
.top-stories .row { margin-top:5px; font-family:'titillium', arial }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { padding:10px 10px 10px 210px; position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; background:#fff }
.top-stories .thumb { width:190px; float:left; margin-left:-200px; box-shadow:0 2px 2px rgba(0,0,0,0.4); position:relative }
.top-stories .thumb img { vertical-align:top }
.top-stories .date { font-size:13px; }
.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:none; 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:16px; font-family:'titillium', arial; text-transform:uppercase; margin-bottom:5px }
.top-stories .leadin { font-size:13px; font-family:'titillium', arial; color:#000 }
.top-stories .links { margin-top:5px; padding:5px 10px }
.top-stories .links a span,
.top-stories .buttons a + a { display:none }
.top-stories .buttons { margin-top:10px; text-align:center }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; background:#9e4f00; color:#fff; border-radius:3px }


/* SCOREBOARD */
.scoreboard-slider { position:relative; margin-bottom:20px;  font-family:'titillium', arial; font-weight:700 }
.scoreboard-slider .slider { position:relative; width:100%; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:50000% }
.scoreboard-slider .slide { width:0.2%; float:left }
.scoreboard-slider .event-box { float:left; width:19.2%; margin-left:1%; color:#fff; background:#000 }
.scoreboard-slider .event-box:first-child { margin-left:0 }
.scoreboard-slider .event { position:relative; padding:25px 0 30px; border:5px solid #3e3e3e; text-align:center }
.scoreboard-slider .event .no-event { display:block; min-height:90px; text-align:center }
.scoreboard-slider .event .sport { position:absolute; left:0; right:0; top:0; height:25px; line-height:25px; text-transform:uppercase; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; background:#646464 }
.scoreboard-slider .event .sport a { color:#fff }
.scoreboard-slider .event .date { padding-right:50%; line-height:19px; font-size:11px; text-transform:uppercase; background:#9d1535 }
.scoreboard-slider .event .date span:first-child { display:none }
.scoreboard-slider .event .opponent { min-height:50px; padding:10px; font-family:'cantarell', arial; font-size:12px; text-transform:uppercase }
.scoreboard-slider .event .opponent .result { display:block }
.scoreboard-slider .event .status { position:absolute; right:0; left:50%; top:25px; line-height:19px; font-size:11px; text-transform:uppercase; }
.scoreboard-slider .event .neutralsite-notes { display:none }
.scoreboard-slider .event .links { position:absolute; left:0; right:0; bottom:0; height:30px; line-height:30px; color:#9d1535; background:#fff }
.scoreboard-slider .event .links a { color:#000 }
.scoreboard-slider .prev,
.scoreboard-slider .next { display:block; position:absolute; left:-27px; top:50%; margin-top:-29px; width:32px; height:58px; text-indent:-9999px; cursor:pointer; background:url(/images/setup/master_sprite.png) no-repeat -1426px 0 }
.scoreboard-slider .next { left:auto; right:-27px; background-position:-1458px 0 }
.scoreboard-slider .full-schedule-btn { display:none }

.tabs-wrapper.social-tabs .panes { position:relative; padding-top:77px }
.tabs-wrapper.social-tabs .panes:before { content:''; height:77px; position:absolute; left:0; right:0; top:0; background:url(/images/setup/master_sprite.png) no-repeat -1574px 0 #9d1535 }


.main-tabs { position:relative; z-index:1 }
.main-tabs ul.tabs { position:absolute; right:0; top:0; z-index:3 }
.main-tabs .tab a { display:block; height:26px; padding:0 10px; font-size:12px; font-weight:700; line-height:26px; color:#fff; background:#121212 }
.main-tabs .tab a.active { background:#b1b4b3 }
.main-tabs .tab_title.active { position:absolute; right:0; top:30px; z-index:2; display:block; width:320px; padding:0 20px; font-family:'titillium', arial; font-size:30px; text-transform:uppercase; color:#fff; line-height:48px }
.main-tabs .panes { padding:0 }
.main-tabs .panes:before { left:auto; right:0; z-index:2; width:360px }
.main-tabs .pane .overflow { min-height:300px }

.site-header .social-links { position:absolute; right:0 ; top:84px; z-index: 1; }
.site-header .social-links ul { list-style:none; margin:0; padding:0;  }
.site-header .social-links li { display:inline-block; vertical-align: top; }
.site-header .social-links li a { display:block; width:1em; font-size:16px; padding:7px; line-height:1; border-radius:5px; color:#fff; background:#9D2B35; border:1px solid #eee }
.site-header .social-links li a:hover { background:#fff; color:#9D2B35 }
.site-header .social-links li a .text { position:absolute; left:-9999px }

}

@media only screen and (min-width:1024px) and (max-width:1200px) {

.site-header .site-title { padding-top:0 }
.site-header .site-title a { float:right; width:auto; height:auto; padding:25px 50px; font-family:'battlestar', arial; font-size:60px; font-weight:400; text-decoration:none; text-transform:uppercase; text-indent:0; color:#fff; background:none }
.site-header .site-title a:before { content:''; position:absolute; left:10px; top:10px; display:block; width:185px; height:179px; background:url(/images/setup/master_sprite.png) no-repeat 0 0 }

.dropnav { left:0; padding:0 0 0 190px }
.dropnav .nav { margin:0 5px }
.dropnav .nav > a { padding:0 5px; font-size:15px }    

.scoreboard-slider { padding:0 32px }
.scoreboard-slider .prev { left:0 }
.scoreboard-slider .next { right:0 }

}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#000 }
.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% }

.content-row1 section.sect-special-events {
    max-width: 300px;
    margin: 0 auto;
}

.mobile-menu-bar { display:block; padding:5px; background:#646464 }
.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:#000; color:#fff; text-decoration:none } 

.search-bar { display:none; width:100%; padding:10px; position:relative; background:#CCC; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar.active { display:block }
.search-bar .label { display:block; font-size:0 }
.search-bar .text-box { width:100%; height:25px; padding:0 30px 0 10px; border:none; font-size:13px; background:#F5F5F5; box-shadow:0 0 3px #999; border-radius:3px; -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 { font-size:0 }
.search-bar .submit span:before { display:block; width:100%; height:23px; font-size:13px; line-height:25px; text-align:center; color:#333; margin:0 }

.dropnav { display:none; background:#333 }
.dropnav.active { display:block }
.dropnav .has-submenu > .submenu { display:none }
.dropnav li { border-top: 1px solid #434343 }
.dropnav li:first-child { border-top:none }
.dropnav .submenu li { border-top:solid 1px #363636 }
.dropnav .submenu.level2 li { border-top:solid 1px #464646 }
.dropnav li a { display:block; padding:0 10px; line-height:34px; color:#fff; text-decoration:none; position:relative }
.dropnav .has-submenu { position:relative }
.dropnav .has-submenu > a { margin-right:40px }
.dropnav .has-submenu:after { content:'\e810'; position:absolute; right:0; top:0; width:40px; text-align:center; font-family:'glyphicons'; speak:none; line-height:34px; color:#fff; background:rgba(0,0,0,0.4) }
.dropnav .has-submenu.active:after { content:'\e811' }
.dropnav .has-submenu.active > .submenu { display:block; background:#444 }
.dropnav .submenu.level1 .submenu { background:#555 }
.dropnav .submenu.level2 .submenu { padding:10px; background:#666 }
.dropnav .submenu.level2 .submenu li { border:none }
.dropnav .submenu.level2 .submenu a { font-size:0.9em; line-height:20px }
.dropnav .submenu-title { display:none }

.secondary-nav { background:#111; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:20px; color:#fff; font-weight:normal }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { display:none; padding:10px; margin:0 10px 10px; 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 .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 .carousel-related-links a { font-size:0; line-height:0; margin-right:10px }
.j-carousel .carousel-related-links a i { font-size:14px; line-height:1.5 }
.j-carousel .carousel-related-links span { display:none }
.j-carousel .controls {  height: 22px; padding:5px; text-align:center; background:#333 }
.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:#CC6600; box-shadow:none }
.j-carousel .control.active:before { border-color:#CC6600 }
.j-carousel .control .thumb { display:none }

.scoreboard-slider .full-schedule-btn { display:none }
.scoreboard-slider { padding:0 10px 10px }
.scoreboard-slider .no-events { margin-top:10px }
.scoreboard-slider .event-box { width:50%; margin-top:10px  }
.scoreboard-slider .event-box:first-child { margin-top:0 }

.content-row2 .content-col2 { max-width:300px; margin:0 auto }
.tabs-wrapper[id="tm-tabs"] .tabs { padding-left:0 }
.tabs-wrapper[id="social-tabs"] { max-width:500px; margin:0 auto }

.top-stories .row { margin-top:10px }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { 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 .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:none; 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 { margin-top:5px }
.top-stories .links a { margin-right:5px }
.top-stories .links a span { display:none }
.top-stories .buttons { padding:10px 0; text-align:center }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; background:#6f6f6f; color:#fff; border-radius:3px }


.social-tabs { display:none }
.scoreboard-slider { display:none }

.schedule-boxscore .event-box { margin-top:5px }
.schedule-boxscore .event-box:nth-child(n+6) { display:none }

.youtube-wrapper .playlist { top:0 }

.aotw-slider { padding:10px }
.aotw-slider .prev { left:140px }
.aotw-slider .next { left:167px }

.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; -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 .social-links { padding:10px; text-align:center; background:rgba(0,0,0,0.6) }
.site-header .social-links ul { list-style:none; margin:0; padding:0;  }
.site-header .social-links li { display:inline-block; vertical-align:top }
.site-header .social-links li a { display:block; width:1em; font-size:16px; padding:7px; line-height:1; border-radius:5px; color:#fff; background:#9D2B35 }
.site-header .social-links li a:hover { background:#fff; color:#9D2B35 }
.site-header .social-links li a .text { position:absolute; left:-9999px }


}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:767px) {

.site-header .site-title { margin:0 144px 0 10px }
.site-header .site-title a { max-width:240px; height:80px; text-indent:-9999px; background:url(/images/setup/header_mobile_wide.png) no-repeat 0 50%; background-size:100% auto }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#9d1535 }
.mobile-menu-bar li .text { display:none }
.no-touch .mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { color:#000; background:#fff }

.youtube-wrapper { height:auto; padding:0 }
.youtube-wrapper .video-info { display:none }
.youtube-wrapper .playlist,
.youtube-wrapper .playlist .overflow { position:static; width:auto; padding:5px }

.tabs-wrapper[id="social-tabs"] {display:none }
.tabs-wrapper[id="tm-tabs"] .pane .overflow { height:auto }


}