/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'barlow_condensed';
    src: url('barlowcondensed-extrabold-webfont.woff2') format('woff2'),
         url('barlowcondensed-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'barlow_condensed';
    src: url('barlowcondensed-bold-webfont.woff2') format('woff2'),
         url('barlowcondensed-bold-webfont.woff') format('woff');
    font-weight: 700;
    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';
    src: url('barlow-black-webfont.woff2') format('woff2'),
         url('barlow-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'barlow';
    src: url('barlow-bold-webfont.woff2') format('woff2'),
         url('barlow-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'barlow';
    src: url('barlow-regular-webfont.woff2') format('woff2'),
         url('barlow-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'barlow';
    src: url('barlow-semibold-webfont.woff2') format('woff2'),
         url('barlow-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}


@font-face {
    font-family: 'renner';
    src: url('renner__400_book-webfont.woff2') format('woff2'),
         url('renner__400_book-webfont.woff') format('woff');
    font-weight: 400;
    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:#940a1b !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:#940a1b; 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:1020px; margin:0 auto }
.mainbody { display:block; padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.section-header { position:absolute; left:-9999px }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

.site-footer { padding:30px; margin-top:30px;  font-family:'barlow_condensed', arial; color:#fff; background:url(/images/setup/footer_bg_repeat.png) repeat-x 0 0 #750713 }
.site-footer > div { max-width:1410px; margin:0 auto }
.site-footer .footer-logos { float:right }
.site-footer .footer-logos li { float:left; margin-left:30px }
.site-footer .footer-text { float:left; font-size:20px; text-transform:uppercase }
.site-footer .footer-text .title { display:block; font-size:32px; line-height:48px }
.site-footer .footer-text .sep { padding:0 10px }
.site-footer .footer-text .social-links { float:right }
.site-footer .footer-text .social-links li { margin:0 5px }
.site-footer .footer-text .social-links li a { color:#fff; line-height:48px }
.site-footer .footer-text .social-links li a:hover { color:#ffd204 }

/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

.j-carousel .prev, .j-carousel .next { display:none }
.j-carousel .pp { position:absolute; right:0; top:0; z-index:1; width:30px; height:30px; font-family:'glyphicons'; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden; color:#fff; background:rgba(0,0,0,0.6) }
.j-carousel .pp:before { content:'\e80b'; display:block; font-size:20px; line-height:30px }
.j-carousel .pp.play:before { content:'\e80a' }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { position:relative }
.j-carousel .media-box .slide-img { display:block; padding-top:66%; position:relative;  cursor:pointer; overflow:hidden; background:#000 }
.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 { opacity:0; visibility:hidden; width:12.5%; float:left; position:relative; transition:all 0.3s 0.3s ease }
.j-carousel .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:block; max-width:100px; padding:5px 15px; margin:0 auto; text-align:center; 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 { padding:70px 120px; color:#fff; background:#222224 }
.aotw .athlete { margin-top:10px }
.aotw .athlete:first-child { margin-top:0 }
.aotw .heading { position:relative; float:left; margin:0 30px 0 0; text-decoration:none }
.aotw .heading:before { content:''; display:block; position:absolute; left:-40px; top:-40px; z-index:1; width:133px; height:134px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat 0 0  }
.aotw .thumb { display:block; width:300px; border:5px solid #fff; margin-bottom:10px;  }
.aotw .thumb img { width:100%; vertical-align:top }
.aotw .title { display:block; line-height:1.4; text-decoration:none }
.aotw .title span { display:block; font-size:18px; color:#fff }
.aotw .title span:nth-child(1) { font-size:30px; font-weight:700; color:#fff }

/* SCHEDULE */
.schedule-boxscore .no-events { padding:20px; font-weight:700; text-transform:uppercase; text-align:center; background:#fff }
.schedule-boxscore .event-box { margin-top:10px; min-height:110px; padding:15px 195px 15px 140px; font-family:'barlow', arial; position:relative; background:#fff; overflow:hidden }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date  { position:absolute; left:15px; top:15px; display:block; width:110px; height:110px; padding:35px 20px; font-size:30px; font-weight:700; line-height:1; text-align:center; text-transform:uppercase; color:#fff; background:#960c1c; box-sizing:border-box }
.schedule-boxscore .date span:first-child { display:block; font-size:12px; }
.schedule-boxscore .sport { font-weight:900; font-size:20px; line-height:1.1; text-transform:uppercase; color:#222224 }
.schedule-boxscore .team { font-size:18px; font-weight:600; line-height:1.2 }
.schedule-boxscore .team .result { color:#960c1c }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:12px; color:#555 }

/* TABS */
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; font-family:'renner', arial; font-size:21px; line-height:54px; padding:0 20px; font-family:'barlow', arial; text-transform:uppercase; text-decoration:none; background:#222224; color:#fff }
.tabs-wrapper .tab a:focus,
.tabs-wrapper .tab a.active { background:#970f1d }
.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:645px; padding:10px; overflow:auto; background:#222224 }
.secondary-tabs .pane3 .overflow { height:auto }

/* 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 { position:absolute; left:-9999px }
.slider-wrapper .next, 
.slider-wrapper .prev { position:absolute; left:-35px; top:50%; margin-top:-15px; width:30px; height:30px; border:none; cursor:pointer; text-align:center; overflow:hidden; background:transparent }
.slider-wrapper .next { left:auto; right:-35px }
.slider-wrapper .prev:before { content:"\e80f"; display:block; font-family:'glyphicons'; font-size:30px; line-height:30px; color:#875d1a }
.slider-wrapper .next:before { content:"\e810"; display:block; font-family:'glyphicons'; font-size:30px; line-height:30px; color:#875d1a }
.slider-wrapper .pp { display:none }

.sponsors-slider { padding:20px; background:#fff }
.sponsors-slider .image { float:left; width:25%; padding:0 10px; text-align:center; box-sizing:border-box }

.section-social .section-header { position:static; margin:0 0 10px; font-family:'barlow_condensed', arial; font-size:40px; font-weight:800; text-align:center; text-transform:uppercase; color:#222 }

.social-links ul { list-style:none; margin:0 }
.social-links li { float:left }
.social-links li a .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }


/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#940a1b; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#940a1b; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#940a1b; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#940a1b }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#940a1b; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

body { background:url(/images/setup/page_bg_repeater.png) repeat-x 0 0 #b68f4d }
.page {position:relative;overflow:hidden;background:url(/images/setup/page_bg_complete.jpg) no-repeat 50% 0;background-size: 1750px auto }

.body-container { margin-top:60px }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3 }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; position:absolute; left:50%; top:10px; z-index:1; width:133px; height:134px; margin-left:-67px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat 0 0  }
.site-header .site-text { display:block; height:44px; font-family:'barlow', arial; font-weight:200; text-align:center; text-transform:uppercase; letter-spacing:10px; line-height:44px; color:#fff; background:url(/images/setup/top_bar_bg.png) repeat-x 0 0 #930a1a }
.site-header .site-text span:nth-child(1) { margin-left:-110px  }
.site-header .site-text span:nth-child(2) { margin-left:200px }

.mobile-menu-bar { display:none }

.landing-row { margin-top:30px }
.landing-row:first-of-type { margin-top:0 }
.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { max-width:1020px; 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% }

/* NAVIGATION */
.dropnav { position:relative; height:63px; padding:7px 0; font-family:'barlow', arial; text-align:center; background:url(/images/setup/global_nav_bg.png) no-repeat 50% 0 }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { position:relative; display:inline-block; vertical-align:top }
.dropnav .nav1 { margin-left:55px }
.dropnav .nav4 { margin-left:134px }
.dropnav .nav > a { display:block; height:63px; padding:0 15px; font-size:17px; font-weight:900; line-height:63px; text-decoration:none; color:#000; text-transform:uppercase }
.dropnav .nav.focus > a,
.dropnav .nav:hover > a { color:#fff; background:#000 }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:0; top:63px; min-width:200px; padding:20px 0; text-align:left; background:#960c1c; white-space:nowrap }
.dropnav .nav.focus > .submenu,
.dropnav .nav:hover > .submenu { opacity:1; visibility:visible; -ms-transition:all 0.5s 0.2s ease; -moz-transition:all 0.5s 0.2s ease; transition:all 0.5s 0.2s ease  }
.dropnav .nav3 ~ .nav > .submenu { left:auto; right:0 }
.dropnav .submenu a { display:block; padding:0 20px; font-size:18px; font-weight:600; line-height:40px; color:#fff; white-space:nowrap; text-transform:uppercase; text-decoration:none }
.dropnav .submenu a:hover,
.dropnav .submenu a:focus { background:#850514 }
.dropnav .submenu .has-submenu { position:relative }
.dropnav .submenu .has-submenu > a { font-size:18px; color:#fff; text-transform:uppercase; color:#000; cursor:default }
/*
.dropnav .submenu .has-submenu > .submenu { display:none; position:absolute; left:100%; top:0; padding:20px 0; background:#850514 }
.dropnav .submenu .has-submenu:hover > .submenu { display:block }
*/
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:250px; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }

.secondary-nav { position:relative; z-index:2; max-width:1113px; margin:0 auto; padding:10px 0; font-family:'barlow', arial; font-weight:600; color:#fff; background:url(/images/setup/secondary_nav_bg.png) no-repeat 50% 0 }
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; font-size:24px; line-height:38px; text-transform:uppercase }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { max-width:920px; margin:0 auto; background:#A11021 }
.secondary-nav > div > ul { float:right; margin-top:5px }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; color:#fff; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#ffd204; 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:#850514 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; min-width:100%; background:#850514; 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:#ffd204 }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.carousel-wrapper { padding:7px; font-family:'barlow', arial; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2); overflow:hidden }
.carousel-wrapper .carousel-content { float:right; width:326px; margin-left:7px }
.carousel-wrapper .carousel-content .control { margin-top:7px; overflow:hidden; cursor:pointer; background:#eee }
.carousel-wrapper .carousel-content .control:first-child { margin-top:0; }
.carousel-wrapper .carousel-content .control .thumb { float:left }
.carousel-wrapper .carousel-content .control .thumb-title { display:block; padding:10px; font-family:'barlow', arial; font-size:11px; font-weight:600; overflow:hidden }
.carousel-wrapper .carousel-content .control .thumb-title .date { display:block; margin-bottom:5px; font-weight:700 }

.j-carousel { width:673px; float:left; overflow:hidden }
.j-carousel .story-box { position:relative; padding:40px 20px 20px; color:#444 }
.j-carousel .story-box .title { display:block; font-size:24px; color:#444; font-weight:400; line-height:1.1 }
.j-carousel .story-box .date { position:absolute; left:20px; top:15px }
.j-carousel .story-box .carousel-share-links { position:absolute; right:10px; top:10px;  }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#555; 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 .carousel-related-links { display:none }
.j-carousel .story-box .leadin { display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { display:none }

.schedule-boxscore .status { position:absolute; right:0; top:0; bottom:0; width:180px; font-size:20px; font-weight:900; line-height:1; text-align:center; background:#eee }
.schedule-boxscore .status span { position:absolute; left:0; right:0; top:50%; transform:translateY(-50%) }
 
}

@media only screen and (min-width:1024px) and (max-width:1225px) {
.dropnav .nav > a { padding:0 10px; font-size:14px; font-weight:700 }    
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#a11122 }
.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 .site-text { display:none }

.mobile-menu-bar { display:block; padding:5px; background:#000 }
.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:#ffd605; color:#000; 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:#6d0a16; 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 rgba(0,0,0,0.3) }
.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 { background:#4c070f }
.secondary-nav .has-nav li { background:rgba(0,0,0,0.5) }
.secondary-nav .more.has-nav > a { display:none }

.j-carousel { font-family:'barlow', arial; 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:66%; 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 }

.carousel-wrapper .carousel-content { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; font-size:21px; line-height:54px; padding:0 20px; font-family:'barlow', arial; text-transform:uppercase; text-decoration:none; background:#a11122; 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 }

.sponsors-slider { padding:20px 50px }
.sponsors-slider .prev { left:10px }
.sponsors-slider .next { right:10px }

.schedule-boxscore .event-box { padding-right:15px; padding-left:100px }
.schedule-boxscore .event-box .date { width:70px; padding:20px 0 }
.schedule-boxscore .status { float:right }

.site-footer .footer-text { float:none; margin-bottom:20px }
.site-footer .footer-logos { float:none; text-align:center }
.site-footer .footer-logos li { float:none; display:inline-block; vertical-align:top; margin:20px }
.site-footer .footer-logos li img { max-height:70px }

.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 }

.aotw { padding:20px }
.aotw .heading { float:none; display:block; margin:0 0 20px }
.aotw .heading:before { display:none }

}

/* 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;}