/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Light-webfont.eot');
    src: url('Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Light-webfont.woff') format('woff'),
         url('Roboto-Light-webfont.ttf') format('truetype'),
         url('Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: 200;
    font-style: normal;

}


@font-face {
    font-family: 'portishead_dummy';
    src: url('portishead-dummy-webfont.woff2') format('woff2'),
         url('portishead-dummy-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;

}

@font-face {
    font-family: 'vanguardcf';
    src: url('VanguardCF-Bold.woff2') format('woff2'),
         url('VanguardCF-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'vanguardcf';
    src: url('VanguardCF-DemiBold.woff2') format('woff2'),
         url('VanguardCF-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'vanguardcf';
    src: url('VanguardCF-Regular.woff2') format('woff2'),
         url('VanguardCF-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#AA1F2E !important }

.skip-navigation { position:fixed; left:0; top:-5rem; width:0.1rem; height:0.1rem; font-size:1.5rem; 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 1.5rem rgba(0,0,0,0.4) inset }
.skip-navigation:focus { top:0; z-index:9999; width:auto; height:auto; padding:1.5rem; text-decoration:none }

html { font-size:62.5% }
body { font-family:'roboto', arial; font-size:1.4rem; line-height:1.5; color:#444; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

:focus { outline-color:#233a75 }

a { color:#AF0E1E }
a:focus,
a:hover { color:#8E0B18 }

h1,h2,h3,h4,h5,h6 { line-height:1.3 }

h1 { font-size:3.4rem }
h2 { font-size:3rem }
h3 { font-size:2.6rem }
h4 { font-size:2.2rem }
h5 { font-size:1.8rem }
h6 { font-size:1.6rem }

.body-container { max-width:140.1rem; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { display:block; padding:1rem; color:#444; background:#fff }
.landing .mainbody { padding:0; background:none }

.section-header { position:absolute; left:-9999rem; color:#fff; background:#000 }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

.section-left-col-buttons .left-col-buttons li { margin:2rem 0 }

.site-footer { text-align:center; margin:0; color:#fff; background:url(/images/setup/footer_bg_pattern.jpg) repeat #000 }
.site-footer .footer-logos li { float:left; width:20%; padding:4rem 0.5rem; border-left:0.1rem solid #383838; border-bottom:0.1rem solid #383838; box-sizing:border-box  }
.site-footer .footer-text { max-width:92rem; margin:3.8rem auto; font-size:1.4rem; font-family:'roboto', arial; font-weight:400; color:#fff }
.site-footer .footer-text .links { display:block; margin:3.4rem 0 }
.site-footer .footer-text .sep { margin:0 1rem }
.site-footer .footer-text a { color:#fff }


/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { position:relative }
.j-carousel .media-box .slide-img { display:block; padding-top:47.64%; position:relative;  cursor:pointer; 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 # 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 { position:relative; margin:-1.5rem }
.more-news .story { position:relative; float:left; width:25%; padding:1.5rem 1.5rem 3rem; box-sizing:border-box }
.more-news .story:nth-child(4n+1) { clear:left }
.more-news .story > * { position:relative }
.more-news .heading { margin:0; font-weight:400 }
.more-news .heading a { text-decoration:none }
.more-news .heading .thumb { position:relative; display:block; padding-top:71.11%; overflow:hidden }
.more-news .heading .thumb img { position:absolute; top:0; left:50%; -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); transform:translateX(-50%); height:100%; max-width:none }
.more-news .heading .title { display:block; min-height:90px; padding:2rem 2rem 0.5rem; font-size:1.8rem; font-family:'roboto', arial; font-weight:500; color:#000; background:#fff }
.more-news .heading .title:hover { color:#ed1a2f }
.more-news .details { min-height:40px; overflow:hidden; color:#565656; background:#fff }
.more-news .details .date { display:block; padding:0 2rem 1rem; font-family:'robot', arial; font-size:1.2rem; text-transform:uppercase; color:#565656; background:#fff }
.more-news .details .leadin,
.more-news .details .sport-name,
.more-news .details .related-links { display:none }
.more-news .load-more { display:block; width:180px; height:30px; border:2px solid #fff; padding:10px; margin:20px auto; font-size:16px; text-align:center; text-decoration:none; line-height:30px; color:#fff; background:#444; overflow:hidden; -ms-animation:showEl 2s linear; -webkit-animation:showEl 2s linear; animation:showEl 2s linear;  box-shadow:0 0 2px rgba(0,0,0,.4)}
.more-news .load-more:hover { background:#000 }

/* AOTW */
.section-aotw .section-header { position:static;  line-height:2rem; margin-bottom:0; padding:0.5rem 1rem; border-bottom:0.5rem solid #233a75; font-size:1.5rem; font-weight:normal; text-transform:uppercase; background:#9b1d22; color:#fff }
.aotw { min-height:30rem; padding:1rem; background:#eee }
.aotw .athlete { margin-top:1rem }
.aotw .athlete:first-child { margin-top:0 }
.aotw .thumb { float:left; margin:0 1rem 0 0; border:0.3rem solid #555 }
.aotw .thumb img { vertical-align:top }
.aotw .title { display:block; margin-bottom:1rem; text-decoration:none }
.aotw .title span { display:block; font-size:1.2rem; color:#9b1d22 }
.aotw .title span:nth-child(1) { font-size:1.8rem; margin-bottom:0.5rem; text-transform:uppercase; color:#233a75 }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:1rem; padding:1.5rem; position:relative; background:#fff; overflow:hidden; box-shadow:0 0 1rem rgba(0,0,0,0.5) inset }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date  { display:block; margin-bottom:0.5rem; border-bottom:0.3rem solid #233a75; font-size:1.6rem; line-height:3rem; text-transform:uppercase; color:#233a75 }
.schedule-boxscore .sport { font-size:2rem; color:#233a75 }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#9b1d22 }
.schedule-boxscore .teams { margin-top:0.5rem }
.schedule-boxscore .team { font-size:1.6rem }
.schedule-boxscore .team .result { color:#9b1d22 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:0.5rem; font-size:1.2rem; color:#a0a0a0 }

/* TABS */
.tabs-wrapper ul.tabs { border-bottom:0.5rem solid #233a75 }
.tabs-wrapper ul.tabs .tab { margin-left:0.5rem }
.tabs-wrapper ul.tabs .tab:first-child { margin-left:0 }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; line-height:3rem; padding:0 1rem; font-size:1.4rem; text-transform:uppercase; text-decoration:none; background:#444; 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:-9999rem; visibility:hidden }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.secondary-tabs .pane .overflow { height:30rem; padding:1rem; 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 .lazyloaded { width:100% }
.slider-wrapper .image span { position:absolute; left:-9999rem }
.slider-wrapper .next, 
.slider-wrapper .prev { position:absolute; left:1rem; top:50%; margin-top:-1.5rem; width:3rem; height:3rem; border:none; cursor:pointer; text-align:center; overflow:hidden; background:transparent }
.slider-wrapper .next { left:auto; right:1rem }
.slider-wrapper .prev:before { content:"\00ab"; display:block; font-size:3rem; line-height:3rem; color:#fff }
.slider-wrapper .next:before { content:"\00bb"; display:block; font-size:3rem; line-height:3rem; color:#fff }
.slider-wrapper .pp { position:absolute; right:0; top:0; z-index:1; width:3rem; height:3rem; font-family:'glyphicons'; text-align:center; border:none; cursor:pointer; overflow:hidden; color:#fff; background:rgba(0,0,0,0.8) }
.slider-wrapper .pp:before { content:'\e80b'; display:block; font-size:2rem; line-height:3rem }
.slider-wrapper .pp.play:before { content:'\e80a' }
.slider-wrapper .next.disabled, 
.slider-wrapper .prev.disabled,
.slider-wrapper .prev.disabled ~ .pp { display:none }

.sponsor-slider { text-align:center }
.sponsor-slider .image { float:left; width:25%; padding:0 10px; box-sizing:border-box }
.sponsor-slider .next, 
.sponsor-slider .prev { position:absolute; left:-3rem; top:50%; margin-top:-1.5rem; z-index:1; font-family:'glyphicons'; width:3rem; height:3rem; border:none; cursor:pointer; text-align:center; overflow:hidden; color:#fff; background:transparent }
.sponsor-slider .next { left:auto; right:-3rem }
.sponsor-slider .prev:before { content:"\e80f"; display:block; font-size:3rem; line-height:3rem; color:#fff }
.sponsor-slider .next:before { content:"\e810"; display:block; font-size:3rem; line-height:3rem; color:#fff }

/* SWITCHER */
.content-switcher { position:relative }
.content-switcher .switcher-list { position:relative; z-index:2; margin-bottom:1rem; font-size:1.2rem; max-width:30rem; color:#9f0d1c; background:#fff; border:solid 0.1rem #ccc }
.content-switcher .switcher-list .selection { display:block; position:relative; z-index:2; text-decoration:none; display:block; padding:0 10px; padding-right:36px; font-size:15px; font-family:'roboto', arial; font-weight:700; line-height:30px; text-align:center; text-decoration:none }
.content-switcher .switcher-list:after { content:'\e811'; font-family:'glyphicons'; line-height:1; position:absolute; right:0; top:0; width:35px; height:30px; line-height:30px; text-align:center; color:#ef172f; background:#fff }
.content-switcher .switcher-list.active:after { content:'\e812' }
.content-switcher .switcher-list ul, 
.content-switcher .switcher-list li { margin:0; padding:0; list-style:none }
.content-switcher .switcher-list ul { display:none; position:absolute; left:0; right:0; top:30px; max-height:200px; padding:10px; overflow:auto; border:solid 1px #ccc; background:#fff; box-shadow:0 1px 1px rgba(0,0,0,0.2) }
.content-switcher .switcher-list.active ul { display:block }
.content-switcher .switcher-list li a { display:block; padding:5px 10px; color:#9f0d1c; text-decoration:none; position:relative; cursor:pointer } 
.content-switcher .switcher-list li.active { display:none }
.content-switcher .switcher-list li a:hover { background:#ef172f; color:#fff; text-decoration:none }
.content-switcher .content-panels { position:relative; z-index:1 }
.content-switcher .content-panel { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.content-switcher .content-panel.active { position:static; visibility:visible }


/* STANDINGGS */
.section-standings .content-switcher .switcher-list { position:absolute; right:0; top:-5rem; width:22rem }
.section-standings .section-header { position:static; margin:0 0 1rem; width:33.7rem; height:6.8rem; text-indent:-999.9rem; background:url(/images/setup/hdr_standings.png) no-repeat 50% 0 }
.standings-brief h3 { display:none; color:#fff; background:#000 }
.standings-brief table { width:100%; height:48.5rem; border-collapse:collapse }
.standings-brief td, 
.standings-brief th { padding:0.5rem 1rem; vertical-align:middle; text-align:center; border-left:0.1rem solid #eee; background:#fff }
.standings-brief td:first-child, 
.standings-brief th:first-child { border-left:none; text-align:left }
.standings-brief th { text-transform:uppercase; font-size:2.1rem; font-weight:400; font-family:'vanguardcf'; letter-spacing:0.2rem; color:#fff; background:#aa1f2e }
.standings-brief .conf-record,
.standings-brief .team-record { font-size:1.8rem; font-family:'roboto', arial; font-weight:700; color:#000 }
.standings-brief tr:hover td { background:#eee }
.standings-brief td a { font-size:1.8rem; font-family:'roboto', arial; font-weight:700; text-transform:uppercase; text-decoration:none; color:#000 }
.standings-brief .full-standings { display:none } 

.section-social-stream .section-header { position:static; max-width:100%; width:53.9rem; height:6.6rem; text-indent:-999.9rem; margin:0 auto 2rem; background:url(/images/setup/social-header.png) no-repeat 50% 50%; background-size:100% auto }
.section-social-stream .social-stream .filters li a { color:#fff }
.section-social-stream .social-stream .filters li .icon { color:#fff }
.section-social-stream .social-stream .load-more { border-radius:0 }



/*COUNTDOWN*/
.event.countdown-row {background: #AA1F2E;padding: 20px 0;color: #fff;position: relative;}
.event.countdown-row .mod-next-event.style1 .team-names .team {font-size: 1.325rem;letter-spacing: 1px;}
.event.countdown-row .mod-next-event.style1 .date-status-sport {margin-top: 0;font-weight: normal;}
.event.countdown-row .mod-next-event.style1 .counter-details {padding-top: 0;}
.event.countdown-row .mod-next-event.style1 .team-logos {top: -25px;}
.event.countdown-row:before {content: "";position: absolute;background: #ED1B2F;left: 0;width: 100%;height: 150px;width: calc(((100% - 1170px) / 2) + 100px);top: 26px;border-top: 10px solid #fff;border-bottom: 10px solid #fff;}
.event.countdown-row .mod-next-event.style1 .team-logos .team-logo { background: #fff; min-height: 150px !important;}
.event.countdown-row:after {content: ""; position: absolute; background: #ED1B2F; left: auto; right: 0; width: 100%; height: 150px; width: calc(((100% - 1170px) / 2) + 100px);top: 26px; border-top: 10px solid #fff; border-bottom: 10px solid #fff; }
.event.countdown-row .mod-next-event.style1 .team-names {max-width: 765px;margin: 0 auto;text-align: center;}



/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#AA1F2E; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:0.5rem 1rem; text-align:left }
.roster .roster-header { background:#AA1F2E; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#AA1F2E; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#AA1F2E }
.stats-wrapper th,
.stats-wrapper td { font-size:1.4rem; padding:0.5rem }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#AA1F2E; color:#fff }
.bio-wrap .head a { color:#fff }

/* NEWS LAYOUT */
.news-layout.grid .story .title-box { color:#AA1F2E }

/* SHARE ICONS */
.share-buttons .share-btn span:before { font-size:1.4rem }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width: 64em) {

.page { position:relative; overflow:hidden }
.mainbody { min-height:50rem; padding:2rem; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; background:#ed1b2f }
.site-header:before { content:''; position:absolute; left:0; right:0; top:0; height:13rem; background:#fff }
.site-header > .container { position:relative; max-width:140.1rem; margin:0 auto }
.site-header .site-title { margin:0; padding:1rem 0 }
.site-header .site-title a { display:block; width:68.6rem; height:10.1rem; text-indent:-9999rem; margin:0 auto; color:#fff; background:url(/images/setup/header_text.png) no-repeat 50% 0 }
.site-header .site-title a:before { content:''; position:absolute; left:1rem; top:1rem; z-index:1; display:block; width:16.6rem; height:16.8rem; background:url(/images/setup/logo.png) no-repeat 0 0 }
.site-header .content-switcher { position:relative; max-width:140.1rem; margin:0 auto; border-right:0.1rem solid #ccc; border-left:0.1rem solid #ccc; height:13rem; padding-left:22rem; color:#444; background:#fff; box-sizing:border-box }
.site-header .content-switcher .switcher-list { position:absolute; left:1.5rem; top:1.5rem; width:19rem; height:4.5rem; border:none; background:#ededed }
.site-header .content-switcher .switcher-list .selection { font-weight:400; line-height:4.5rem; color:#222 }
.site-header .content-switcher .switcher-list:after { line-height:4.5rem; color:#222; background:#ededed }
.site-header .content-switcher .switcher-list ul { top:4.5rem; border:none }

.mobile-menu-bar { display:none }

.landing-row { margin-top:2rem; overflow:hidden }
.landing-row:first-of-type { margin-top:0 }
.landing-row .landing-row-offset { margin:0 -1rem }
.landing-row > div { max-width:140.1rem; margin:0 auto; padding:2rem; 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 1rem; 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.more-headlines-row { padding:3rem 0; margin:0; color:#fff; background:url(/images/setup/footer_bg_pattern.jpg) repeat 50% 0 #000 }
.landing-row.social-stream-row { padding:4rem 0; margin:0; color:#fff; background:url(/images/setup/bg_red_pattern.jpg) repeat 50% 0 #000 }
.landing-row.sponsor-logos-row { padding:3rem 0; margin:0; background:color:#fff; background:url(/images/setup/bg_sponsor_row.png) repeat, url(/images/setup/footer_bg_pattern.jpg) repeat #000 }
.landing-row.standings-row { margin:0; padding:3rem 0; color:#fff; background:#000 }

/* NAVIGATION */
.dropnav { position:relative; left:50%; right:50%; width:100vw; margin-left:-50vw; margin-right:-50vw; font-family:'vanguardcf', arial; color:#fff; background:#aa1f2e; box-sizing:border-box }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { position:relative; max-width:141rem; margin:0 auto; padding-left:20rem; box-sizing:border-box }
.dropnav .nav { float:left }
.dropnav .nav > a { position:relative; display:block; height:6rem; padding:0 2.5rem; font-size:2.8rem; font-weight:600; line-height:6rem; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav.show > a:before { content:''; position:absolute; left:50%; bottom:-1.6rem; margin-left:-0.8rem; z-index:1; border:0.8rem solid transparent; border-top-color:#aa1e2e  }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:0; right:0; top:6rem; min-width:20rem; padding:5rem; color:#fff; background:rgba(0,0,0,0.9) }
.dropnav .nav.show > .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; color:#fff; font-size:3rem; line-height:4rem; text-decoration:none }
.dropnav .submenu a:hover { color:#ed1a2f }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top; margin-right:4rem }
.dropnav .submenu.level1 > ul > .has-submenu > a { margin-bottom:1rem; font-size:3.6rem; font-family:'portishead_dummy', arial; font-weight:400; text-transform:uppercase; letter-spacing:0.2rem; cursor:default; 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 }
.dropnav .submenu.level2 .has-submenu > a { min-width:18rem; font-size:2.1rem; font-family:'roboto', arial; font-weight:400 }
.dropnav .submenu.level2 .has-submenu li a { font-size:1.6rem; font-family:'roboto', arial; font-weight:400; color:#fff }
.dropnav .submenu.level2 .has-submenu li a:hover { color:#ed1a2f }
.dropnav .submenu.level2 .has-submenu li:nth-child(-n+2):after { content:''; display:inline-block; vertical-align:top; padding:0 0.3rem 0 0.5rem; line-height:4rem; color:#fff }
.dropnav .submenu a[rel="wiki-link"] + a { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }

.secondary-nav { position:relative; z-index:2; height:3.6rem; padding:1rem; color:#fff; background:#000 }
.secondary-nav > div { position:relative; max-width:141rem; margin:0 auto }
.secondary-nav h1 { float:left; margin:0 0 0 20rem; color:#fff; font-size:2.8rem; font-family:'vanguardcf', arial; font-weight:600; text-transform:uppercase; letter-spacing:0.2rem }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:0.5rem }
.secondary-nav li { float:left }
.secondary-nav li a { padding:0.5rem 1rem; font-size:1.6rem; font-family:'roboto', arial; font-weight:400; color:#fff; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#ed1a2f; text-decoration:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav.focus > a,
.secondary-nav .has-nav:hover > a { color:#fff; background:#ed1a2f }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:1rem; background:#AA1F2E; border-radius:0.5rem 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:10rem; 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 { overflow:hidden }
.j-carousel .story-box { position:absolute; left:20rem; right:20rem; bottom:3rem; padding:2.5rem 7rem 2rem; min-height:13.3rem; text-align:center; color:#fff; background:rgba(0,0,0,0.8); box-sizing:border-box }
.j-carousel .story-box .title { display:block; font-size:4.6rem; font-family:'vanguardcf', arial; font-weight:700; line-height:1.2; color:#fff; text-decoration:none }
.j-carousel .story-box .title:hover { text-decoration:underline }
.j-carousel .story-box .carousel-share-links { position:absolute; right:6rem; top:1rem }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:0.1rem 0.1rem #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:1.8rem }
.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 .date { position:absolute; left:0; right:0; top:1.2rem }
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { display:none }
.j-carousel .prev,
.j-carousel .next { position:absolute; left:20rem; bottom:3rem; width:5rem; height:13.3rem; text-indent:-9999px; z-index:1; color:#000; background:url(/images/setup/carousel-arrow-left.png) no-repeat 50% 0 #f01526 }
.j-carousel .next { left:auto; right:20rem; background-image:url(/images/setup/carousel-arrow-right.png) }
.j-carousel .pp { position:absolute; right:0; top:0; z-index:1; width:27px; height:27px; font-size:20px; line-height:27px; cursor:pointer; text-align:center; text-decoration:none; color:#fff; overflow:hidden; background:rgba(0,0,0,0.6) }
.j-carousel .pp:focus { z-index:2; color:#ed1a2f } 
.j-carousel .pp:before { content:"\e80b"; display:block; font-family:'glyphicons' }        
.j-carousel .pp.play:before { content:"\e80a"; display:block; font-family:'glyphicons' } 

.section-more-headlines .section-header { position:static; display:block; width:49.5rem; height:7.1rem; text-indent:-999.9rem; margin:0 auto 1rem; background:url(/images/setup/hdr_more_headlines.png) no-repeat 50% 0 }

/* SCOREBOARD SLIDER */
.scoreboard-slider { position:relative; padding-right:6.5rem }
.scoreboard-slider .slider { position:relative; width:100%; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:50000% }
.scoreboard-slider .slide { width:0.2%; float:left; max-width:500px }
.scoreboard-slider .no-event { text-transform:uppercase }
.scoreboard-slider .no-events { height:13rem; line-height:13rem; text-align:center; text-transform:uppercase; font-size:20px; color:#333; background:#fff; box-sizing:border-box }
.scoreboard-slider .event-box { float:left; position:relative; width:50%; height:13rem; padding:1rem; text-align:center; color:#333; background:#fff; border-left:1px solid #d9d9d9; box-sizing:border-box; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }
.scoreboard-slider .event-box:first-child { margin-left:0 }
.scoreboard-slider .event-box .date { display:block; width:50%; padding:0 0.5rem; margin-bottom:0.5rem; text-align:left; box-sizing:border-box }
.scoreboard-slider .event-box .status { position:absolute; left:50%; right:1rem; top:1rem; color:#9f0d1c; text-align:right; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }
.scoreboard-slider .event-box .status span { padding:0 0.5rem }
.scoreboard-slider .event-box .team { position:relative; float:left; width:50%; padding:1rem; box-sizing:border-box }
.scoreboard-slider .event-box .team .team-logo { display:block; max-width:3.5rem; margin:0 auto }
.scoreboard-slider .event-box .sport,
.scoreboard-slider .event-box .sport a { font-family:'vanguardcf', arial; font-size:1.8rem; font-weight:700; text-transform:uppercase; color:#000 }
.scoreboard-slider .event-box .team .score { float:right; font-family:'vanguardcf', arial; font-weight:700; font-size:20px; line-height:1.3 }
.scoreboard-slider .event-box .status + .team .score { float:left }
.scoreboard-slider .event-box .team ~ .team .va { position:absolute; left:-1.5rem; top:1rem; width:3rem; height:3rem; text-indent:-9999px; color:#000; background:url(/images/setup/vs_bg.png) no-repeat 50% 50% #fff; border-radius:100%; overflow:hidden }
.scoreboard-slider .event-box.home .team ~ .team:before { content:''; position:absolute; left:-1.5rem; top:1rem; width:3rem; height:3rem; text-indent:-9999px; color:#000; background:url(/images/setup/vs_bg.png) no-repeat 50% 50% #fff; border-radius:100%; overflow:hidden }
.scoreboard-slider .event-box.away .team ~ .team .va { background-image:url(/images/setup/at_bg.png) }
.scoreboard-slider .event-box .neutralsite-notes { display:none }
.scoreboard-slider .event-box .links,
.scoreboard-slider .event-box .team .name,
.scoreboard-slider .event-box:hover .team .team-logo,
.scoreboard-slider .event-box:hover .team .score { display:none }
.scoreboard-slider .event-box:hover .team .name { position:static; display:block; padding:0 1rem; font-size:1.2rem;  line-height:1.5rem; text-align:center; white-space:normal }
.scoreboard-slider .prev,
.scoreboard-slider .next { position:absolute; right:0; top:0; width:6rem; height:6.4rem; border-left:0.1rem solid #ccc; border-bottom:0.1rem solid #ccc; font-size:3rem; line-height:6.5rem; text-align:center; text-decoration:none; cursor:pointer; color:#444; background:#fff; overflow:hidden }
.scoreboard-slider .next { top:6.5rem }
.scoreboard-slider .prev:before { content:"\e80f"; display:block; font-family:'glyphicons'; color:#444 }
.scoreboard-slider .next:before { content:"\e810"; display:block; font-family:'glyphicons'; color:#444 }
.scoreboard-slider .prev.disabled,
.scoreboard-slider .next.disabled { opacity:0.8; cursor:default; color:#000; background:#ccc; }

.scoreboard-slider .full-schedule-btn { position:absolute; left:-20.5rem; top:7.5rem; width:19rem; font-weight:700; line-height:1.5rem; text-decoration:none; text-align:center; color:#9f0d1c; box-sizing:border-box }
.scoreboard-slider .full-schedule-btn:before { content:'\e803'; font-family:'glyphicons'; margin-right:1rem }
.scoreboard-slider .full-schedule-btn:hover,
.scoreboard-slider .full-schedule-btn:focus { color:#000 }

.bio-wrap .player-info .label { white-space:unset!important }

}

@media(max-width:1200px) and (min-width:768px){
  
.event.countdown-row .mod-next-event.style1 .team-logos {left: 0;right: 0;}
.event.countdown-row .mod-next-event.style1 .team-logos .team-logo {transform: none;}
.event.countdown-row .mod-next-event.style1 .team-names {width: 100%; max-width: 100%; margin-bottom: 27px;}
.event.countdown-row:before, .event.countdown-row:after{display:none;}

}


@media only screen and (max-width:85.625em) and (min-width:64em) { 

.body-container { padding-left:2rem; padding-right:2rem }
.landing .body-container { padding-left:0; padding-right:0 }

.landing .landing-row { padding-left:2rem; padding-right:2rem }
.landing-row.carousel-row { padding-left:0; padding-right:0 }

.dropnav .nav > a { padding:0 1.8rem }

.sponsor-slider { padding:0 4rem }
.sponsor-slider .next, 
.sponsor-slider .prev { position:absolute; left:1rem; top:50%; margin-top:-1.5rem; z-index:1; font-family:'glyphicons'; width:3rem; height:3rem; border:none; cursor:pointer; text-align:center; overflow:hidden; background:transparent }
.sponsor-slider .next { left:auto; right:1rem }

.j-carousel .story-box { left:5rem; right:5rem }
.j-carousel .prev { left:5rem }
.j-carousel .next { right:5rem }

}

@media only screen and (max-width:78em) and (min-width:64em) { 
.dropnav .nav > a { padding:0 1rem; font-size:2.4rem }
}

@media only screen and (min-width:64em) and (max-width:68em) {
.scoreboard-slider .event-box { padding:1rem 0 }    
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:63.9375em) {

body { padding:0 }

.site-header { position:relative; background:#ed1a2f }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:11.5rem; text-indent:-9999rem; background:url("/images/setup/header_tablet.png") no-repeat 50% 50% }
.site-header .content-switcher { display:none }

.mobile-menu-bar { display:block; padding:0.5rem; 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:0.5rem }
.mobile-menu-bar li a { display:block; height:3.5rem; padding: 0 1rem; text-align:center; font-size:1.4rem; line-height:3.5rem; color:#444; text-transform:uppercase; text-decoration:none; white-space:nowrap; color:#fff; border-radius:0.3rem }
.mobile-menu-bar li a.active { background:#ed192f; color:#fff; text-decoration:none } 

.dropnav { display:none; background:#333 }
.dropnav.active { display:block }
.dropnav .has-submenu > .submenu { display:none }
.dropnav li { border-top:0.1rem solid #434343 }
.dropnav li:first-child { border-top:none }
.dropnav .submenu li { border-top:solid 0.1rem #363636 }
.dropnav .submenu.level2 li { border-top:solid 0.1rem #464646 }
.dropnav li a { display:block; padding:0 1rem; line-height:3.4rem; color:#fff; text-decoration:none; position:relative }
.dropnav .has-submenu { position:relative }
.dropnav .has-submenu > a { margin-right:4rem }
.dropnav .has-submenu:after { content:'\e810'; position:absolute; right:0; top:0; width:4rem; text-align:center; font-family:'glyphicons'; speak:none; line-height:3.4rem; color:#fff; background:rgba(0,0,0,0.4) }
.dropnav .has-submenu.active:after { content:'\e811' }
.dropnav .has-submenu.focus > .submenu,
.dropnav .has-submenu.active > .submenu { display:block; background:#444 }
.dropnav .submenu.level1 .submenu { background:#555 }
.dropnav .submenu.level2 .submenu { padding:1rem; background:#666 }
.dropnav .submenu.level2 .submenu li { border:none }
.dropnav .submenu.level2 .submenu a { font-size:0.9em; line-height:2rem }
.dropnav .submenu-title { display:none }

.secondary-nav { background:#000; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:1rem; font-size:2rem; 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:0.5rem 0.5rem 0; position:absolute; right:1rem; top:50%; margin-top:-0.2rem }
.secondary-nav.active h1 { background:rgba(0,0,0,0.3) }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 0.5rem 0.5rem }
.secondary-nav li { border-top:0.1rem solid #8c8c8c }
.secondary-nav li:first-child { border-top:none }
.secondary-nav li a { display:block; padding:0.5rem 1rem; color:#fff; text-transform:none; text-decoration:none }
.secondary-nav .has-nav > a { display:none }

.j-carousel { background:#000 }
.j-carousel .story-box { padding:1rem; font-size:1.4rem; color:#fff }
.j-carousel .story-box .title { display:block; margin-bottom:0.5rem; font-family:'vanguardcf', arial; font-size:3rem; color:#fff; text-decoration:none; text-shadow:0.1rem 0.1rem rgba(0,0,0,0.8) }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:0.1rem 0.1rem #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:1.8rem }
.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:-3.2rem; z-index:2; height:1.2rem; padding:1rem 0; margin-top:47.64%; text-align:center; background:rgba(0,0,0,0.3) }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:0.4rem; height:0.4rem; margin:0.4rem; text-indent:-9999rem; cursor:pointer; border-radius:1.5rem }
.j-carousel .control:before { content:''; position:absolute; left:-0.4rem; right:-0.4rem; top:-0.4rem; bottom:-0.4rem; border:0.2rem solid #fff; border-radius:100% }
.j-carousel .control.active { background:#fff; box-shadow:none }
.j-carousel .control .thumb { display:none }
.j-carousel .prev,
.j-carousel .next,
.j-carousel .pp { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; height:3rem; line-height:3rem; margin-bottom:0; padding:0 1rem; border-bottom:0.5rem 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:0.5rem }

.section-more-headlines .section-header { position:static; display:block; width:49.5rem; max-width:100%; height:7.1rem; text-indent:-999.9rem; margin:0 auto 1rem; background:url(/images/setup/hdr_more_headlines.png) no-repeat 50% 50%; background-size:100% auto }

.more-news { margin:0; overflow:hidden }
.more-news .stories { margin:0 -1rem }
.more-news .story { width:50%; padding:1rem }

.sponsor-slider .prev { left:0 }
.sponsor-slider .next { right:0 }

.landing-row.more-headlines-row { padding:2rem; color:#fff; background:#000 }
.landing-row.standings-row { padding:2rem; color:#fff; background:#333 }
.landing-row.social-stream-row { padding:2rem; background:#ed192f }

.section-left-col-buttons .left-col-buttons { text-align:center }
.section-left-col-buttons .left-col-buttons li { float:left; width:50% }

.site-footer .footer-logos { padding:1rem }
.site-footer .footer-logos li { float:none; display:inline-block; vertical-align:top; width:auto; padding:1rem; border:none }
.site-footer .footer-logos li img { max-height:8rem }
.site-footer .footer-text { padding:1rem }

.event.countdown-row .mod-next-event.style1 .team-names .team {font-size: 1.125rem;letter-spacing: 1px;}
.event.countdown-row .mod-next-event.style1 .date-status-sport {margin-bottom: 15px;}

}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:47.9375em) {

.site-header .site-title { margin:0 14.4rem 0 3rem }
.site-header .site-title a { max-width:24rem; height:8rem; text-indent:-9999rem; background:url("/images/setup/header_mobile_wide.png") no-repeat 0 50%; background-size:100% auto }

.mobile-menu-bar { position:absolute; right:0.5rem; top:2.2rem; padding:0; background:none }
.mobile-menu-bar li a { background:#333 }
.mobile-menu-bar li .text { position:absolute; left:-9999rem }

.section-social-stream { padding:0 1rem }
.section-social-stream .section-header { max-width:30rem }
.section-standings { padding:0 1rem }
.section-standings .section-header { max-width:30rem; margin:0 auto 1rem; background-size:100% auto }
.section-standings .content-switcher .switcher-list { position:relative; top:0; right:auto; margin:0 auto 1rem }

.more-news .story { width:100% }
.more-news .story .thumb { display:none }

.standings-brief td,
.standings-brief th { font-size:1.3rem }
.standings-brief .conf-record, 
.standings-brief .team-record { font-size:1.3rem }
.standings-brief td a { font-size:1.3rem; text-transform:none }

.section-left-col-buttons .left-col-buttons { margin-top:2rem }
.section-left-col-buttons .left-col-buttons li { margin:0; padding:10px; box-sizing:border-box}
.sponsor-slider .image { width:50% }

.site-footer .footer-logos li img { max-height:50px }
.site-footer .footer-text { margin:0 }

.event.countdown-row:before{display:none;}
.event.countdown-row .mod-next-event.style1 .team-logos {top: 0;position: relative;}
.event.countdown-row .mod-next-event.style1 .team-logos .team-logo { min-height: 0 !important; }


}

/* 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;}