/* WEB FONTS */

@font-face {
  font-family: 'fontello';
  src: url('fontello.eot?');
  src: url('fontello.eot?#iefix') format('embedded-opentype'),
       url('fontello.woff2?') format('woff2'),
       url('fontello.woff?') format('woff'),
       url('fontello.ttf?') format('truetype'),
       url('fontello.svg?#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* ==============
   GLOBAL STYLES
   ============== */

.accent-bg,
.accent-bg th { color:#fff !important; background:#500000 !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:'Lato', arial }

:focus { outline-color:#4d90fe }

a { color:#222 }
a:focus,
a:hover { color:#444 }

a[rel="wiki-link"] { padding:3px; font-size:0.75rem; color:#500001 !important; background:#fff !important }

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 }

.page { font-size:0.875em; overflow:hidden }

.body-container { max-width:1172px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { display:block; padding:30px 15px; color:#444; background:#fff }
.landing .mainbody { padding:0; background:none }

.section-header { position:absolute; left:-9999px; color:#500000 }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

/*FOOTER*/
.site-footer { padding:30px 0 60px; background:#e2e3e8; color:#000000; font-family: 'Lato', arial; font-size:1rem; text-align:center; text-transform:uppercase }
.site-footer .site-title{ display:block; font-family: 'Arvo', arial; font-weight:400; font-size:1.125em; color:#000000; text-decoration:none; margin-top:30px; margin-bottom:-10px }
.site-footer .footer-logos li{ display: inline-block;vertical-align: middle;margin: 0 20px  }
.site-footer .footer-logos li:first-child{ margin-left:-88px }
.site-footer .footer-presto-logo { display:block; max-width:252px; max-height:31px; margin:10px auto 50px }
.site-footer span{ display:inline-block; margin:0 10px }
.site-footer .privacy-policy { color:#000000; text-decoration:none; transition:0.3s }
.site-footer .privacy-policy:hover{ text-decoration:underline; color:#500001 }
.site-footer .member-logos{ background:#fff; padding:10px 0 }
.site-footer .member-logos > ul{ max-width:1172px; margin:0 auto }
.site-footer .member-logos li { display:inline-block; margin:0 2px; vertical-align:middle }

/* 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%; 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 }  

.j-carousel .pp { position:absolute; right:0; top:0; z-index:1; width:27px; height:27px; font-size:20px; line-height:27px; cursor:pointer; font-weight:700; text-align:center; text-decoration:none; color:#fff; overflow:hidden; background:rgba(0,0,0,0.6) }
.j-carousel .pp:focus { z-index:2; color:#fff } 
.j-carousel .pp:before { content:"\e80b"; display:block; font-family:'glyphicons' }        
.j-carousel .pp.play:before { content:"\e80a"; display:block; font-family:'glyphicons' } 
.j-carousel .next, 
.j-carousel .prev { display:none; position:absolute; left:10px; top:50%; margin-top:-20px; font-family:'glyphicons'; z-index:1; width:30px; height:30px; border:none; cursor:pointer; text-align:center; overflow:hidden; text-decoration:none; color:#000; background:#fff }
.j-carousel .next { left:auto; right:10px }
.j-carousel .prev:before { content:"\e80f"; display:block; font-size:1.875em; line-height:30px; color:#752f8a }
.j-carousel .next:before { content:"\e810"; display:block; font-size:1.875em; line-height:30px; color:#752f8a }

/* AOTW */
.page .mod-aotw{ background:#fff; -webkit-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.5);-moz-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.5);box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.5) }
.page .mod-aotw .aotw-heading{  font-family: 'Arvo', arial; font-weight:700; font-size:1.875rem; background:#fff; color:#500000; text-transform:uppercase; letter-spacing:0.155em }
.page .mod-aotw.style6 .athlete .title{ font-family: 'Arvo', arial; font-weight:700 }
.page .mod-aotw.style6 .athlete .sport{ font-family: 'Lato', arial; font-weight:300 }
.page .mod-aotw.style6 .athlete .thumb{ margin-bottom:24px }

/* SCHEDULE */
.section-schedule{ position:relative;-webkit-box-shadow: 0 1px 12px 0px rgba(0,0,0,0.5);-moz-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.5);box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.5) }
.section-schedule .scoreboard-slider { padding-left:225px; font-size:1rem; background:#fff }
.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-events { height:140px; text-align:center; text-transform:uppercase; line-height:140px; color:#500000 }
.scoreboard-slider .event-box.empty { font-size:1em; text-align:center; text-transform:uppercase; color:#500000 }
.scoreboard-slider .event-box { position:relative; overflow:hidden; font-size:1em; font-weight:400; color:#6c6c6c; background:#fff; box-sizing:border-box }
.scoreboard-slider .event-box.inprogress { background:#fff7ca }
.scoreboard-slider .event-box .event { height:140px; padding:10px 15px; border-left:1px solid #e4e4e4 }
.scoreboard-slider .event-box .date,
.scoreboard-slider .event-box .status { height:35px; padding:0 15px; overflow:hidden; margin:-10px -16px 0; font-family:"Arvo",arial; font-weight:700; line-height:40px; text-transform:uppercase; color:#500001  }
.scoreboard-slider .event-box .status { position:absolute; top:0; right:4px; margin:0;width: 110px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;text-align: right; }
.scoreboard-slider .event-box .date span:first-child { display:none }
.scoreboard-slider .event-box .sport { display:block; font-size:1em; margin-bottom:5px; font-weight:700; text-transform:uppercase; overflow:hidden; border-top:2px solid #500000 }
.scoreboard-slider .event-box .sport a { text-decoration:none; color:#000 }
.scoreboard-slider .event-box .team,
.scoreboard-slider .event-box .opponent { display:block; color:#333333; text-overflow:ellipsis; white-space:nowrap; overflow:hidden }
.scoreboard-slider .event-box .team-logo { display:inline-block; vertical-align:middle; max-width:25px; max-height:25px }
.scoreboard-slider .event-box .team-logo span { display:inline-block; vertical-align:top; width:25px; height:25px; background-size:100% auto }
.scoreboard-slider .event-box .score { float:right;margin-top:2px; }
.scoreboard-slider .event-box .neutralsite-notes { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.scoreboard-slider .event-box .links .sep { display:none }
.scoreboard-slider .event-box .links a { display:inline-block; vertical-align:top; color:#500000; font-weight:400; text-decoration:none }
.scoreboard-slider .event-box .links a .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; color:#000 }
.scoreboard-slider .event-box .links a .icon { display:block; width:30px; height:30px; font-size:1em; text-align:center; line-height:30px }
.scoreboard-slider .event-box .links a .icon:hover { background:#6c6c6c; color:#fff; border-radius:100% }
.scoreboard-slider .slick-next,
.scoreboard-slider .slick-prev { position:absolute; left:60px; top:50%; margin-top:-10px; width:50px; height:36px; font-family: 'fontello'; font-size:2rem; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden; color:#500000; background:transparent; border:none; z-index:1  }
.scoreboard-slider .slick-next { left:120px }
.scoreboard-slider .slick-prev:before,
.scoreboard-slider .slick-next:before { content:"\f177"; display:inline-block;line-height:36px;vertical-align: top }
.scoreboard-slider .slick-next:before { content:"\f178" }
.section-schedule .full-schedule-btn { position:absolute; left:20px; top:45px; width:200px; font-family:"Arvo",arial; font-weight:700; font-size:1.125em;  text-align:center; color:#500000; background:#fff; text-decoration:none }
.section-schedule .full-schedule-btn:hover{ text-decoration:underline }

/*PHOTO GALLERY*/
.page .mod-photo-gallery.style2{ padding:0 }
.page .mod-photo-gallery.style2 .view-all{ display:none }
.page .mod-photo-gallery.style2 .slick-prev, 
.page .mod-photo-gallery.style2 .slick-next{ color:#500001 }

/* SLIDER */
.slider-wrapper { position:relative; font-size:1rem; -webkit-box-shadow: 0 1px 12px 0px rgba(0,0,0,0.5);-moz-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.5);box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.5); }
.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 .lazyloaded { width:100% }
.slider-wrapper .image span { position:absolute; left:-9999px; color:500000 }
.slider-wrapper .next, 
.slider-wrapper .prev { display:none; position:absolute; left:10px; top:50%; margin-top:-15px; width:30px; height:30px; border:none; cursor:pointer; text-align:center; overflow:hidden; color:#fff; background:transparent }
.slider-wrapper .next { left:auto; right:10px }
.slider-wrapper .prev:before { content:"\00ab"; display:block; font-size:1.5em; line-height:30px; color:#fff }
.slider-wrapper .next:before { content:"\00bb"; display:block; font-size:1.5em; line-height:30px; color:#fff }
.slider-wrapper .pp { position:absolute; right:0; top:0; z-index:1; width:30px; height:30px; font-family:'glyphicons'; text-align:center; border:none; cursor:pointer; overflow:hidden; color:#fff; background:rgba(0,0,0,0.8) }
.slider-wrapper .pp:before { content:'\e80b'; display:block; font-size:1.5em; line-height:30px }
.slider-wrapper .pp.play:before { content:'\e80a' }
.slider-wrapper .navi{ position: absolute; width:90px; left: 50%; margin-left:-58px; bottom: 0; background: #fff; border-radius:100px; text-align:center; padding:5px 10px }
.slider-wrapper .navi .nav{ display:inline-block; vertical-align:middle; width:6px; height:6px; background:transparent; border:1px solid #500000; border-radius:100%; cursor:pointer; padding:5px; text-indent:-9999px;  color:#500001 }
.slider-wrapper .navi .nav.active { background:#500000; color:#fff }

/*SOCIAL-STREAM*/
.section-social-stream { position:relative }
.section-social-stream .section-header { position:relative; left:30px; margin-right:60px; font-size:2rem; font-family: 'Arvo', arial;font-weight: 700; letter-spacing: 0.155em;text-transform:uppercase; color:#fff; background:transparent  }

.section-social-stream .social-stream .load-more { display:block; width:180px; height:30px; border:none; padding:10px; margin:20px auto; font-weight:700; font-size:18px; text-align:center; text-decoration:none; line-height:30px; color:#500001; background:#fff; overflow:hidden; -ms-animation:showEl 2s linear; -webkit-animation:showEl 2s linear; animation:showEl 2s linear; border-radius:0; box-shadow:0 0 2px rgba(0,0,0,0.4) }
.section-social-stream .social-stream .load-more:after { content:'\e811'; font-family:'glyphicons'; margin-left:10px }
.section-social-stream .social-stream .load-more:focus,
.section-social-stream .social-stream .load-more:hover { background:#ccc;  color:#000; box-shadow:0 0 2px rgba(0,0,0,0.7) }
.section-social-stream .social-stream .filters .icon { color:#fff }
.section-social-stream .social-stream .filters li { margin:0; padding:0 15px }
.section-social-stream .social-stream .filters li a { line-height:3rem; color:#fff }
.section-social-stream .social-stream .filters li a .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; letter-spacing:0.12em }
.section-social-stream .social-stream .filters li a .icon { margin:0; color:#fff }
.section-social-stream .social-stream .filters li.active { background:#fff; color:#500001 }
.section-social-stream .social-stream .filters li.active a { padding:0; border:0 }
.section-social-stream .social-stream .filters li.active a .text,
.section-social-stream .social-stream .filters li.active .icon { color:#500001 !important }
.section-social-stream .social-stream .filters li:first-child a .text { position:static; width:auto; height:auto; background:transparent }
.section-social-stream .social-stream .filters li:first-child a .icon { display:none }

/* STICKY BAR */
.sticky-bar { position:fixed; z-index:2; left:0; right:0; bottom:-100px; height:60px; background:#500001; font-family:'Lato', arial; font-weight:400; transition:bottom 0.5s ease }
.sticky-bar.collapse{ bottom:0 }
.sticky-bar > div { position:relative; max-width:1172px; margin:0 auto}

/* TICKER */
.ticker-wrapper { float:left; max-width:800px }
[id="scoreboard-ticker-wrapper"] { float:left; position:relative; width:689px; padding-left:111px; color:#FFF }
[id="scoreboard-ticker"] { position:relative; width:689px; height:60px; overflow:hidden; font-size:1em; text-transform:capitalize }
[id="scoreboard-ticker"] span{ margin:0 2px}
[id="scoreboard-ticker"] .date{ font-weight:700 }
[id="scoreboard-ticker"] .result:before,
[id="scoreboard-ticker"] .status:after{ content:'/'; display:inline-block; margin:0 5px }
[id="scoreboard-ticker"] li { position:relative; overflow:hidden; width:800px; height:60px; line-height:60px; text-align:left }
[id="scoreboard-ticker"] .no-events { line-height:60px; text-align:center }
[id="scoreboard-ticker"] a { color:#fff }
span[id="scoreboard-ticker-pp"],
span[id="scoreboard-ticker-prev"],
span[id="scoreboard-ticker-next"] { position:absolute; left:60px; top:0; height:60px; background:#000000;-moz-transform: skew(-20deg);-webkit-transform: skew(-20deg);transform: skew(-20deg) }
span[id="scoreboard-ticker-prev"] { left:0 }
span[id="scoreboard-ticker-pp"] { left:30px }
span[id="scoreboard-ticker-pp"] a,
span[id="scoreboard-ticker-prev"] a,
span[id="scoreboard-ticker-next"] a { display:block; width:30px; height:30px; font-size:1.125em; margin-top:15px; cursor:pointer; text-align:center; color:#fff; -moz-transform: skew(20deg);-webkit-transform: skew(20deg);transform: skew(20deg); text-decoration:none }
span[id="scoreboard-ticker-pp"] a:before,
span[id="scoreboard-ticker-prev"] a:before,
span[id="scoreboard-ticker-next"] a:before { content:'\e810'; display:block; font-family:'glyphicons'; color:#fff }
span[id="scoreboard-ticker-prev"] a:before { content:'\e80f' }
span[id="scoreboard-ticker-pp"] a:before { content:'\e80b' }
span[id="scoreboard-ticker-pp"] a.play:before { content:'\e80a' }

/* SOCIAL BUTTONS */
.social-links { position:absolute; right:0; background:#000; padding:20px; -moz-transform: skew(-20deg);-webkit-transform: skew(-20deg);transform: skew(-20deg)  }
.social-links ul { margin:0; padding:0; list-style:none }
.social-links li { float:left; margin-left:2px }
.social-links li:first-child { margin-left:0 }
.social-links li a { display:block; width:24px; height:24px; font-size:1em; text-align:center; text-decoration:none; color:#fff; transition:0.2s; -moz-transform: skew(20deg);-webkit-transform: skew(20deg);transform: skew(20deg) }
.social-links li a:hover { margin-top: -5px; text-shadow: 2px 2px 3px rgba(0,0,0,0.8) }
.social-links li span:last-child { position:absolute; left:-9999px }

.landing-row.schedule-row{ padding-top:10px }
.landing-row.social-row{ background:url(/images/setup/2019/bg_social_row.jpg) repeat #510505;  color:#fff; margin:30px 0 0 ; padding:30px 0 }
.landing-row.gallery-row{ background:url(/images/setup/2019/bg_gallery_row_pattern.jpg) no-repeat 50% 50% #b0b0b0; background-size:cover; padding:30px 0; margin:0 }
.landing-row.gallery-row .section-header{ color:#500001}

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#500000; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#500000; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#500000; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#500000 }
.stats-wrapper th,
.stats-wrapper td { font-size:0.875rem; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#500000; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

html { min-height:100% }
body { position:relative; min-height:100% }

.page { position:relative; padding-top:108px; z-index:2; max-width:2000px; margin:0 auto; overflow:hidden }
.page-background { position:absolute; left:0; right:0; top:0; bottom:0; background:no-repeat #aaa; background-attachment:fixed; background-size:2000px auto }

.site-header { position:absolute; left:0; right:0; top:0; z-index:4; background:url(/images/setup/2019/header_bg_repeater.png) repeat-x; min-height:113px }
.site-header:before,
.site-header:after{ content: '';width: 200px;height: 60px;background: url(/images/setup/2019/master_sprite.png) no-repeat 0 -230px;position: absolute;left: 0;z-index: 1;top: 15px }
.site-header:after{ background-position:-1376px -230px; left:auto; right:0 }
.site-header > .container { position:relative; max-width:1172px; margin:0 auto }
.site-header .site-title { margin:0; font-size:1rem }
.site-header .site-title a { position:absolute; top:20px; left:0; width:144px; height:131px; background:url(/images/setup/2019/logo.png) no-repeat 0 0; color:#500000; text-indent:-9999px; z-index:3; -moz-transition:transform 0.5s 0.2s ease; -webkit-transition:transform 0.5s 0.2s ease; transition:transform 0.5s 0.2s ease }

.sticky.site-header{ position:fixed; top:0 }
.sticky.site-header .site-title a{  top:0; -ms-transform:scale(0.7); -moz-transform:scale(0.7); -webkit-transform:scale(0.7); transform:scale(0.7) }

.mobile-menu-bar { display:none }

.landing-row { margin-top:20px; overflow:hidden }
.landing-row:first-of-type { margin-top:0 }
.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { max-width:1172px; 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{ margin:0 }

/* NAVIGATION */
.dropnav { position:relative; width:100vw; left:50%; margin-left:-50vw; right:50%; margin-right:-50vw; height:86px; font-family:"Arvo",arial; font-size:1rem; background:#500001; color:#fff; text-align:center }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { display:inline-block; position:relative; vertical-align:top; text-align:left }
.dropnav .nav1{ position:static; margin-left:150px }
.dropnav .nav > a { display:block; position:relative; height:86px; font-size:1.125em; font-weight:700; line-height:86px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav > a:after{ content:'/'; padding:0 15px; color:#000 }
.dropnav .nav6 > a:after{ content:''; padding:0 }
.dropnav .nav.show > a:before,
.dropnav .nav:hover > a:before { content:''; display:block;background:url(/images/setup/2019/dropdown_arrow.png) no-repeat 0 0; width:25px; height:7px; position:absolute; left:50%; margin-left:-35px; bottom:-7px; z-index:1 }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:0; top:86px; min-width:200px; padding:40px 20px; text-align:center; background:rgba(0,0,0,0.8); white-space:nowrap }
.dropnav .nav1 > .submenu{ right:0; padding:60px 20px 20px }
.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-weight:400; line-height:33px; text-decoration:none; font-size:1.125em }
.dropnav .submenu a:hover { color:#ccc; text-decoration:underline }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top; text-align:left; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .submenu.level1 > ul > .has-submenu > a { margin-bottom:10px; font-size:1.5em; font-weight:700; letter-spacing:0.125em; text-transform:uppercase; color:#fff; pointer-events:none }
/*.dropnav > ul:first-of-type .nav1 > .submenu.level1 > ul > .has-submenu { float:right; margin-left:150px }*/
.dropnav > ul:first-of-type .nav1 > .submenu.level1 > ul > .has-submenu:first-child { float:left; margin-left:0 }
.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:210px; font-weight:400; font-size:1.3em }
.dropnav .submenu.level2 .has-submenu li a { font-size:0.875em; font-family: 'Lato', arial; font-weight:300 }
.dropnav .submenu.level3 li a:before { content:' '; padding:0 5px }
.dropnav .submenu.level3 li:first-child a:before { display:none }
.dropnav .submenu.level1 a[rel="wiki-link"]  + a { display:none !important }

.secondary-nav { position:relative; z-index:2; margin:-25px 0 20px 0; font-family: 'Lato', arial; font-size:1rem; color:#fff; background:#111111 }
.secondary-nav > div{ max-width:1172px; margin:0 auto; padding:20px }
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; font-size:1.5em; text-transform:uppercase;  font-family: 'Arvo', arial; letter-spacing:0.125em; padding-left:160px }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:5px }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; color:#ccc; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#fff; 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:#500001 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#500001; 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 { text-align:center; font-size:1rem;-webkit-box-shadow: 0 1px 12px 0px rgba(0,0,0,0.5);-moz-box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.5);box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.5); background:500000 }
.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:40px 50px 20px; background:rgba(0,0,0,0.6); color:#fff; font-weight:700; min-height:70px  }
.j-carousel .story-box .title { display:block; margin:5px;  font-family: 'Arvo',arial; font-size:1.75em; text-decoration:none; line-height:normal; color:#fff; transition:0.3s }
.j-carousel .story-box .title:hover{ color:#ccc; text-decoration:underline  }
.j-carousel .story-box .date { position:absolute; left:0; right:0; top:10px; font-size:0.875em; text-transform:uppercase }
.j-carousel .story-box .date .pipe { display:none }
.j-carousel .story-box .date .sport-name:before,
.j-carousel .story-box .date .sport-name:after{ content:'|'; padding:0 10px }
.j-carousel .story-box .carousel-related-links{ font-family: 'Roboto',arial; font-weight:400 }
.j-carousel .story-box .carousel-related-links a { color:#ccc }
.j-carousel .story-box .leadin,
.j-carousel .story-box .carousel-share-links,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; left:50%; margin-left:170px; bottom:98px; z-index:1  }
.j-carousel .control { position:relative; display:inline-block; vertical-align:middle; width:8px; height:8px; border:1px solid #fff; margin-left:5px; cursor:pointer; text-indent:-9999px; border-radius:100%; background:#fff; color:#000 }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active,
.j-carousel .control:focus {  background:transparent; color:#fff }
.j-carousel .control.active span{ background:#fff; color:#000 }
.j-carousel .next, 
.j-carousel .prev{ display:none }

.section-social-stream .social-stream .filters { position:absolute; right:0; top:-10px; margin:0 30px }

}

@media only screen and (min-width:1024px) and (max-width:1400px) {

.site-header:before,
.site-header:after{ left: -95px; }
.site-header:after{ left:auto; right:-95px }

.dropnav .nav1{ position:static; margin-left:140px }
.dropnav .nav > a:after{ padding:0 8px }


}

@media only screen and (min-width:1024px) and (max-width:1230px){


.site-header:before,
.site-header:after{ display:none }

.dropnav .nav1{ margin-left:120px }
.dropnav .nav > a{ font-size:1em }
.dropnav .nav > a:after{ padding:0 8px }
.dropnav .submenu.level2 .has-submenu > a{ min-width:150px; font-size:1.125em }

.page .mod-photo-gallery.style2 .slick-prev, 
.page .mod-photo-gallery.style2 .slick-next{ left:0 }
.page .mod-photo-gallery.style2 .slick-next{ left:auto; right:0 }

}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.page { background:#aaa }

.site-header { position:relative; background:#500000 }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/2019/header_tablet.png) no-repeat 50% 50% }

.mobile-menu-bar { display:block; padding:5px; font-size:1rem; background:#111111 }
.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; 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:#ccc; color:#000; 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:#500001; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:1.5rem; color:#fff; font-weight:700 }
.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 .carousel-related-links a{ color:#ccc }
.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%; 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 { display:none }

.slider-wrapper{ max-width:670px; margin:0 auto }

.page .mod-photo-gallery.style2 .slick-prev, 
.page .mod-photo-gallery.style2 .slick-next{ left:0 }
.page .mod-photo-gallery.style2 .slick-next{ left:auto; right:0 }

.site-footer .member-logos li{ margin:0 -1px }

.landing-row.carousel-row,
.landing-row.aotw-graphic-row { padding:15px }

.page-background{ display:none }

}

/*---------------------------------------
  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 { margin:0 150px 0 10px }
.site-header .site-title a { position:relative; max-width:240px; height:80px; background:url(/images/setup/2019/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:#333; 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) }

.secondary-nav { background:#111111; color:#fff }

.section-social-stream .section-header{ text-align:center }
.social-stream.mobile .filters li a .icon{padding:0 !important;border:none !important; color: #fff !important;background: transparent !important;border-radius: 0 !important;box-shadow:none !important }

.ticker-wrapper{ display:none }

.site-footer .footer-logos li:first-child{ margin-left:0 }
.site-footer .footer-logos li img{ max-height:95px }
.site-footer .member-logos li:nth-child(11){ display:block }

.social-links{ text-align:center; left:10px; right:10px }
.social-links li{ display:inline-block }

}

@media only screen and (max-width:600px) {
    
.section-schedule .scoreboard-slider{ padding:25px }
.scoreboard-slider .event-box .event{ border:none }
.scoreboard-slider .slick-prev,
.scoreboard-slider .slick-next{ left:0 }
.scoreboard-slider .slick-next{ left:auto; right:0 }
.section-schedule .full-schedule-btn{ position:relative; display:block; left:0; right:0; top:auto; bottom:0; width:auto; padding:10px }

}

/* 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;}