/* ==============
   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: 'arvo';
    src: url('arvo-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'arvo';
    src: url('arvo-italic-webfont.woff2') format('woff2'),
         url('arvo-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}

@font-face {
    font-family: 'arvo';
    src: url('arvo-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'arvo';
    src: url('arvo-bolditalic-webfont.woff2') format('woff2'),
         url('arvo-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;

}

@font-face {
    font-family: 'lato';
    src: url('lato-light-webfont.woff2') format('woff2'),
         url('lato-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'lato';
    src: url('lato-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#006747 !important }

.skip-navigation { position:fixed; left:0; top:-50px; width:1px; height:1px; font-size:15px; font-weight:700; line-height:1; color:#000 !important; background:#fff; text-transform:uppercase; overflow:hidden; box-sizing:border-box; transition:all 0.5s ease; box-shadow:0 0 15px rgba(0,0,0,0.4) inset }
.skip-navigation:focus { top:0; z-index:9999; width:auto; height:auto; padding:15px; text-decoration:none }

body { font-family:'roboto', arial; font-size:14px; line-height:1.5; color:#444; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body { font-family:'arvo', arial }

:focus { outline-color:#000 }

a { color:#006747; 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 }

.body-container { position:relative; z-index:1; max-width:1410px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { display:block; padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.section-header { position:absolute; left:-9999px }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

.site-footer { padding:30px; font-family:'lato', arial; font-weight:300; text-align:center; background:#fff }
.site-footer > .container { position:relative; max-width:1410px; margin:0 auto }
.footer-text { float:left; padding-top:20px; font-size:16px; text-align:left; color:#000 }
.footer-text .edu-link { display:block; font-weight:700; font-family:'arvo', arial; color:#016648 }
.footer-logos { float:right; margin-right:-40px }
.footer-logos li { display:inline-block; vertical-align:top; margin:0 40px }

/* 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:46.09%; 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:10000%; position:relative }
.j-carousel3 .seat { opacity:0; visibility:hidden; width:1%; 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 */
.aotw .athlete { float:left; position:relative; width:360px; border:5px solid #fff; box-sizing:border-box }
.aotw .thumb { position:relative; display:block; padding-top:111.11%; overflow:hidden }
.aotw .thumb img { position:absolute; left:0; top:0; width:100% }
.aotw .heading { text-decoration:none }
.aotw .title { position:absolute; left:20px; right:20px; bottom:0; padding:10px; text-decoration:none; text-align:center; background:#fff }
.aotw .title span:first-child { display:block; font-size:18px; color:#006f51 }
.aotw .title span:nth-child(2) { font-family:'lato', arial; font-size:12px; line-height:1; text-transform:uppercase; color:#231f20 }
.aotw .leadin { display:none }
.aotw .athlete:nth-child(2) { float:right }

/* TABS */
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .panes { position:relative }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.main-tabs ul.tabs { position:relative; margin-bottom:20px }
.main-tabs .tab a { position:relative; display:block; height:45px; font-size:36px; font-weight:700; font-style:italic; line-height:45px; text-decoration:none; text-transform:uppercase; color:#827566 }
.main-tabs .tab a:before { content:'/'; display:inline-block; vertical-align:top; margin:0 20px; color:#cac5bf }
.main-tabs .tab:first-child a:before { display:none }
.main-tabs .tab a.active { color:#006f51 }

/* CONTENT SWITCHER */
.content-switcher { position:relative }
.content-switcher .switcher-list { position:relative; z-index:2; max-width:200px; margin-bottom:10px; color:#231f20; border:solid 2px #231f20; border-radius:20px }
.content-switcher .switcher-list:focus { border-color:#016e50; background:#fff; outline:none }
.content-switcher .switcher-list .selection { display:block; position:relative; z-index:2; text-decoration:none; display:block; padding:0 20px; padding-right:36px; font-weight:600; line-height:38px; text-decoration:none; cursor:pointer }
.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:#231f20 }
.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:-2px; right:-2px; top:40px; max-height:200px; padding:10px; overflow:auto; background:#fff; box-shadow:0 5px 10px 0 rgba(0,0,0,0.5); border-radius:20px }
.content-switcher .switcher-list.active ul { display:block }
.content-switcher .switcher-list li a { display:block; padding:5px 10px; color:#555; position:relative; cursor:pointer } 
.content-switcher .switcher-list li.active { display:none }
.content-switcher .switcher-list li a:hover { background:#016e50; 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 }

.content-switcher.loading .switcher-list { opacity:0.5 }
.content-switcher.loading .switcher-list .selection:before { content:''; position:absolute; left:0; right:100%; top:0; bottom:0; background:rgba(193,193,193,0.5); -webkit-animation: loader 3s infinite linear; animation: loader 3s infinite linear }

@-webkit-keyframes loader { 
 0% { left:0; right:100% }
 100% { left:0; right:0 }
}
@keyframes loader {
 0% { left:0; right:100% }
 100% { left:0; right:0 }
}

/* STANDINGS */
.standings-brief { font-size:18px }
.standings-brief .division { padding:5px 10px; border-top:solid 1px #d7d7d7; text-transform:uppercase }
.standings-brief h3 { display:none }
.standings-brief table { width:100%; border-collapse:collapse }
.standings-brief td, 
.standings-brief th { padding:10px 15px; vertical-align:middle; text-align:center; color:#231f20; background:#fff }
.standings-brief td:first-child, 
.standings-brief th:first-child { text-align:left }
.standings-brief th { font-weight:700; font-style:italic; text-transform:uppercase; background:#fff; color:#006747 }
.standings-brief tr:nth-child(even) td { background:#f4f4f4 }
.standings-brief tr:hover td { background:#DFDFDF }
.standings-brief td a { color:#000 }
.standings-brief .full-standings { position:relative; display:block; height:60px; margin-top:10px; font-size:16px; line-height:60px; letter-spacing:0.06em; text-align:center; text-decoration:none; text-transform:uppercase; color:#006747; background:#fff }
.standings-brief .full-standings:after { content:'\e814'; display:inline-block; vertical-align:middle; width:16px; height:16px; margin:-2px 0 0 10px; font-family:'glyphicons', arial; font-size:14px; font-weight:400; line-height:16px; letter-spacing:0; color:#fff; background:#006747; border-radius:100% }
.standings-brief .notations { display:none }

/* FULL STANDINGS */
.full-standings .fixed-table { display:none }
.full-standings table { border-collapse:collapse; width:100%; background:#FFF }
.full-standings td { padding:5px; line-height:40px; text-align:center; white-space:nowrap }
.full-standings td:first-child { text-align:left }
.full-standings tr:nth-child(even) td { background:#f5f5f5 }
.full-standings table tr .conf-field { background:#E5E5E5 }
.full-standings .stats-header td { color:#FFF; text-transform:uppercase; font-size:14px; font-weight:normal; background:#005529 }
.full-standings .stats-header:nth-of-type(2) td { color:#005529 }
.full-standings .division { padding:5px; line-height:40px; text-align:center; text-transform:uppercase; color:#fff; background:#ba9337 }

/* SCHEDULE & RESULTS */
.scoreboard-slider { position:relative }
.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 .event-box { position:relative; min-height:430px; padding:200px 10px 20px; text-align:center; color:#231f20; background:#f4f4f4; border:9px solid #fff; box-sizing:border-box }
.scoreboard-slider .event-box:before { content:''; position:absolute; left:0; top:0; width:100%; height:165px; background:#fff }
.scoreboard-slider .event-box:first-child { margin-left:0 }
.scoreboard-slider .event-box.empty { padding:0; background:#fff }
.scoreboard-slider .no-events { line-height:360px; font-size:30px; font-weight:300; text-transform:uppercase; text-align:center; background:#fff }
.scoreboard-slider .no-event { position:absolute; top:-38px; left:15px; right:0; font-size:20px; font-weight:600; text-indent:-15px; line-height:38px; color:#231f20; background:#fff }
.scoreboard-slider .no-event:before { content:''; position:absolute; left:-15px; top:0; width:15px; height:38px; background:url(/images/setup/master_sprite.png) no-repeat -1116px 0 }
.scoreboard-slider .event .date { position:absolute; top:10px; left:0; width:40%; font-size:21px; line-height:1; text-transform:uppercase; color:#231f20 }
.scoreboard-slider .event .date span { display:block }
.scoreboard-slider .event .date span:first-child { display:none }
.scoreboard-slider .event .date span:last-child { font-size:50px }
.scoreboard-slider .event .status { font-size:16px; font-weight:700 }
.scoreboard-slider .event .sport a { position:absolute; top:95px; left:10px; right:10px; font-size:20px; font-weight:700; font-style:italic; line-height:1; color:#006747 }
.scoreboard-slider .event-box.home .status:before,
.scoreboard-slider .event .va { position:absolute; z-index:1; top:143px; left:50%; width:44px; height:44px; margin-left:-22px; font-size:12px; font-weight:700; text-transform:uppercase; line-height:44px; text-align:center; color:#000; background:url(/images/setup/2018_master_sprite.png) no-repeat -1073px 0 }
.scoreboard-slider .event-box.home .status:before { content:'vs.' }
.scoreboard-slider .event .name { display:block; margin-top:10px; font-size:18px; line-height:1.2 }
.scoreboard-slider .event .team-logo { position:absolute; top:10px; right:0; width:40% }
.scoreboard-slider .event .team-logo img { max-height:70px }
.scoreboard-slider .event .result { display:block; margin-top:10px; font-size:16px; font-weight:700 }
.scoreboard-slider .event .neutralsite-notes { margin-top:10px; font-size:12px }
.scoreboard-slider .event .neutralsite-notes span { display:block }
.scoreboard-slider .event-box:hover .neutralsite-notes { visibility:visible; opacity:1 }
.scoreboard-slider .event .links { margin-top:10px; font-size:16px }
.scoreboard-slider .event .links a { margin:0 5px; text-decoration:none; color:#006747 }
.scoreboard-slider .event .links .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.scoreboard-slider .event .links > span { display:none }
.scoreboard-slider .event .links a:hover { color:#231f20 }
.scoreboard-slider .full-schedule-btn { display:none }
.scoreboard-slider .prev,
.scoreboard-slider .next { position:absolute; z-index:1; left:-60px; top:50%; width:40px; height:50px; margin-top:-25px; overflow:hidden; font-size:50px; line-height:50px; text-decoration:none; text-align:center; cursor:pointer; color:#006747 }
.scoreboard-slider .next { left:auto; right:-60px }
.scoreboard-slider .prev:before,
.scoreboard-slider .next:before { content:'\e80f'; display:block; font-family:'glyphicons' }
.scoreboard-slider .next:before { content:'\e810' }
.scoreboard-slider .prev.disabled,
.scoreboard-slider .next.disabled { opacity:0.5; cursor:default }

/* SOCIAL BUTTONS */
.social-links ul { list-style:none; padding:0; margin:0 }
.social-links li { float:left }
.social-links li a { display:block; line-height:32px; color:#fff; transition:0.3s }
.social-links li a:hover { text-shadow:0 5px 10px #000; transform:scale(1.2) translateY(-3px) }
.social-links li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.social-links li .icon { display:block; width:32px; height:32px; font-size:21px; text-align:center; line-height:32px }
.social-links li .icon:before { vertical-align:top; line-height:60px }

/* BUTTONS */
.buttons-nav ul { margin:0 -15px; list-style:none }
.buttons-nav li { float:left; width:33.33%; padding:15px; box-sizing:border-box }
.buttons-nav li a { position:relative; display:block; height:145px; font-weight:700; font-style:italic; font-size:30px; line-height:145px; letter-spacing:0.12em; text-transform:uppercase; text-align:center; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; color:#006f51; background:#fff }
.buttons-nav li a:before { content:''; position:absolute; left:10px; right:10px; top:10px; bottom:10px; border:3px solid #017052 }
.buttons-nav li a[rel="wiki-link"] { display:none !important }

/* SOCIAL */
.section-social .section-header { position:static; font-style:italic; font-size:36px; text-transform:uppercase; line-height:41px; color:#006f51 }
.landing .social-stream .load-more { background:#006747 }

/* BANNER */
.large-banner li img { display:block; width:100% }

/* 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 .next, 
.slider-wrapper .prev { position:absolute; left:10px; top:50%; margin-top:-15px; width:30px; height:30px; border:none; cursor:pointer; text-align:center; overflow:hidden; background:transparent; z-index:1 }
.slider-wrapper .next { left:auto; right:10px }
.slider-wrapper .prev:before { content:"\00ab"; display:block; font-size:30px; line-height:30px; color:#006747 }
.slider-wrapper .next:before { content:"\00bb"; display:block; font-size:30px; line-height:30px; color:#006747 }
.slider-wrapper .pp { display:none }

.page .mod-graphic-carousel.style3 .slick-prev { left: 20%; }
.page .mod-graphic-carousel.style3 .slick-next { right: 20%; }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#006747; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#006747; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#006747; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#006747 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#006747; 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; background:url(/images/setup/2018_page_bg_pattern.jpg) repeat }
.body-container { margin-top:30px }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; font-family:'arvo', arial; background:url(/images/setup/2018_heade_bg_pattern.jpg) repeat-x #000 }
.site-header > .container { position:relative; max-width:1410px; margin:0 auto }
.site-header .site-title { position:absolute; left:0; top:14px; z-index:1 }
.site-header .site-title a { display:block; width:387px; height:170px; text-indent:-9999px; background:url(/images/setup/2018_master_sprite.png) no-repeat }
.site-header .edu-link { position:absolute; right:350px; top:45px; font-family:'lato', arial; font-size:16px; text-transform:uppercase; text-decoration:none; color:#fff }
.site-header .search-bar { position:absolute; right:10px; top:24px; width:300px; padding-right:30px; border:2px solid #fff; border-radius:25px; overflow:hidden; box-sizing:border-box }
.site-header .search-bar:before { content:''; position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.2) }
.site-header .search-bar label { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; color:#fff }
.site-header .search-bar .text-box { position:relative; width:100%; height:56px; padding:5px 35px; border:none; font-family:'arvo', arial; font-size:16px; font-style:italic; text-transform:uppercase; background:none; outline:none; color:#fff; box-sizing:border-box }
.site-header .search-bar .submit { width:30px; height:56px; font-size:16px; line-height:56px; border:none; color:#fff; background:none; position:absolute; right:25px; top:0 }
.site-header .search-bar .text { display:none } 
.site-header .social-links { position:absolute; right:0; top:125px }

.mobile-menu-bar { display:none }

.landing-row { position:relative }
.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { position:relative; max-width:1410px; margin:0 auto; padding:20px; box-sizing:border-box }
.landing-row > div:after { content:""; display:block; clear:both }
.landing-row.no-pad > div { padding:0 }
.landing-row.no-bounds > div { max-width:none }

.landing-row .landing-col { float:left; padding:0 10px; box-sizing:border-box }
.landing-row .landing-col.span1 { width:8.33333333333% }
.landing-row .landing-col.span2 { width:16.6666666667% }
.landing-row .landing-col.span3 { width:25% }
.landing-row .landing-col.span4 { width:33.3333333333% }
.landing-row .landing-col.span5 { width:41.6666666667% }
.landing-row .landing-col.span6 { width:50% }
.landing-row .landing-col.span7 { width:58.3333333333% }
.landing-row .landing-col.span8 { width:66.6666666667% }
.landing-row .landing-col.span9 { width:75% }
.landing-row .landing-col.span10 { width:83.3333333333% }
.landing-row .landing-col.span11 { width:91.6666666667% }
.landing-row .landing-col.span12 { width:100% }

.landing-row .landing-col.offset1 { margin-left:8.33333333333% }
.landing-row .landing-col.offset2 { margin-left:16.6666666667% }
.landing-row .landing-col.offset3 { margin-left:25% }
.landing-row .landing-col.offset4 { margin-left:33.3333333333% }
.landing-row .landing-col.offset5 { margin-left:41.6666666667% }
.landing-row .landing-col.offset6 { margin-left:50% }
.landing-row .landing-col.offset7 { margin-left:58.3333333333% }
.landing-row .landing-col.offset8 { margin-left:66.6666666667% }
.landing-row .landing-col.offset9 { margin-left:75% }
.landing-row .landing-col.offset10 { margin-left:83.3333333333% }
.landing-row .landing-col.offset11 { margin-left:91.6666666667% }

.landing-row.carousel-row { padding-bottom:25px }
.landing-row.small-banners-row,
.landing-row.sponsors-row { padding:15px; background:url(/images/setup/2018_bg_green_row.jpg) no-repeat; background-size:cover }
.landing-row.small-banners-row img { width:100%; vertical-align:top }
.landing-row.tabs-row { padding:60px 70px 70px }
.landing-row.aotw-row { padding:50px; background:url(/images/setup/2018_bg_aotw.jpg) repeat }
.landing-row.buttons-row { padding:15px 30px; background:url(/images/setup/2018_bg_buttons_row.jpg) repeat }
.landing-row.social-row { padding:70px 20px }

/* NAVIGATION */
.dropnav { position:relative; padding-left:403px; margin-top:110px; color:#fff; background:#231f20; border-top:3px solid #3f383a }
.dropnav:before { content:''; position:absolute; left:-2000px; top:-3px; right:-2000px; bottom:0; background:#231f20; border-top:3px solid #3f383a; box-shadow:0 2px 10px 0 rgba(0,0,0,0.4) }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left }
.dropnav .nav > a { position:relative; display:block; height:87px; padding:0 22px; font-size:19px; font-style:italic; font-weight:700; line-height:87px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav.focus > a:before,
.dropnav .nav:hover > a:before { content:''; position:absolute; left:22px; right:22px; top:62px; border-top:3px solid #006f51 }
.dropnav .nav > .submenu { display:none; position:absolute; left:-2000px; right:-2000px; top:87px; padding:40px 2000px; text-align:center; background:rgba(0, 111, 81, 0.9); white-space:nowrap; box-sizing:border-box }
.dropnav .nav.focus > .submenu,
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; padding:0 15px; font-size:21px; font-weight:600; line-height:44px; white-space:nowrap; text-decoration:none; color:#fff }
.dropnav .submenu a:focus,
.dropnav .submenu a:hover { color:#002949; background:#fff }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:20px; text-align:left }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .submenu .has-submenu > a { font-size:24px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; pointer-events:none; color:#fff }
.dropnav .submenu.level2 ul { width:100% }
.dropnav .submenu.level2 .has-submenu { display:block; margin:0; padding:0 15px }
.dropnav .submenu.level2 .has-submenu:hover { background:#fff }
.dropnav .submenu.level2 .has-submenu:hover a,
.dropnav .submenu.level2 .has-submenu a:focus { color:#006f51 }
.dropnav .submenu.level2 .has-submenu > *,
.dropnav .submenu.level3 li { display:inline-block; vertical-align:top }
.dropnav .submenu.level2 .has-submenu > a { padding:0; min-width:165px; font-size:16px; letter-spacing:0; text-transform:none; pointer-events:all }
.dropnav .submenu.level3 li a { padding:0; font-family:'lato', arial; font-weight:300; font-size:13px }
.dropnav .submenu.level3 li a:before { content:' '; padding:0 5px }
.dropnav .submenu.level3 li:first-child a:before { display:none }
.dropnav .submenu.level3 li:nth-child(4) { margin-left:10px }
.dropnav .submenu.level3 li a[href*="twitter"],
.dropnav .submenu.level3 li a[href*="facebook"],
.dropnav .submenu.level3 li a[href*="instagram"] { position:relative; height:44px; width:16px; margin-left:5px; font-size:18px; overflow:hidden; color:#fff }
.dropnav .submenu.level3 li a[href*="twitter"]:before,
.dropnav .submenu.level3 li a[href*="facebook"]:before,
.dropnav .submenu.level3 li a[href*="instagram"]:before { content:'\e882'; display:block; padding:0; font-family:'glyphicons'; font-style:normal; text-align:center; border-radius:3px }
.dropnav .submenu.level3 li a[href*="facebook"]:before { content:'\e81c' }
.dropnav .submenu.level3 li a[href*="instagram"]:before { content:'\e81f' }
.dropnav .submenu a[rel="wiki-link"] + a { display:none !important }

.secondary-nav { position:relative; z-index:2; padding:25px; margin-bottom:-30px; font-family:'lato', arial; color:#231f20 }
.secondary-nav h1 { float:left; margin-bottom:0; color:#006f51; font-family:'arvo', arial; font-size:24px; letter-spacing:0.12em; text-transform:uppercase }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { position:relative; max-width:1410px; margin:0 auto }
.secondary-nav > div > ul { float:right; margin-top:5px }
.secondary-nav li { float:left; font-size:16px }
.secondary-nav li a { padding:5px 10px; color:#231f20; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#006f51; text-decoration:none }
.secondary-nav li:before { content:" " }
.secondary-nav li:first-child:before,
.secondary-nav .has-nav li:before { display:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav.focus > a,
.secondary-nav .has-nav:hover > a { color:#fff; background:#006f51 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#006f51; 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:#ccc }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.j-carousel { box-shadow:0 0 20px 5px rgba(0,0,0,0.1) }
.j-carousel .story-box { position:relative; height:230px; padding:65px 360px 50px 50px; color:#555; box-sizing:border-box; background:#fff }
.j-carousel .story-box a { color:#555 }
.j-carousel .story-box .title { display:block; margin-bottom:10px; font-size:30px; font-style:italic; line-height:1.2; color:#006747 }
.j-carousel .story-box .date { position:absolute; font-style:italic; top:32px; text-transform:uppercase; color:#231f20 }
.j-carousel .story-box .carousel-related-links { position:absolute; top:32px; right:360px; font-family:'lato', arial; font-size:16px }
.j-carousel .story-box .carousel-related-links a { margin-right:10px; color:#231f20 }
.j-carousel .story-box .carousel-related-links span { display:none }
.j-carousel .story-box .carousel-share-links { display:inline-block; vertical-align:top }
.j-carousel .story-box .carousel-share-links a { font-size:0 }
.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 .readmore { display:none }
.j-carousel .controls { position:absolute; z-index:1; left:50px; top:-40px; height:8px; margin-top:46.09%; text-align:center }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:40px; height:40px; font-style:italic; cursor:pointer; line-height:40px; text-align:center; color:#fff; background:#006747 }
.j-carousel .control.active { color:#006747; background:#fff }
.j-carousel .pp,
.j-carousel .prev,
.j-carousel .next { position:absolute; z-index:1; left:0; top:50%; width:42px; height:42px; margin-top:-110px; overflow:hidden; font-size:24px; line-height:42px; text-decoration:none; text-align:center; cursor:pointer; color:#fff; background:#006747 }
.j-carousel .next { left:auto; right:0 }
.j-carousel .prev { transform:rotate(180deg) }
.j-carousel .pp { left:auto; right:0; top:0; margin:0 }
.j-carousel .pp:before,
.j-carousel .prev:before,
.j-carousel .next:before { content:'\e80a'; display:block; font-family:'glyphicons' }
.j-carousel .pp.pause:before { content:'\e80b' }
.j-carousel .pp.play:before { content:'\e80a' }

.sport-home .j-carousel .story-box { padding:65px 50px 50px }
.sport-home .j-carousel .story-box .carousel-related-links { right:50px }

.carousel-content { position:absolute; right:45px; bottom:45px; z-index:2; overflow:hidden }
.carousel-content .content { width:240px; height:225px; position:absolute; right:-285px; -moz-transition:right 0.5s; -webkit-transition:right 0.5s; -ms-transition:right 0.5s; transition:right 0.5s }
.carousel-content .content.active { position:relative; right:0 }

.carousel-content .secondary-links { width:240px; height:225px; box-shadow:inset 0 0 0 1px #eaeaea }
.carousel-content .secondary-links ul  { list-style:none; margin:0 }
.carousel-content .secondary-links h1 { margin:-30px -30px 10px; padding:0 30px; font-family:'arvo', arial; font-size:14px; font-style:italic; text-transform:uppercase; text-overflow:ellipsis; line-height:40px; white-space:nowrap; overflow:hidden; color:#fff; background:#006747 }
.carousel-content .secondary-links > div { padding:30px }
.carousel-content .secondary-links li a { display:block; font-family:'lato', arial; font-size:16px; white-space:nowrap; text-overflow:ellipsis; text-decoration:none; overflow:hidden; color:#555 }
.carousel-content .secondary-links li a:before { content:'\e810 \e810'; padding-right:10px; font-family:'glyphicons'; letter-spacing:-2px }
.carousel-content .secondary-links li a:hover { color:#006747 }
.carousel-content .secondary-links li:nth-child(n+6) { display:none }

/* CONTENT SWITCHER */
.content-switcher .switcher-list { position:absolute; top:-65px; right:0; width:200px }

/* SCOREBOARD SLIDER */
.scoreboard-slider .event-box { float:left; width:17.81%; margin-left:2.72% }

/* AOTW */
.section-aotw .section-header { left:50%; top:50%; margin:0; width:338px; height:236px; text-indent:-9999px; background:url(/images/setup/2018_master_sprite.png) no-repeat -671px 0; transform:translate(-50%, -50%) }
 
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (min-width:1024px) and (max-width:1410px) {

.site-header > .container,
.landing-row > div,
.site-footer > .container { max-width:1200px }

.site-header .site-title { left:-20px; transform:scale(0.8) }
.site-header .edu-link { right:300px }
.site-header .search-bar { top:34px; width:250px }
.site-header .search-bar .text-box { height:40px }
.site-header .search-bar .submit { height:40px; line-height:40px }

.dropnav { padding-left:340px }
.dropnav .nav > a { padding:0 15px; font-size:16px }

.j-carousel .story-box .title { font-size:26px }

.main-tabs .tab a { font-size:26px }

.scoreboard-slider .event .sport a { font-size:18px }
.scoreboard-slider .event .name { font-size:16px }

.footer-logos { margin-right:-15px }
.footer-logos li { margin:0 15px }

.social-links li .icon { font-size:18px }

}

@media only screen and (min-width:1024px) and (max-width:1200px) {

.site-header > .container,
.landing-row > div,
.site-footer > .container { max-width:1024px }

.site-header .site-title { left:-70px; transform:scale(0.65) }

.dropnav { padding-left:270px }
.dropnav .nav > a { padding:0 15px; font-size:14px }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { margin-left:50px }
.dropnav .submenu.level2 .has-submenu > a { min-width:190px }

.j-carousel .story-box .title { font-size:24px }

.main-tabs .tab a { font-size:20px }

.scoreboard-slider .event .date { font-size:16px }
.scoreboard-slider .event .date span:last-child { font-size:40px }
.scoreboard-slider .event .sport a { font-size:16px }
.scoreboard-slider .event .name { font-size:14px }

.aotw .athlete { width:270px }
.aotw .title span:first-child { font-size:16px }
.aotw .title span:nth-child(2) { font-size:11px }

.buttons-nav li a { font-size:22px }

.footer-text { font-size:14px }
.footer-logos { margin-right:-10px }
.footer-logos li { max-width:110px; margin:0 10px }

.social-links li .icon { font-size:16px }

}

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#fff }
.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% }
.site-header .edu-link,
.site-header .search-bar { display:none }
.site-header .social-links { padding:10px; text-align:center; background:#231f20; border-top:3px solid #3f383a }
.site-header .social-links ul { display:inline-block; vertical-align:top }
.site-header .social-links li .icon { height:auto; line-height:normal }
.site-header .social-links li .icon:before { line-height:normal }

.mobile-menu-bar { display:block; padding:5px; background:#231f20 }
.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:#006f51; color:#fff; text-decoration:none } 

.dropnav { display:none; background:#333 }
.dropnav.active { display:block }
.dropnav .has-submenu > .submenu { display:none }
.dropnav li { border-top: 1px solid #434343 }
.dropnav li:first-child { border-top:none }
.dropnav .submenu li { border-top:solid 1px #363636 }
.dropnav .submenu.level2 li { border-top:solid 1px #464646 }
.dropnav li a { display:block; padding:0 10px; line-height:34px; color:#fff; text-decoration:none; position:relative }
.dropnav .has-submenu { position:relative }
.dropnav .has-submenu > a { margin-right:40px }
.dropnav .has-submenu:after { content:'\e810'; position:absolute; right:0; top:0; width:40px; text-align:center; font-family:'glyphicons'; speak:none; line-height:34px; color:#fff; background:rgba(0,0,0,0.4) }
.dropnav .has-submenu.active:after { content:'\e811' }
.dropnav .has-submenu.active > .submenu { display:block; background:#444 }
.dropnav .submenu.level1 .submenu { background:#555 }
.dropnav .submenu.level2 .submenu { padding:10px; background:#666 }
.dropnav .submenu.level2 .submenu li { border:none }
.dropnav .submenu.level2 .submenu a { font-size:0.9em; line-height:20px }
.dropnav .submenu-title { display:none }

.secondary-nav { background:#006747; 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 .story-box .carousel-related-links { margin-bottom:5px }
.j-carousel .story-box .carousel-related-links a { color:#fff }
.j-carousel .story-box .date,
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore,
.j-carousel .pp,
.j-carousel .prev,
.j-carousel .next { display:none }
.j-carousel .controls { position:absolute; left:0; right:0; top:-32px; z-index:2; height:12px; padding:10px 0; margin-top:46.09%; 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 }
.carousel-content { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; padding:10px; font-weight:700; font-style:italic; font-size:30px; text-transform:uppercase; text-align:center }
.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 }

.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 }

.full-standings { padding-left:150px; margin:0 -10px; overflow:hidden; position:relative; box-shadow:0 0 4px rgba(0,0,0,0.2) }
.full-standings .fixed-table { display: inline-table; width:150px; position:absolute; left:0; z-index:1 }
.full-standings .fixed-col { display:none }
.full-standings .container { position:relative; z-index:2; box-shadow:-2px -4px 4px rgba(0,0,0,0.2); overflow-x:scroll; -webkit-overflow-scrolling:touch }
.full-standings .container table { width:730px }

.content-switcher .switcher-list { margin:0 auto 20px }

.section-aotw .section-header { position:static; padding:10px; font-weight:700; font-style:italic; font-size:30px; text-transform:uppercase; text-align:center; color:#fff }

.buttons-nav li { float:none; width:auto; padding:5px }
.buttons-nav li a { position:relative; left:auto; top:auto; padding:15px; display:block; height:auto; font-size:16px; line-height:normal; transform:none }
.buttons-nav li a:before { left:5px; right:5px; bottom:5px; top:5px; border-width:1px }

.section-social .section-header { font-size:30px; text-align:center }

.landing-row.tabs-row { padding:20px 60px; background:#ebebeb }
.landing-row.aotw-row,
.landing-row.buttons-row { padding:20px; background:#231f20 }
.landing-row.social-row { padding:20px; background:#ebebeb }
.landing-row.small-banners-row { padding:20px; text-align:center; background:#005a38 }

.footer-text { float:none; text-align:center }
.footer-logos { margin:0 }
.footer-logos li { margin:10px }

}

/*---------------------------------------
  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:#231f20 }
.mobile-menu-bar li .text { position:absolute; left:-9999px }

.aotw .athlete { width:100%; margin-top:20px }
.aotw .athlete:first-child { margin-top:0 }

.landing-row.tabs-row { padding:20px 0 }

.scoreboard-slider { margin:0 60px }
.standings-brief { padding:10px }

.tabs-wrapper .tab_title,
.landing-row .section-header { font-size:24px }

}

/* 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;}
