/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@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;

}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Bold.woff2') format('woff2'),
        url('Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.woff2') format('woff2'),
        url('Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('BarlowCondensed-Regular.woff2') format('woff2'),
        url('BarlowCondensed-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('BarlowCondensed-Medium.woff2') format('woff2'),
        url('BarlowCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Barlow Condensed';
    src: url('BarlowCondensed-Bold.woff2') format('woff2'),
        url('BarlowCondensed-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


.accent-bg,
.accent-bg th { color:#fff !important; background:#b1001b !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:#b1001b; text-decoration:none }
a:focus,
a:hover { color:#ccc; 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 }

.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:80px 0; text-align:center }

.footer-logos li  { display:inline-block; vertical-align:top; margin:0 40px }
.footer-address { display:block; margin-top:60px; font-family:"Lato",arial; font-size:16px; font-weight:600; color:#fff; text-transform:capitalize }
.footer-address span { margin:0 15px }

.social-links { position:fixed; right:0; top:159px }
.social-links li { list-style:none; margin-bottom:3px; width:50px; height:50px; line-height:50px; background:#000; text-align:center; }
.social-links li a { color:#fff; font-size:20px }
.social-links .text { position:absolute; left:-9999px; width:1px; height:1px; display:block; overflow:hidden}

/* 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:51%; 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:block; max-width:100px; padding:5px 15px; margin:0 auto; text-align:center; background:#6f6f6f; color:#fff; border-radius:3px }

/* AOTW */
.section-aotw .aotw { height:560px; background:url(/images/setup/aotw_box2021.png) no-repeat 50%; padding:80px 160px; box-sizing:border-box }
.section-aotw .aotw .athlete { width:250px; float:right; text-align:center }
.section-aotw .aotw .athlete:first-child { float:left }
.section-aotw .aotw .thumb { display:block }
.section-aotw .aotw .thumb img { vertical-align:top }
.section-aotw .aotw .title { display:block; margin-top:20px; font-family:"Lato",arial; margin-bottom:10px; text-decoration:none }
.section-aotw .aotw .title span { display:block; font-size:16px; color:#fff; text-transform:uppercase }
.section-aotw .aotw .title span:nth-child(1) { font-size:30px; font-family:"Barlow Condensed",arial; font-weight:500; margin-bottom:5px; text-transform:uppercase; color:#fff }
.section-aotw .aotw .leadin { display:none }


/* HOF */
.section-hof .section-header { position:static; background:#fff; margin:0; padding-top:30px; font-size:30px; font-family:"Barlow Condensed",arial; font-weight:500; text-align:center; text-transform:uppercase  }
.section-hof .aotw { height:388px; padding:10px 30px; background:#fff }
.section-hof .aotw .athlete { margin-top:10px; text-align:center }
.section-hof .aotw .thumb {  display:block }
.section-hof .aotw .thumb img { vertical-align:top }
.section-hof .aotw .title { display:block; text-decoration:none }
.section-hof .aotw .title span { display:block; font-family:"Lato",arial; font-weight:400; font-size:16px; text-transform:uppercase; color:#555 }
.section-hof .aotw .title span:nth-child(1) { font-size:36px; font-family:"Barlow Condensed",arial; font-weight:500; margin-bottom:5px; text-transform:capitalize; color:#000 }


/* 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 }
.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:-25px; top:50%; margin-top:-25px; border:none; z-index:1; width:50px; height:50px; font-family:'glyphicons'; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden; color:#fff; background:#b1001b; border-radius:100% }
.slider-wrapper .next { left:auto; right:-25px }
.slider-wrapper .prev:before { content:"\e80f"; display:block; font-size:20px; line-height:50px }
.slider-wrapper .next:before { content:"\e810"; display:block; font-size:20px; line-height:50px }
.slider-wrapper .pp { display:none }


/* VIDEO */
.section-videos .section-header { position:static; font-size:44px; font-family:"Barlow Condensed",arial; left:0; font-weight:500; color:#fff; text-transform:uppercase }

.youtube-wrapper { position:relative; padding:10px; background:#000 }
.youtube-wrapper .player { width:66%; border:5px solid #fff; box-sizing:border-box }
.youtube-wrapper .playlist { width:34%; right:0; top:10px; border-left:5px solid #fff; bottom:10px; overflow:auto; position:absolute; }
.youtube-wrapper .playlist ul { list-style:none; padding:0; margin:0 }
.youtube-wrapper .playlist li { max-height:120px; padding:30px; box-sizing:border-box; color:#FFF; cursor:pointer; position:relative }
.youtube-wrapper .playlist li:hover,
.youtube-wrapper .playlist li.active { background:#fff; color:#000 }
.youtube-wrapper .playlist li img { max-width:125px; margin-right:10px; float:left }
.youtube-wrapper .playlist li div { overflow:hidden }
.youtube-wrapper .playlist li a { display:block; font-family:"Barlow Condensed",arial; font-size:24px; font-weight:400; color:#fff; line-height:1.2; padding:5px 0 }
.youtube-wrapper .playlist li:hover a,
.youtube-wrapper .playlist li.active a { color:#000 }

.section-videos { position:relative }
.more-videos, .live-btn { position:absolute; display:block; width:200px; height:50px; right:0; font-size:16px; text-transform:uppercase; font-family:"Lato",arial; font-weight:700; text-align:center; top:0; background:#b1001b; color:#fff; line-height:50px; letter-spacing:2px }
.more-videos:after, .live-btn:after { content:"\e810"; margin-left:10px; font-family:"glyphicons"}
.more-videos { right:200px; background:#fff; color:#b1001b }

/* CONTENT SWITCHER */
.content-switcher { position:relative; font-family:"Oswald",arial }
.content-switcher .switcher-list { position:absolute; right:0; top:-75px; z-index:2; width:250px; display:block; padding:10px 0 10px; vertical-align:top; color:#b1001b; cursor:pointer; background:#fff }
.content-switcher .switcher-list.active,
.content-switcher .switcher-list.active .selection { border-radius:3px 3px 0 0 }
.content-switcher .switcher-list .selection { display:block; position:relative; padding:0 10px; margin-right:31px; font-size:14px; font-weight:800; text-transform:uppercase; line-height:30px; text-decoration:none; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#b1001b; border-radius:3px }
.content-switcher .switcher-list:after { content:""; display:block; width:0; height:0; position:absolute; right:10px; top:50%; margin-top:-3px; border:6px solid transparent; border-top-color:#b1001b }
.content-switcher .switcher-list.active:after { margin-top:-9px; border-top-color:transparent; border-bottom-color:#b1001b }
.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:50px; max-height:200px; padding:10px; overflow:auto; background:rgba(0,0,0,0.9); border-radius:0 0 3px 3px }
.content-switcher .switcher-list.active ul { display:block }
.content-switcher .switcher-list li { display:block; position:relative; cursor:pointer } 
.content-switcher .switcher-list li.active { display:none }
.content-switcher .switcher-list li a { display:block; padding:5px 0; line-height:1; font-size:14px; text-transform:uppercase; color:#fff }
.content-switcher .switcher-list li a:hover { color:#a6a6a6; text-decoration:none }
.content-switcher .content-panels { position:relative; z-index:1 }
.content-switcher .content-panel { display:none }
.content-switcher .content-panel.active { display:block !important }
.content-switcher.loading .content-panel { opacity:0.8 }

.section-standings .section-header { position:static; font-size:44px; font-family:"Barlow Condensed",arial; font-weight:500; color:#fff; margin-bottom:20px; text-transform:uppercase }

/* STANDINGS */
.standings-brief { height:400px;background:#fff; overflow:auto}
.standings-brief table { width:100%; border-collapse:collapse; font-family:'Barlow Condensed', arial; font-size:21px; font-weight:500; text-align:center; color:#000; background:#fff }
.standings-brief h3 { display:none }
.standings-brief a { color:#000 }
.standings-brief th:first-child,
.standings-brief td:first-child { text-align:left; white-space:nowrap; color:#fff }
.standings-brief th:first-child { padding-left:56px;  color:#fff }
.standings-brief th,
.standings-brief td { padding:5px 10px; line-height:34px; text-transform:uppercase; border-bottom:1px solid rgba(0,0,0,0.2) }
.standings-brief th { border-top:none; font-size:16px; font-weight:400; color:#fff; font-family:"Lato",arial; background:#b1001b }
.standings-brief td .team-logo { display:inline-block; vertical-align:top; margin-right:10px }
.standings-brief td .team-logo img { height:34px }

/* FULL STANDINGS */
.full-standings h1 { margin:0; border-bottom:5px solid #b1001b; font-size:20px; text-transform:uppercase; text-align:center; color:#b1001b }
.full-standings table { width:100%; line-height:1.2; border-collapse:collapse }
.full-standings th,
.full-standings td { padding:10px; text-align:center }
.full-standings th { font-size:14px; font-style:italic; text-transform:uppercase; color:#fff; background:#b1001b }
.full-standings td:first-child { text-align:left; text-transform:uppercase }
.full-standings td a { text-decoration:none }
.full-standings tr:hover td { color:#000; background:#f4f4f4 }
.full-standings .pinned { display:none }
.full-standings > .container { margin-top:10px }
.full-standings > .container:first-child { margin-top:0 }
.full-standings td.conf-field { color:#444; background:#D1D1D1 }
.full-standings .overflow .pinned-col{ width:300px }

/* Archives Table */
.wu-table-archive { border-collapse: collapse; width:100%;margin: 0 0 30px 0}
.wu-table-archive th { text-align:left; padding:10px 20px; background-color: #c60c30; color:#fff; }
.wu-table-archive td { padding:10px 20px;}
.wu-table-archive tr:nth-child(odd) {  background-color: #eee;}

.internal-page .archive-dropdown { float: right; }
.internal-page .archive-dropdown .archive-list span { display: none ;}

.landing-row.aotw-row { position: relative; }
/*.section-aotw .aotw:before { content: '';position: absolute;left: 50%;width: 160px;height: 210px;top: 340px;margin-left: -70px;background: url(/images/setup/sponsor_us_army.png) no-repeat;background-size: contain;}*/

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#b1001b; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#b1001b; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#b1001b; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#b1001b }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#b1001b; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; overflow:hidden; background:url(/images/setup/page_bg.jpg) no-repeat 50% 125px #000; background-size:2000px auto }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.body-container { max-width:1410px; margin:30px auto 0 }
.landing .body-container { padding:0 25px; max-width:none }

.site-header { position:relative; z-index:3; margin-bottom:10px; background:url(/images/setup/header_bg.png) }
.site-header > .container { max-width:1410px; margin:0 auto; position:relative }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; padding:20px; font-family:"Lato",arial; font-weight:700; color:#fff; letter-spacing:5px; font-size:15px; text-align:center; text-transform:uppercase  }
.site-header .site-title a:after { content:""; position:absolute; left:50%; margin-left:-169px; display:block; width:310px; height:100px; background:url(/images/setup/master_sprite_20191005.png) no-repeat 0 -65px; z-index:3 }
.site-header .header-sponsor { position:absolute; right:0; top:20px }
.site-header .header-sponsor li { max-width:75px }

.sticky-header .site-header .site-title a:after { position:fixed; margin-left:-118px; top:10px; width:237px; height:86px; background-position:-285px 0 }
.sticky-header .dropnav { position:fixed; left:0; right:0; top:0; background:#000 }
.sticky-header .dropnav > ul,
.sticky-header .dropnav .nav > .submenu { max-width:1410px; margin:0 auto }

.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.standing-row { padding:50px 0 }
.landing-row.carousel-row { margin-top:0 }
.landing-row.banner-row { margin-top:0 }

.landing-row.aotw-row .section-header,
.landing-row.banner-row .section-header,
.landing-row.carousel-row .section-header,
.landing-row.composite-row .section-header { color:#fff }


/* NAVIGATION */
.dropnav { position:relative; color:#fff; font-family:"Barlow Condensed",arial }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left }
.dropnav .nav4 { margin-right:320px}
.dropnav .nav > a { position:relative; display:block; height:40px; padding:15px 0; font-size:20px; font-weight:500; line-height:40px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav > a:before { content:"/"; margin:0 24px; color:#b1001b }
.dropnav .nav5 > a:before,
.dropnav .nav1 > a:before { display:none }
.dropnav .nav.focus > a:after, .dropnav .nav:hover > a:after { content:""; position:absolute; left:48px; right:0; bottom:-5px; z-index:1; height:5px; display:block; background:#b1001b  }
.dropnav .nav1.focus > a:after, .dropnav .nav1:hover > a:after { left:0 }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:0; right:0; top:70px; min-width:200px; padding:50px 20px 50px 0; background:url(/images/setup/dropdown_bg_pattern.png) repeat; white-space:nowrap }
.dropnav .nav > .submenu:before { content:""; position:absolute; display:block; left:-2000px; right:-2000px; top:0; bottom:0;  background:url(/images/setup/dropdown_bg_pattern.png) repeat }
.dropnav .nav1 ~ .nav > .submenu { padding:50px }
.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 .submenu a { display:inline-block; vertical-align:top; color:#fff; font-size:18px; font-weight:500; line-height:35px; text-transform:uppercase; 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; margin-right:50px; text-align:left }
.dropnav .submenu.level1 > ul > .has-submenu > a { margin-bottom:10px; padding:0 10px; font-size:30px; text-transform:uppercase; cursor:default; font-weight:500; color:#fff }
.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:#83012b}
.dropnav .submenu.level2 .has-submenu > a { min-width:240px; font-size:24px; color:#fff; font-weight:500 }
.dropnav .submenu.level2 .has-submenu li a { padding:0 6px; font-size:16px; font-family:"Lato",arial; font-weight:500; text-transform:capitalize; color:#fff }
.dropnav .submenu.level2 .has-submenu li a:hover { color:#83012b }
.dropnav .submenu.level1 a[rel="wiki-link"]  + a { display:none !important }
.dropnav .dropdown-sponsor { position:absolute; right:0; top:70px  }
.dropnav .dropdown-sponsor li { max-width:240px }

.secondary-nav { position:relative; font-family:"Lato",arial; z-index:2; padding:10px 10px 0; color:#fff; max-width:1410px; margin:0 auto  }
.secondary-nav h1 { float:left; text-transform:uppercase; font-family:"Barlow Condensed",arial; font-weight:500; margin-bottom:0; color:#fff; font-size:30px }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:5px }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; color:#fff; font-size:16px; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#000; text-decoration:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav.focus > a,
.secondary-nav .has-nav:hover > a { color:#fff; background:#000 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#000; 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:#ccc }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.j-carousel { border:10px solid #fff; background:#fff; overflow:hidden }
.j-carousel .story-box { position:relative; height:190px; box-sizing:border-box; text-transform:uppercase; font-family:"Lato",arial;  background:#fff; padding:40px; color:#000 }
.j-carousel .story-box:before { content:""; position:absolute; top:-42px; left:0; right:0; background:rgba(0,0,0,0.4); display:block; height:42px }
.j-carousel .story-box .title { display:block; font-family:"Barlow Condensed",arial; font-size:36px; line-height:35px; color:#000; font-weight:500 }
.j-carousel .story-box .leadin { text-transform:capitalize; font-size:12px }
.j-carousel .readmore { display:none }
.j-carousel .date { position:absolute; top:15px; font-size:16px; color:#555 }
.j-carousel .sport-name .date,
.j-carousel .carousel-related-links,
.j-carousel .story-box .sport-name .title { display:none }
.j-carousel .controls { position:relative; float:right; border-left:10px solid #fff; box-sizing:border-box; background:#fff; width:24%; z-index:1 }
.j-carousel .control { cursor:pointer; border-top:10px solid #fff }
.j-carousel .control:first-child { border:none }
.j-carousel .control .thumb { width:100%; vertical-align:top }
.j-carousel .control .thumb-title { display:none }
.j-carousel .control.active .thumb { opacity:0.6; border:5px solid #b1001b; box-sizing:border-box }
.j-carousel .control:before { content:''; position:absolute; z-index:3; top:20px; right:400px; display:block; width:10px; height:10px; margin-top:170%; border-radius:100%; border:2px solid #b1001b }
.j-carousel .control.active:before { background:#b1001b }
.j-carousel .control2:before {  right:380px }
.j-carousel .control3:before { right:360px }
.j-carousel .control4:before { right:340px }

.j-carousel .next, 
.j-carousel .prev { position:absolute; left:5px; bottom:60px; z-index:1; width:30px; height:30px; font-family:'glyphicons'; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden; color:#fff; background:#b1001b; border-radius:100% }
.j-carousel .next { left:auto; right:24% }
.j-carousel .prev:before { content:"\e80f"; display:block; font-size:20px; line-height:30px }
.j-carousel .next:before { content:"\e810"; display:block; font-size:20px; line-height:30px }
.j-carousel .pp { position:absolute; right:24%; 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' }
 
.scoreboard-slider { position:relative; 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 { position:relative; float:left; font-family:"Barlow Condensed",arial; width:20%; min-height:115px; padding:14px 25px; border-left:1px solid #eee; background:#fff; line-height:1.2; box-sizing:border-box }
.scoreboard-slider .no-event { display:block; padding:40px; font-size:18px; font-weight:700; text-align:center }
.scoreboard-slider .no-events { text-align:center; text-transform:uppercase; line-height:100px; font-weight:700 }
.scoreboard-slider .event-box .date { display:inline-block; font-size:16px; font-family:"Lato",arial; font-weight:400; vertical-align:top; margin-bottom:5px; color:#555  }
.scoreboard-slider .event-box .date span:first-child { display:none }
.scoreboard-slider .event-box .status { position:absolute; right:0; top:15px; right:15px; font-family:"Lato",arial; font-weight:400 }
.scoreboard-slider .event-box .sport { display:block }
.scoreboard-slider .event-box .sport a { color:#000; font-weight:700; font-size:18px }
.scoreboard-slider .event-box .event .score { float:right }
.scoreboard-slider .event-box .event .result { display:block; font-weight:700; color:#444  }
.scoreboard-slider .event-box .event .team { margin-bottom:5px; font-size:18px; font-weight:700; color:#000; text-transform:capitalize; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }
.scoreboard-slider .event-box .event .team.loser { font-weight:400 }
.scoreboard-slider .event-box .event .team-logo { display:inline-block; vertical-align:middle; margin-right:5px; max-width:30px }
.scoreboard-slider .event-box .event .links { position:absolute; display:none; background:rgba(0,62,126,0.8); padding-top:50px; left:0; right:0; bottom:0; top:0; text-align:center }
.scoreboard-slider .event-box .event .neutralsite-notes { display:none }
.scoreboard-slider .prev,
.scoreboard-slider .next { position:absolute; z-index:2; left:-25px; top:50%; margin-top:-20px; height:30px; font-family:'glyphicons'; display:block; width:10px; line-height:30px; text-align:center; cursor:pointer; text-decoration:none; overflow:hidden }
.scoreboard-slider .next { left:auto; right:-25px }
.scoreboard-slider .prev:before { content:"\e80f"; display:block; font-size:30px; line-height:30px; color:#fff }
.scoreboard-slider .next:before { content:"\e810"; display:block; font-size:30px; line-height:30px; color:#fff }
.scoreboard-slider .pp { position:absolute; right:40px; top:50%; z-index:1; margin-top:-5px; width:27px; height:10px; font-size:20px; line-height:48px; cursor:pointer; text-align:center; text-decoration:none; color:#512519 }
.scoreboard-slider .pp:focus { z-index:2; color:#512519 } 
.scoreboard-slider .pp:before { content:"\e80b"; display:block; font-family:'glyphicons' }        
.scoreboard-slider .pp.play:before { content:"\e80a"; display:block; font-family:'glyphicons' } 
.scoreboard-slider .full-schedule-btn { display:none }

 

}

@media only screen and (min-width:1024px) and (max-width:1410px) {

.sticky-header .dropnav > ul,
.dropnav > ul { max-width:1300px; margin:0 auto }
.dropnav .nav > a:before { margin:0 14px}



}

@media only screen and (min-width:1024px) and (max-width:1300px) {

.sticky-header .dropnav > ul,
.dropnav > ul { max-width:1024px }
.dropnav .nav > a { font-size:16px }
.dropnav .nav > a:before { margin:0 7px }
.dropnav .submenu.level2 .has-submenu > a { min-width:210px; font-size:24px; color:#fff; font-weight:500 }
.dropnav .submenu.level2 .has-submenu li a { padding:0 4px; font-size:15px; font-family:"Lato",arial; font-weight:500; text-transform:capitalize; color:#fff }
.dropnav .submenu.level2 .has-submenu li a:hover { color:#83012b }
.dropnav .submenu.level1 a[rel="wiki-link"]  + a { display:none !important }
.dropnav .dropdown-sponsor { position:absolute; right:0; top:65px  }

}

@media only screen and (min-width:1024px) and (max-width:1200px) {

.dropnav .submenu.level2 .has-submenu > a { min-width:180px; font-size:20px }
.dropnav .submenu.level2 .has-submenu li a { padding:0 2px; font-size:13px }
.dropdown-sponsor li  { transform:scale(0.8)}

}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#000 }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url("/images/setup/header_tablet_20191005.png") no-repeat 50% 50% }
.site-header .header-sponsor { display:none }

.social-links { position:absolute; left:10px; top:123px; right:auto }
.social-links ul { margin:0 }
.social-links li { display:inline-block; vertical-align:top; width:30px; height:30px; line-height:30px }

.mobile-menu-bar { display:block; padding:5px; background:#b1001b }
.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:#000; 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:#000; 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 }

.landing-row.composite-row { 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 .prev, .j-carousel .next, .j-carousel .pp,
.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:49%; 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 }

.slider-wrapper .prev { left:0; border-radius:0; width:30px }
.slider-wrapper .next { right:0; border-radius:0; width:30px  }

.content-switcher .switcher-list { position:relative; top:0; width:100%  }

.section-videos .section-header { position:static; margin:0; padding:10px; background:#000 }
.more-videos,
.live-btn { top:20px }

.schedule-boxscore .event-box { margin-top:5px }

.section-standings .section-header,
.section-aotw .section-header { position:static;  background:#272727; margin:0; text-align:center; text-transform:uppercase; font-family:"Barlow Condensed",arial; color:#fff; padding:10px }
.section-aotw .aotw { height:auto; background:#b1001b }

.youtube-wrapper .player { width:100% }
.youtube-wrapper .playlist { position:static; width:100%; border-left:none }

.site-footer { background:#000; border-top:2px solid #b1001b; padding:30px }
.footer-logos li { margin:30px }

.section-aotw .aotw { padding:80px 20px }

.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 }

/*.section-aotw .aotw:before { top: 130px; }*/

}

/*---------------------------------------
  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_20191005.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 }

.live-btn,
.more-videos { position:static; width:100% }

.social-links { position:static; background:#b1001b; text-align:center; padding:5px 0 3px }

.wu-table-archive td, .wu-table-archive th  { padding:5px 5px;}

.section-aotw .aotw:before { display: none; }

}

@media only screen and (max-width:600px) {

.section-aotw .aotw .athlete { float:none; margin:0 auto }
.section-aotw .aotw .athlete:first-child { float: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;}
