/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'barlow_semi_condensed';
    src: url('barlowsemicondensed-bold-webfont.woff2') format('woff2'),
         url('barlowsemicondensed-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'barlow_condensed';
    src: url('barlowcondensed-medium-webfont.woff2') format('woff2'),
         url('barlowcondensed-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'barlow_condensed';
    src: url('barlowcondensed-regular-webfont.woff2') format('woff2'),
         url('barlowcondensed-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'barlow_semi_condensed';
    src: url('barlowsemicondensed-light-webfont.woff2') format('woff2'),
         url('barlowsemicondensed-light-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'aachen';
    src: url('aachen_regular-webfont.woff2') format('woff2'),
         url('aachen_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'aachen';
    src: url('aachen_bold-webfont.woff2') format('woff2'),
         url('aachen_bold-webfont.woff') format('woff');
    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-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;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#025199 !important }

.skip-navigation { position:fixed; left:0; top:-50px; width:1px; height:1px; font-size:15px; font-weight:700; line-height:1; color:#000 !important; background:#fff; text-transform:uppercase; overflow:hidden; box-sizing:border-box; transition:all 0.5s ease; box-shadow:0 0 15px rgba(0,0,0,0.4) inset }
.skip-navigation:focus { top:0; z-index:9999; width:auto; height:auto; padding:15px; text-decoration:none }

body { font-family:'roboto', arial; font-size:14px; line-height:1.5; color:#444; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

:focus { outline-color:#233a75 }

a { color:#025199; text-decoration:none }
a:focus,
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 }

.body-container { max-width:1410px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { display:block; padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.section-header { position:absolute; left:-9999px; color:#fff; background:#000 }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }
.navbar-image li span { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }

/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box .slide-img { display:block; padding-top:53.26%; position:relative; overflow:hidden }
.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 # 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 }
.j-carousel3 .feed { position:relative; overflow:hidden }
.j-carousel3 .seats { width:800%; position:relative }
.j-carousel3 .seat { opacity:0; visibility:hidden; width:12.5%; float:left; position:relative; transition:all 0.3s 0.3s ease }
.j-carousel3 .seat.active { opacity:1; visibility:visible; transition:all 0.3s ease }  

.more-news .story { margin-top:10px; padding:0 10px 0 200px; position:relative }
.more-news .story:first-child { margin-top:0 }
.more-news .heading { margin:0 }
.more-news .heading .thumb { width:190px; float:left; margin-left:-200px; box-shadow:0 2px 2px rgba(0,0,0,0.4); position:relative }
.more-news .heading .thumb img { vertical-align:top }
.more-news .heading .title { display:block; font-size:18px; margin-bottom:5px }
.more-news .details { overflow:hidden }
.more-news .details .leadin { font-size:13px }
.more-news .details .related-links ul { list-style:none; margin:0 }
.more-news .details .related-links li { float:left; margin-right:5px }
.more-news .load-more { display:inline-block; vertical-align:top; padding:5px 15px; background:#6f6f6f; color:#fff; border-radius:3px }

/* AOTW */
.section-aotw .section-header { position:static;  line-height:20px; margin-bottom:0; padding:5px 10px; border-bottom:5px solid #233a75; font-size:15px; font-weight:normal; text-transform:uppercase; background:#9b1d22; color:#fff }
.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; text-decoration:none }
.aotw .title span { display:block; font-size:12px; color:#9b1d22 }
.aotw .title span:nth-child(1) { font-size:18px; margin-bottom:5px; text-transform:uppercase; color:#233a75 }

/* 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 ul.tabs { border-bottom:5px solid #233a75 }
.tabs-wrapper ul.tabs .tab { margin-left:5px }
.tabs-wrapper ul.tabs .tab:first-child { margin-left:0 }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; line-height:30px; padding:0 10px; text-transform:uppercase; text-decoration:none; background:#8f9090; color:#fff }
.tabs-wrapper .tab a:focus,
.tabs-wrapper .tab a.active { background:#9b1d22 }
.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.secondary-tabs .pane .overflow { height:300px; padding:10px; overflow:auto }

/* SLIDER */
.slider-wrapper { position:relative; text-align:center }
.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 { margin-right:30px; vertical-align:top }
.slider-wrapper .image span { position:absolute; left:-9999px }

.sponsor-logos .image { width:20%; padding:0 10px;  float:left; text-align:center; box-sizing:border-box }
.sponsor-logos .next, 
.sponsor-logos .prev { position:absolute; left:-50px; top:50%; margin-top:-15px; width:40px; height:30px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -1601px 0 }
.sponsor-logos .next { left:auto; right:-50px; background-position:-1645px 0 }

.sticky-bar { position:fixed; left:0; right:0; bottom:0; z-index:4; background:#005199 }
.sticky-bar > div { position:relative; max-width:1020px; height:70px; margin:0 auto  }

.ticker-wrapper { margin:20px 0 }
.ticker-wrapper .head { float:left; margin:0 20px; font-size:21px; font-family:'aachen', arial; font-weight:700; text-transform:uppercase; color:#fff }

div[id="scoreboard-ticker-wrapper"] { position:relative; width:530px; height:26px; padding-right:20px; padding-left:20px; text-align:left; overflow:hidden }
div[id="scoreboard-ticker"] ul, 
div[id="scoreboard-ticker"] li { margin:0; padding:0; list-style:none }
div[id="scoreboard-ticker"],
div[id="scoreboard-ticker"] li { width:530px; height:26px; position:relative; overflow:hidden}
div[id="scoreboard-ticker"] { float:left }
div[id="scoreboard-ticker"] .content,
div[id="scoreboard-ticker"] .no-events { font-size:21px; font-family:'barlow_condensed', arial; font-weight:500; text-transform:uppercase; padding:0 10px; line-height:35px; color:#fff }
div[id="scoreboard-ticker"] .no-events { text-align:center }
div[id="scoreboard-ticker"] .content a { color:#ffd75a }
div[id="scoreboard-ticker"] .content a:hover { color:#fff }
span[id="scoreboard-ticker-pp"] a { display:none }
span[id="scoreboard-ticker-prev"] a,
span[id="scoreboard-ticker-next"] a { position:absolute; left:0; top:50%; margin-top:-2px; display:block; width:12px; height:12px; cursor:pointer; line-height:12px; color:#fff; overflow:hidden }
span[id="scoreboard-ticker-next"] a { left:auto; right:0 }
span[id="scoreboard-ticker-prev"] a:before,
span[id="scoreboard-ticker-next"] a:before { content:'\e80f'; display:block; font-family:'glyphicons' }
span[id="scoreboard-ticker-next"] a:before { content:'\e810' }

.sticky-bar .social-links { position:absolute; right:0; top:0; padding:20px 0; text-align:center; height:70px; width:205px; background:url(/images/setup/master_sprite.png) no-repeat -1392px 0; box-sizing:border-box }
.sticky-bar .social-links ul { list-style:none; margin:0 }
.sticky-bar .social-links li { display:inline-block; vertical-align:top }
.sticky-bar .social-links li .icon { display:block; padding:5px; line-height:1; width:1em; font-size:20px; line-height:1; text-align:center; color:#005199; border-radius:100% }
.sticky-bar .social-links li:hover .icon { color:#fff; background:#005199 }
.sticky-bar .social-links li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); color:#fff; background:#000 }
.sticky-bar .social-links li .gicon-rams { width:51px; height:26px; background:url(/images/setup/master_sprite.png) no-repeat -556px 0; border-radius:none }


/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#233a75; color:#fff }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#233a75; color:#fff }
.roster .roster-header a { color:#fff }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* SCHEDULE */
.schedule-list table th { background-color:#233a75; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#233a75 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#233a75; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; max-width:2000px; padding-bottom:70px; margin:0 auto; background:url(/images/setup/page_bg.jpg) no-repeat 50% 0 #e4e8f0; background-size: 2320px auto; overflow:hidden }
.mainbody { min-height:500px; padding:20px; position:relative }
.body-container { margin-top:35px }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; background:url(/images/setup/header_bg.png) repeat 50% 0 #fff }
.site-header > div { position:relative; max-width:1410px; margin:0 auto }
.site-header .site-title { margin:0; padding:32px 20px 32px 290px; overflow:hidden }
.site-header .site-title a { float:right; width:1117px; height:31px; max-width:100%; text-indent:-9999px; color:#000; background:url(/images/setup/header_text.png) no-repeat 50% 0; background-size:100% auto }
.site-header .site-title a:before { content:''; position:absolute; left:0; top:0; display:block; width:270px; height:187px; z-index:1; background:url(/images/setup/master_sprite.png) no-repeat 0 0 }

.site-header .social-links { position:absolute; right:-80px; top:210px; width:42px; text-align:center }
.site-header .social-links ul { list-style:none; margin:0 }
.site-header .social-links li { margin-top:3px }
.site-header .social-links li .icon { display:block; font-size:24px; line-height:32px; color:#005199 }
.site-header .social-links li .icon:hover { color:#014f97 }
.site-header .social-links li .gicon-gopioneers { display:block; width:16px; height:132px; margin-left:12px; background:url(/images/setup/master_sprite.png) no-repeat -1857px 0 }
.site-header .social-links li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); background:#000 }

.mobile-menu-bar { display:none }

.landing-row { margin-top:20px }
.landing-row:first-of-type { margin-top:0 }
.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { max-width:1410px; margin:0 auto; padding:20px; box-sizing:border-box }
.landing-row > div:after { content:""; display:block; clear:both }
.landing-row.no-pad > div { padding:0 }
.landing-row.no-bounds > div { max-width:none }

.landing-row .landing-col { float:left; padding:0 10px; box-sizing:border-box }
.landing-row .landing-col.span1 { width:8.33333333333% }
.landing-row .landing-col.span2 { width:16.6666666667% }
.landing-row .landing-col.span3 { width:25% }
.landing-row .landing-col.span4 { width:33.3333333333% }
.landing-row .landing-col.span5 { width:41.6666666667% }
.landing-row .landing-col.span6 { width:50% }
.landing-row .landing-col.span7 { width:58.3333333333% }
.landing-row .landing-col.span8 { width:66.6666666667% }
.landing-row .landing-col.span9 { width:75% }
.landing-row .landing-col.span10 { width:83.3333333333% }
.landing-row .landing-col.span11 { width:91.6666666667% }
.landing-row .landing-col.span12 { width:100% }

.landing-row .landing-col.offset1 { margin-left:8.33333333333% }
.landing-row .landing-col.offset2 { margin-left:16.6666666667% }
.landing-row .landing-col.offset3 { margin-left:25% }
.landing-row .landing-col.offset4 { margin-left:33.3333333333% }
.landing-row .landing-col.offset5 { margin-left:41.6666666667% }
.landing-row .landing-col.offset6 { margin-left:50% }
.landing-row .landing-col.offset7 { margin-left:58.3333333333% }
.landing-row .landing-col.offset8 { margin-left:66.6666666667% }
.landing-row .landing-col.offset9 { margin-left:75% }
.landing-row .landing-col.offset10 { margin-left:83.3333333333% }
.landing-row .landing-col.offset11 { margin-left:91.6666666667% }

.landing-row.scoreboard-row { padding:60px 0 90px; margin-top:0 }
.landing-row.social-row { padding:200px 0 150px; min-height:600px; margin:-50px 0 0; background:url(/images/setup/bg_social_media.png) no-repeat 50% 0 }
.landing-row.sponsor-logos-row { padding:30px 0; background:#e4e8f0 }
.landing-row.countdown-row { margin-bottom:-20px }
.landing-row.countdown-row > div { background:url(/images/setup/2018_countdown-bg.png) no-repeat 50% 50% #025199 }

/* NAVIGATION */
.dropnav { position:relative; padding-left:270px; color:#fff; background:#005199 }
.dropnav:before { content:''; position:absolute; left:-9999px; right:-9999px; top:0; bottom:0; display:block; border-bottom:5px solid #adb6c9 }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left }
.dropnav .nav:before { content:'|'; float:left; font-size:20px; font-style:italic; font-weight:700; line-height:70px; color:#003361 }
.dropnav .nav1:before { display:none }
.dropnav .nav > a { position:relative; display:block; height:75px; padding:0 18px; font-size:22px; font-family:'barlow_condensed', arial; font-weight:700; font-style:italic; letter-spacing:4px; line-height:70px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav.focus > a:before,
.dropnav .nav:hover > a:before { content:''; position:absolute; left:50%; bottom:-18px; margin-left:-20px; z-index:1; border:12px solid transparent; border-top-color:#005199  }
.dropnav .nav > .submenu { display:none; position:absolute; left:0; top:75px; min-width:200px; padding:50px; white-space:nowrap }
.dropnav .nav > .submenu:before { content:''; position:absolute; left:-9999px; right:-9999px; top:0; bottom:0; display:block; background:#979fac }
.dropnav .nav.focus > .submenu,
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { padding:0 10px; display:inline-block; vertical-align:top; color:#fff; font-size:21px; line-height:30px; font-family:'barlow_condensed', arial; font-weight:500; text-decoration:none }
.dropnav .submenu a:hover { color:#005199; background:#fff }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top; margin-right:50px }
.dropnav .submenu.level1 > ul > .has-submenu > a { margin-bottom:10px; font-size:24px; font-family:'aachen', arial; font-weight:700; letter-spacing:4px; text-transform:uppercase; cursor:default; color:#fff; background:transparent }
.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; padding:0 10px }
.dropnav .submenu.level2 .has-submenu:hover { background:#fff }
.dropnav .submenu.level2 .has-submenu:hover a { color:#005199 }
.dropnav .submenu.level2 .has-submenu > a { min-width:200px; font-size:21px; font-family:'barlow_condensed', arial; font-weight:500; text-transform:uppercase; letter-spacing:2px; color:#fff }
.dropnav .submenu.level2 .has-submenu li a { font-size:16px; font-family:'renner', arial; color:#fff }

.dropnav .submenu.level1 .has-submenu li a:before { display:block; font-family:"GlyphIcons"; font-style:normal; font-weight:normal; speak:none; text-decoration:inherit; text-align:center; font-variant:normal; text-transform:none }
.dropnav .submenu.level1 .has-submenu li a[href*="twitter"],
.dropnav .submenu.level1 .has-submenu li a[href*="facebook"] { width:30px; height:30px; padding:0; margin:0 2px; overflow:hidden; font-size:18px; line-height:26px  }
.dropnav .submenu.level1 .has-submenu li a[href*="twitter"]:before { content:"\e81d" }
.dropnav .submenu.level1 .has-submenu li a[href*="facebook"]:before { content:"\e81c" }
.dropnav .submenu.level1 .has-submenu li a[href="#twitter"],
.dropnav .submenu.level1 .has-submenu li a[href="#facebook"] { pointer-events:none; color:#ccc; opacity:0.8 }
.dropnav .submenu.level1 a[rel="wiki-link"]  + a { display:none !important }

.secondary-nav { position:relative; z-index:2; padding:10px; margin-bottom:10px; color:#fff; background:#a1aab8 }
.secondary-nav > div { max-width:1410px; margin:0 auto }
.secondary-nav h1 { float:left; margin-bottom:0; margin-left:290px; color:#fff; font-family:'aachen', arial; font-size:24px; text-transform:uppercase }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right }
.secondary-nav li { float:left }
.secondary-nav li a { font-size:18px; font-family:'barlow_condensed', arial; font-weight:500; padding:5px 10px; color:#fff; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#eee; 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.focus > a,
.secondary-nav .has-nav:hover > a { color:#fff; background:#005199 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#005199; border-radius:5px 0 }
.secondary-nav .has-nav.focus > ul,
.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; padding:0; color:#fff; white-space:nowrap }
.secondary-nav .has-nav li.focus a,
.secondary-nav .has-nav li:hover a { color:#eee }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:30px 20px 20px; text-align:center; color:#fff; background:rgba(0,0,0,0.8) }
.j-carousel .story-box .title { display:block; font-size:36px; font-family:'barlow_condensed', arial; text-transform:uppercase; letter-spacing:3px; color:#fff; font-weight:700 }
.j-carousel .story-box .date { font-size:14px; font-family:'barlow_condensed', arial; font-weight:700; text-transform:uppercase }
.j-carousel .story-box .carousel-share-links { position:absolute; right:10px; top:10px; 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 .leadin { display:none }
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; left:50%; top:570px; z-index:1; width:300px; text-align:center; margin-left:-150px; transform:skew(-20deg) }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:4px; height:4px; border:5px solid #fff; margin-left:5px; cursor:pointer; text-indent:-9999px; background:#fff }
.j-carousel .control.active { border:5px solid #005199; background:#005199 }
.j-carousel .control:focus { border:5px solid #000; background:#000 }
.j-carousel .control:first-child { margin-left:0 }

.section-facebook { position:relative }
.section-facebook .section-header { position:absolute; left:34px; width:26px; height:165px; text-indent:-9999px; background:url(/images/setup/facebook-section-header.png) }
.facebook-wrapper { margin-left:80px; margin-right:20px; padding:50px; background:#fff }

.section-twitter { position:relative }
.section-twitter .section-header { position:absolute; left:34px; width:26px; height:145px; text-indent:-9999px; background:url(/images/setup/twitter-section-header.png) }
.twitter-wrapper { margin-left:80px; margin-right:20px; padding:50px; background:#fff }

/* SCOREBOARD */
.section-scoreboard .section-header {position:static;padding:0;margin:0;font-family:'aachen', arial;font-size:30px;font-weight:700;text-transform:uppercase;color: #fff; background:transparent }
.scoreboard-slider { position:relative }
.scoreboard-slider .slider { position:relative; margin:0 -10px; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:50000% }
.scoreboard-slider .slide { width:0.2%; float:left }
.scoreboard-slider .no-events { padding:28px 10px; border:2px solid #999; font-size:15px; font-weight:700; line-height:1; text-transform:uppercase; text-align:center; background:#fff }
.scoreboard-slider .no-event { display:block; padding:20px }
.scoreboard-slider .event-box { position:relative; float:left; width:25%; padding:10px; text-align:center; box-sizing:border-box }
.scoreboard-slider .event-box .event { position:relative; min-height:320px; padding:60px 0 20px; border:1px solid #ccc; font-size:16px; line-height:1.2; background:#fff }
.scoreboard-slider .event-box:first-child { border-left:none }
.scoreboard-slider .event-box .sport { display:block; position:absolute; left:50%; bottom:60px; margin-left:-100px; font-size:14px; font-family:'aachen', arial; font-weight:700; letter-spacing:2px; text-transform:uppercase }
.scoreboard-slider .event-box .sport a { color:#005199 }
.scoreboard-slider .event-box .status { position:absolute; right:80px; left:50%; top:15px; font-size:16px; z-index:1; letter-spacing:3px; font-family:'barlow_condensed', arial; font-weight:700; color:#fff; text-transform:uppercase; background:#005199 }
.scoreboard-slider .event-box .opponent { display:inline-block; vertical-align:top; width:150px; margin:0 auto; padding:20px 30px }
.scoreboard-slider .event-box .opponent .name { display:block; font-size:18px; font-family:'barlow_condensed', arial; font-weight:500; text-transform:uppercase; color:#005199 }
.scoreboard-slider .event-box .opponent .team-logo { width:120px }
.scoreboard-slider .event-box .team .va { display:none; position:absolute; left:50%; bottom:80px; margin-left:-50px  }
.scoreboard-slider .event-box .date { position: absolute; left:-1px; right:-1px; top:-1px; padding:16px 30% 16px 10px; z-index:1; font-size:16px; font-family:'barlow_condensed', arial; font-weight:700; letter-spacing:3px; color:#fff; text-transform:uppercase; background:#005199 }
.scoreboard-slider .event-box .date span:first-child { display:none }
.scoreboard-slider .event-box .neutralsite-notes { margin-top:50px; font-family:'roboto', arial; font-size:12px; color:#000 }
.scoreboard-slider .full-schedule-btn { position: absolute; right:105px; top:-30px; font-size: 18px; font-family: 'barlow_condensed', arial; font-style: italic; font-weight: 700; text-transform:uppercase; letter-spacing:3px; color:#fff }
.scoreboard-slider .full-schedule-btn:before { content:'\e803'; font-family:'glyphicons'; margin-right:10px; font-size:20px; font-style:normal }
.scoreboard-slider .prev, 
.scoreboard-slider .next { position:absolute; right:40px; top:-35px; display:block; width:40px; height:30px; text-indent:-9999px; color:#fff; background:url(/images/setup/master_sprite.png) no-repeat -1689px 0 }
.scoreboard-slider .next { right:0; background-position:-1733px 0 }

/* TWITTER */
.twitter-feed { color:#444; background:#fff } /* for a darker theme, we can have inverse styles */
.twitter-feed .tweet .info { position:relative; padding:15px 15px 50px }
.twitter-feed .tweet .userinfo { min-height:40px; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:10px }
.twitter-feed .tweet .userinfo a { text-decoration:none }
.twitter-feed .tweet .userinfo .icon { position:absolute; right:10px; top:10px; font-size:1.6em; line-height:1; color:#eee }
.twitter-feed .tweet:hover .userinfo .icon { color:#4ec2dc }
.twitter-feed .tweet .logo { float:left; max-width:40px; margin-right:10px }
.twitter-feed .tweet .logo img { vertical-align:middle }
.twitter-feed .tweet .title { display:block; font-size:1.1em; font-weight:700; color:#444 }
.twitter-feed .tweet .username { display:block; font-size:0.9em }
.twitter-feed .tweet .text { display:block; font-size:1.2em; line-height:1.4 }
.twitter-feed .tweet .thumb { margin-top:10px }
.twitter-feed .tweet .thumb img { vertical-align:middle }
.twitter-feed .tweet .links { position:absolute; left:15px; right:15px; bottom:5px; line-height:35px }
.twitter-feed .tweet .links a { margin-right:20px; font-size:1.2em; color:#555 }
.twitter-feed .tweet .links a .text { position:absolute; left:-9999px; top:-9999px }
.twitter-feed .tweet .links a:focus,
.twitter-feed .tweet .links a:hover { color:#444 }
.twitter-feed .tweet .date { float:right; font-size:0.9em; font-weight:700 }

.twitter-feed.list .feed { height:500px; border:1px solid #eee; overflow:auto }
.twitter-feed.list .head { padding:10px 15px }
.twitter-feed.list .head h1 { margin:0; font-size:26px; font-weight:400; line-height:30px }
.twitter-feed.list .tweet .info { border-top:1px solid #eee }
 
.site-footer { background:#fff }
.site-footer > div { max-width:1410px; margin:0 auto }
.site-footer .footer-logos { float:right; width:65%; text-align:center; box-sizing:border-box  }
.site-footer .footer-logos li { float:left; width:25%; box-sizing:border-box }
.site-footer .footer-text { position:relative; float:left; width:35%; padding:20px 36px 80px 126px; font-size:18px; font-family:'barlow_condensed', arial; font-weight:500; line-height:1.2; color:#555; box-sizing:border-box }
.site-footer .footer-text .title { display:block; margin-bottom:10px; font-size:14px; font-family:'aachen', arial; font-weight:700; text-transform:uppercase; color:#005199 }
.site-footer .footer-text span { display:block }
.site-footer .footer-text .edu-logo { position:absolute; left:20px; top:20px; width:120px }
.site-footer .footer-text:before { content:''; position:absolute; left:125px; bottom:-130px; display:block; width:200px; height:200px; background:url(/images/setup/2018_footer-tag-line.png) no-repeat 50% 0; background-size:100% auto }

.game-countdown { position:relative; width:990px; height:100px; margin:0 auto; font-family:'built_titling', arial; color:#fff; text-align:center; text-transform:uppercase;  } 
.game-countdown .countdown-container { float:left; overflow:hidden }
.game-countdown .countdown-container ul { list-style:none; margin:0 }
.game-countdown .countdown-container .countdown li { float:left; list-style:none; margin:25px 0 0 20px; min-width:50px; line-height:1 }
.game-countdown .countdown-container .countdown li .countdown-digit { display:block; padding:5px 0; font-size:30px; font-family:'barlow_condensed', arial; font-weight:600; font-style:italic }
.game-countdown .countdown-container .countdown li .countdown-label { display:none }
.game-countdown .teams { float:left; text-align:center; padding-left:430px; padding-top:10px; width:243px }
.game-countdown .teams .team-logo { float:left; width:70px; margin-top:5px }
.game-countdown .teams .team-logo img { display:inline-block; vertical-align:top}
.game-countdown .teams .team-logo:first-child { margin-right:58px; margin-top:5px }

.schedule-enhanced .event-info .date[title*="Thu. October 04, 2018"] ~ .team-logo[data-teamid="n9795bzyno4a6hi4"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 96px;top: -15px;background: url(/sports/wvball/2018-19/photos/0004/MC_Insurance_logo.jpg) no-repeat;width: 100px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Mon. October 08, 2018"] ~ .team-logo[data-teamid="hamfqdbxztdy02og"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 80px;top: -9px;background: url(/sports/wvball/2018-19/photos/0004/miles_city_plus.jpg) no-repeat;width: 100px;background-size: contain; }

/*SCHEDULE MBKB LOGOS SPECIFIED BY DATE 2018-19*/
.schedule-enhanced .event-info .date[title*="Fri. November 09, 2018"] ~ .team-logo[data-teamid="4h9q40pu96811slc"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/mcp-logo-PRINT_rev-2.png) no-repeat;width: 100px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Sat. November 10, 2018"] ~ .team-logo[data-teamid="am06nauhmpdnlfwd"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/Untitled-2.png) no-repeat;width: 100px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Fri. November 16, 2018"] ~ .team-logo[data-teamid="wsl4ojmp6q1fjdgc"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/mid_rivers.jpg) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Sat. November 17, 2018"] ~ .team-logo[data-teamid="32rr7im8il3f3x6j"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 80px;top: -9px;background: url(/general/2018-19/photos/0006/MC_Insurance_logo.jpg) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Sat. December 08, 2018"] ~ .team-logo[data-teamid="1uty42gpbd2mc8uo"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 80px;top: -9px;background: url(/general/2018-19/photos/0006/YSLOGO1.jpg) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Fri. January 04, 2019"] ~ .team-logo[data-teamid="qlvhk8ikek9175fy"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url( /general/2018-19/photos/0006/Miles_City_Motor_Supply.jpg) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Sat. January 05, 2019"] ~ .team-logo[data-teamid="roiy8h0lhtumhzw0"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/security_abstract.png) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Thu. January 24, 2019"] ~ .team-logo[data-teamid="32rr7im8il3f3x6j"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 80px;top: -9px;background: url(/general/2018-19/photos/0006/tubbscut.jpg) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Thu. January 31, 2019"] ~ .team-logo[data-teamid="1eqike3hohzgt94v"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/Jackson_Logo_-_Blue_Name_Only.jpg) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Sun. February 10, 2019"] ~ .team-logo[data-teamid="7416javahhaqibil"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/notbohm.png) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Thu. February 21, 2019"] ~ .team-logo[data-teamid="mgpdkrmsw8jvmyki"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/Logo-with-SM_9-6-2018.png) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Sun. February 24, 2019"] ~ .team-logo[data-teamid="tkr4w34y4k8qhi2g"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/SDI_Stamp.jpg) no-repeat;width: 150px;background-size: contain; }

/*SCHEDULE WBKB LOGOS SPECIFIED BY DATE 2018-19*/
.schedule-enhanced .event-info .date[title*="Fri. November 09, 2018"] ~ .team-logo[data-teamid="w7w5hk94201qlm0j"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/mcp-logo-PRINT_rev-2.png) no-repeat;width: 100px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Sat. November 10, 2018"] ~ .team-logo[data-teamid="7omis3rayfhh80ru"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/Untitled-2.png) no-repeat;width: 100px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Sat. November 17, 2018"] ~ .team-logo[data-teamid="lb8tz75kmxg2n2pv"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 80px;top: -9px;background: url(/general/2018-19/photos/0006/MC_Insurance_logo.jpg) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Sat. December 08, 2018"] ~ .team-logo[data-teamid="csh8oiigsca42026"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 80px;top: -9px;background: url(/general/2018-19/photos/0006/YSLOGO1.jpg) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Fri. January 04, 2019"] ~ .team-logo[data-teamid="6s2hkts9c44msj0s"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url( /general/2018-19/photos/0006/Miles_City_Motor_Supply.jpg) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Sat. January 05, 2019"] ~ .team-logo[data-teamid="q8pbh1mql3gvhek5"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/security_abstract.png) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Thu. January 24, 2019"] ~ .team-logo[data-teamid="lb8tz75kmxg2n2pv"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 80px;top: -9px;background: url(/general/2018-19/photos/0006/tubbscut.jpg) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Thu. January 31, 2019"] ~ .team-logo[data-teamid="fl8gqtpzz1anmm6x"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/Jackson_Logo_-_Blue_Name_Only.jpg) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Sun. February 10, 2019"] ~ .team-logo[data-teamid="cro8akmz535meb54"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/notbohm.png) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Thu. February 21, 2019"] ~ .team-logo[data-teamid="5k9f5xnqjuupaau6"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/Logo-with-SM_9-6-2018.png) no-repeat;width: 150px;background-size: contain; }
.schedule-enhanced .event-info .date[title*="Sun. February 24, 2019"] ~ .team-logo[data-teamid="57d4qdi301uhmo91"]:after { content: '';position: absolute;left: 50%;margin-left: 70px;height: 90px;top: -9px;background: url(/general/2018-19/photos/0006/SDI_Stamp.jpg) no-repeat;width: 150px;background-size: contain; }

}

@media only screen and (min-width:1024px) and (max-width:1367px) { 

.site-header .site-title { padding:42px 20px 22px 290px; }

.site-header .social-links { right:20px; top:5px; width:auto }
.site-header .social-links li { float:left; margin:0 5px }
.site-header .social-links li .text { position:absolute; left:-9999px; color:#fff }
.site-header .social-links li .icon { font-size:16px }

.site-header .social-links li .gicon-gopioneers { display:none }
.site-header .social-links li .gicon-gopioneers + .text { position:static; font-size:18px; font-family:'barlow_condensed', arial; font-weight:600; line-height:35px; font-style:italic; text-transform:uppercase; color:#005199; background:transparent }

.sponsor-logos { padding:0 60px }
.sponsor-logos .prev { left:5px }
.sponsor-logos .next { right:5px }

}

@media only screen and (min-width:1024px) and (max-width:1355px) { 

.dropnav .nav > a { font-size:19px; padding:0 15px }

}

@media only screen and (min-width:1024px) and (max-width:1220px) { 

.dropnav .nav > a { font-size:14px; padding:0 8px }
.dropnav .nav:before { display:none }

}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#fff }
.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-header .social-links { display:block; text-align:center; background:#a2abb9 }
.site-header .social-links li { display:inline-block; vertical-align:top;  padding:10px 0  }
.site-header .social-links li .icon { display:block; width:1em; font-size:16px; padding:7px; line-height:1; border-radius:20px; color:#fff; background:#004f96 }
.site-header .social-links li .icon:hover { background:#fff; color:#004f96 }
.site-header .social-links li .text { position:absolute; left:-9999px }
.site-header .social-links li .gicon-gopioneers { display:none }
.site-header .social-links li .gicon-gopioneers ~ .text { position:static; display:block; font-size:16px; padding:7px 10px; line-height:1; border-radius:20px; color:#fff; background:#004f96 }
.site-header .social-links li .gicon-gopioneers ~ .text:before { content:'#' }

.mobile-menu-bar { display:block; padding:5px; background:#004f96 }
.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 }
.mobile-menu-bar li a.active { background:#a1aab8; color:#fff; text-decoration: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:#004d95; 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 }
.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:5px 5px 0; position:absolute; right:10px; top:50%; margin-top:-2px }
.secondary-nav.active h1 { background:rgba(0,0,0,0.3) }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 5px 5px }
.secondary-nav li { border-top:1px solid #8c8c8c }
.secondary-nav li:first-child { border-top:none }
.secondary-nav li a { display:block; padding:5px 10px; color:#fff; text-transform:none; text-decoration:none }
.secondary-nav .has-nav > a { display:none }

.j-carousel { background:#000 }
.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 { position:absolute; left:0; right:0; top:-32px; z-index:2; height:12px; padding:10px 0; margin-top:53.26%; text-align:center; background:rgba(0,0,0,0.3) }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:4px; height:4px; margin:4px; text-indent:-9999px; cursor:pointer; border-radius:15px }
.j-carousel .control:before { content:''; position:absolute; left:-4px; right:-4px; top:-4px; bottom:-4px; border:2px solid #fff; border-radius:100% }
.j-carousel .control.active { background:#fff; box-shadow:none }
.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 #233a75; text-transform:uppercase; background:#9b1d22; 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:5px }

.schedule-boxscore .event-box { margin-top:5px }
.aotw { height:auto }

.landing-row.scoreboard-row,
.landing-row.social-row { display:none }

.game-countdown,
.sticky-bar { display:none }

.site-footer { display:block; text-align:center }
.site-footer .footer-logos li { display:inline-block; vertical-align:top; width:100px; margin:0 30px }
.site-footer .footer-text { margin-top:20px;font-size:18px; font-family:'barlow_condensed', arial; font-weight:500 }
.site-footer .footer-text .title { display:block; font-size:14px; font-family:'aachen', arial; font-weight:700; text-transform:uppercase; color:#005199 }

.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 { position:absolute; left:-9999px }

.site-footer .footer-text { font-size:16px }
.site-footer .footer-text .title { font-size:12px }

}

/* CAMPS */
.camp-box > h2 {background-color: #5B5B5B!important;}
.camp-box button:hover {background: #5B5B5B!important;}
.camp-box button {background: #231F20!important; color: #fff;}
.camp-box button:before {background: #5B5B5B!important;}
