/* ==============
   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: 'Freshman';
    src: url('Freshman.woff2') format('woff2'),
        url('Freshman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('Barlow-SemiBold.woff2') format('woff2'),
        url('Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('Barlow-Regular.woff2') format('woff2'),
        url('Barlow-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


.accent-bg,
.accent-bg th { color:#fff !important; background:#181440 !important }

.skip-navigation { position:fixed; left:0; top:-50px; width:1px; height:1px; font-size:15px; font-weight:700; line-height:1; color:#000 !important; background:#fff; text-transform:uppercase; overflow:hidden; box-sizing:border-box; transition:all 0.5s ease; box-shadow:0 0 15px rgba(0,0,0,0.4) inset }
.skip-navigation:focus { top:0; z-index:9999; width:auto; height:auto; padding:15px; text-decoration:none }

body { font-family:'roboto', arial; font-size:14px; line-height:1.5; color:#444; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

:focus { outline-color:#233a75 }

a { color:#555; text-decoration:none }
a:focus,
a:hover { color:#233a75; text-decoration:underline }

h1,h2,h3,h4,h5,h6 { line-height:1.3 }

h1 { font-size:34px }
h2 { font-size:30px }
h3 { font-size:26px }
h4 { font-size:22px }
h5 { font-size:18px }
h6 { font-size:16px }

.mainbody { display:block; padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.section-header { position:absolute; left:-9999px }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

.site-footer { text-align:center; background:#19133f }
.site-footer > .container { max-width:1410px; margin:0 auto }

.footer-address { float:left; width:35%; padding:47px 0; color:#fff; font-family:"Barlow",arial; font-weight:400 ; border-left:1px solid #36495a; box-sizing:border-box }
.footer-address p { margin:0 }

.footer-logos { float:right; width:65% }
.footer-logos li { float:left; border-left:1px solid #36495a; width:33.33%; padding:60px 0; box-sizing:border-box }
.footer-logos li:last-child { border-right:1px solid #36495a }

.social-links { position:absolute; left:5px; top:10px }
.social-links:after { content:"#GOMOOSE"; color:#fff; font-size:18px; font-family:"Barlow",arial; font-weight:600; letter-spacing:3px }
.social-links ul { margin:0 }
.social-links li { list-style:none; display:inline-block; vertical-align:top; margin-right:9px }
.social-links li a { color:#fff; font-size:18px }
.social-links .text { position:absolute; left:-9999px; width:1px; height:1px; display:block; overflow:hidden; background:#000; color:#fff }

.navbar-edu { position:absolute; right:0; top:6px }
.navbar-edu li { list-style:none; display:inline-block; vertical-align:top; height:60px; line-height:60px; padding:0 17px; background:#619f3c; transform:skew(-15deg); -webkit-transform:skew(-15deg); box-shadow:0 -35px 35px #2c7037 inset }
.navbar-edu li a { display:block; text-transform:uppercase; color:#fff; transform:skew(15deg); font-size:19px; font-family:"Barlow",arial; font-weight:600 }
.navbar-edu li:nth-child(4) ~ li { display: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:39%; 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 # 1 */
.j-carousel1 { position:relative; z-index:1 }
.j-carousel1 .seats { padding-top:43%; position:relative; overflow:hidden } 
.j-carousel1 .seat { width:100%; position:absolute; left:0; top:0; display:none }

/* ANIMATION # 2 */
.j-carousel2 { position:relative; z-index:1 }
.j-carousel2 .seat { position:relative; display:none; overflow:hidden }

/* ANIMATION # 3 */
.j-carousel3 { position:relative; z-index:1 }
.j-carousel3 .feed { position:relative; overflow:hidden }
.j-carousel3 .seats { width:800%; position:relative }
.j-carousel3 .seat { opacity:0; visibility:hidden; width:12.5%; float:left; position:relative; transition:all 0.3s 0.3s ease }
.j-carousel3 .seat.active { opacity:1; visibility:visible; transition:all 0.3s ease }  

.more-news .story { margin-top:10px; padding:0 10px 0 200px; position:relative }
.more-news .story:first-child { margin-top:0 }
.more-news .heading { margin:0 }
.more-news .heading .thumb { width:190px; float:left; margin-left:-200px; box-shadow:0 2px 2px rgba(0,0,0,0.4); position:relative }
.more-news .heading .thumb img { vertical-align:top }
.more-news .heading .title { display:block; font-size:18px; margin-bottom:5px }
.more-news .details { overflow:hidden }
.more-news .details .leadin { font-size:13px }
.more-news .details .related-links ul { list-style:none; margin:0 }
.more-news .details .related-links li { float:left; margin-right:5px }
.more-news .load-more { display:block; max-width:100px; padding:5px 15px; margin:0 auto; text-align:center; background:#6f6f6f; color:#fff; border-radius:3px }

/*ScoreBoard*/
.scoreboard-row {margin: 30px 0;}
.scoreboard-row .mod-scoreboard.style1 .event-box .team-logos .team-logo img { min-height: 50px; }
.scoreboard-row .mod-scoreboard.style1 .event-box .event .date-status {background: #368742;color: #fff;font-family: "Barlow",arial;font-size: 0.875rem;text-align: center;}
.scoreboard-row .mod-scoreboard.style1 .event-box .event {background: #368742;text-align: left;min-height: 350px;}
.scoreboard-row .mod-scoreboard.style1 .event-box .event .sport a {color: #052a51;font-family: "Barlow",arial;font-size: 0.875rem;height: 44px;display: block;}
.scoreboard-row .mod-scoreboard.style1 .event-box .event .opponent {color: #052a51;font-size: 0.9375rem;}
.scoreboard-row .mod-scoreboard.style1 .next, .scoreboard-row .mod-scoreboard.style1 .prev {width: 26px;color: #368742;}
.scoreboard-row  .mod-scoreboard.style1 .event-box .links {height: 39px;padding: 4px 10px;}
.scoreboard-row  .mod-scoreboard.style1 .event-box .links a {color: #555555;}
.scoreboard-row .mod-scoreboard.style1 .event-box.meet .team-logos {margin: 0; opacity: 1;}
.scoreboard-row .mod-scoreboard.style1 .event-box .event .teams {color: #fff;font-weight: 300;font-size: 15px;}
.scoreboard-row .mod-scoreboard.style1 .event-box .event .teams span.score {font-weight: 300;}
.scoreboard-row .mod-scoreboard.style1 .event-box.home .event .sport a, .scoreboard-row .mod-scoreboard.style1 .event-box.home .event .team, .mod-scoreboard.style1 .event-box.home .neutralsite-notes, .mod-scoreboard.style1 .event-box.home .links a {color: #fff;}
.scoreboard-row .mod-scoreboard.style1 .event-box.home .event {color: #fff;background: #19133F;}
.scoreboard-row .mod-scoreboard.style1 .event-box.home .event .date-status {color: #fff;background: #19133F;}
.scoreboard-row .mod-scoreboard.style1 .event-box.away .event {color: #fff;background: #368742;}

/* AOTW */
.section-aotw .aotw { padding:30px 0 45px 125px }
.section-aotw .aotw .athlete { max-width:330px; position:relative }
.section-aotw .aotw .athlete:after { content:""; position:absolute; left:-50px; top:45px; width:23px; height:303px; background:url(/images/setup/2018_athlete_v_text.png) no-repeat 0 0 }
.section-aotw .aotw .thumb { display:block; max-width:320px; border:5px solid #fff }
.section-aotw .aotw .thumb img { vertical-align:top; width:100%; height:360px }
.section-aotw .aotw .title { position:absolute; left:5px; right:5px; font-size:24px; font-family:"Barlow",arial; bottom:5px; height:75px; line-height:75px; color:#fff; font-weight:600; text-align:center; display:block; text-transform:capitalize; text-decoration:none; background:rgba(61,52,79,0.9) }
.section-aotw .aotw .title span:nth-child(1) { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; display:block }

/* ALUMNI */
.section-alumni { float:right }
.section-alumni .aotw { padding:30px 125px 45px 0 }
.section-alumni .aotw .athlete { max-width:330px; position:relative }
.section-alumni .aotw .athlete:after { content:""; position:absolute; right:-50px; top:45px; width:23px; height:283px; background:url(/images/setup/2018_spotlight_vertical_text.png) no-repeat 0 0 }
.section-alumni .aotw .thumb { display:block; max-width:320px; border:5px solid #fff }
.section-alumni .aotw .thumb img { vertical-align:top; width:100%; height:360px }
.section-alumni .aotw .title { position:absolute; left:5px; right:5px; font-size:24px; font-family:"Barlow",arial; bottom:5px; height:75px; line-height:75px; color:#fff; font-weight:600; text-align:center; display:block; text-transform:capitalize; text-decoration:none; background:rgba(61,52,79,0.9) }
.section-alumni .aotw .title span:nth-child(1) { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; display:block }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:15px; position:relative; background:#fff; overflow:hidden; box-shadow:0 0 10px rgba(0,0,0,0.5) inset }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date  { display:block; margin-bottom:5px; border-bottom:3px solid #233a75; font-size:16px; line-height:30px; text-transform:uppercase; color:#233a75 }
.schedule-boxscore .sport { font-size:20px; color:#233a75 }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#9b1d22 }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team { font-size:16px }
.schedule-boxscore .team .result { color:#9b1d22 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:12px; color:#a0a0a0 }

/* TABS */
.tabs-wrapper ul.tabs { border-bottom:5px solid #233a75 }
.tabs-wrapper ul.tabs .tab { margin-left:5px }
.tabs-wrapper ul.tabs .tab:first-child { margin-left:0 }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; line-height:30px; padding:0 10px; text-transform:uppercase; text-decoration:none; background:#8f9090; color:#fff }
.tabs-wrapper .tab a:focus,
.tabs-wrapper .tab a.active { background:#9b1d22 }
.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.secondary-tabs .pane .overflow { height:300px; padding:10px; overflow:auto }

/* SLIDER */
.slider-wrapper { position:relative }
.slider-wrapper .slider { position:relative; overflow:hidden }
.slider-wrapper .items { position:relative; width:50000% }
.slider-wrapper .item { float:left; width:0.2% }
.slider-wrapper .image img { vertical-align:top }
.slider-wrapper .image span { position:absolute; left:-9999px }
.slider-wrapper .pp { display:none }

.sponsor-slider .image { display:block; float:left; height:150px; width:25%; padding:0 10px; box-sizing:border-box }
.sponsor-slider .image img { height:150px }
/*.sponsor-slider .image:nth-child(2) { width:50% }*/
.sponsor-slider .next, 
.sponsor-slider .prev { position:absolute; left:-30px; bottom:60px; z-index:1; width:30px; height:30px; font-family:'glyphicons'; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden; color:#555; background:none; border:none }
.sponsor-slider .next { left:auto; right:-30px }
.sponsor-slider .prev:before { content:"\e80f"; display:block; font-size:30px; line-height:30px }
.sponsor-slider .next:before { content:"\e810"; display:block; font-size:30px; line-height:30px }

.section-social .section-header { position:static; text-align:center; font-size:36px; color:#181440; font-family:"Freshman",arial; font-weight:400; letter-spacing:5px; text-transform:uppercase; margin:0 }
.landing .social-stream .filters li a { font-family:'teko', arial; font-size:24px; font-weight:500; color:#255a2d }
.landing .social-stream .filters li.active a { border-color:#255a2d }
.landing .social-stream .filters li a .text { font-weight:700; font-size:16px; color:#255a2d; font-family:"Barlow",arial }
.landing .social-stream .filters li a .icon { font-size:18px; color:#255a2d }
.landing .social-stream .filters li.active a .icon { color:#fff }
.landing .social-stream .filters li:first-child a .icon,
.landing .social-stream .filters li:first-child ~ li a .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; color:#000 }
.landing .social-stream .load-more { display:none }

/*ATHLETE OF THE WEEK   aotw_heading-redesign.png*/

/*.aotw-row { background: url(/images/setup/bg_videos_row.jpg) no-repeat #1897a4;  background-size: cover;      padding: 29px 0 31px 0;} */

.landing-row.aotw-row { position:relative; background:url(/images/setup/2018_aotw_row_bg.jpg) no-repeat 50% 0; background-size:2000px auto }
.aotw-row .mod-aotw.style2 { padding-left: 335px;background: url(/images/setup/2018_master_sprite.png) no-repeat -260px 120px;background-size: 545px;}
.aotw-row .mod-aotw.style2 .thumb { margin-right: 30px!important;max-width: 274px;width: 100%;height: 370px;object-fit: cover;margin-right: 30px!important;max-width: 395px;width: 100%;object-fit: contain;object-position: center;background: #ccc;display: flex;flex-wrap: wrap;
}
.aotw-row .mod-aotw.style2 .title:hover {  color: #000000; text-decoration: underline;}
.aotw-row .mod-aotw.style2 .title { padding-top: 40px!important;font-size: 1.5rem;font-weight: 700;color: #001c45;text-decoration: none;margin-bottom: 25px;
}
.aotw-row a:hover {    text-decoration: none;}
.aotw-row .mod-aotw .thumb img { vertical-align: top;width: 100%;height: 100%;object-fit: cover;object-position: left;vertical-align: top;width: 100%;height: 100%;object-fit: cover;object-position: left;object-position: center;}
.aotw-row .mod-aotw.style2 a {    text-decoration: none;} 
a.title-link img {    max-height: 230px;    object-fit: cover;    width: 100%;} 
.aotw-row .mod-aotw.style2 .leadin {color: #555555;font-size: 1rem;font-weight: normal;line-height: 24px;}
.aotw-row .mod-aotw.style2 .aotw-heading {display: none;}
.athletes {background: #fff;padding: 5px 40px 5px 5px;min-height: 383px;}

.section-social { text-align:center }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#181440; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#181440; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#181440; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#181440 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#181440; 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 }
.site-home .page { background:url(/images/setup/2018_bg_logo_overlay.png) no-repeat 50% 39% }
.sport-home .page { background:url(/images/setup/2018_bg_logo_overlay.png) no-repeat 50% 33%  }

.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.bod-container { max-width:1410px; margin:0 auto }
.landing .body-container { max-width:none }

.site-header { position:relative; z-index:3; background:#378843 }
.site-header > .container { max-width:1410px; margin:0 auto; position:relative }
.site-header .site-title { margin:0; padding-top:70px }
.site-header .site-title a { display:block; position:absolute; left:50%; margin-left:-123px; top:10px; z-index:3;  width:246px; height:186px; background:url(/images/setup/2018_master_sprite.png) no-repeat 0 0 ; text-indent:-9999px; color:#000 }
.sport-home .site-header .site-title a { margin-left:-79px; width:158px; height:150px; background-position:-256px 0 }

.sticky-header .page { padding-top:80px }
.sticky-header .site-header .site-title a { position:fixed; margin-left:-79px; top:-5px; width:158px; height:150px; background-position:-256px 0; transform:scale(0.9); -webkit-transform:scale(0.9) }
.sticky-header .dropnav { position:fixed; top:0; left:0; right:0 }

.mobile-menu-bar { display:none }

.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { max-width:1410px; margin:0 auto; padding:20px; box-sizing:border-box }
.landing-row > div:after { content:""; display:block; clear:both }
.landing-row.no-pad > div { padding:0 }
.landing-row.no-bounds > div { max-width:none }

.landing-row .landing-col { float:left; padding:0 10px; box-sizing:border-box }
.landing-row .landing-col.span1 { width:8.33333333333% }
.landing-row .landing-col.span2 { width:16.6666666667% }
.landing-row .landing-col.span3 { width:25% }
.landing-row .landing-col.span4 { width:33.3333333333% }
.landing-row .landing-col.span5 { width:41.6666666667% }
.landing-row .landing-col.span6 { width:50% }
.landing-row .landing-col.span7 { width:58.3333333333% }
.landing-row .landing-col.span8 { width:66.6666666667% }
.landing-row .landing-col.span9 { width:75% }
.landing-row .landing-col.span10 { width:83.3333333333% }
.landing-row .landing-col.span11 { width:91.6666666667% }
.landing-row .landing-col.span12 { width:100% }

.landing-row .landing-col.offset1 { margin-left:8.33333333333% }
.landing-row .landing-col.offset2 { margin-left:16.6666666667% }
.landing-row .landing-col.offset3 { margin-left:25% }
.landing-row .landing-col.offset4 { margin-left:33.3333333333% }
.landing-row .landing-col.offset5 { margin-left:41.6666666667% }
.landing-row .landing-col.offset6 { margin-left:50% }
.landing-row .landing-col.offset7 { margin-left:58.3333333333% }
.landing-row .landing-col.offset8 { margin-left:66.6666666667% }
.landing-row .landing-col.offset9 { margin-left:75% }
.landing-row .landing-col.offset10 { margin-left:83.3333333333% }
.landing-row .landing-col.offset11 { margin-left:91.6666666667% }

.landing-row.carousel-row > div { max-width:none }
.landing-row.social-row { padding:50px 0 }
.landing-row.sponsor-row { padding:30px }
.landing-row.upcoming-row { padding:50px 40px }
.aotw-header { position:absolute; left:50%; margin-left:-228px; top:130px; width:457px; height:209px; background:url(/images/setup/2018_master_sprite.png) no-repeat -425px 0; text-indent:-9999px }

/* NAVIGATION */
.dropnav { position:relative; text-align:center; font-family:"Freshman",arial; color:#fff; background:url(/images/setup/2018_global_nav_bg.png) repeat 0 -13px  #000 }
.dropnav:before { content:""; position:absolute; left:-2000px; right:-2000px; top:0; bottom:0; display:block; background:url(/images/setup/2018_global_nav_bg.png) repeat 0 -13px #000 }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { max-width:1410px; margin:0 auto; display:inline-block; vertical-align:top }
.dropnav .nav { float:left; border-left:1px solid #0d1846; position:relative }
.dropnav .nav2 { margin-right:270px; border-right:1px solid #0d1846 }
.dropnav .nav4 { border-right:1px solid #0d1846 }
.dropnav .nav > a { display:block; height:100px; padding:30px 20px; width:283px; box-sizing:border-box; font-size:21px; font-weight:400; letter-spacing:4px; line-height:25px; text-decoration:none; color:#fff;  text-transform:uppercase }
.dropnav .nav1 > a,
.dropnav .nav4 > a { line-height:40px }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:-2000px; right:-2000px; top:100px; min-width:200px; padding:60px 2000px; background:rgba(25,10,31,0.9); white-space:nowrap }
.dropnav .nav1 ~ .nav > .submenu { left:0; padding:60px; right:auto }
.dropnav .nav.focus > .submenu,
.dropnav .nav:hover > .submenu { opacity:1; visibility:visible; -ms-transition:all 0.5s 0.2s ease; -moz-transition:all 0.5s 0.2s ease; transition:all 0.5s 0.2s ease  }
.dropnav .submenu a { display:inline-block; vertical-align:top; color:#fff; font-size:18px; font-family:"Barlow",arial; line-height:35px; text-transform:capitalize; text-decoration:none }
.dropnav .submenu a:hover { color:#378843 }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top; margin-right:50px; text-align:left }
.dropnav .submenu.level1 > ul > .has-submenu > a { margin-bottom:10px; font-size:21px; letter-spacing:5px; font-family:"Freshman",arial; font-weight:400; text-transform:uppercase; cursor:default; color:#fff }
.dropnav .submenu.level2 .has-submenu ul,
.dropnav .submenu.level2 .has-submenu li,
.dropnav .submenu.level2 .has-submenu .submenu { display:inline-block; vertical-align:top }
.dropnav .submenu.level2 .has-submenu { display:block }
.dropnav .submenu.level2 .has-submenu > a { min-width:220px; font-size:21px; font-weight:600; color:#fff; font-family:"Barlow",arial }
.dropnav .submenu.level2 .has-submenu li a { padding:0 8px; font-size:16px; color:#fff; font-family:"Barlow",arial; font-weight:400 }
.dropnav .submenu.level2 .has-submenu li a:hover { color:#378843 }
.dropnav .submenu.level1 a[rel="wiki-link"]  + a { display:none !important }

.secondary-nav { position:relative; font-family:"Barlow",arial; z-index:2; padding:27px; color:#fff; background:#09011e }
.secondary-nav h1 { float:left; margin-bottom:0; margin-right:80px; color:#fff; font-size:21px; font-family:"Freshman",arial; font-weight:400; letter-spacing:2px; text-transform:uppercase }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { margin-top:0px }
.secondary-nav > div { max-width:900px; margin:0 auto }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; font-size:18px; font-weight:600; color:#fff; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#368842; text-decoration:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav.focus > a,
.secondary-nav .has-nav:hover > a { color:#fff; background:#368842 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#368842; border-radius:5px 0 }
.secondary-nav .has-nav.focus > ul,
.secondary-nav .has-nav:hover > ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { display:block; min-width:100px; padding:0; color:#fff; white-space:nowrap }
.secondary-nav .has-nav li.focus a,
.secondary-nav .has-nav li:hover a { color:#000 }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.j-carousel { padding-bottom:135px; background:#19133f }
.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; text-align:center; padding:30px 300px 20px; color:#fff; text-shadow:1px 1px rgba(0,0,0,0.6); font-family:"Barlow",arial; text-transform:uppercase;
background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c000000', endColorstr='#ff000000')";
}
.j-carousel .story-box .title { display:block; font-size:30px; text-transform:uppercase; font-family:"Freshman",arial; color:#fff; font-weight:400; line-height:30px; letter-spacing:3px }
.j-carousel .story-box .date {  font-weight:700; font-size:18px }
.j-carousel .story-box .carousel-share-links { display:inline-block; vertical-align:middle; margin-left:10px }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:1px 1px #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:18px }
.j-carousel .story-box .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.j-carousel .story-box .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; max-width:1410px; margin:0 auto; padding:0 45px; left:0; right:0; bottom:10px; z-index:2 }
.j-carousel .control { position:relative; float:left; width:15.83%; margin-left:1%; cursor:pointer }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control:focus:after,
.j-carousel .control.active:after { content:""; position:absolute; left:0; right:0; bottom:0; top:0; border:3px solid #378843 }
.j-carousel .control:focus:before,
.j-carousel .control.active:before { content:""; display:block; position:absolute; z-index:10;left:50%;margin-left:-5px; top:-14px; border-style:solid; border-color: transparent transparent #378843 transparent; border-width:7px }
.j-carousel .control .thumb { width:100%; vertical-align:top }

.j-carousel .next, 
.j-carousel .prev { position:absolute; left:50%; margin-left:-745px; bottom:50px; z-index:3; width:30px; height:30px; font-family:'glyphicons'; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden; color:#fff }
.j-carousel .next { left:auto; right:50%; margin-right:-745px }
.j-carousel .prev:before { content:"\e80f"; display:block; font-size:40px; line-height:30px }
.j-carousel .next:before { content:"\e810"; display:block; font-size:40px; line-height:30px }
.j-carousel .pp { position:absolute; right:0; top:0; z-index:1; width:30px; height:30px; font-family:'glyphicons'; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden; color:#fff; background:rgba(0,0,0,0.6) }
.j-carousel .pp:before { content:'\e80b'; display:block; font-size:20px; line-height:30px }
.j-carousel .pp.play:before { content:'\e80a' }


/* SCOREBAORD */
.section-upcoming .section-header { position:static; font-size:36px; text-transform:uppercase; text-align:center; font-family:"Freshman",arial; font-weight:400; color:#181440; margin-bottom:5px }

.scoreboard-slider { position:relative;  box-sizing:border-box; margin:0 auto }
.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 .no-event {  display:block; font-size:25px; padding:100px 0; text-transform:uppercase; color:#333 }
.scoreboard-slider .no-events { display:block; box-sizing:border-box; padding:150px 0; height:300px; margin:110px 0; font-size:16px; font-weight:700; text-align:center; text-transform:uppercase; letter-spacing:0.12em; color:#555; background:#fff }
.scoreboard-slider .event-box { float:left; position:relative; width:19.2%; min-height:350px; margin-left:1%; font-family:"Freshman",arial; padding:20px 20px 60px; text-align:center; color:#555; background:#fff; border:1px solid #f0f0f0; box-sizing:border-box }
.scoreboard-slider .event-box:first-child { margin-left:0 }
.scoreboard-slider .event-box .date { margin:-20px -20px 20px; text-transform:uppercase; letter-spacing:0.12em; font-size:12px; line-height:50px; color:#fff; background:#3f527b }
.scoreboard-slider .event-box .date span:first-child:after { content:"." }
.scoreboard-slider .event-box .status,
.scoreboard-slider .event-box .result { display:block; text-transform:uppercase; letter-spacing:0.12em; color:#181440 }
.scoreboard-slider .event-box .sport a { text-transform:uppercase; font-size:16px; color:#181440 }
.scoreboard-slider .event-box .team-logo img { max-height:75px }
.scoreboard-slider .event-box .team-logo { display:block; margin:10px 0 }
.scoreboard-slider .event-box .opponent { font-size:18px; font-family:"Barlow",arial; font-weight:600; text-transform:capitalize; color:#181440 }
.scoreboard-slider .event-box .neutralsite-notes { font-size:14px; font-family:"Barlow",arial; }
.scoreboard-slider .event-box .notes { position:absolute; left:-9999px; width:1px; height:1px; display:block; overflow:hidden }
.scoreboard-slider .event-box .links { position:absolute; left:0; right:0; bottom:0; height:25px; padding:15px; border-top:1px solid #f2f2f2 }
.scoreboard-slider .event-box .links .sep,
.scoreboard-slider .event-box .links .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.scoreboard-slider .event-box .links .icon { font-size:20px; margin:0 5px; color:#368842 }
.scoreboard-slider .full-schedule-btn { display:none; position:absolute; left:0; top:-95px; overflow:hidden; font-family:"Egyptienne F LT Std",arial; font-size:16px }
.scoreboard-slider .next, 
.scoreboard-slider .prev { position:absolute; left:-40px;  top:50%; margin-top:-15px; z-index:3; width:30px; height:30px; font-family:'glyphicons'; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden; color:#368842 }
.scoreboard-slider .next { left:auto; right:-40px }
.scoreboard-slider .prev:before { content:"\e80f"; display:block; font-size:40px; line-height:30px }
.scoreboard-slider .next:before { content:"\e810"; display:block; font-size:40px; line-height:30px }
.scoreboard-slider .prev.disabled,
.scoreboard-slider .next.disabled { opacity:0.5; pointer-events:none }
 
.composite-btn { display:block; margin-bottom:25px; text-align:center; text-transform:uppercase; font-family:"Barlow",arial; font-weight:700; letter-spacing:2px; font-size:16px; color:#368842} 
.composite-btn:before { content:"\e803"; font-family:"glyphicons" }

}

@media only screen and (min-width:1024px) and (max-width:1500px) {

.j-carousel .prev { left:0; margin-left:0 }
.j-carousel .next { right:0; margin-right:0 }

}


@media only screen and (min-width:1024px) and (max-width:1410px) {

.dropnav .nav > a { width:255px }
.dropnav .submenu.level2 .has-submenu > a { min-width:200px }
.dropnav .submenu.level2 .has-submenu li a { padding:0 5px; font-size:16px }

.navbar-edu li { padding:0 15px }
.navbar-edu li a { font-size:18px }
 
.j-carousel .prev { left:0; margin-left:0 }
.j-carousel .next { right:0; margin-right:0 }

.section-aotw .aotw { padding:30px 0 45px 70px }
.section-alumni .aotw { padding:30px 70px 45px 0 }

}

@media only screen and (min-width:1024px) and (max-width:1300px) {

.dropnav .nav > a { width:230px; letter-spacing:2px }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { margin-right:20px }
.dropnav .submenu.level2 .has-submenu > a { min-width:200px; font-size:18px }
.dropnav .submenu.level2 .has-submenu li a { padding:0 4px; font-size:15px }

.navbar-edu li { padding:0 12px }
.navbar-edu li a { font-size:16px }

.section-aotw .aotw { padding:30px 0 45px 50px }
.section-alumni .aotw { padding:30px 50px 45px 0 }
.section-alumni .aotw .athlete:after { right:-40px }
.section-aotw .aotw .athlete:after { left:-40px }



}

@media only screen and (min-width:1024px) and (max-width:1200px) {

.dropnav .nav > a { width:186px; font-size:16px }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { margin-right:10px }
.dropnav .submenu.level2 .has-submenu > a { min-width:180px }
.dropnav .submenu.level2 .has-submenu li a { padding:0 2px; font-size:13px }

.navbar-edu li { padding:0 10px }
.navbar-edu li a { font-size:13px }

.aotw-header { transform:scale(0.6); -webkit-transform:scale(0.6) }
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#378843 }
.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:#181542 }
.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:#378843; color:#fff; text-decoration:none } 

.social-links { top:120px }
.social-links li { background:#378843; padding:3px 6px; margin:0 }
.social-links:after {display:none }

.navbar-edu { position:relative; top:0; }
.navbar-edu ul { margin:0 }
.navbar-edu li { width:25%; line-height:50px; box-sizing:border-box; border:5px solid #3c4d76; display:block; float:left; padding:0; text-align:center; margin:0; transform:skew(0); -webkit-transform:skew(0) }
.navbar-edu li a { transform:skew(0); -webkit-transform:skew(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:#378843; 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-share-links a { font-size:0; color:#eee; text-shadow:1px 1px #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:18px }
.j-carousel .story-box .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.j-carousel .story-box .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.j-carousel .pp, .j-carousel .prev, .j-carousel .next,
.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:39%; text-align:center; background:rgba(0,0,0,0.3) }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:4px; height:4px; margin:4px; text-indent:-9999px; cursor:pointer; border-radius:15px }
.j-carousel .control:before { content:''; position:absolute; left:-4px; right:-4px; top:-4px; bottom:-4px; border:2px solid #fff; border-radius:100% }
.j-carousel .control.active { background:#fff; box-shadow:none }
.j-carousel .control .thumb { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; height:30px; line-height:30px; margin-bottom:0; padding:0 10px; border-bottom:5px solid #233a75; text-transform:uppercase; background:#9b1d22; color:#fff }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { position:static; visibility:visible }
.tabs-wrapper .pane .overflow { height:auto; padding:5px }

.schedule-boxscore .event-box { margin-top:5px }

.landing-row.upcoming-row { display:none }
.landing-row..aotw-row { padding:20px; background:#181440 }
.landing-row.social-row { padding:20px; background:#f0f0f0 }

.landing-row..aotw-row .landing-col.span6 { width:50%; float:left }

.section-alumni .aotw, .section-aotw .aotw { padding:0;  text-align:center }
.section-aotw .athlete { text-align:center; display:block }
.aotw-header, .section-aotw .aotw .athlete:after, .section-alumni .aotw .athlete:after { display:none }

.section-alumni, .section-aotw { max-width:330px; margin:0 auto; float:none }
.section-aotw .section-header, .section-alumni .section-header { position:static; text-align:center; color:#fff; text-transform:uppercase; font-family:"Freshman",arial; font-size:16px; font-weight:400}

.site-footer { padding:50px }
.footer-address { width:auto; float:none; border:none }

.footer-logos { float:none; width:auto }
.footer-logos li { width:auto; border:none; padding:0; display:inline-block; vertical-align:top; float:none; margin:0 20px }
.footer-logos li:last-child { border:none }

.sponsor-slider { padding:10px 30px }
.sponsor-slider .prev { left:0 }
.sponsor-slider .next { right: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/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:#333 }
.mobile-menu-bar li .text { position:absolute; left:-9999px }

.social-links { position:static; background:#000; text-align:center; padding:10px }

.landing-row..aotw-row .landing-col.span6 { width:100%; margin-bottom:30px }

.navbar-edu li { padding-top:20px }
.navbar-edu li a { font-size:10px; line-height:1.1 }

}

/* 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;}
