/* ==============
   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;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#c41230 !important }

.skip-navigation { position:absolute; left:-9999px; top:-9999px; display:block; padding:5px; background:#000; color:#fff !important; text-align:center }
.skip-navigation:focus { position:static }

body { font-family:'roboto', arial; font-size:14px; line-height:1.5; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

a { color:#c41230; text-decoration:none }
a:focus,
a:hover { color:#000; 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 }
.navbar-image li span { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }

.site-footer { padding:30px 0; text-align:center; background:#1f1f1f }
.site-footer > .container { position:relative; max-width:1100px; margin:0 auto }
.site-footer .copyright { position:absolute; top:60px; color:#fff; right:0 }

.footer-logos { float:left }
.footer-logos li { display:inline-block; vertical-align:top; margin:0 40px 0 0 }
.footer-logos li:first-child { margin-right:150px }
.footer-logos li span { color:#f9b5c0 }

.navbar-footer { clear:both; margin-bottom:40px }
.navbar-footer ul { float:left; margin:30px 0 0 0 ; list-style:none }
.navbar-footer li { display:inline-block; vertical-align:top}
.navbar-footer li a { color:#fff; text-decoration:none; text-transform:capitalize }
.navbar-footer li a:hover { color:#f4b100 }
.navbar-footer li a:before { content:"|"; color:#4d4d4d; padding:0 15px }
.navbar-footer li:first-child a:before { display:none }

.social-links { float:right; text-align:center; margin-top:20px }
.social-links ul { list-style:none; display:inline-block; vertical-align:top; margin:0 }
.social-links li { float:left; margin-top:3px }
.social-links li a { display:block; margin:0 3px; border-radius:100%; font-size:20px; padding:4px 6px; line-height:22px; color:#c31431; background:#fff }
.social-links li a:focus,
.social-links li a:hover { outline:none; background:#000; color:#fff }
.social-links li .text { position:absolute; left:-9999px }

.footer-presto-logo { float:right; margin-top:50px }
.footer-presto-logo:before { content:"Powered By"; font-size:15px; display:inline-block; vertical-align:top; font-weight:700; letter-spacing:10px; color:#4d4d4d;margin-right:20px; font-family:"arial"; text-transform:uppercase}

.footer-address ul { margin:0 }
.footer-address li { list-style:none; float:left; color:#d7d7d7; text-align:left; width:24.25%; margin-left:1%; line-height:10px; box-sizing:border-box; padding:30px 20px; background:#3a3a3a; }
.footer-address li:first-child { margin-left:0 }
.footer-address li h4 { color:#ffb901; font-size:16px }
.footer-address li a:hover { color:#ffb901 }

.content-switcher { position:relative }
.content-switcher .switcher-list { position:absolute; right:50%; margin-right:-270px; top:-95px; width:235px; height:55px; border-radius:2px; z-index:2; font-size:12px; color:#fff; background:#000 }
.content-switcher .switcher-list .selection { display:block; position:relative; z-index:2; text-decoration:none; display:block; padding:0 20px; font-family:arial; font-weight:400; font-size:20px; padding-right:36px; line-height:55px; text-decoration:none }
.content-switcher .switcher-list:after { content:'\e811'; font-family:'glyphicons'; line-height:1; position:absolute; right:15px; top:50%; margin-top:-0.5em }
.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; top:40px; 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:#444; text-transform:uppercase; position:relative; cursor:pointer } 
.content-switcher .switcher-list li.active { display:none }
.content-switcher .switcher-list li a:hover { background:#003624; 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 }

.section-social  > .section-header { position:static; font-family:"Times New Roman"; padding:20px; font-size:40px; font-weight:400; margin-top:-92px; margin-bottom:0; text-align:center; color:#fff }

.section-youtube,
.section-twitter { padding:30px }

.section-youtube .section-header,
.section-twitter .section-header { position:static; font-size:0; color:#fff; text-align:center }

.section-youtube .section-header:before,
.section-twitter .section-header:before { content:'\e81d'; position:absolute; top:-75px; color:#fff; font-size:48px; font-family:"Glyphicons"; text-indent:1px }

.section-youtube .section-header:before { content: '\e824' }


/* 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:49%; 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 { width:12.5%; float:left; position:relative }

.more-news .story { margin-top:10px; padding:0 10px 0 200px; position:relative }
.more-news .story:first-child { margin-top:0 }
.more-news .heading { margin:0 }
.more-news .heading .thumb { width:190px; float:left; margin-left:-200px; box-shadow:0 2px 2px rgba(0,0,0,0.4); position:relative }
.more-news .heading .thumb img { vertical-align:top }
.more-news .heading .title { display:block; font-size:18px; margin-bottom:5px }
.more-news .details { overflow:hidden }
.more-news .details .leadin { font-size:13px }
.more-news .details .related-links ul { list-style:none; margin:0 }
.more-news .details .related-links li { float:left; margin-right:5px }
.more-news .load-more { display:inline-block; vertical-align:top; padding:5px 15px; background:#6f6f6f; color:#fff; border-radius:3px }

/* AOTW */
.section-aotw .section-header { position:static;  line-height:20px; margin-bottom:0; padding:5px 10px; border-bottom:5px solid #233a75; font-size:15px; font-weight:normal; text-transform:uppercase; background:#9b1d22; color:#fff }
.aotw { height:300px; padding:10px; background:#eee }
.aotw .athlete { margin-top:10px }
.aotw .athlete:first-child { margin-top:0 }
.aotw .thumb { float:left; margin:0 10px 0 0; border:3px solid #555 }
.aotw .thumb img { vertical-align:top }
.aotw .title { display:block; margin-bottom:10px; text-decoration:none }
.aotw .title span { display:block; font-size:12px; color:#9b1d22 }
.aotw .title span:nth-child(1) { font-size:18px; margin-bottom:5px; text-transform:uppercase; color:#233a75 }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:15px; position:relative; background:#fff; overflow:hidden; box-shadow:0 0 10px rgba(0,0,0,0.5) inset }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date  { display:block; margin-bottom:5px; border-bottom:3px solid #233a75; font-size:16px; line-height:30px; text-transform:uppercase; color:#233a75 }
.schedule-boxscore .sport { font-size:20px; color:#233a75 }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#9b1d22 }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team { font-size:16px }
.schedule-boxscore .team .result { color:#9b1d22 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:12px; color:#a0a0a0 }

/* TABS */
.landing-row.tabs-row { position:relative; background:url(/images/setup/bg_event_row.jpg) no-repeat 0 100px; background-size:2000px auto }.tabs-wrapper .tab_title { display:none }

.tabs-wrapper .tab_title { display:none; color:#000 }

.schedule-tabs { margin-top:35px }
.schedule-tabs:before { content:""; position:absolute; left:0; right:0; top:0; background:#1f1f1f; display:block; height:100px; z-index:-1; }
.schedule-tabs ul.tabs .tab { margin-bottom:50px; margin-left:50px }
.schedule-tabs ul.tabs .tab:first-child { margin-left:0 }
.schedule-tabs .tab a { position:relative; display:block; line-height:30px; font-size:40px; padding:0 10px; text-transform:capitalize; font-family:"Times New Roman"; text-decoration:none; background:#1f1f1f; color:#b3b3b3 }
.schedule-tabs .tab a:focus,
.schedule-tabs .tab a.active { outline:none; color:#fff }
.schedule-tabs .tab a.active:before { content:""; position:absolute; top:-30px; left:50%; margin-left:-25px; width:50px; background:#ffb901; height:5px;}

.twitter-feed { color:#444; height:400px; overflow:auto; box-shadow:0 0 50px #000; background:#fff }
.twitter-feed h1 { position:absolute; left:-9999px; height:1px; width:1px; display:block; overflow:hidden }
.twitter-feed .tweet .info { position:relative; padding:15px 15px 50px }
.twitter-feed .tweet .userinfo { min-height:40px; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:10px }
.twitter-feed .tweet .userinfo a { text-decoration:none }
.twitter-feed .tweet .userinfo .icon { position:absolute; right:10px; top:10px; font-size:1.6em; line-height:1; color:#eee }
.twitter-feed .tweet:hover .userinfo .icon { color:#4ec2dc }
.twitter-feed .tweet .logo { float:left; max-width:40px; margin-right:10px }
.twitter-feed .tweet .logo img { vertical-align:middle }
.twitter-feed .tweet .title { display:block; font-size:1.1em; font-weight:700; color:#444 }
.twitter-feed .tweet .username { display:block; font-size:0.9em }
.twitter-feed .tweet .text { display:block; font-size:1.2em; line-height:1.4 }
.twitter-feed .tweet .thumb { margin-top:10px }
.twitter-feed .tweet .thumb img { vertical-align:middle }
.twitter-feed .tweet .links { position:absolute; left:15px; right:15px; bottom:5px; line-height:35px }
.twitter-feed .tweet .links a { margin-right:20px; font-size:1.2em; color:#424242 }
.twitter-feed .tweet .links a .text { position:absolute; left:-9999px; top:-9999px }
.twitter-feed .tweet .links a:focus,
.twitter-feed .tweet .links a:hover { color:#444 }
.twitter-feed .tweet .date { float:right; font-size:0.9em; font-weight:700 }

.youtube-wrapper { position:relative }
.youtube-wrapper .playlist .overflow { overflow:hidden }
.youtube-wrapper .playlist ul { margin:-5px; padding:20px; list-style:none }
.youtube-wrapper .playlist li { position:relative; float:left; box-shadow:0 0 30px #000; height:180px; width:47%; margin-left:6%; margin-bottom:20px; overflow:hidden; box-sizing:border-box }
.youtube-wrapper .playlist li:nth-child(2n+1) { margin-left:0 }
.youtube-wrapper .playlist li img { width:100%; height:100%; vertical-align:top }
.youtube-wrapper .playlist li a { position:absolute; font-family:"arial"; height:45px; left:0; right:0; bottom:0; line-height:45px; font-weight:700; font-size:14px; padding:0 50px 0 20px; box-sizing:border-box; text-decoration:none; color:#fff; background:rgba(0,0,0,0.7) }
.youtube-wrapper .playlist li a:before { content:'\e80a'; position:absolute; right:10px; bottom:8px; z-index:3; width:30px; height:30px; font-family:'glyphicons', arial; font-size:1.5em; text-align:center; line-height:30px; color:#333; background:#ffb901; border-radius:100% }
.youtube-wrapper .playlist li a:after { content:''; position:absolute; display:block; left:0; right:0; bottom:0; top:-9999px }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#c41230; color:#fff }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#c41230; color:#fff }
.roster .roster-header a { color:#fff }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* SCHEDULE */
.schedule-list table th { background-color:#c41230; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#c41230 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#c41230; 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 }
.internal-page .body-container { margin-top:110px }
.mainbody { min-height:500px; max-width:1160px; margin:0 auto; padding:20px; position:relative }
.landing .mainbody { min-height:0; max-width:none; margin:0; padding:0 }

.site-header { position:fixed; left:0; right:0; z-index:3;  height:75px; background:rgba(0,0,0,0.7); margin-bottom:10px; -moz-transition:-moz-transform 0.5s ease; -webkit-transition:-webkit-transform 0.5s ease; transition:transform 0.5s ease; -moz-transform:translate(0,0); -webkit-transform:translate(0,0); transform:translate(0,0) }
.site-header .site-title { margin:0 }
.site-header .site-title a { position:absolute; -webkit-transition:.35s ease-in-out; transition:.35s ease-in-out; display:block; left:50%; margin-left:-565px; width:288px; height:130px; text-indent:-9999px; color:#fff; background:url(/images/setup/master_sprite.png) no-repeat 0 0; z-index:3  }
.site-header .edu-logo { position:absolute; font-size:16px; font-family:"arial"; font-weight:700; right:50%; margin-right:-590px; color:#ffb901; top:26px }

.site-header.down { -moz-transform:translate(0,-100%); -webkit-transform:translate(0,-100%); transform:translate(0,-100%) }
.site-header.up { -moz-transform:translate(0,0); -webkit-transform:translate(0,0); transform:translate(0,0) }
.site-header.sticky .site-title a { -webkit-transform:scale(0.6); transform:scale(0.6); top:-26px }

.mobile-menu-bar { display:none }

/*.landing-row {  }*/
.landing-row:first-of-type { margin-top:0 }
.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { max-width:1100px; 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 { background:#c41230 }
.landing-row.banner-row { background:#feb800 }

.landing-row.carousel-row > div { max-width:none }
.landing-row.social-row { border-top:90px solid #1f1f1f }
.landing-row.social-row > div { position:relative }

/* NAVIGATION */
.dropnav { position:relative; font-family:"arial"; padding-left:150px; color:#fff; text-align:center; background:rgba(0,0,0,0.7) }
.dropnav ul { display:inline-block; vertical-align:top }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left; position:relative }
.dropnav .nav > a { display:block; height:45px; padding:15px 20px; font-size:16px;  font-weight:bold; line-height:45px; text-decoration:none; color:#fff; text-transform:capitalize }
.dropnav .nav > a:before { content:''; position:absolute; left:0; top:25px; bottom:25px; width:1px; background:#000 }
.dropnav .nav1 > a:before, .dropnav .nav5 > a:before{ width:0 }
.dropnav .nav:hover > a:before { background:#c31431 }
.dropnav .nav.focus > a,
.dropnav .nav:hover > a { outline:none; background:#c31431 }
.dropnav .nav > .submenu { display:none; position:absolute; left:0; top:75px; min-width:200px; text-align:left; padding:30px; background:#000; white-space:nowrap }
.dropnav .nav.focus > .submenu,
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; white-space:nowrap; text-decoration:none; color: #fff; font-size:16px }
.dropnav .submenu a:hover { color:#ffb901 }
.dropnav .submenu .has-submenu > a { font-size:25px; font-weight:700; line-height:18px; color:#fff; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .submenu .has-submenu[data-follow-link="true"] { display:block; margin:0 }
.dropnav .submenu .has-submenu[data-follow-link="true"] > * { display:block; vertical-align:top }
.dropnav .submenu .has-submenu[data-follow-link="true"] li { display:inline-block; vertical-align:top; margin-bottom:10px }
.dropnav .submenu .has-submenu[data-follow-link="true"] > a { min-width:160px; padding:0 }
.dropnav .submenu .has-submenu[data-follow-link="true"] li a { font-size:14px; font-weight:400; margin-top:5px; color:#fff; text-transform:none }
.dropnav .submenu .has-submenu[data-follow-link="true"] li a:hover { color:#ffb901 }
.dropnav .submenu .has-submenu[data-follow-link="true"] li a:before { content:"|"; color:#c31431; padding:0 5px 0 2px }
.dropnav .submenu .has-submenu[data-follow-link="true"] li:first-child a:before { display:none}
.dropnav .submenu a[rel="wiki-link"] + a { display:none !important }

.secondary-nav { position:relative; z-index:2; padding:15px; font-family:"arial"; color:#fff; background:#c41230 }
.internal-page .secondary-nav { margin-top:75px; padding-top:50px }
.secondary-nav > div { max-width:1100px; margin:0 auto }
.secondary-nav h1 { float:left; margin-bottom:0; text-transform:uppercase; color:#fff; font-size:35px }
.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; font-size:16px; font-weight:700; color:#fff; text-decoration:none }
.secondary-nav li a:focus,
.secondary-nav li a:hover { color:#000; outline:none; text-decoration:none }
.secondary-nav li:before { content:"|"; color:#000 }
.secondary-nav li:first-child:before,
.secondary-nav .has-nav li:before { display:none }
.secondary-nav .has-nav { position:relative }
.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:hover > ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { display:block; min-width:100px; padding:0; white-space:nowrap }
.secondary-nav .has-nav li a:hover { color:#c41230 }

.j-carousel .story-box { position:absolute; font-family:"arial"; display:block; width:800px; height:200px; left:50%; margin-left:-560px; bottom:30px; padding:40px; box-sizing:border-box; color:#fff; background:rgba(0,0,0,0.7) }
.j-carousel .story-box .title { display:block; font-size:35px; text-transform:capitalize; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#fff; font-weight:700 }
.j-carousel .story-box .leadin { display:block }
.j-carousel .story-box .date { text-transform:uppercase; font-weight:700; color:#ffb901}
.j-carousel .carousel-related-links,
.j-carousel .readmore { position:absolute; color:#fff; width:1px; height:1px; left:-9999px; overflow:hidden }
.j-carousel .carousel-related-links a { color:#fff }
.j-carousel .controls { position:absolute; left:-9999px; width:1px; height:1px; display:block; overflow:hidden }
.j-carousel .pp { display:none }
.j-carousel .next ,
.j-carousel .prev { position:absolute; left:0; top:50%; margin-left:0; display:block; height:40px; width:40px; text-align:center; font-size:0; line-height:27px; color:#fff; background:rgba(0,0,0,0.8) }
.j-carousel .next { left:auto; right:0 }
.j-carousel .prev:before{ content:"\00ab"; display:block; font-size:50px }
.j-carousel .next:before{ content:"\00bb"; display:block; font-size:50px }
 
/* 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 }

.banner-slider .next, 
.banner-slider .prev { position:absolute;  color:#000; display:block; width:1px; height:1px; left:-9999px; overflow:hidden }
.banner-slider .image span { color:#000 }

.scoreboard-slider { position:relative; margin:60px 0px }
.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 .slide-content { display:flex }
.scoreboard-slider .event-box { float:left; position:relative; width:18.656%; min-height:333px; margin-left:1.679%; padding-top:167px;  text-align:center; text-transform:capitalize; background:#f0f0f0; -webkit-box-sizing:border-box; box-sizing:border-box; font-weight:900 }
.scoreboard-slider .event-box:before { content:''; position:absolute; left:0; right:0; top:0; height:160px; background:#fff }
.scoreboard-slider .event-box:first-child { margin-left:0 }
.scoreboard-slider .no-events { min-height:150px; line-height:150px; padding:0 20px; text-align:center; text-transform:uppercase; color:#000; background:#fff }
.scoreboard-slider .no-event { display:block; line-height:40px; text-align:center; font-size:20px; font-weight:700; text-transform:uppercase; color:#282828 }
.scoreboard-slider .event .date { position:absolute; color:#c41230; font-family:"arial"; left:20px; top:20px; box-sizing:border-box;  width:86px; height:97px;  line-height:1; text-transform:uppercase }
.scoreboard-slider .event .date span { display:block; text-align:center; font-size:22px }
.scoreboard-slider .event .date span:last-child { color:#666; font-weight:700; font-size:53px }
.scoreboard-slider .event .date span:first-child { display:none }
.scoreboard-slider .event .status + .team:before { content:''; display:block; width:70px; height:75px; position:absolute; top:15px; right:15px; background:url(/images/setup/school_logo.png) no-repeat center; background-size:contain; box-shadow: 0 0 30px rgba(0,0,0,0.5) inset;box-sizing: border-box; border-radius: 6px }
.scoreboard-slider .event .team-logo { position:absolute; right:20px; top:20px; background:#fff; }
.scoreboard-slider .event .team-logo img { max-width:80px; vertical-align:middle }
.scoreboard-slider .event .sport { position:absolute; left:0; right:0; text-align:center; top:95px; font-size:17px; margin-top:20px; font-family:"Times New Roman"; text-align:center; font-weight:400; line-height:1 }
.scoreboard-slider .event .sport a { color:#666 }
.scoreboard-slider .event .status { position:absolute; bottom:57px; left:0; right:0; text-align:center; font-family:"arial"; font-weight:700; font-size:22px; color:#333; text-transform:uppercase }
.scoreboard-slider .event .opponent, 
.scoreboard-slider .event .team { display:block; font-family:"lato",arial; font-weight:400; margin-top:30px; font-size:13px; line-height:1  }
.scoreboard-slider .event .va,
.scoreboard-slider .event-box.home .opponent:before { position:absolute; z-index:1; top:134px; left:50%; width:53px; height:53px; margin-left:-26px; font-size:13px; line-height:53px; text-transform:uppercase; color:#fff; background:#000; -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
.scoreboard-slider .event-box.home .opponent:before { content:'vs.'; background-color:#bd0034 }
.scoreboard-slider .neutralsite-notes{ position:absolute; width:1px; height:1px; display:block; overflow:hidden }
.scoreboard-slider .event .links {  position:absolute; bottom:20px; left:0; right:0; text-align:center; }
.scoreboard-slider .event .links .sep,
.scoreboard-slider .event .links a span { position:absolute; width:1px; height:1px; display:block; overflow:hidden }
.scoreboard-slider .event .links a { display:inline-block; vertical-align:top;  width:25px; height:25px; margin:0 2px; text-align:center; line-height:25px; color:#fff; background:#000; border-radius:100% }
.scoreboard-slider .event .links a:hover { background:#9e9e9e; color:#fff }
.scoreboard-slider .next,
.scoreboard-slider .prev { position:absolute; right:70px; top:-155px; width:68px; height:61px; text-indent:-9999px; cursor:pointer; color:#000; background:url(/images/setup/master_sprite.png) no-repeat -295px 0px  }
.scoreboard-slider .next { right:0px; color:#000; background-position:-365px 0px }
.scoreboard-slider .next.disabled,
.scoreboard-slider .prev.disabled { opacity:0.4; cursor:default }
.scoreboard-slider .full-schedule-btn { display:none; padding:5px 35px; font-size:13px; font-weight:600; text-decoration:none; text-align:center; color:#fff; background:#2473ae; z-index:1 }

}


@media only screen and (min-width:1024px) and (max-width:1200px) {

.site-header .site-title a { left:0; margin-left:0 }
.site-header .edu-logo { right:10px; margin-right:0 }
.dropnav .nav > a { padding:15px; font-size:15px }

.j-carousel .story-box {  left:20px; margin-left:0 }

}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#1f1f1f }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/header_tablet.png) no-repeat 50% 50% }
.site-header .edu-logo { position:relative; display:block;  padding:5px; font-size:20px; font-family:"arial"; background:#000; font-weight:900; color:#ffb901; text-align:center }

.mobile-menu-bar { display:block; padding:5px; background:#c41230 }
.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:#333; color:#fff; text-decoration:none } 

.landing-row.tabs-row { display:none }
.landing-row.social-row { background:#333 }

.section-twitter,
.section-youtube { padding:0 }
.section-youtube .section-header,
.section-twitter .section-header { background:#c41230; font-size:30px; padding:20px; margin-bottom:0 }

.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:#9b1d22; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:20px; color:#fff; font-weight:normal }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { display:none }
.secondary-nav.active > div > ul { display:block }
.secondary-nav h1:after { content:""; width:0; height:0; border-style:solid; border-color:#eee transparent transparent; border-width:5px 5px 0; position:absolute; right:10px; top:50%; margin-top:-2px }
.secondary-nav.active h1 { background:rgba(0,0,0,0.3) }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 5px 5px }
.secondary-nav li { border-top:1px solid #8c8c8c }
.secondary-nav li:first-child { border-top:none }
.secondary-nav li a { display:block; padding:5px 10px; color:#fff; text-transform:none; text-decoration:none }
.secondary-nav .has-nav > a { display:none }

.j-carousel { background:#000 }
.j-carousel .story-box { padding:10px; font-size:14px; color:#fff }
.j-carousel .story-box .title { display:block; margin-bottom:5px; font-size:18px; color:#fff; text-shadow:1px 1px rgba(0,0,0,0.8) }
.j-carousel .story-box .carousel-related-links a { color:#fff }
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; left:0; right:0; top:-32px; 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 }
.j-carousel .prev, .j-carousel .next, .j-carousel .pp { 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 { display:block !important }
.tabs-wrapper .pane .overflow { height:auto; padding:5px }

.slider-wrapper { padding:0 5px 5px; background:#feb800 }
.slider-wrapper .item { display:block; margin-top:5px }
.slider-wrapper .next,
.slider-wrapper .prev,
.slider-wrapper .item.cloned,
.slider-wrapper .image.cloned { display:none }
.slider-wrapper .image span { position:absolute; width:1px; height:1px; display:block; overflow:hidden }

.youtube-wrapper { margin-top:20px }
.youtube-wrapper .playlist li { height:auto; width:49%; margin-left:2%; margin-bottom:20px }

.schedule-boxscore .event-box { margin-top:5px }
.aotw { height:auto }

.site-footer .copyright { position:relative; top:0 }

.navbar-footer ul { float:none; margin:50px 0 0 }

.footer-logos { float:none }
.footer-logos li { margin:0 30px 30px }
.footer-logos li:first-child { margin-right:0 }

.footer-address li { width:49.5%; margin-left:1%; margin-bottom:10px }
.footer-address li:nth-child(2n+1) { margin-left:0 }

.section-social  > .section-header,
.social-links { float:none }

.section-social  > .section-header{ margin-top:0 }

.bios .profile { overflow:hidden; color:#fff; background:#333; position:relative; padding: 10px 10px 10px 110px;}
.bios .icon { position:absolute; right:31px; bottom:-4px }
.bios .images { width: 100px; padding-top:50px; float:left; margin-left: -110px; text-align:center; position:relative }
.bios .photo img { border: 2px solid #333 }
.bios .number { font-size:20px; line-height: 40px; position:absolute; left:5px; right: 5px; top:0; font-weight: bold;}
.bios .texts .name { font-size:1.2em; padding:5px 10px; margin-bottom:10px;background:#333; color:#fff; border-radius:3px }
.bios .data { line-height:20px }
.bios .profile .texts .icon { text-align: right; padding: 0 31px 0 0; position:relative; top:3px }
.bios .details { color:#444; text-align:left; padding:10px; margin:0 }

div[id="results"] .tabs .tab { display:none }
div[id="results"] .panel:before { content:""; display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; color:#FFF; background:#333 }
div[id="results"]  #tab-1:before { content:"Yesterday" }
div[id="results"]  #tab-2:before { content:"Today" }
div[id="results"]  #tab-3:before { content:"Tomorrow" }
div[id="results"] h4 { height:25px; line-height:25px; padding:0 10px; font-weight:normal; margin:0 }
div[id="results"] .event  { padding:10px }
div[id="results"] .date:first-child { background:#000; color:#fff }
div[id="results"] .sport {  background:#333; color:#fff }
div[id="results"] .team-result { float:right }

div[id="headlines"] .new { margin-top:15px; padding:10px; border:1px solid #fff; background:#f5f5f5; -webkit-box-sizing:border-box; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,0.4) }
div[id="headlines"] .new:first-child { margin-top:0 }
div[id="headlines"] .new .links { margin-bottom:5px }
div[id="headlines"] .new .text { display:block; margin-top:5px; font-size:12px; color:#444 }
div[id="headlines"] .new .title a { font-size:16px;  text-transform:uppercase }

}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:767px) {

.site-header .site-title { margin:0 144px 0 10px }
.site-header .site-title a { max-width:240px; height:80px; text-indent:-9999px; background:url(/images/setup/header_mobile_wide.png) no-repeat 0 50%; background-size:100% auto }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#333 }
.mobile-menu-bar li .text { position:absolute; left:-9999px }

}

@media only screen and (max-width:500px) {

.footer-address li { text-align:center; width:100%; margin-left:0; padding:15px }

}


/* 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;}
