/* ==============
   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: 'barlow_condensed';
  src: url('barlowcondensed-regular-webfont.woff2') format('woff2'),
       url('barlowcondensed-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;

}

@font-face {
  font-family: 'barlow_condensed';
  src: url('barlowcondensed-medium-webfont.woff2') format('woff2'),
       url('barlowcondensed-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;

}

@font-face {
  font-family: 'barlow_condensed';
  src: url('barlowcondensed-bold-webfont.woff2') format('woff2'),
       url('barlowcondensed-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}

@font-face {
  font-family: 'nunito_sans';
  src: url('nunitosans-regular-webfont.woff2') format('woff2'),
       url('nunitosans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;

}

@font-face {
  font-family: 'nunito_sans';
  src: url('nunitosans-semibold-webfont.woff2') format('woff2'),
       url('nunitosans-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;

}

@font-face {
  font-family: 'nunito_sans';
  src: url('nunitosans-extrabold-webfont.woff2') format('woff2'),
       url('nunitosans-extrabold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#041e42 !important }

.skip-navigation { position:fixed; left:0; top:-50px; width:1px; height:1px; font-size:1rem; 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 }

html { font-size:16px !important }
body { font-family:'roboto', arial; font-size:1rem; line-height:1.5; color:#444; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body { font-family:'barlow_condensed', arial }

:focus { outline-color:#4d90fe }

a { text-decoration:none; color:#c8102e }
a:focus,
a:hover { text-decoration:underline }

h1,h2,h3,h4,h5,h6 { line-height:1.3 }

h1 { font-size:2.125rem }
h2 { font-size:1.875rem }
h3 { font-size:1.625rem }
h4 { font-size:1.375rem }
h5 { font-size:1.125rem }
h6 { font-size:1rem }

table { width:100%; border-collapse:collapse }
table td { padding:5px }
table th { background:#041e42; color:#fff }

.page { font-size:0.875em; overflow:hidden }

.body-container { position:relative; z-index:1; max-width:1170px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { display:block; padding:10px; color:#444; 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:'nunito_sans', arial; font-size:1rem; text-align:center; color:#fff; background:#041e42; border-bottom:15px solid #c8102e }
.footer-logos { padding:40px 0; background:#f5f5f5 }
.footer-logos li { display:inline-block; vertical-align:middle; margin:0 50px }
.footer-logos li a { display:table-cell; max-width:270px }
.campus-address { position:relative; max-width:1170px; margin:0 auto; padding:40px 30px; text-align:left }
.campus-address a { color:#fff }
.footer-text { display:inline-block; margin:0 0 0 75px; font-size:1.125em }
.footer-text:first-child { margin-left:0 }
.footer-text a { display:block }
.footer-text .address span { display:block; font-weight:800 }
.footer-text .phone { display:block; margin-top:10px }


/* 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:56.32%; 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 }  

/* AOTW */
.section-aotw .section-header { position:static; font-size:1.3125rem; line-height:50px; margin-bottom:0; text-align:center; text-transform:uppercase; color:#fff; background:#041e42; border-bottom:3px solid #c8102e }
.aotw { height:370px; padding:30px; font-size:1rem; text-align:center; color:#555; background:#fff; box-sizing:border-box }
.aotw .thumb { display:inline-block; margin-bottom:20px }
.aotw .thumb img { vertical-align:top }
.aotw .title { display:block; text-decoration:none; line-height:1.3 }
.aotw .title span { display:block; font-size:1em; color:#555 }
.aotw .title span:nth-child(1) { font-size:1.3125em; font-weight:700; text-transform:uppercase; color:#041237 }
.aotw .leadin { display:none }

/* SCHEDULE */
.schedule-boxscore { font-size:1rem }
.schedule-boxscore .no-events { text-align:center; color:#555 }
.schedule-boxscore .event-box { position:relative; margin-top:20px; padding-left:45px; color:#fff; background:#041e42; overflow:hidden }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .event-info { padding:0 15px 30px 15px; color:#555; background:#fff }
.schedule-boxscore .date { position:absolute; left:0; top:50%; width:45px; font-weight:500; text-align:center; text-transform:uppercase; line-height:1; color:#fff; background:#041e42; -ms-transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%) }
.schedule-boxscore .date span { display:block; font-size:1.625em }
.schedule-boxscore .date span:first-child { font-size:0.875em }
.schedule-boxscore .sport { display:block; font-weight:700; text-transform:uppercase; letter-spacing:0.03em; color:#041237 }
.schedule-boxscore .status { position:absolute; left:45px; right:0; bottom:0; padding:0 15px; font-family:'nunito_sans', arial; font-size:0.6875em; font-weight:600; text-transform:uppercase; line-height:25px; background:#dfdfdf }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team .result { color:#c8102e }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:0.75em }
.schedule-boxscore .links { position:absolute; right:15px; bottom:0; font-size:0.75em; line-height:25px }
.schedule-boxscore .links a { text-decoration:none; color:#555 }
.schedule-boxscore .links a:hover { color:#c8102e }
.schedule-boxscore .links .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }

/* CONTENT SWITCHER */
.content-switcher { position:relative }
.content-switcher .switcher-list { position:relative; z-index:2; margin-bottom:15px; font-size:1rem; color:#555; background:#dfdfdf; border:1px solid #cecdcd; transition:border 0.3s }
.content-switcher .switcher-list:focus,
.content-switcher .switcher-list:hover { border-color:#c8102e; outline:none }
.content-switcher .switcher-list .selection { display:block; position:relative; z-index:2; text-decoration:none; display:block; padding:0 40px 0 15px; line-height:36px; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; cursor:pointer; box-sizing:border-box }
.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:#555 }
.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 { visibility:hidden; opacity:0; position:absolute; left:-1px; right:-1px; top:37px; height:0; padding:10px 15px; overflow:auto; background:#fff; border:1px solid #cecdcd; transition:0.5s }
.content-switcher .switcher-list.active ul { visibility:visible; opacity:1; height:calc(100% - 10px) }
.content-switcher .switcher-list li a { display:block; color:#000; text-decoration:none; position:relative; cursor:pointer } 
.content-switcher .switcher-list li.active { display:none }
.content-switcher .switcher-list li a:hover { color:#c8102e }
.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 }

/* STAT LEADERS */
.league-leaders { position:relative; font-size:1rem; color:#555 }
.league-leaders .row { margin-top:15px }
.league-leaders .row:first-of-type { margin-top:0 }
.league-leaders .col { margin-top:15px }
.league-leaders .col:first-of-type { margin-top:0 }
.league-leaders .col a { color:#555 }
.league-leaders .col a:focus,
.league-leaders .col a:hover { color:#c8102e }
.league-leaders .cat-title { position:relative; overflow:hidden; margin-bottom:10px; padding:5px; font-size:1.125rem; text-align:center; text-transform:uppercase; color:#fff; background:#041e42 }
.league-leaders .row:first-child .cat-title { margin-top:0 }
.league-leaders .title { margin:0; padding:5px; font-size:1rem; letter-spacing:0.03em; text-transform:uppercase; color:#041237 }
.league-leaders .player { padding:5px; border-top:1px solid #dfdfdf }
.league-leaders .player-info { float:left }
.league-leaders .player-info a:nth-of-type(2) { font-size:0.875em; vertical-align:top }
.league-leaders .player-info .player-name { display:block; font-weight:500 }
.league-leaders .player-data { float:right; font-weight:500; letter-spacing:0.03em }
.league-leaders .complete-leaders { position:relative; display:block; clear:both; padding:5px; font-family:'nunito_sans', arial; font-weight:600; font-size:0.6875em; text-transform:uppercase; text-align:center; background:#dfdfdf }
.league-leaders .complete-leaders:hover { color:#c8102e }

/* 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 { margin-right:-20px; padding:20px 30px 30px; font-size:1rem; background:#fff; border-right:1px solid #e6e6e6; box-sizing:border-box }
.main-tabs ul.tabs { overflow:hidden; margin-bottom:20px; padding-bottom:10px; font-size:0; text-align:center; border-bottom:1px solid #e6e6e6 }
.main-tabs ul.tabs .tab { float:none; display:inline-block; vertical-align:top; margin-left:5px; font-size:1rem }
.main-tabs ul.tabs .tab:first-child { margin-left:0 }
.main-tabs .tab a { position:relative; display:block; line-height:30px; font-size:1.5em; font-weight:500; text-decoration:none; color:#c8102e }
.main-tabs .tab a:before { content:'/ '; color:#dfdfdf }
.main-tabs .tab:first-child a:before { display:none }
.main-tabs .tab a:after { content:''; position:absolute; left:50%; bottom:-17px; margin-left:-5px; border:12px solid transparent; border-bottom:7px solid #dfdfdf; transition:0.3s ease }
.main-tabs .tab:first-child a:after { margin-left:-10px }
.main-tabs .tab a:hover:after { bottom:-10px }
.main-tabs .tab a:focus,
.main-tabs .tab a.active { color:#041237 }
.main-tabs .pane .overflow { height:500px; overflow:auto }

/* TWITTER */
.section-twitter { padding:17px 30px 18px; background:#fff; border-top:3px solid #c8102e }

.internal-page h1, .internal-page h2 { color: #c8102e; }


/*-------------------------------------------------------------------- 
SITE SPECIFIC COLORS FOR INTERNAL PAGES 
--------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#041e42; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#041e42; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#041e42; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#041e42 }
.stats-wrapper th,
.stats-wrapper td { font-size:0.875rem; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }

/* BIO */
.bio-wrap .head { background:#041e42; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
 MEDIA QUERIES
 ============== */

/*-----------------------------------------
DESKTOP SPECIFIC STYLES 
-----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; height:184px; font-family:'barlow_condensed', arial; color:#fff; background:url(/images/setup/Portage_v2_01.jpg) no-repeat 50% 0 #041e42 }
.site-header:before { content:''; position:absolute; left:0; right:0; top:121px; height:60px; background:#f5f5f5; border-top:3px solid #c8102e }
.site-header > .container { position:relative; max-width:1170px; margin:0 auto }
.site-header .site-title img { position:absolute; z-index:1; left:-19px; top:0; margin:0 }
.site-header .site-title h1 { position:absolute; left:50%; top:7px; width:695px; height:108px; text-indent:-9999px; color:#fff; background:url(/images/setup/header_text.png) no-repeat; -ms-transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); transform:translateX(-50%) }
.site-header .edu-logo { position:absolute; right:0; top:40px }

.site-header.sticky { position: fixed;left: 0;right: 0;top: -122px; }
.site-header.sticky .site-title img {top: 105px;left: -15px;transition: .5s;z-index: 4;width: 135px;}

.mobile-menu-bar { display:none }

.landing-row { position:relative; padding:30px; overflow:hidden }
.landing-row:first-of-type { margin-top:0 }
.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { max-width:1170px; 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.carousel-row { background:url(/images/setup/page_bg.jpg) no-repeat 50% 50%; background-size:cover; background-attachment:fixed }
.landing-row.carousel-row .landing-col:first-child { float:right }
.landing-row.aotw-row { background:url(/images/setup/bg_aotw.jpg) no-repeat 50% 50%; background-size:cover; border-top:15px solid #041e42 }

/* NAVIGATION */
.dropnav { position:relative; height:60px; margin-top:124px; font-size:1rem; text-align:right; color:#132b4d; background:#f5f5f5 }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { position:relative; z-index:2; display:inline-block; vertical-align:top; margin-right:-13px; text-align:left }
.dropnav .nav { float:left }
.dropnav .nav > a { position:relative; display:block; height:60px; overflow:hidden; padding:0 13px; font-size:1.3125em; font-weight:500; line-height:60px; text-decoration:none; color:#132b4d; text-transform:uppercase; transition:0.3s }
.dropnav .nav > a:before { content:''; position:absolute; left:50%; bottom:-12px; margin-left:-12px; border:12px solid transparent; border-bottom:7px solid #c8102e; transition:0.5s 0.2s ease }
.dropnav .nav:hover > a:before,
.dropnav .nav.show > a:before { bottom:0 }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:-2000px; right:-2000px; top:60px; min-width:200px; padding:40px 2013px; background:rgba(200, 16, 46, 0.95); white-space:nowrap }
.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:block; font-size:1.5em; font-weight:700; line-height:44px; white-space:nowrap; text-decoration:none; color:#fff }
.dropnav .submenu a:hover { text-decoration:underline }
.dropnav .submenu .has-submenu > a { margin-bottom:10px; font-size:1.875em; letter-spacing:0.12em; text-transform:uppercase; color:#fff; cursor:default; pointer-events:none }
.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 .nav1 .submenu.level1 > ul > .has-submenu:first-child { margin-left:-20px }
.dropnav .submenu.level2 .has-submenu { display:block; margin-left:0 }
.dropnav .submenu.level2 .has-submenu > * { display:inline-block; vertical-align:top }
.dropnav .submenu.level2 .has-submenu > a { min-width:205px; margin-bottom:0; font-size:1.5em; text-transform:none; letter-spacing:0; cursor:pointer; pointer-events:all }
.dropnav .submenu.level3 li { display:inline-block; vertical-align:top; margin-left:15px }
.dropnav .submenu.level3 li:first-child { margin-left:0 }
.dropnav .submenu.level3 li a { font-size:1.125em; font-weight:400 }
.dropnav .submenu a[rel="wiki-link"] + a { display:none !important }

.secondary-nav { position:relative; z-index:2; padding:10px; font-size:1rem; font-family:'barlow_condensed', arial; color:#fff; background:#ca1b38 }
.secondary-nav a { color:#fff }
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; font-size:1.875em; letter-spacing:0.12em; text-transform:uppercase; color:#fff; }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { position:relative; max-width:1170px; margin:0 auto }
.secondary-nav > div > ul { float:right; margin-top:5px }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; font-size:1.125em; color:#fff; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { text-decoration:underline }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav.focus > a,
.secondary-nav .has-nav:hover > a { text-decoration:none; cursor:default; color:#ca1b38; background:#fff }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#fff; border-radius:5px 0 }
.secondary-nav .has-nav.focus > ul,
.secondary-nav .has-nav:hover > ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { display:block; min-width:100px; padding:0; text-decoration:none; color:#ca1b38; white-space:nowrap }
.secondary-nav .has-nav li.focus a,
.secondary-nav .has-nav li:hover a { text-decoration:underline }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.j-carousel { font-size:1rem; overflow:hidden; color:#041e42; background:#fff }
.j-carousel .seat { overflow:hidden }
.j-carousel .story-box { position:relative; height:120px; padding:25px 35px; box-sizing:border-box }
.j-carousel .story-box .title { display:block; font-size:1.875em; font-weight:700; text-decoration:none; text-transform:uppercase; letter-spacing:0.06em; line-height:1.2; color:#041e42 }
.j-carousel .story-box .title:hover { color:#c8102e }
.j-carousel .story-box .date { position:absolute; left:0; right:0; top:-40px; padding:0 35px; font-size:0.875em; font-weight:500; line-height:40px; text-transform:uppercase; letter-spacing:0.12em; color:#fff; background:rgba(0,0,0,0.7) }
.j-carousel .story-box .pipe { padding:0 5px }
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .story-box .carousel-related-links { margin-top:5px; font-size:0.875em; font-weight:500; text-transform:uppercase; letter-spacing:0.12em; color:#041e42 }
.j-carousel .story-box .carousel-related-links a { margin-left:10px; text-decoration:none; color:#041e42 }
.j-carousel .story-box .carousel-related-links a:first-of-type { margin-left:0 }
.j-carousel .story-box .carousel-related-links a:hover { text-decoration:underline }
.j-carousel .story-box .carousel-related-links span { display:none }
.j-carousel .controls { position:absolute; right:35px; top:-40px; height:40px; margin-top:56.32%; padding:15px 0; z-index:2; color:#041e42; box-sizing:border-box }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:6px; height:6px; margin:0 2px; text-indent:-9999px; cursor:pointer; background:#fff; border:2px solid #fff; border-radius:100%; transition:transform 0.2s }
.j-carousel .control:hover { -ms-transform:scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); transform:scale(1.2) }
.j-carousel .control.active { color:#fff; background:#c8102e }
.j-carousel .pp,
.j-carousel .prev,
.j-carousel .next { position:absolute; visibility:hidden; opacity:0; z-index:1; left:15px; top:-96px; width:36px; height:36px; margin-top:56.41%; overflow:hidden; font-size:1.5em; line-height:36px; text-decoration:none; text-align:center; cursor:pointer; color:#fff; background:rgba(0,0,0,0.7); border:2px solid #fff; transition:0.3s }
.j-carousel .next { left:auto; right:20px }
.j-carousel .pp { left:auto; top:20px; right:20px; margin-top:0 }
.j-carousel .pp.play,
.j-carousel:hover .pp,
.j-carousel:hover .prev,
.j-carousel:hover .next { visibility:visible; opacity:1 }
.j-carousel .pp:hover,
.j-carousel .prev:hover,
.j-carousel .next:hover { color:#c8102e; background:#fff; border-color:#c8102e }
.j-carousel .pp:before,
.j-carousel .prev:before,
.j-carousel .next:before { content:'\e80f \e80f'; display:block; font-family:'glyphicons'; letter-spacing:-2px; text-indent:-2px }
.j-carousel .next:before { content:'\e810 \e810' }
.j-carousel .pp.pause:before { content:'\e80b' }
.j-carousel .pp.play:before { content:'\e80a' }

}

/*---------------------------------------------------------------- 
COMMON STYLES FOR MOBILE AND TABLET 
----------------------------------------------------------------*/

@media only screen and (min-width:1024px) and (max-width:1270px) {

.site-header > .container,
.landing-row > div,
.campus-address { max-width:964px }

.site-header .site-title h1 { top:20px; width:500px; height:78px; background-size:100% }

.dropnav { font-size:0.875rem }
.dropnav .nav > a { padding:0 10px; font-size:1.21em }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { margin-left:50px }
.dropnav .submenu.level2 .has-submenu > a { min-width:150px }

.main-tabs { padding:20px }
.main-tabs .tab a { font-size:1.25em }
.main-tabs .pane .overflow { height:423px }

.footer-logos li { margin:0 15px }

}

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#041e42 }
.site-header .site-title h1 { display:block; height:115px; margin:0; text-indent:-9999px; background:url(/images/setup/header_tablet.png) no-repeat 50% 50% }
.site-header .site-title img,
.site-header .edu-logo { display:none }

.mobile-menu-bar { display:block; padding:5px; font-size:1rem; background:#c8102e }
.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; padding:10px; text-align:center; font-size:1em; font-weight:500; line-height:1; color:#444; text-transform:uppercase; text-decoration:none; white-space:nowrap; color:#fff; border-radius:3px }
.mobile-menu-bar li a.active { background:#fff; color:#c8102e; text-decoration:none } 

.dropnav { display:none; font-size:1rem; color:#fff; 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 0.625em; line-height:2.125em; color:#fff; text-decoration:none; position:relative }
.dropnav .has-submenu { position:relative }
.dropnav .has-submenu > a { margin-right:2.5em }
.dropnav .has-submenu:after { content:'\e810'; position:absolute; right:0; top:0; width:2.5em; text-align:center; font-family:'glyphicons'; speak:none; line-height:2.125em; 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:0.625em; background:#666 }
.dropnav .submenu.level2 .submenu li { border:none }
.dropnav .submenu-title { display:none }

.secondary-nav { background:#041e42; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:1.5rem; color:#fff; font-weight:500 }
.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 { font-size:1rem; color:#fff; background:#000 }
.j-carousel .story-box { padding:10px; font-size:1em; color:#fff }
.j-carousel .story-box .title { display:block; margin-bottom:5px; font-size:1.125em; color:#fff; text-shadow:1px 1px rgba(0,0,0,0.8) }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:1px 1px #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:1.125em }
.j-carousel .story-box .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.j-carousel .story-box .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.j-carousel .story-box .date,
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; left:0; right:0; top:-32px; z-index:2; height:12px; padding:10px 0; margin-top:56.32%; 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:100% }
.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,
.j-carousel .pp,
.j-carousel .prev,
.j-carousel .next { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title:hover { text-decoration:none }
.tabs-wrapper .pane { position:static; visibility:visible }

.main-tabs { margin-right:0; padding:0; border-right:0 }
.main-tabs .tab_title { display:block; padding:5px; font-size:1.5em; font-weight:500; text-align:center; border-bottom:1px solid #e6e6e6 }
.main-tabs .pane .overflow { height:auto; padding:15px }

.schedule-boxscore .event-box { float:left; width:49%; margin:15px 0 0 2%; box-sizing:border-box }
.schedule-boxscore .event-box:nth-child(2n+1) { margin-left:0; clear:left }
.schedule-boxscore .event-box:nth-child(-n+2) { margin-top:0 }
.schedule-boxscore .event-box:nth-child(n+11) { display:none }

.league-leaders .col { float:left; width:49%; margin:15px 0 0 2%; box-sizing:border-box }
.league-leaders .col:nth-of-type(2n+1) { margin-left:0; clear:left }
.league-leaders .col:nth-of-type(-n+2) { margin-top:0 }

.aotw { height:auto }

.footer-logos li { margin:0 10px }
.footer-logos li a { max-width:150px }
.campus-address { text-align:center }
.footer-text { font-size:1em; text-align:left }
.footer-text:nth-child(4) { display:block; margin:20px 0 0; text-align:center }

}

/*---------------------------------------
ADJUSTMENTS FOR MOBILE  
----------------------------------------*/

@media only screen and (max-width:767px) {

h1 { font-size:1.75rem }
h2 { font-size:1.5rem }
h3 { font-size:1.375rem }
h4 { font-size:1.25rem }
h5 { font-size:1rem }
h6 { font-size:0.875rem }

.site-header .site-title h1 { position:relative; max-width:240px; height:80px; margin:0 150px 0 10px; background:url(/images/setup/header_mobile_wide.png) no-repeat 50% 50%; background-size:100% auto }

.mobile-menu-bar { position:absolute; min-width:150px; right:5px; top:0; height:80px; padding:0; background:none; white-space:nowrap; overflow:hidden }
.mobile-menu-bar ul { position:absolute; right:0; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%) }
.mobile-menu-bar li a { padding:10px; line-height:1; background:#c8102e; box-sizing:border-box }
.mobile-menu-bar li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }

.schedule-boxscore .event-box { float:none; width:auto; margin:15px 0 0 0 }
.schedule-boxscore .event-box:nth-child(-n+2) { margin-top:15px }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .event-box:nth-child(n+6) { display:none }
.schedule-boxscore .date span:first-child { font-size:1em }
.schedule-boxscore .status { font-size:1em; font-family:'barlow_condensed', arial; font-weight:400 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site,
.schedule-boxscore .links { font-size:1em }

.league-leaders .col { float:none; width:auto; margin:15px 0 0 0; font-size:1.125rem }
.league-leaders .col:nth-of-type(-n+2) { margin-top:15px }
.league-leaders .col:first-of-type { margin-top:0 }
.league-leaders .title { font-size:1.125rem }
.league-leaders .player-info a:nth-of-type(2) { font-size:1em }
.league-leaders .complete-leaders { font-size:1em; font-family:'barlow_condensed', arial; font-weight:500 }

.footer-logos { padding-top:30px }
.footer-logos li { display:block; margin:0; text-align:center }
.footer-logos li a { display:block; margin:0 auto; max-width:270px }
.footer-logos li a[href*="prestosports"] { margin-top:30px }
.footer-text { display:block; margin:30px 0 0; text-align:center }
.footer-text:first-child { margin-top:0 }

}

/* 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;}