/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

    font-family: 'bignoodletitling';
    src: url('big_noodle_titling-webfont.eot');
    src: url('big_noodle_titling-webfont.eot?#iefix') format('embedded-opentype'),
         url('big_noodle_titling-webfont.woff2') format('woff2'),
         url('big_noodle_titling-webfont.woff') format('woff'),
         url('big_noodle_titling-webfont.ttf') format('truetype'),
         url('big_noodle_titling-webfont.svg#bignoodletitlingregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'proximanova';
    src: url('proxima_nova_black-webfont.eot');
    src: url('proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_black-webfont.woff2') format('woff2'),
         url('proxima_nova_black-webfont.woff') format('woff'),
         url('proxima_nova_black-webfont.ttf') format('truetype'),
         url('proxima_nova_black-webfont.svg#proximanova-blackbook') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'proximanova';
    src: url('proxima_nova_bold-webfont.eot');
    src: url('proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_bold-webfont.woff2') format('woff2'),
         url('proxima_nova_bold-webfont.woff') format('woff'),
         url('proxima_nova_bold-webfont.ttf') format('truetype'),
         url('proxima_nova_bold-webfont.svg#proximanova-boldbook') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'proximanova';
    src: url('proxima_nova_light-webfont.eot');
    src: url('proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_light-webfont.woff2') format('woff2'),
         url('proxima_nova_light-webfont.woff') format('woff'),
         url('proxima_nova_light-webfont.ttf') format('truetype'),
         url('proxima_nova_light-webfont.svg#proximanova-lightbook') format('svg');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'proximanova';
    src: url('proxima_nova_regular-webfont.eot');
    src: url('proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_regular-webfont.woff2') format('woff2'),
         url('proxima_nova_regular-webfont.woff') format('woff'),
         url('proxima_nova_regular-webfont.ttf') format('truetype'),
         url('proxima_nova_regular-webfont.svg#proximanova-regularbook') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'proximanova';
    src: url('proxima_nova_semibold-webfont.eot');
    src: url('proxima_nova_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('proxima_nova_semibold-webfont.woff') format('woff'),
         url('proxima_nova_semibold-webfont.ttf') format('truetype'),
         url('proxima_nova_semibold-webfont.svg#proximanova-semiboldbook') format('svg');
    font-weight: 600;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#000 !important }

body { font-family:'proximanova', arial; font-size:14px; line-height:1.5; background:#7c7c7c; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

a { color:#CE1443; text-decoration:none }
a:hover { color:#000; text-decoration:underline }

a[rel*="wiki-link"] 

{ color:#053498 } 

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 }

.page { position:relative; max-width:2000px; margin:0 auto; overflow:hidden }
.body-container { max-width:1200px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { display:block; padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:middle }
.navbar-image li span { position:absolute; left:-9999px }

.section-header { position:absolute; left:-9999px }

.site-footer { padding:30px 0; text-align:center }
.site-footer .footer-logos li { margin-top:30px }
.site-footer .footer-logos li:first-child { margin-top:0 }

.content-switcher { position:relative }
.content-switcher .switcher-list { position:relative; z-index:2; height:30px; line-height:30px; padding:24px 0; border-bottom:5px solid #aeaeae; font-family:'bignoodletitling', arial; font-size:20px; color:#444; background:#ccc }
.content-switcher .switcher-list .selection { display:block; position:relative; z-index:2; text-decoration:none; display:block; padding:0 36px 0 20px; text-transform:uppercase; text-decoration:none; white-space:nowrap; text-overflow:ellipsis; overflow:hidden  }
.content-switcher .switcher-list:after { content:'\e811'; font-family:'glyphicons'; line-height:1; position:absolute; right:15px; top:50%; margin-top:-0.5em }
.content-switcher .switcher-list.active:after { content:'\e812' }
.content-switcher .switcher-list ul, 
.content-switcher .switcher-list li { margin:0; padding:0; list-style:none }
.content-switcher .switcher-list ul { display:none; position:absolute; left:0; right:0; top:83px; max-height:200px; padding:10px; overflow:auto; border:solid 1px #ccc; background:#fff; box-shadow:0 1px 1px rgba(0,0,0,0.2) }
.content-switcher .switcher-list.active ul { display:block }
.content-switcher .switcher-list li a { display:block; padding:5px 10px; color:#444; text-transform:uppercase; position:relative; cursor:pointer } 
.content-switcher .switcher-list li.active { display:none }
.content-switcher .switcher-list li a:hover { background:#002244; color:#fff; text-decoration:none }
.content-switcher .content-panels { position:relative; z-index:1 }
.content-switcher .content-panel { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.content-switcher .content-panel.active { position:static; visibility:visible }
.content-switcher.loading .content-panels { opacity:0.9 }

/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:65%; position:relative; overflow:hidden; background:#fff }
.j-carousel .media-box .slide-img 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; 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 .tab a { display:block; height:30px; line-height:30px; padding:24px 15px; border-bottom:5px solid #959595; font-family:'bignoodletitling', arial; font-size:20px; text-transform:uppercase; text-decoration:none; background:#afafaf; color:#fff }
.tabs-wrapper .tab a.active { border-color:#af1139; background:#ce1443 }
.tabs-wrapper .panes { position:relative }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden; background:#4b4b4b }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.main-tabs { position:relative }
.main-tabs ul.tabs { position:absolute; left:-73px; top:0; }
.main-tabs ul.tabs .tab { float:none }
.main-tabs ul.tabs .tab a { display:block; width:73px; height:59px; padding:0; border:none; text-indent:-9999px; background:url(/images/setup/master_sprite_20180712.png) no-repeat -9999px -9999px }
.main-tabs ul.tabs .tab a[href*="top_stories"] { background-position:-1196px -32px }
.main-tabs ul.tabs .tab a[href*="social"] { background-position:-1196px -91px }
.main-tabs ul.tabs .tab a[href*="top_stories"].active { background-position:-1269px -32px }
.main-tabs ul.tabs .tab a[href*="social"].active { background-position:-1269px -91px }
.main-tabs .pane .overflow { height:507px; overflow:auto }
.main-tabs .tab_title[href*="top_stories"] + .pane .overflow { height:auto; overflow:visible }

/* STANDINGS */
.standings-brief { background:#fff }
.standings-brief .division { padding:5px 10px; border-top:solid 1px #d7d7d7; text-transform:uppercase }
.standings-brief h3 { display:none; margin:0; padding:10px; font-size:17px; font-weight:400; font-style:italic }
.standings-brief table { width:100%;  border-collapse:collapse }
.standings-brief td, 
.standings-brief th { padding:10px; text-align:center; background:#fff }
.standings-brief td:first-child, 
.standings-brief th:first-child { text-align:left }
.standings-brief th { text-transform:uppercase; font-size:12px; font-weight:400; background:#000; color:#fff }
.standings-brief tr:nth-child(even) td { background:#f5f5f5}
.standings-brief tr:hover td { background:#DFDFDF }
.standings-brief td a { font-weight:600; color:#000 }
.standings-brief .full-standings { display:none; padding:20px; border-top:solid 1px #d7d7d7; background:#fff; text-transform:uppercase; text-align:center }

.standings-wrapper { overflow-x:auto }
.standings-wrapper table{ width:100%; min-width:700px; font-family:'bignoodletitling', arial; border-collapse:collapse }
.standings-wrapper td{ padding:10px; font-size:24px; text-align:center; color:#000 }
.standings-wrapper .stats-header td{ text-align:center; padding:10px; font-weight:400; background:#ce1443; color:#fff }
.standings-wrapper tr:nth-child(even) td{ background:#f5f5f5 }
.standings-wrapper .stats-label { text-align:left }

/* LEAGUE LEADER */
.league-leaders .cat-title { margin:0; font-size:20px; line-height:40px; text-align:center; text-transform:uppercase; color:#ce1443; background:#000 }
.league-leaders .title { height:30px; line-height:30px; margin:0 0 5px; font-size:14px; font-weight:700; padding:0 10px; text-transform:uppercase; color:#fff; background:#ce1443 }
.league-leaders .row { border-top:1px solid #ce1443 }
.league-leaders .col { background:#afafaf }
.league-leaders .player { padding:5px 10px }
.league-leaders .player:first-child { border-top:none }
.league-leaders .player .player-info { width:70%; float:left }
.league-leaders .player .player-data { width:30%; float:right; font-family:'bignoodletitling',arial; font-size:30px; line-height:1.2; text-align:right; color:#fff }
.league-leaders .player a { display:block; text-decoration:none; font-size:13px; color:#fff }
.league-leaders .player a:first-child { font-family:'bignoodletitling',arial; font-size:25px; line-height:1.2; text-transform:uppercase }
.league-leaders .player a:first-child:hover { color:#ce1443 }
.league-leaders .complete-leaders { display:block; height:30px; line-height:30px; padding:0 10px; margin-top:10px; font-size:14px; font-weight:900; text-align:center; text-decoration:none; text-transform:uppercase; color:#fff; background:#000 }
.league-leaders .complete-leaders:hover { color:#ce1443 }

.social-handles { font-weight:700; text-transform:uppercase; background:#4b4b4b }
.social-handles h3 { padding:20px; margin:0; font-family:'bignoodletitling', arial; font-size:57px; font-weight:400;line-height:1; color:#fff }
.social-handles .container { background:#444 }
.social-handles .container ul { list-style:none; margin:0 }
.social-handles .container > ul > li { width:50%; float:left; padding:10px; border-top:1px solid #363636; box-sizing:border-box } 
.social-handles .container > ul > li:nth-child(2n+1) { clear:left }
.social-handles .container > ul > li > span { float:left; color:#fff }
.social-handles .container > ul > li ul { float:right}
.social-handles .container > ul > li li { float:left; margin-left:5px }
.social-handles .container > ul > li .icon { display:block; padding:5px; font-size:12px; line-height:1; color:#444; background:#fff; border-radius:100% }
.social-handles .container > ul > li .icon:before { vertical-align:top }
.social-handles .container > ul > li .text { display:none }

.section-calendar .section-header { position:static; display:block; height:30px; line-height:30px; margin:0; padding:24px 15px; border-bottom:5px solid #959595; font-family:'bignoodletitling', arial; font-size:28px; font-weight:400; text-transform:uppercase; text-align:center; text-decoration:none; background:#afafaf; color:#fff }
.section-calendar > .container { height:395px; padding:15px; color:#fff;  background:#444; overflow:auto }
.section-calendar .article-title { font-size:23px }

/* 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 img { vertical-align:top }
.slider-wrapper .image span { display:none }
.slider-wrapper .next, 
.slider-wrapper .prev { display:none }

.banners-slider { padding:0 34px; overflow:hidden }
.banners-slider .image { position:relative; display:block; padding-top:26.5%; }
.banners-slider .image img { position:absolute; left:0; top:0; width:100% }
.banners-slider .next, 
.banners-slider .prev { display:block; position:absolute; left:0; top:50%; margin-top:-150px; width:34px; height:300px; text-indent:-9999px; cursor:pointer; background:url(/images/setup/master_sprite_20180712.png) no-repeat -814px 0 }
.banners-slider .next { left:auto; right:0; background-position:-848px 0 }


/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#000; color:#fff }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#000; color:#fff }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#C01941; 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 }
.page-backgrounds { position:absolute; left:0; right:0; top:0; bottom:0; z-index:1; background:repeat-x 50% 0; background-size:2000px auto }

.body-container { margin-top:50px }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; background:#ce1443 }
.site-header > .container { position:relative; max-width:1200px; height:190px; margin:0 auto }
.site-header .site-title { margin:0 }
.site-header .site-title a { position:absolute; left:-65px; top:35px; z-index:2; width:281px; height:120px; text-indent:-9999px; background:url(/images/setup/master_sprite_20180712.png) no-repeat 0 0 }

.mobile-menu-bar { display:none }

.landing .content-row { margin-bottom:50px }
.landing .content-row > .container { max-width:1200px; margin:0 auto }

.landing .content-row1 .content-col { width:65%; float:left }
.landing .content-row1 .content-col2 { width:30%; float:right }

.landing .content-row2 { position:relative }
.landing .content-row2 > .container { position:relative; z-index:1 }
.landing .content-row2 > .container:after { content:''; display:block; max-width:1200px; height:50px; background:url(/images/setup/master_sprite_20180712.png) no-repeat 0 -560px }
.landing .content-row2:before { content:''; position:absolute; left:50%; top:83px; bottom:0; margin-left:-1560px; display:block; width:1000px; background:rgba(0,0,0,0.3) }
.landing .content-row2:after { content:''; position:absolute; right:50%; top:83px; bottom:0; margin-right:-1560px; display:block; width:1000px; background:rgba(0,0,0,0.3) }

.landing .content-row4 { position:relative }
.landing .content-row4 > .container { position:relative; z-index:1 }
.landing .content-row4 > .container:after { content:''; display:block; max-width:1200px; height:50px; background:url(/images/setup/master_sprite_20180712.png) no-repeat 0 -560px }
.landing .content-row4:before { content:''; position:absolute; left:50%; top:50px; bottom:0; margin-left:-1560px; display:block; width:1000px; background:rgba(0,0,0,0.3) }
.landing .content-row4:after { content:''; position:absolute; right:50%; top:50px; bottom:0; margin-right:-1560px; display:block; width:1000px; background:rgba(0,0,0,0.3) }

/* NAVIGATION */
.dropnav { position:relative; border-top:5px solid #af1139; background:url(/images/setup/2016_global_nav_bg.jpg) no-repeat 50% 0 #000 }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { max-width:1200px; margin:0 auto }
.dropnav .nav { float:left; position:relative; border-left:1px solid rgba(255,255,255,0.2) }
.dropnav .nav:first-child { border-left:none }
.dropnav .nav > a { position:relative; z-index:1; display:block; height:40px; padding:7px 30px; font-family:'bignoodletitling', arial; font-size:20px; line-height:40px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav:hover > a { background:#ce1443 }
.dropnav .nav > .submenu { display:none; position:absolute; left:0; top:54px; min-width:200px; padding:30px; border-bottom:5px solid #252525; background:#2c2c2c; white-space:nowrap; box-shadow:0 0 15px rgba(0,0,0,0.6) }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:inline-block; vertical-align:top; font-family:'bignoodletitling', arial; color:#fff; font-size:20px; line-height:30px; text-decoration:none }
.dropnav .submenu a:hover { color:#ccc }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top }
.dropnav .submenu.level1 > ul:nth-of-type(n+2),
.dropnav .submenu.level1 > ul > .has-submenu:nth-of-type(n+2) { margin-left:50px }
.dropnav .submenu.level1 > ul > .has-submenu > a { margin-bottom:10px; font-size:30px; color:#ce1443; text-transform:uppercase; cursor:default }
.dropnav .submenu.level2 .has-submenu ul,
.dropnav .submenu.level2 .has-submenu li,
.dropnav .submenu.level2 .has-submenu .submenu { display:inline-block; vertical-align:top }
.dropnav .submenu.level2 .has-submenu { display:block; margin-bottom:10px }
.dropnav .submenu.level2 .has-submenu > a { display:block }
.dropnav .submenu.level2 .has-submenu li a { font-family:'proximanova', arial; font-size:12px; line-height:20px }
.dropnav .submenu.level2 .has-submenu li:nth-child(n+2):before { content:'|'; display:inline-block; vertical-align:top; padding:0 5px 0 3px; font-size:12px; line-height:20px; color:#fff }

.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 { min-width:500px; padding:20px 30px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li { width:50%; float:left }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li a:before  { content:''; display:inline-block; vertical-align:middle; width:90px; height:67px; margin:5px 0; margin-right:10px; background:url(/images/setup/MASTER_SPRITE20190320.png) no-repeat -9999px -9999px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(1) a:before { background-position:-10px -222px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(2) a:before { background-position:-106px -222px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(3) a:before { background-position:-202px -222px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(4) a:before { background-position:-923px -222px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(5) a:before { background-position:-298px -222px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(6) a:before { background-position:-393px -222px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(7) a:before { background-position:-489px -222px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(8) a:before { background-position:-585px -222px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(9) a:before { background-position:-681px -222px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(10) a:before { background-position:0 -304px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(11) a:before { background-position:-96px -304px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(12) a:before { background:url(/images/setup/master_sprite-2021.png) no-repeat -215px -304px}
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(13) a:before { background-position:-288px -304px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(14) a:before { background-position:-382px -304px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(15) a:before { background-position:-478px -304px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(16) a:before { background-position:-574px -304px }
.dropnav .nav > a[href*="/navbar-member"] + .submenu.level1 li:nth-child(17) a:before { background-position:-670px -304px }

.secondary-nav { position:relative; z-index:2; padding:10px; color:#fff; background:#ce1443 }
.secondary-nav h1 { float:left; margin-bottom:0; font-family:'bignoodletitling', arial; font-weight:400; color:#fff; font-size:35px }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { max-width:1200px; margin:0 auto }
.secondary-nav > div > ul { float:right; margin-top:12px }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; font-weight:700; text-transform:uppercase;color:#fff; text-decoration:none }
.secondary-nav li a:hover { color:#000; text-decoration:none }
.secondary-nav li:before { content:"|" }
.secondary-nav li:first-child:before,
.secondary-nav .has-nav li:before { display:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav:hover > a { color:#fff; background:#000 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:1px; padding:10px; background:#000; 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:150px; padding:0; font-size:11px; text-align:right; color:#fff; white-space:nowrap }
.secondary-nav .has-nav li a:hover { color:#ce1443 }

.carousel-wrapper { position:relative }
.carousel-wrapper .archive-news-btn { position:absolute; right:10px; bottom:10px; z-index:1; font-size:13px; font-weight:700; text-transform:uppercase; color:#ccc }
.carousel-wrapper .archive-news-btn .icon { display:inline-block; vertical-align:middle; padding:4px; margin-right:5px; font-size:10px; line-height:1; background:#ce1443; border-radius:100% }
.carousel-wrapper .archive-news-btn:hover { color:#fff }

.j-carousel .story-box { position:absolute; left:20%; right:0; bottom:0; height:100px; padding:25px; text-transform:uppercase; color:#fff; background:rgba(0,0,0,0.6) }
.j-carousel .story-box .title { display:block; font-family:'bignoodletitling', arial; font-size:35px; line-height:1.2; color:#fff }
.j-carousel .story-box .title:hover { color:#ce1443; text-decoration:none }
.j-carousel .story-box .carousel-share-links { display:inline-block; vertical-align:top; margin-left:10px }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:1px 1px #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:18px }
.j-carousel .story-box .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.j-carousel .story-box .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.j-carousel .story-box .date { font-weight:700; color:#af1139 }
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { display:none }
.j-carousel .pp { display:none }
.j-carousel .prev,
.j-carousel .next { position:absolute; right:48px; bottom:150px; width:43px; height:31px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/master_sprite_20180712.png) no-repeat -1183px 0 }
.j-carousel .next { right:0; background-position:-1229px 0 }
 
.member-logos { position:absolute; left:235px; right:-50px; top:0; z-index:1; padding:5px 200px 0 0 }
.member-logos:before { content:''; position:absolute; right:-5px; top:8px; width:198px; height:187px; background:url(/images/setup/master_sprite_20180712.png) no-repeat -602px 0 }
.member-logos:hover:before { display:none }
.member-logos ul { list-style:none; margin:0 }
.member-logos li { float:left; margin-top:15px; margin-left:0 }
.member-logos li:nth-child(1) { margin-left:-15px }
.member-logos li:nth-child(10) { clear:left; margin-left:25px }
.member-logos li a { display:block; width:90px; height:67px; background:url(/images/setup/master_sprite-2021.png) no-repeat -9999px -9999px}
.member-logos li a span { display:none; position:absolute; right:0; top:0; width:236px; height:195px; padding:15px 50px; font-family:'bignoodletitling', arial; font-size:25px; line-height:1; color:#fff; text-align:center; background:url(/images/setup/master_sprite_20180712.png) no-repeat -891px 0; box-sizing:border-box }
.member-logos li a span:before { content:''; display:block; height:92px; margin:0 auto 10px; background:url(/images/setup/logos_hover-2021.png) no-repeat 0 0 }
.member-logos li a:hover span { display:block }
.member-logos li:nth-child(1) a { background-position:-6px -222px }
.member-logos li:nth-child(2) a { background-position:-95px -222px }
.member-logos li:nth-child(3) a { background-position:-184px -222px }
.member-logos li:nth-child(4) a { background-position:-921px -222px }
.member-logos li:nth-child(5) a { background-position:-361px -222px }
.member-logos li:nth-child(6) a { background-position:-451px -222px }
/*.member-logos li:nth-child(7) a { background-position:-541px -222px }*/
.member-logos li:nth-child(7) a { background-position: -541px -222px;width: 83px;margin-right: 5px;}
/*.member-logos li:nth-child(8) a { background-position:-631px -222px }*/
.member-logos li:nth-child(8) a { background-position: -625px -222px;width: 87px;margin-right: 5px; }
.member-logos li:nth-child(9) a { background-position:-712px -222px }
.member-logos li:nth-child(10) a { background-position:-20px -304px }
.member-logos li:nth-child(11) a { background-position:-116px -304px }
.member-logos li:nth-child(12) a { background-position:-211px -304px }
.member-logos li:nth-child(13) a { background-position:-307px -304px }
.member-logos li:nth-child(14) a { background-position:-401px -304px }
.member-logos li:nth-child(15) a { background-position:-498px -304px }
.member-logos li:nth-child(16) a { background-position:-593px -304px }
.member-logos li:nth-child(17) a { background-position:-688px -304px }


.member-logos li:nth-child(1) a:hover { background-position:-6px -391px }
.member-logos li:nth-child(2) a:hover { background-position:-96px -391px }
.member-logos li:nth-child(3) a:hover { background-position:-186px -391px }
.member-logos li:nth-child(4) a:hover { background-position:-922px -304px }
.member-logos li:nth-child(5) a:hover { background-position:-362px -391px }
.member-logos li:nth-child(6) a:hover { background-position:-452px -391px }
.member-logos li:nth-child(7) a:hover { background-position:-541px -391px }
.member-logos li:nth-child(8) a:hover { background-position:-625px -391px }
.member-logos li:nth-child(9) a:hover { background-position:-712px -391px }
.member-logos li:nth-child(10) a:hover { background-position:-20px -473px }
.member-logos li:nth-child(11) a:hover { background-position:-116px -473px }
.member-logos li:nth-child(12) a:hover { background-position:-212px -473px }
.member-logos li:nth-child(13) a:hover { background-position:-307px -473px }
.member-logos li:nth-child(14) a:hover { background-position:-402px -473px }
.member-logos li:nth-child(15) a:hover { background-position:-497px -473px }
.member-logos li:nth-child(16) a:hover { background-position:-593px -473px }
.member-logos li:nth-child(17) a:hover { background-position:-689px -473px }


.member-logos li:nth-child(1) a span:before { width:102px; background-position:0 0 }
.member-logos li:nth-child(2) a span:before { width:112px; background-position:-122px 0 }
.member-logos li:nth-child(3) a span:before { width:110px; background-position:-262px 0 }
.member-logos li:nth-child(4) a span:before { width:93px; background-position:-1963px 0px }
.member-logos li:nth-child(5) a span:before { width:101px; background-position:-928px 0 }
.member-logos li:nth-child(6) a span:before { width:92px; background-position:-1430px 0 }
.member-logos li:nth-child(7) a span:before { width:81px; background-position:-1661px 0 }
.member-logos li:nth-child(8) a span:before { width:104px; background-position:-401px 0 }
.member-logos li:nth-child(9) a span:before { width:93px; background-position:-1306px 0 }
.member-logos li:nth-child(10) a span:before { width:101px; background-position:-1059px 0 }
.member-logos li:nth-child(11) a span:before { width:82px; background-position:-1550px 0 }
.member-logos li:nth-child(12) a span:before { width:135px; background-position:-524px 0 }
.member-logos li:nth-child(13) a span:before { width:120px; background-position:-1745px 0 }
.member-logos li:nth-child(14) a span:before { width:104px; background-position:-669px 0 }
.member-logos li:nth-child(15) a span:before { width:100px; background-position:-799px 0 }
.member-logos li:nth-child(16) a span:before { width:95px; background-position:-1183px 0 }
.member-logos li:nth-child(17) a span:before { width:93px; background-position:-1861px 0 }


.section-social .section-header { display:block; position:static; max-width:1051px; height:130px; margin:0 auto; text-indent:-9999px; background:url(/images/setup/master_sprite_20180712.png) no-repeat 0 -630px }
.section-social h2 { display:none }
.section-social #wall { min-height:500px; padding-top:0 }
.section-social #wall .dcsns-toolbar { display:none }

/* CALENDAR */
.section-scoreboard .section-header { position:static; height:30px; margin:0; line-height:30px; padding:24px; border-bottom:5px solid #222; font-family:'bignoodletitling', arial; font-size:50px; font-weight:400; text-transform:uppercase; text-decoration:none; background:#000; color:#fff }
.section-scoreboard .content-switcher .switcher-list { position:absolute; right:0; top:-83px; min-width:250px }

.scoreboard-slider { position:relative; padding:40px; background:#fff }
.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; position:relative; width:32%; margin-left:2%; text-transform:uppercase; color:#000; background:#fff; border:1px solid #ccc; border-bottom:5px solid #ccc; font-weight:600; box-sizing:border-box }
.scoreboard-slider .event-box:nth-child(-n+3) { margin-bottom:2% }
.scoreboard-slider .event-box:nth-child(3n+1) { margin-left:0; clear:left }
.scoreboard-slider .no-event { display:block; text-align:center }
.scoreboard-slider .no-events { padding:100px; font-family:'bignoodletitling', arial; font-size:30px; color:#ce1443; text-align:center; border:20px solid #ce1443 }
.scoreboard-slider .event { position:relative; min-height:280px; padding:85px 0 0 }
.scoreboard-slider .event .date { position:absolute; left:10px; top:55px; line-height:20px }
.scoreboard-slider .event .status { position:absolute; right:10px; top:55px; line-height:20px }
.scoreboard-slider .event .date span:first-child{ display:none }
.scoreboard-slider .event .sport { position:absolute; top:0; left:0; right:0; padding:10px 20px; font-size:10px; line-height:20px; text-transform:uppercase; border-bottom:1px solid #ccc }
.scoreboard-slider .event .sport:before { content:""; display:inline-block; vertical-align:top; width:25px; height:10px; background:#ce1443; margin:3px 5px 0 0 }
.scoreboard-slider .event .team { position:relative; width:50%; padding:10px 15px; float:left; min-height:150px; font-weight:700; border-bottom:solid 1px #ccc; border-top:solid 1px #ccc; text-align:center; box-sizing:border-box }
.scoreboard-slider .event .team-logo { display:block; max-width:80px; margin:0 auto; overflow:hidden }
.scoreboard-slider .event .team-logo img { vertical-align:middle }
.scoreboard-slider .event .name { display:block; margin-top:15px; line-height:1.1 }
.scoreboard-slider .event .score { float:right; min-width:60px; margin:0 10px; font-size:60px; line-height:1; color:#0f2d53; font-family:'bignoodletitling', arial; font-weight:400 }
.scoreboard-slider .event .team + .team { position:relative; border-left:1px solid #ccc }
.scoreboard-slider .event .team + .team .team-logo { left:auto; right:10px }
.scoreboard-slider .event .team + .team .va { position:absolute; left:-12px; top:18px; width:24px; height:24px; line-height:24px; font-size:11px; text-align:center; color:#fff; background:#ce1443 }
.scoreboard-slider .event .team + .team .score { float:left }
.scoreboard-slider .event .neutralsite-notes { float:left; width:100%; clear:both; padding:10px; font-size:10px; background:#ccc; color:#0f2d53; box-sizing:border-box }
.scoreboard-slider .event .links { clear:both; padding:10px; min-height:40px; box-sizing:border-box }
.scoreboard-slider .event .links a { font-size:12px; font-weight:600; line-height:20px }
.scoreboard-slider .next, 
.scoreboard-slider .prev { position:absolute; right:330px; top:-55px; width:10px; height:23px; cursor:pointer; text-indent:-9999px;  background:url(/images/setup/master_sprite_20180712.png) no-repeat -1281px 0 }
.scoreboard-slider .next { left:auto; right:300px; background-position:-1301px 0 }
.scoreboard-slider .next.disabled,
.scoreboard-slider .prev.disabled{ opacity:0.5; cursor:default; pointer-events:none }
.scoreboard-slider .full-schedule-btn { display:none }

.secondary-tabs .tab { width:50%; text-align:center }
.secondary-tabs .content-switcher .switcher-list { position:relative; left:0; right:0; top:0; }

/*
.secondary-tabs .content-switcher .switcher-list { position:static; left:156px; right:0; top:-83px; }
*/

.secondary-tabs .content-switcher .content-panel { height:424px; overflow:auto }
.sport-home .secondary-tabs .pane .overflow { height:424px; overflow:auto }

}

@media only screen and (min-width:1024px) and (max-width:1300px) {
.site-header .site-title a { left:0 } 
.member-logos { left:auto; right:0; padding-right:0 }
.member-logos:before { display:none }
.member-logos li a:hover span { display:none } 

.main-tabs ul.tabs { position:static }
.main-tabs ul.tabs .tab { float:left }
   
}
 
/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#ce1443 }
.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% }

.mobile-menu-bar { display:block; padding:5px; background:#020000 }
.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:#9B1d22; color:#fff; text-decoration:none } 

.member-logos { display:none }

.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:#a91137; 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 { background:#444 }
.j-carousel .story-box { padding:10px; font-size:14px; color:#fff }
.j-carousel .story-box .title { display:block; margin-bottom:5px; font-size:18px; color:#fff; text-shadow:1px 1px rgba(0,0,0,0.8) }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:1px 1px #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:18px }
.j-carousel .story-box .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.j-carousel .story-box .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.j-carousel .story-box .date,
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls {  height: 22px; padding:5px; text-align:center;   background:#000 }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:10px; height:10px;  margin: 6px 5px; text-indent:-9999px; 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:#fff; box-shadow:none }
.j-carousel .control .thumb { display:none }

.carousel-wrapper .archive-news-btn { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; line-height:30px; padding:10px; border-bottom:5px solid #940d2f; font-family:'bignoodletitling', arial; font-size:24px; text-transform:uppercase; text-decoration:none; background:#b90e39; color:#fff  }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { position:static; visibility:visible }
.tabs-wrapper .pane .overflow { height:auto; padding:0 }

.section-scoreboard,
.section-social { display:none }

.schedule-boxscore .event-box { margin-top:5px }
.schedule-boxscore .event-box:nth-child(n+6) { display:none }

.social-handles h3 { 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; -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 }

}

/*---------------------------------------
  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:#333 }
.mobile-menu-bar li .text { display:none }

.social-handles .container > ul > li { width:100% }

}