/* ==============
   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: 'serpentine';
    src: url('serpentine-bold-oblique-webfont.woff2') format('woff2'),
         url('serpentine-bold-oblique-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;

}

@font-face {
    font-family: 'bignoodletitling';
    src: url('big_noodle_titling-webfont.woff2') format('woff2'),
         url('big_noodle_titling-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  
}

@font-face {
    font-family: 'lato';
    src: url('lato-italic-webfont.woff2') format('woff2'),
         url('lato-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#008852 !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 }
.landing body { font-family:'bignoodletitling', arial }

:focus { outline-color:#ffc52f }

a { color:#008852; text-decoration:none }
a:focus,
a:hover { color:#ffc52f; 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 { position:relative; z-index:1; max-width:1410px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { display:block; padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.section-header { position:absolute; left:-9999px }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

.site-footer { font-family:'bignoodletitling', arial; text-align:center; background:#fff }
.site-footer > .container { position:relative; max-width:1410px; margin:0 auto; border-left:1px solid #cfcfcf; border-right:1px solid #cfcfcf; box-sizing:border-box }
.footer-text { float:left; position:relative; padding:65px 0 0 300px; font-size:24px; text-align:left; line-height:1.2; color:#000 }
.footer-text .edu-logo { position:absolute; left:43px; top:57px; width:216px; height:57px; text-indent:-9999px; background:url(/images/setup/2018_edu_logo.png) no-repeat }
.footer-text a[rel="wiki-link"] + a { display:none !important }
.footer-logos { float:right }
.footer-logos li { display:inline-block; vertical-align:top }
.footer-logos li a { display:block; padding:45px 10px; border-left:1px solid #cfcfcf }
.footer-logos li:first-child a { border: none; }

/* 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:44.44%; 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-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 HEADLINES */
.more-news .story { position:relative; box-sizing:border-box }
.more-news .heading { margin:0 }
.more-news .heading a { text-decoration:none }
.more-news .heading .thumb { position:relative; display:block; padding-top:50%; overflow:hidden }
.more-news .heading .thumb img { position:absolute; left:0; top:0; width:100%; min-height:100%; vertical-align:top; transition:0.5s }
.more-news .heading .title { display:block; min-height:115px; padding:20px; font-size:22px; font-weight:400; color:#000; background:#fff; box-sizing:border-box; transition:0.4s ease-out }
.more-news .details { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; background:#fff }
.more-news .story:hover .heading .thumb img { -webkit-transform:scale(1.05); transform:scale(1.05) }
.more-news .story:hover .title { color:#008852 }
.more-news .load-more { display:block; clear:both; max-width:100px; padding:7px 15px 0; margin:0 auto; font-size:24px; text-align:center; background:#008852; color:#fff; border-radius:3px }

/* AOTW */
.aotw .athlete { float:left; position:relative; width:280px }
.aotw .thumb { position:relative; display:block; padding-top:115.62%; overflow:hidden; border:5px solid #fff }
.aotw .thumb img { position:absolute; left:0; top:0; width:100% }
.aotw .heading { text-decoration:none }
.aotw .title { display:block; padding:10px; text-decoration:none; text-align:center; color:#fff }
.aotw .title span:first-child { display:block; margin-bottom:5px; font-family:'serpentine', arial; font-weight:700; font-size:24px; font-style:italic }
.aotw .title span:nth-child(2) { font-size:18px; line-height:1 }
.aotw .leadin { display:none }
.aotw .athlete:nth-child(2) { float:right }

/* TABS */
.tabs-wrapper .tab_title { display:none }
.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 }

.main-tabs { position:relative; background:rgba(0,0,0,0.9) }
.main-tabs ul.tabs { position:absolute; left:0; right:0; top:20px; z-index:2; text-align:center }
.main-tabs ul.tabs:before { content:''; position:absolute; display:block; left:0; top:0; right:0; bottom:0; background:url(/images/setup/2018_carousel_menu_bg.png) repeat-y 50% 0 }
.main-tabs ul.tabs .tab { float:none; display:inline-block; vertical-align:top }
.main-tabs .tab a { position:relative; display:block; padding:10px 25px 0; font-size:22px; text-decoration:none; color:#ffc52e }
.main-tabs .tab a:before { content:'/ '; position:absolute; left:-3px; color:#555 }
.main-tabs .tab1 a:before { display:none }
.main-tabs .tab a:focus,
.main-tabs .tab a.active { color:#fff }

/* 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 }

/* GALLERIES */
.galleries-slider .image { text-align:center; color:#008543; box-sizing:border-box }
.galleries-slider .image img { max-height:190px }
.galleries-slider .image span { position:static; display:block; padding:10px; font-size:26px; line-height:1.2; color:#000 }
.galleries-slider .pp { display:none }
.galleries-slider .prev,
.galleries-slider .next { position:absolute; z-index:1; left:-43px; top:50%; width:50px; height:50px; padding:0; margin-top:-25px; overflow:hidden; font-size:48px; text-decoration:none; text-align:center; cursor:pointer; line-height:50px; color:#008852; background:none; outline:none; border:0 }
.galleries-slider .next { left:auto; right:-43px }
.galleries-slider .prev:before,
.galleries-slider .next:before { content:''; display:block; font-family:'glyphicons' }
.galleries-slider .prev:before { content:'\e80f' }
.galleries-slider .next:before { content:'\e810' }

/* SOCIAL BUTTONS */
.social-links ul { list-style:none; padding:0; margin:0 }
.social-links li { float:left; margin:0 5px }
.social-links li a { display:block; line-height:18px; color:#ffc52f; transition:0.2s }
.social-links li:first-child ~ li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.social-links li:first-child ~ li .icon { display:block; width:18px; height:18px; font-size:18px; text-align:center; line-height:18px }
.social-links li:first-child ~ li .icon:before { vertical-align:top; line-height:18px }
.social-links li:first-child a { font-family:'serpentine', arial; font-weight:700; font-style:italic; font-size:16px; letter-spacing:0.12em; color:#fff }

/* CALENDAR */
#calendar { position:relative; max-width:1410px; margin:100px auto 30px; color:#000; overflow:hidden; background:#008852 }
#calendar-view { float:left; width:54%; font-size:24px; background:#008852 }
#calendar .calendar-month td { border:none; height:67px; background:#000; line-height:67px; text-transform:uppercase }
#calendar .calendar-month a { color:#ccc }
#calendar #calendar-now { font-size:25px }
#calendar td { line-height:53px; border:none; height:53px }
#calendar td.inactive { color:#fff; opacity:0.5 }
#calendar .calendar-header td { color:#fff; line-height:65px; height:65px; border-bottom:0}
#calendar .no-calendar-event a { background:none; line-height:53px; color:rgba(255,255,255,0.8) }
#calendar-view .current a,
#calendar .calendar-event a { line-height:43px; height:43px; color:#008852; background-color:#fff; -webkit-border-radius:30px; border-radius:30px; width:43px; margin:5px auto }
#calendar-view .current a,
#calendar .calendar-event a:hover { margin:2px auto; color:#fff; background:none; border:3px solid #fff }
#calendar .calendar-months-list li a { text-transform:uppercase }
#calendar .event-schedule { height:723px; margin:0; padding:20px; overflow:auto; color:#000; font-size:20px; position:relative; background:#fff; box-sizing:border-box }
#calendar .event-schedule .event-date { margin:-20px -20px 20px; padding:0 20px; font-size:25px; font-weight:400; color:#3f230d ; text-transform:uppercase; display:block; line-height:67px; background:#fec532 }
#calendar .event-info { margin-top:20px; padding:20px 20px 0; border:1px solid #fec532 }
#calendar .event-info:first-of-type { margin-top:0 }
#calendar .event-info .sport a { display:block; margin-bottom:10px; font-family:'serpentine', arial; font-weight:700; font-style:italic; font-size:22px; text-transform:uppercase; color:#000; border-bottom:1px solid #fec532 }
#calendar .event-info .team,
#calendar .event-info .result { font-size:24px }
#calendar .event-info .status,
#calendar .event-info .result { float:right }
#calendar .event-info .links { display:block; text-indent:-5px }
#calendar .event-info .links a { padding:0 5px; text-decoration:none; color:#000 }
#no-calendar-events .event-info { padding:0; border:0 }

/* SOCIAL */
.section-widget { padding:20px; text-align:center; background:#fff }
.section-widget .section-header { position:static; margin:-20px -20px 20px; padding:10px; text-transform:uppercase; color:#fff; background:#008852 }
.section-widget .section-header .text { font-family:'serpentine', arial; font-size:26px; font-style:italic }
.section-widget .section-header .icon { padding-right:10px; font-weight:400; font-size:30px }
.section-widget iframe { vertical-align:top }

.section-widget[aria-label*="instagram"] { padding:20px 0 }
.section-widget[aria-label*="instagram"] .section-header { margin:-20px 0 0 }

/* SCOREBOARD */
.scoreboard-slider { position:relative }
.scoreboard-slider .slider { position:relative; width:100%; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:49999% }
.scoreboard-slider .slide { width:0.2%; float:left }

.tabs-wrapper .section-header { position:static }
.tabs-wrapper .scoreboard-slider { position:relative; max-width:1410px; margin:100px auto 30px }
.tabs-wrapper .scoreboard-slider .no-event { position:absolute; left:0; top:0; right:0; font-size:18px; font-weight:600; text-transform:uppercase; line-height:50px; letter-spacing:0.06em; color:#fff; background:#222 }
.tabs-wrapper .scoreboard-slider .no-events { padding:200px 10px; font-size:16px; font-weight:700; text-align:center; text-transform:uppercase; letter-spacing:0.12em; color:#000 }
.tabs-wrapper .scoreboard-slider .event-box { float:left; position:relative; width:18.4%; min-height:450px; margin-left:2%; padding:10px 10px 70px; text-align:center; color:#000; background:#fff; box-sizing:border-box }
.tabs-wrapper .scoreboard-slider .event-box:before { content:''; position:absolute; left:0; top:0; right:0; height:50px }
.tabs-wrapper .scoreboard-slider .event-box:first-child { margin-left:0 }
.tabs-wrapper .scoreboard-slider .event-box.inprogress { background:#fffdea }
.tabs-wrapper .scoreboard-slider .event-box .date { display:block; margin:-10px -10px 20px; padding:10px 50px 5px; font-size:20px; text-transform:uppercase; letter-spacing:0.06em; color:#fff; background:#008852 }
.tabs-wrapper .scoreboard-slider .event-box .status { display:block; margin-top:10px; font-size:20px }
.tabs-wrapper .scoreboard-slider .event-box .result { display:block; margin:5px 0; text-transform:uppercase; letter-spacing:0.06em }
.tabs-wrapper .scoreboard-slider .event-box .sport { display:block; font-family:'serpentine', arial; font-size:16px; letter-spacing:0.06em; line-height:1; text-transform:uppercase; text-overflow:ellipsis; overflow:hidden; white-space:nowrap }
.tabs-wrapper .scoreboard-slider .event-box .sport a { color:#000 }
.tabs-wrapper .scoreboard-slider .event-box .team-logo { display:block }
.tabs-wrapper .scoreboard-slider .event-box .team-logo img { max-height:100px }
.tabs-wrapper .scoreboard-slider .event-box .opponent { font-size:20px }
.tabs-wrapper .scoreboard-slider .event-box .neutralsite-notes span { display:block; margin-top:5px; font-size:18px; line-height:1.2 }
.tabs-wrapper .scoreboard-slider .event-box .links { position:absolute; left:0; right:0; bottom:0; min-height:55px; padding:15px; border-top:1px solid #f2f2f2; box-sizing:border-box }
.tabs-wrapper .scoreboard-slider .event-box .links .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.tabs-wrapper .scoreboard-slider .event-box .links .icon { padding:0 5px; font-size:16px; color:#000 }
.tabs-wrapper .scoreboard-slider .event-box .links > span { display:none }
.tabs-wrapper .scoreboard-slider .full-schedule-btn { display:block; width:254px; padding:10px 15px 5px; margin:10px auto 0; font-size:20px; text-transform:uppercase; text-align:center; letter-spacing:0.12em; color:#fff; background:#008852; border-radius:3px; box-sizing:border-box }
.tabs-wrapper .scoreboard-slider .full-schedule-btn:before { content:'\e803'; padding-right:5px; font-family:'glyphicons'; font-weight:400 }
.tabs-wrapper .scoreboard-slider .prev,
.tabs-wrapper .scoreboard-slider .next { position:absolute; left:-80px; top:50%; width:50px; height:50px; margin-top:-40px; overflow:hidden; font-size:21px; cursor:pointer; text-align:center; text-decoration:none; line-height:50px; color:#fff; background:#008852; border-radius:100% }
.tabs-wrapper .scoreboard-slider .next { left:auto; right:-80px }
.tabs-wrapper .scoreboard-slider .prev:before,
.tabs-wrapper .scoreboard-slider .next:before { content:'\e80f'; display:block; font-family:'glyphicons' }
.tabs-wrapper .scoreboard-slider .next:before { content:'\e810' }
.tabs-wrapper .scoreboard-slider .prev.disabled,
.tabs-wrapper .scoreboard-slider .next.disabled { opacity:0.5; pointer-events:none }

.tabs-wrapper .scoreboard-slider .event-box .team { float:left; position:relative; width:48%; margin-bottom:10px; font-size:20px; line-height:1.2 }
.tabs-wrapper .scoreboard-slider .event-box .team + .team { margin-left:2% }
.tabs-wrapper .scoreboard-slider .event-box .team .team-logo { margin-bottom:25px }
.tabs-wrapper .scoreboard-slider .event-box .team .score { position:absolute; left:0; right:0; top:105px; font-size:24px }
.tabs-wrapper .scoreboard-slider .event-box .team.winner .score { color:#008852 }

.sticky-bar { position:fixed; left:0; right:0; bottom:-100%; z-index:3; background:#008543; border-top:5px solid #ffcf12; transition:bottom 0.5s 0.5s ease }
.sticky-header .sticky-bar { bottom:0; transition:bottom 0.5s 0.5s ease }
.sticky-bar .site-logo { position:absolute; left:15px; top:16px; width:92px; height:78px; text-indent:-9999px; color:#fff; background:url(/images/setup/2018_master_sprite.png) no-repeat -294px 0 }
.sticky-bar .section-header { color:#fff }
.sticky-bar .content-switcher .switcher-list { position:absolute; left:139px; top:16px; width:128px; max-width:none }
.sticky-bar .scoreboard-slider { padding-left:300px }
.sticky-bar .scoreboard-slider .no-events { height:110px; text-align:center; text-transform:uppercase; line-height:110px; color:#fff }
.sticky-bar .scoreboard-slider .event-box.empty { text-align:center; text-transform:uppercase; color:#fff }
.sticky-bar .scoreboard-slider .event-box { float:left; position:relative; width:16.66%; height:110px; padding:15px 25px; text-transform:uppercase; color:#fff; border-left:1px solid #ffcf12; box-sizing:border-box }
.sticky-bar .scoreboard-slider .event-box.inprogress { background:#fff7ca }
.sticky-bar .scoreboard-slider .event-box .date,
.sticky-bar .scoreboard-slider .event-box .status { margin-bottom:10px; font-family:'serpentine', arial; font-weight:700; font-style:italic; font-size:10px; text-transform:uppercase; letter-spacing:0.06em }
.sticky-bar .scoreboard-slider .event-box .status { position:absolute; top:15px; right:25px }
.sticky-bar .scoreboard-slider .event-box .sport a { font-size:18px; color:#fff }
.sticky-bar .scoreboard-slider .event-box .opponent,
.sticky-bar .scoreboard-slider .event-box .team { font-size:18px }
.sticky-bar .scoreboard-slider .event-box .result { float:right }
.sticky-bar .scoreboard-slider .event-box .links { position:absolute; left:0; top:-9999px; right:0; padding-top:34px; text-align:center; background:rgba(0,0,0,0.7); box-shadow:inset 0 0 177px 0 #000 }
.sticky-bar .scoreboard-slider .event-box:hover .links { top:0; bottom:0 }
.sticky-bar .scoreboard-slider .event-box .links .sep { display:none }
.sticky-bar .scoreboard-slider .event-box .links a { display:inline-block; vertical-align:top; margin:0 2px; text-decoration:none; color:#018543; background:#fff; border-radius:100% }
.sticky-bar .scoreboard-slider .event-box .links a .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; color:#018543 }
.sticky-bar .scoreboard-slider .event-box .links a .icon { display:block; width:30px; height:30px; font-size:18px; text-align:center; line-height:30px }
.sticky-bar .scoreboard-slider .event-box .links a .icon:before { line-height:30px }
.sticky-bar .scoreboard-slider .event-box .links a .icon:hover { color:#fff; background:#018543; border-radius:100% }
.sticky-bar .scoreboard-slider .next, 
.sticky-bar .scoreboard-slider .prev { position:absolute; left:165px; top:67px; width:30px; height:30px; font-size:24px; cursor:pointer; text-align:center; text-decoration:none; line-height:30px; color:#fff; overflow:hidden }
.sticky-bar .scoreboard-slider .next { left:210px }
.sticky-bar .scoreboard-slider .prev:before,
.sticky-bar .scoreboard-slider .next:before { content:"\e80f"; display:block; font-family:'glyphicons' }
.sticky-bar .scoreboard-slider .next:before { content:"\e810" }
.sticky-bar .scoreboard-slider .next.disabled, 
.sticky-bar .scoreboard-slider .prev.disabled { opacity:0.5; pointer-events:none }
.sticky-bar .scoreboard-slider .event-box .neutralsite-notes,
.sticky-bar .scoreboard-slider .full-schedule-btn { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.sticky-bar .scoreboard-slider .full-schedule-btn { color:#fff }
.sticky-bar a[rel="wiki-link"] { color:#fff }

/* INSTAGRAM FEED */
.instagram-feed { position:relative; height:435px; padding:5px; overflow:auto; background:#fff; border:1px solid #eee; box-sizing:border-box }
.instagram-feed ul { margin:0; list-style:none }
.instagram-feed img { vertical-align:middle; width:100% }
.instagram-feed img.lazyload,
.instagram-feed img.lazyloading { opacity:0; transform:scale(0) }
.instagram-feed img.lazyloaded { opacity:1; transition:opacity .8s, transform .4s; transform:scale(1); transition-delay:.4s }
.instagram-feed .item { width:33.33%; float:left }
.instagram-feed .item .gutter { padding:5px }
.instagram-feed .item .placeholder { position:relative; padding-top:100% }
.instagram-feed .load-more { font-size:12px; text-align:center; cursor:pointer }
.instagram-feed .load-more span { position:absolute; left:0; right:0; top:50%; margin-top:-1em; color:#444; text-transform:uppercase }
.instagram-feed .item a { display:block; position:absolute; left:0; right:0; top:0; bottom:0; background:#ccc; text-decoration:none }
.instagram-feed .item.video a:before { content:"\e80a"; position:absolute; left:0; right:0; top:50%; z-index:2; font-family:'glyphicons'; font-size:30px; line-height:1; margin-top:-15px; color:#eee; text-align:center; text-shadow:0 0 2px rgba(0,0,0,0.5); speak:none }
.instagram-feed .item a:after { content:""; transition:background .6s ease-out } 
.instagram-feed .item:hover a:after { position:absolute; left:0; right:0; top:0; bottom:0; z-index:3; background:rgba(0,0,0,0.2) }
.instagram-feed .next,
.instagram-feed .prev { display:none }

/* CONTENT SWITCHER */
.content-switcher { position:relative }
.content-switcher .switcher-list { position:relative; z-index:2; max-width:284px; margin-bottom:10px; color:#fff; background:#018543; border:1px solid #fff }
.content-switcher .switcher-list:focus { border-color:#fff; background:#000; outline:none }
.content-switcher .switcher-list .selection { display:block; position:relative; z-index:2; text-decoration:none; text-transform:uppercase; display:block; padding:0 10px; padding-right:36px; font-size:18px; line-height:38px; text-decoration:none; text-overflow:ellipsis; cursor:pointer; white-space:nowrap; overflow:hidden }
.content-switcher .switcher-list:after { content:'\e811'; font-family:'glyphicons'; line-height:1; position:absolute; right:15px; top:50%; margin-top:-0.5em; font-size:20px; color:#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:-1px; right:-1px; bottom:39px; max-height:200px; padding:10px; overflow:auto; background:#000 }
.content-switcher .switcher-list.active ul { display:block }
.content-switcher .switcher-list li a { display:block; padding:5px 10px; font-size:16px; color:#fff; position:relative; cursor:pointer } 
.content-switcher .switcher-list li.active { display:none }
.content-switcher .switcher-list li a:hover { background:#fff; color:#008852; text-decoration:none }
.content-switcher .content-panels { position:relative; z-index:1 }
.content-switcher .content-panel { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.content-switcher .content-panel.active { position:static; visibility:visible }

.content-switcher.loading .switcher-list { opacity:0.5 }
.content-switcher.loading .switcher-list .selection:before { content:''; position:absolute; left:0; right:100%; top:0; bottom:0; background:rgba(193,193,193,0.5); -webkit-animation: loader 3s infinite linear; animation: loader 3s infinite linear }

@-webkit-keyframes loader { 
 0% { left:0; right:100% }
 100% { left:0; right:0 }
}
@keyframes loader {
 0% { left:0; right:100% }
 100% { left:0; right:0 }
}

.mod-roster .roster .name a[aria-label*="Walt deBruin"] {font-style: italic;}

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#008852; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#008852; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#008852; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#008852 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#008852; color:#fff }
.bio-wrap .head a { color:#fff }

.internal-page .list-signup { margin-top: 45px;}

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; overflow:hidden; padding-bottom:115px; background:url(/images/setup/2018_page_bg_repeat.jpg) repeat-y 50% 0; background-size:1920px auto }
.landing .body-container { z-index:unset }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; min-height:336px; margin-bottom:-65px; font-family:'bignoodletitling', arial; background:url(/images/setup/2018_header_bg.png) no-repeat 50% 0; background-size:1920px auto }
.landing .site-header { z-index:unset }
.site-header > .container { position:relative; max-width:1410px; margin:0 auto }
.site-header .site-title { margin:0 }
.site-header .site-title a:after { content:''; position:absolute; z-index:1; left:50%; top:15px; width:79px; height:64px; background:url(/images/setup/2018_wu_logo.png) no-repeat; transform:translateX(-50%) }
.site-header .site-title span { position:absolute; left:50%; top:120px; width:284px; height:99px; text-indent:-9999px; background:url(/images/setup/2018_master_sprite.png) no-repeat; transform:translateX(-50%) }
.site-header .site-title span:after { content:''; position:absolute; top:110px; left:50%; width:436px; height:8px; background:url(/images/setup/2018_master_sprite.png) no-repeat -1051px 0; transform:translateX(-50%) }
.site-header .social-links { position:absolute; right:0; top:175px }

.sticky-header .page { padding-top:271px }
.sticky-header .site-header { position:fixed; left:0; right:0; top:0; min-height:106px; background:url(/images/setup/2018_sticky_header_bg.png) no-repeat 50% 0; background-size:1920px auto }
.sticky-header.landing .site-header { z-index:3 }
.sticky-header .site-header .site-title span,
.sticky-header .site-header .social-links { display:none }

.site-footer { background:url(/images/setup/2018_footer_bg_repeat.png) repeat-x 0 -9px }

.mobile-menu-bar { display:none }

.landing-row { position:relative }
.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { position:relative; 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.social-row { padding:30px }
.landing-row.aotw-row { height:540px; padding:65px 30px 30px; background:url(/images/setup/2018_aotw_bg.jpg) no-repeat 50% 0 #008852; background-size:1920px 100%; box-sizing:border-box }
.landing-row.slider-row { padding:50px 50px 30px }

/* NAVIGATION */
.dropnav { position:relative; text-align:center }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { display:inline-block; vertical-align:top; margin-left:-40px; text-align:left }
.dropnav .nav { float:left; position:relative }
.dropnav .nav:nth-child(4) { margin-right:114px }
.dropnav .nav > a { position:relative; z-index:1; display:block; height:80px; padding:0 23px; font-size:24px; line-height:80px; text-decoration:none; color:#222; text-transform:uppercase }
.dropnav .nav.focus > a:after,
.dropnav .nav:hover > a:after { content:''; position:absolute; bottom:0; left:50%; margin-left:-13px; border:13px solid transparent; border-bottom:8px solid #2d1909 }
.dropnav .nav > .submenu { display:none; position:absolute; z-index:3; left:50%; top:80px; padding:40px 80px; background:#000; white-space:nowrap; box-sizing:border-box; transform:translateX(-50%) }
.dropnav .nav.focus > .submenu,
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; font-size:24px; line-height:44px; white-space:nowrap; text-decoration:none; color:#fff }
.dropnav .submenu a:focus,
.dropnav .submenu a:hover { color:#008852 }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:100px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .submenu .has-submenu > a { margin-bottom:5px; font-family:'serpentine', arial; font-size:24px; font-style:italic; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; pointer-events:none; color:#008852 }
.dropnav .submenu.level2 .has-submenu { display:block; margin:0 }
.dropnav .submenu.level2 .has-submenu > a { margin:0; font-family:'bignoodletitling', arial; font-size:24px; font-style:normal; font-weight:400; letter-spacing:0; text-transform:none; pointer-events:all; color:#fff }
.dropnav .submenu.level2 .has-submenu > a:hover { color:#008852 }
.dropnav .submenu.level3 { display:block }
.dropnav .submenu.level3 li { display:inline-block; vertical-align:top }
.dropnav .submenu.level3 li a { font-family:'lato', arial; font-size:14px; font-style:italic }
.dropnav .submenu.level3 li a:before { content:' /'; padding:0 10px; color:#fff }
.dropnav .submenu.level3 li:first-child a:before { display:none }
.dropnav .submenu a[rel="wiki-link"] + a { display:none !important }

.dropnav .nav1 > .submenu,
.dropnav .nav2 > .submenu { left:-57px; transform:none }
.dropnav .nav1 .submenu a { line-height:1.1 }
.dropnav .nav1 .submenu.level2 .has-submenu { margin-top:10px }

.secondary-nav { position:relative; padding:30px 20px 20px; font-family:'bignoodletitling', arial; text-align:center; color:#000; background:url(/images/setup/2018_header_bg.png) no-repeat 50% -271px #ffc52f; background-size:1920px auto }
.secondary-nav h1 { margin-bottom:0; color:#000; font-family:'serpentine', arial; font-size:24px; font-style:italic; letter-spacing:0.12em; text-transform:uppercase }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { position:relative; max-width:1410px; margin:0 auto }
.secondary-nav > div > ul { display:inline-block; vertical-align:top; margin-top:10px }
.secondary-nav li { float:left; font-size:18px }
.secondary-nav li a { padding:5px 10px; color:#000; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#008852; 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; z-index:3; left:50%; padding:10px; text-align:left; background:#000; transform:translateX(-50%) }
.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:#008852 }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }
.secondary-nav a[rel="wiki-link"] { color:#fff }

.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:30px 30px 130px; text-transform:uppercase; text-align:center; color:#fff; background:rgba(0,0,0,0.7); box-sizing:border-box }
.j-carousel .story-box .title { display:block; font-family:'serpentine', arial; font-size:30px; font-weight:700; font-style:italic; letter-spacing:0.06em; line-height:1; text-decoration:none; color:#fff; transition:0.2s }
.j-carousel .story-box .title:hover { color:#ffc52f }
.j-carousel .story-box .date,
.j-carousel .story-box .carousel-share-links,
.j-carousel .story-box .carousel-related-links,
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; left:0; right:0; bottom:0; z-index:2; max-width:1440px; margin:0 auto }
.j-carousel .control { position:relative; float:left; width:16.66%; padding:15px; cursor:pointer; box-sizing:border-box }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active:after { content:""; position:absolute; left:15px; right:15px; bottom:15px; top:15px; background:rgba(0, 0, 0, 0.5); border:5px solid #ffc52f }
.j-carousel .control .thumb { width:100%; vertical-align:top }
.j-carousel .control .thumb-title { display:none }
.j-carousel .pp,
.j-carousel .prev,
.j-carousel .next { position:absolute; z-index:3; top:-40px; left:0; width:40px; height:40px; margin-top:39.56%; overflow:hidden; font-size:16px; text-align:center; text-decoration:none; line-height:40px; color:#fff; background:#2d1909; opacity:0.65 }
.j-carousel .next { left:auto; right:31.66% }
.j-carousel .pp { left:auto; top:0; right:31.66%; margin-top:0 }
.j-carousel .pp:hover,
.j-carousel .prev:hover,
.j-carousel .next:hover { opacity:1 }
.j-carousel .pp:before,
.j-carousel .prev:before,
.j-carousel .next:before { content:'\e80f'; display:block; font-family:'glyphicons' }
.j-carousel .next:before { content:'\e810' }
.j-carousel .pp.pause:before { content:'\e80b' }
.j-carousel .pp.play:before { content:'\e80a' }

/* TABS */
.landing .main-tabs:after { content:''; position:absolute; left:0; top:0; z-index:1; width:100%; height:65px; background:url(/images/setup/2018_header_bg.png) no-repeat 50% -271px; background-size:1920px auto }
.landing.sport-home .main-tabs:after { display:none }

/* VIDEOS */
.landing .video-playlist .playlist { height:237px; overflow:auto }

/* MORE HEADLINES */
.more-news { position:relative; max-width:1410px; height:723px; margin:100px auto 30px; overflow:auto }
.more-news .story { float:left; width:33.33%; padding:15px }
.more-news .story:nth-child(3n+1) { clear:left }

/* AOTW */
.section-aotw .section-header { left:50%; top:50%; width:568px; height:235px; text-indent:-9999px; color:#fff; background:url(/images/setup/2018_master_sprite.png) no-repeat -474px 0; transform:translate(-50%, -70%) }

/* GALLERIES */
.galleries-slider { margin:-15px }
.galleries-slider .image { float:left; width:25%; padding:15px }
 
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (min-width:1024px) and (max-width:1800px) {

.page,
.site-header,
.landing-row.aotw-row { background-size:1800px auto }
.site-header { margin-bottom:-80px }
.main-tabs .pane2 .overflow { padding:0 15px }
.main-tabs .pane3 .overflow { padding:0 30px }
.main-tabs .pane4 .overflow { padding:0 100px }

}

@media only screen and (min-width:1024px) and (max-width:1410px) {

.sticky-bar .scoreboard-slider .event-box { padding:15px 10px }
.sticky-bar .scoreboard-slider .event-box .date,
.sticky-bar .scoreboard-slider .event-box .status { letter-spacing:0.02em }
.sticky-bar .scoreboard-slider .event-box .status { right:10px }
.sticky-bar .scoreboard-slider .event-box .sport a,
.sticky-bar .scoreboard-slider .event-box .opponent,
.sticky-bar .scoreboard-slider .event-box .team { font-size:16px }

.footer-logos li a { padding:45px 3px }

}

@media only screen and (min-width:1024px) and (max-width:1279px) {

.landing-row > div,
.site-footer > .container { position:relative; max-width:964px; margin:0 auto }

.dropnav .nav > a { padding:0 15px; font-size:20px }

.j-carousel .story-box .title { font-size:24px }

.section-aotw .section-header { transform:translate(-50%, -70%) scale(0.65) }

.galleries-slider .image span { font-size:20px }

.section-widget .section-header .text { font-size:20px }
.section-widget .section-header .icon { font-size:24px }

.landing .video-playlist .playlist { height:300px }

.scoreboard-slider .event-box .date span:first-child { display:none }

.footer-text { padding:35px 0 0 250px; font-size:20px }
.footer-text .edu-logo { left:20px; top:27px }
.footer-logos ul { display:table }
.footer-logos li a { display:table-cell; vertical-align:middle; max-width:135px; height:110px; padding:15px; box-sizing:border-box }

.sticky-bar .site-logo { left:-10px; transform:scale(0.6) }
.sticky-bar .content-switcher .switcher-list { left:70px; width:120px }
.sticky-bar .scoreboard-slider { padding-left:200px }
.sticky-bar .scoreboard-slider .prev { left:90px }
.sticky-bar .scoreboard-slider .next { left:135px }

}

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#00904b }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url("/images/setup/2018_header_tablet.png") no-repeat 50% 50% }

.mobile-menu-bar { display:block; padding:5px; background:#fff }
.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:18px; line-height:35px; color:#444; text-transform:uppercase; text-decoration:none; white-space:nowrap; color:#222; border-radius:3px }
.mobile-menu-bar li a.active { background:#008852; 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:#ffc52f; color:#000 }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-family:'serpentine', arial; font-size:20px; color:#000; text-transform:uppercase }
.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:#000 transparent transparent; border-width:5px 5px 0; position:absolute; right:10px; top:50%; margin-top:-2px }
.secondary-nav.active h1 { background:#fff }
.secondary-nav.active h1:after { border-color:transparent transparent #000; 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:#000; text-transform:none; text-decoration:none }
.secondary-nav .has-nav > a { display:none }

.j-carousel { background:#000 }
.j-carousel .story-box { padding:10px; font-size:16px; color:#fff }
.j-carousel .story-box .title { display:block; margin-bottom:5px; font-size:22px; color:#fff; text-shadow:1px 1px rgba(0,0,0,0.8) }
.j-carousel .story-box .carousel-share-links,
.j-carousel .story-box .carousel-related-links,
.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:44.44%; 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; padding:10px 10px 0; font-size:24px; text-align:center; color:#ffc52f; background:#000 }
.tabs-wrapper .tab_title3,
.tabs-wrapper .tab_title4 { display:none }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { position:static; visibility:visible }
.tabs-wrapper .pane3,
.tabs-wrapper .pane4 { display:none !important }
.tabs-wrapper .pane .overflow { height:auto; padding:5px }

.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 }

.social-links { padding:10px; text-align:center }
.social-links ul { display:inline-block; vertical-align:top }
.social-links li { margin:0 10px }

.more-news .story { float:left; width:50%; padding:10px }
.more-news .story:nth-child(2n+1) { clear:left }

.landing-row.social-row { display:none }
.landing-row.aotw-row { padding:20px; background:#008852; border-top:5px solid #ffc52f; border-bottom:5px solid #ffc52f }
.landing-row.slider-row { padding:20px 60px; 
background: #e9e9e9; 
background: -moz-linear-gradient(-45deg, #e9e9e9 0%, #cccccc 100%); 
background: -webkit-linear-gradient(-45deg, #e9e9e9 0%,#cccccc 100%);
background: linear-gradient(135deg, #e9e9e9 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#cccccc',GradientType=1 ); }

.section-aotw .section-header { position:static; padding:10px; margin:-20px -20px 20px; font-family:'serpentine', arial; font-size:24px; text-transform:uppercase; text-align:center; color:#fff; background:#000 }

.sticky-bar { display:none }

.site-footer { padding:30px 0 }
.site-footer > .container { border:0 }
.footer-text { float:none; padding:0; text-align:center }
.footer-text .edu-logo { position:static; display:block; margin:0 auto 20px }
.footer-logos { float:none }
.footer-logos li a { padding:10px; border:0 }


}

/*---------------------------------------
  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/2018_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:#fff }
.mobile-menu-bar li .text { position:absolute; left:-9999px }

.more-news .story { float:none; width:auto }

.aotw .athlete,
.aotw .athlete:nth-child(2) { float:none; margin:0 auto }

}

/* 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;}
