/* 
  ----- Global Styles (all screens) -----
*/

/* Accent Color */
.accent-bg,
.accent-bg th { color:#fff !important; background:#0b3895 !important }

/* Skip Navigation */
.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 }

/* Page Structure */
html { font-size:16px !important }
body { padding:0; font-family:'Rajdhani', sans-serif; font-size:1rem; line-height:1.5; color:#444; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.page { font-size:0.875em; overflow:hidden; background:url(/images/setup/2019_page_bg.jpg) no-repeat 50% 0 #0b3895 }
.body-container { position:relative; z-index:1; max-width:1170px; margin:30px auto }
.landing .body-container { max-width:none; margin-bottom:0 }
.mainbody { display:block; padding:10px; color:#444; background:#fff }
.landing .mainbody { padding:0; background:none }

/* Focus */
:focus { outline-color:#4d90fe }

/* Links */
a { color:#0b3895 }
a:focus,
a:hover { color:#000 }

/* Wiki Links */
.landing a[rel="wiki-link"] { color:#fff }
.landing .landing-row.schedule-row a[rel="wiki-link"],
.landing .landing-row.social-row a[rel="wiki-link"],
.section-standings a[rel="wiki-link"],
.section-buttons a[rel="wiki-link"] { color:#0b3895 }

/* Headings */
h1,h2,h3,h4,h5,h6 { line-height:1.3 }

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 }

/* Grid */
section { position:relative; margin:15px }
.section-news-rotator { margin-top:0 }
.section-standings { border:1px solid #ebebeb; background:#fff }
.landing-row.social-row { background:url(/images/setup/2019_page_bg.jpg) no-repeat }
.landing-row.schedule-row { background:url(/images/setup/2019_page_bg.jpg) no-repeat }

/* Section Headers */
.section-header { font-size:2.25rem; font-weight:500; letter-spacing:0.06em; text-transform:uppercase; color:#fff; overflow:hidden }
.section-header span { position:relative; display:inline-block }
.section-header span:before { content:''; position:absolute; right:-1200px; left:calc(100% + 10px); bottom:13px; height:5px; background:#fff }
.section-standings .section-header { margin:0; padding:10px; font-size:1.3125rem; text-align:center; letter-spacing:0; background:#000 }
.section-schedule .section-header,
.section-social .section-header { color:#0b3895 }
.section-schedule .section-header span:before,
.section-social .section-header span:before { background:#0b3895 }

/* Navbar Image */
.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

/* Header */
header.mod-site-header { z-index:3; font-size:1rem; color:#fff; background:#0b3895 }
header.mod-site-header .site-title { padding:22px 15px }
.mod-site-header .header-text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }

/* Mobile Navigation */
header.mod-site-header .mobile-menu-bar li a { color:#0b3895; background:#fff }
header.mod-site-header .dropnav { background:#0b3895 }

/* News Rotator */
div.mod-news-rotator.style4 { font-size:1rem; background:#fff; border:1px solid #ebebeb }
div.mod-news-rotator.style4 .story-box .date-sport { font-weight:500; text-transform:uppercase; letter-spacing:0.12em; color:#222 }
div.mod-news-rotator.style4 .story-box .title { font-size:1.5em; font-weight:500; letter-spacing:0.06em; line-height:1.2; color:#222 }
div.mod-news-rotator.style4 .story-box .related-links li a { color:#0b3895 }
div.mod-news-rotator.style4 .story-box .related-links li a:hover { color:#000 }

/* Button */
.rcol-button { text-align:center }

/* Content Switcher */
.content-switcher { position:relative }
.content-switcher .switcher-list { position:relative; z-index:2; margin-bottom:15px; font-size:1rem; font-weight:500; color:#555; border-bottom:1px solid #ebebeb; transition:border 0.3s }
.content-switcher .switcher-list .selection { display:block; position:relative; z-index:2; text-decoration:none; display:block; padding:0 40px 0 15px; line-height:45px; text-decoration:none; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; cursor:pointer; box-sizing:border-box }
.content-switcher .switcher-list:after { content:'\e811'; font-family:'glyphicons'; line-height:1; position:absolute; right:15px; top:50%; margin-top:-0.5em; font-size:20px; color:#555 }
.content-switcher .switcher-list.active:after { content:'\e812' }
.content-switcher .switcher-list ul, 
.content-switcher .switcher-list li { margin:0; padding:0; list-style:none }
.content-switcher .switcher-list ul { visibility:hidden; opacity:0; position:absolute; left:0; right:0; top:46px; max-height:200px; padding:10px 15px; overflow:auto; background:#fff; border-bottom:1px solid #ebebeb; transform:scaleY(0); transform-origin:top; transition:0.5s }
.content-switcher .switcher-list.active ul { visibility:visible; opacity:1; transform:scaleY(1) }
.content-switcher .switcher-list li a { display:block; padding:5px 0; color:#555; text-decoration:none; position:relative; cursor:pointer } 
.content-switcher .switcher-list li.active { display:none }
.content-switcher .switcher-list li a:hover { text-decoration:underline; color:#0b3895 }
.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 }

/* Brief Standings */
.section-standings { font-size:1rem; height:455px; }
.section-standings .standings {overflow-y: scroll;height: 340px;}
.section-standings .standings .briefstats-table { border-collapse: collapse; }
.section-standings .standings .briefstats-header td { padding: 10px;background: #0B3895;color: #fff;font-weight: 600;}
.section-standings .standings .briefstats-row0 td,
.section-standings .standings .briefstats-row1 td { padding: 9px; font-weight:500; }
.section-standings .standings .briefstats-row0 {background: rgba(50,50,50,0.2);}

.section-standings h3 { display:block; margin-top:10px; padding:5px; font-size:1rem; font-weight:500; text-transform:uppercase; text-align:center; color:#0b3895; border-bottom:1px solid #ebebeb }
.section-standings h3:first-child { margin-top:0 }
.standings-brief table { width:100%; border-collapse:collapse }
.standings-brief h3 { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.standings-brief th { font-size:1em; vertical-align:middle; padding:5px 10px; font-weight:500; text-transform:uppercase; color:#0b3895; border-bottom:1px solid #ebebeb }
.standings-brief th:first-child { text-align:left }
.standings-brief td { vertical-align:middle; padding:5px 10px; border-bottom:1px solid #ebebeb }
.standings-brief td:first-child ~ td { white-space:nowrap; text-align:center }
.standings-brief .team-logo { display:none }

/* Full Standings */
.full-standings { position:relative }
.full-standings .container { position:relative; margin-top:10px; overflow:hidden }
.full-standings .container:first-child { margin-top:0 }
.full-standings table { border-collapse:collapse; width:100%; background:#fff }
.full-standings td { padding:5px; text-align:center; white-space:nowrap; border-top:1px solid #ddd }
.full-standings td:first-child { text-align:left }
.full-standings .stats-header td { background:#0b3895; color:#fff; font-size:0.875rem; border:0 }
.full-standings .table-header td { background:#0b3895; color:#fff; text-transform:uppercase; font-size:1.125rem; border:none }
.full-standings .points { background:#808080; color:#fff }
.full-standings .conf-field { background:#f5f5f5 }
.full-standings .pinned { position:relative; z-index:2; display:block; float:left; box-shadow:2px -2px 2px rgba(0,0,0,0.3) }
.full-standings .overflow { position:relative; overflow:hidden }
.full-standings .overflow > div { width:100%; overflow-x:scroll; -webkit-overflow-scrolling:touch }
.full-standings .overflow table { min-width:560px }
.full-standings .overflow .pinned-col { display:none }
.team-standings table { border-collapse:collapse }

/* Scoreboard */
div.mod-scoreboard.style5 { padding-bottom:0 }
div.mod-scoreboard.style5 .event-box { background:#fff; border:0 }
div.mod-scoreboard.style5 .event-box .date { font-weight:600; color:#0b3895 }
div.mod-scoreboard.style5 .event-box .team-logo { text-align:center }
div.mod-scoreboard.style5 .event-box .team-logo img { display:inline-block; max-height:60px }
div.mod-scoreboard.style5 .event-box .sport a { color:#111 }
div.mod-scoreboard.style5 .event-box .links { padding:5px; background:#000; border-top:0 }
div.mod-scoreboard.style5 .event-box .links a { color:#fff }
div.mod-scoreboard.style5 .slick-arrow { position:absolute; left:-40px; top:50%; bottom:auto; margin-top:-20px; margin-left:auto; color:#0b3895; border-radius:0.25rem }
div.mod-scoreboard.style5 .slick-arrow:focus,
div.mod-scoreboard.style5 .slick-arrow:hover { color:#fff; background:#0b3895 }
div.mod-scoreboard.style5 .next { left:auto; right:-40px; margin-left:auto; margin-right:auto }
.landing .btn-composite { display:block; margin-top:20px; text-align:center; font-size:1rem; font-weight:500; letter-spacing:0.12em; text-transform:uppercase;  color:#fff }
.landing .section-schedule .btn-composite { color:#0b3895 }
.section-results div.mod-scoreboard.style5 .slick-arrow { color:#fff }
.section-results div.mod-scoreboard.style5 .slick-arrow:focus,
.section-results div.mod-scoreboard.style5 .slick-arrow:hover { color:#0b3895; background:#fff }

/* More Headlines */
div.mod-more-news { font-size:1rem; color:#fff }
div.mod-more-news .story { border-color:#3559a3 }
div.mod-more-news .date-sport { letter-spacing:0.12em; text-transform:uppercase }
div.mod-more-news .title { font-size:1.3125em; font-weight:500; text-transform:uppercase; color:#fff }
div.mod-more-news .related-links a { color:#fff }

/* Member News */
.member-news { font-size:1rem; color:#fff }
.member-news .story { position:relative; padding:20px; border-top:1px solid #3559a3 }
.member-news .story:first-child { border-top:0 }
.member-news .story > * { margin-bottom:0.4em }
.member-news .story .date { line-height:1; letter-spacing:0.12em; text-transform:uppercase }
.member-news .story .heading { font-size:1em; font-weight:400 }
.member-news .story .thumb { position:relative; display:none; overflow:hidden }
.member-news .story .thumb:before { content:''; display:block; padding-top:56.25% }
.member-news .story .thumb img { position:absolute; left:0; top:50%; width:100%; transform:translateY(-50%) }
.member-news .story .title { display:block; max-height:2.4em; font-size:1.3125em; font-weight:500; text-transform:uppercase; line-height:1.2em; overflow:hidden; color:#fff }

/* Statistics */
.league-leaders { position:relative; font-size:1rem }
.league-leaders .row { display:none }
.league-leaders .row:first-child { display:block }
.league-leaders .col { margin-top:20px }
.league-leaders .col:first-of-type { margin-top:0 }
.league-leaders .col:nth-of-type(4) ~ .col { display:none }
.league-leaders .cat-title { position:relative; overflow:hidden; padding:10px; margin:15px 0; font-size:1.125rem; font-weight:700; letter-spacing:0.06em; text-align:center; text-transform:uppercase; color:#000; background:#fff }
.league-leaders .row:first-child .cat-title { margin-top:0 }
.league-leaders .title { margin:0; padding:10px 20px; font-size:1.125rem; letter-spacing:0.06em; text-transform:uppercase; color:#fff; background:#000 }
.league-leaders .player { padding:10px 20px; color:#000; background:#fff }
.league-leaders .player-info { float:left; width:70% }
.league-leaders .player-info .player-name { display:block; font-weight:500; letter-spacing:0; color:#000 }
.league-leaders .player-data { float:right; font-weight:500 }
.league-leaders .player-name:hover { color:#0b3895 }
.league-leaders .complete-leaders { position:relative; display:block; clear:both; width:200px; height:30px; margin:20px auto 0; font-weight:500; line-height:30px; text-transform:uppercase; text-decoration:none; text-align:center; color:#fff; border:1px solid #fff; transition:0.3s }
.league-leaders .complete-leaders:before { content:''; position:absolute; top:-21px; left:50%; width:1px; height:20px; background:#fff; transform:translateX(-50%) }
.league-leaders .complete-leaders:focus,
.league-leaders .complete-leaders:hover { color:#fff; background:#000 }
.section-stats .btn-stats { display:block; margin-top:20px; text-align:center; font-size:1rem; font-weight:500; letter-spacing:0.12em; text-transform:uppercase;  color:#fff }

/* Social Stream */
div.mod-social.style1 .social-stream.tablet .filters li a { color:#0b3895; border-color:#0b3895 }
div.mod-social.style1 .social-stream.tablet .filters li a .icon { color:#0b3895 }
div.mod-social.style1 .social-stream.laptop .filters { margin-top:-72px; margin-bottom:30px }
div.mod-social.style1 .social-stream.laptop .filters li:hover a,
div.mod-social.style1 .social-stream.laptop .filters li.active a { background:#0b3895 }
div.mod-social.style1 .social-stream.laptop .filters li a,
div.mod-social.style1 .social-stream.laptop .filters li a .icon { color:#0b3895 }
div.social-stream .load-more { width:130px; height:20px; padding:5px; font-weight:500; line-height:20px; text-transform:uppercase; color:#000; background:#fff }
div.social-stream .load-more:focus,
div.social-stream .load-more:hover { color:#fff; background:#0b3895 }

/* Secondary Navigation */
.secondary-nav { position:relative; background:rgba(0,0,0,0.9); color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-family:'Rajdhani', sans-serif; font-size:1.5rem; letter-spacing:0; color:#fff; font-weight:600 }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { width:100%; margin:0 auto }
.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:#fff 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 rgba(255,255,255,0.3) }
.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 }

/* Footer */
footer.mod-site-footer.style2 { font-size:1rem; text-align:center; background:#fff }
footer.mod-site-footer.style2 a { color:#444 }
footer.mod-site-footer.style2 .footer-text { text-transform:none }
footer.mod-site-footer.style2 .footer-text .title { font-weight:600; color:#0b3895 }

/* Site Developer */
.site-developer { padding:0.75rem; text-align:center; color:#fff; background:#0b3895 }
.site-developer a { display:inline-block; color:#fff }
.site-developer .site-developer-logo { max-height:30px; vertical-align:middle }
.site-developer a .site-developer-logo { opacity:0.6 } 
.site-developer a:hover .site-developer-logo,
.site-developer a:focus .site-developer-logo,
.site-developer a:active .site-developer-logo { opacity:1 }




/* 
  ----- Site specific colors for internal pages -----
*/

/* Staff Directory */
.staff-directory th { background:#0b3895; color:#fff }

/* Roster */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#0b3895; color:#fff }
.roster .roster-header a { color:#fff }

/* Schedule */
.schedule-list table th { background-color:#0b3895; color:#fff }
.schedule-content .event-recap a[rel="wiki-link"] { color:#fff }

/* Stats */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#0b3895 }
.stats-wrapper th,
.stats-wrapper td { font-size:0.875rem; padding:5px }
.highlights.highlights-standalone .stat { color:#fff }
  
/* Bio */
.bio-wrap .head { background:#0b3895; color:#fff }
.bio-wrap .head a { color:#fff }

/* Camps */
.camp-box > h2 { background-color:#5B5B5B !important }
.camp-box button:hover { background:#5B5B5B !important }
.camp-box button { background:#0b3895 !important; color:#fff }
.camp-box button:before { background:#5B5B5B !important }

/* 
  ----- Small devices (landscape phones, 576px and up) -----
*/

@media only screen and (min-width:576px) {

  /* More Headlines */
  div.mod-more-news.style3 .story { padding-left:175px }
  div.mod-more-news.style3 .heading .thumb { width:155px }

  /* Member News */
  .member-news .story { min-height:88px; padding-left:175px }
  .member-news .story .thumb { position:absolute; display:block; left:0; top:20px; width:155px; overflow:hidden; color:#fff; background:rgb(68,68,68) }
  .member-news .story .title { max-height:1.2em }

}

/* 
  ----- Medium devices (tablets, 768px and up) -----
*/

@media only screen and (min-width:768px) {

  /* Grid */
  .landing-row.results-row,
  .landing-row.schedule-row { padding:0 40px }

  /* Header */
  header.mod-site-header { padding-top:0 }
  
  /* Mobile Navigation */
  header.mod-site-header .mobile-menu-bar { padding:40px 15px; background:none }
  header.mod-site-header .mobile-menu-bar li a { color:#0b3895; background:#fff }

  /* Member News */
  .member-news .story .title { max-height:2.4em }

}

/* 
  ----- Large devices (desktops, 992px and up) -----
*/

@media only screen and (min-width:992px) {
  
  /* Headings */
  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 Structure */
  .page { position:relative; margin-top:105px }
  .mainbody { min-height:500px; padding:20px; position:relative }
  .landing .mainbody { min-height:0; padding:0 }

  /* Sections */
  section { margin:0 }

  /* Grid */
  .landing-row { position:relative; overflow:hidden; padding:0 20px }
  .landing-row .landing-row-offset { margin:0 -10px }
  .landing-row > div { max-width:1170px; margin:0 auto; padding:20px; box-sizing:border-box }
  .landing-row > div:after { content:""; display:block; clear:both }
  .landing-row.no-pad > div { padding:0 }
  .landing-row.no-bounds > div { max-width:none }

  .landing-row .landing-col { float:left; padding:0 10px; box-sizing:border-box }
  .landing-row .landing-col.span1 { width:8.33333333333% }
  .landing-row .landing-col.span2 { width:16.6666666667% }
  .landing-row .landing-col.span3 { width:25% }
  .landing-row .landing-col.span4 { width:33.3333333333% }
  .landing-row .landing-col.span5 { width:41.6666666667% }
  .landing-row .landing-col.span6 { width:50% }
  .landing-row .landing-col.span7 { width:58.3333333333% }
  .landing-row .landing-col.span8 { width:66.6666666667% }
  .landing-row .landing-col.span9 { width:75% }
  .landing-row .landing-col.span10 { width:83.3333333333% }
  .landing-row .landing-col.span11 { width:91.6666666667% }
  .landing-row .landing-col.span12 { width:100% }

  .landing-row .landing-col.offset1 { margin-left:8.33333333333% }
  .landing-row .landing-col.offset2 { margin-left:16.6666666667% }
  .landing-row .landing-col.offset3 { margin-left:25% }
  .landing-row .landing-col.offset4 { margin-left:33.3333333333% }
  .landing-row .landing-col.offset5 { margin-left:41.6666666667% }
  .landing-row .landing-col.offset6 { margin-left:50% }
  .landing-row .landing-col.offset7 { margin-left:58.3333333333% }
  .landing-row .landing-col.offset8 { margin-left:66.6666666667% }
  .landing-row .landing-col.offset9 { margin-left:75% }
  .landing-row .landing-col.offset10 { margin-left:83.3333333333% }
  .landing-row .landing-col.offset11 { margin-left:91.6666666667% }

  .landing-row.news-standings-row { z-index:1 }
  .landing-row.results-row { margin-top:-90px; padding:130px 40px 40px; background:#0b3895 }
  .landing-row.schedule-row { padding:40px }
  .landing-row.member-news-row,
  .landing-row.stats-row { margin-top:40px }
  .landing-row.social-row { margin-top:50px; padding:40px 20px }
  
  /* Header */
  header.mod-site-header.style1 { position:fixed; left:0; top:0; right:0; color:#fff; box-shadow:0 5px 0 0 rgba(0,0,0,0.1) }
  header.mod-site-header.style1 > div { min-height:105px }
  header.mod-site-header.style1 .site-title { top:15px; padding:0; max-width:150px }
  
  /* Global Navigation */
  header.mod-site-header.style1 .dropnav { top:0; padding-left:165px }
  header.mod-site-header.style1 .dropnav > ul { height:105px }
  header.mod-site-header.style1 .dropnav > ul:before,
  header.mod-site-header.style1 .dropnav > ul:after { content:none }
  header.mod-site-header.style1 .dropnav .nav { position:relative }
  header.mod-site-header.style1 .dropnav .nav.show { background:none }
  header.mod-site-header.style1 .dropnav .nav > a { position:relative; z-index:1; padding:40px 10px; font-size:1.18em; font-weight:500; color:#fff; box-sizing:border-box }
  header.mod-site-header.style1 .dropnav .nav.show > a { border-bottom:0 }
  header.mod-site-header.style1 .dropnav .nav.focus > a:before,
  header.mod-site-header.style1 .dropnav .nav.show > a:before { content:''; position:absolute; left:50%; bottom:-20px; margin-left:-10px; border:10px solid transparent; border-top-color:#0b3895 }
  header.mod-site-header.style1 .dropnav .nav.focus > .submenu { opacity:1; visibility:visible; max-width:none; -ms-transition:all 0.5s 0.2s ease; -moz-transition:all 0.5s 0.2s ease; transition:all 0.5s 0.2s ease }
  header.mod-site-header.style1 .dropnav .nav > .submenu { left:-30px; right:auto; min-width:auto; padding:30px 45px 25px; overflow:visible }
  header.mod-site-header.style1 .dropnav .submenu.level1 > ul { display:inline-block }
  header.mod-site-header.style1 .dropnav .submenu.level1 > ul > .has-submenu { display:block; margin-left:0 }
  header.mod-site-header.style1 .dropnav .submenu .has-submenu { display:block }
  header.mod-site-header.style1 .dropnav .submenu a { font-size:1em }
  header.mod-site-header.style1 .dropnav .submenu.level1 > ul > .has-submenu > a { min-width:170px; margin-bottom:inherit; font-size:1.125em; font-weight:500 }
  header.mod-site-header.style1 .dropnav .submenu.level1 > ul > .has-submenu > a:hover { text-decoration:underline }
  header.mod-site-header.style1 .dropnav .submenu.level2 { display:inline-block; margin-left:15px }
  header.mod-site-header.style1 .dropnav .submenu.level2 a { font-weight:400; font-size:0.875em; font-weight:300; text-transform:none }
  header.mod-site-header.style1 .dropnav .submenu.level2 li { display:inline-block; margin-left:5px }
  header.mod-site-header.style1 .dropnav a[rel="wiki-link"] + a { display:none !important }

  /* Secondary Navigation */
  .secondary-nav { position:relative; z-index:2; margin:0; padding:20px; font-size:1rem; background:#191919 }
  .secondary-nav h1 { float:left; padding:0; font-size:1.3125rem; font-weight:500; text-transform:uppercase; color:#fff }
  .secondary-nav h1:after { display:none }
  .secondary-nav.active h1 { background:none }
  .secondary-nav > div { max-width:1170px }
  .secondary-nav > div > ul { float:right; display:block; margin-top:5px }
  .secondary-nav li { float:left; border-top:0 }
  .secondary-nav li:first-child { margin-left:0 }
  .secondary-nav li a { display:inline; font-weight:300; text-decoration:none; color:#fff }
  .secondary-nav li:hover a { text-decoration:underline }
  .secondary-nav .has-nav { position:relative }
  .secondary-nav .has-nav > a { display:inline }
  .secondary-nav .has-nav.focus > a,
  .secondary-nav .has-nav:hover > a { text-decoration:none; color:#000; background:#fff; border-radius:5px 5px 0 0 }
  .secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:20px; background:#fff }
  .secondary-nav .has-nav.focus > ul,
  .secondary-nav .has-nav:hover > ul { display:block }
  .secondary-nav .has-nav li { float:none; font-size:inherit }
  .secondary-nav .has-nav li a { display:block; min-width:100px; padding:2px; color:#000; text-decoration:none; white-space:nowrap }
  .secondary-nav .has-nav li:hover a { color:#0b3895; text-decoration:underline }
  .secondary-nav .has-nav .has-nav { position:relative }
  .secondary-nav .has-nav .has-nav > ul { top:0; right:100% }
  .secondary-nav a[rel="wiki-link"] + a { display:none !important }

  /* News Rotator */
  div.mod-news-rotator.style4 { border:0 }
  div.mod-news-rotator.style4 .story-box { color:#222; background:#fff }
  div.mod-news-rotator.style4 .story-box .title:hover { color:#0b3895 }
  div.mod-news-rotator.style4 .dots li button { border-color:#0b3895; box-shadow:none }
  div.mod-news-rotator.style4 .dots li.slick-active button { background:#0b3895 }

  /* Banner */
  .section-buttons { margin-bottom:20px }

  /* Content Switcher */
  .content-switcher .content-panel { height:326px; overflow:auto }

  /* Standings */
  .standings-brief th { font-size:0.75em }
  .standings-wrapper { height:326px; overflow:auto }

  /* Full Standings */
  .full-standings { box-shadow:none }
  .full-standings .pinned { display:none }
  .full-standings .overflow .pinned-col { display:block }

  /* Scoreboard */
  .landing a.btn-composite { position:absolute; top:-12px; right:0; font-size:0.875rem }

  /* More Headlines */
  div.mod-more-news.style3 .stories { border-color:#3559a3 }
  div.mod-more-news.style3 .story { padding-left:185px; color:#fff; background:transparent; border-color:#3559a3 }
  div.mod-more-news.style3 .date-sport { font-size:0.75em }
  div.mod-more-news.style3 .heading a { color:#fff }
  div.mod-more-news.style3 .view-all { position:absolute; top:7px; right:0; width:auto; padding:0; font-size:0.875em; font-weight:500; letter-spacing:0.12em; text-decoration:underline; background:transparent; border:0; box-shadow:none }

  /* Member News */
  .member-news { display:flex; flex-wrap:wrap; max-height:591px; overflow:auto; margin-bottom:20px; border-top:1px solid #3559a3 }
  .member-news .story { width:50%; min-height:118px; padding:15px 15px 15px 185px; border:1px solid #3559a3; border-top:0; box-sizing:border-box }
  .member-news .story:nth-child(2n) { border-left:0 }
  .member-news .story .heading a { color:#fff }
  .member-news .story .date { font-size:0.75em }
  .member-news .story .thumb { left:15px; top:15px }

  /* Stat Leaderboard */
  .section-stats .btn-stats { position:absolute; top:-12px; right:0; font-size:0.875rem }

  /* Footer */
  footer.mod-site-footer.style2 { border-top:3px solid rgba(0,0,0,0.1) }
  .landing footer.mod-site-footer.style2 { margin-top:0 }
  footer.mod-site-footer.style2 > div { border:0; padding:0 20px }
  footer.mod-site-footer.style2 .footer-text-wrapper { padding:20px 0 }
  footer.mod-site-footer.style2 .footer-text { text-align:left }
  footer.mod-site-footer.style2 .footer-text .title { font-size:1em }
  footer.mod-site-footer.style2 .footer-logos li { padding:30px 0 30px 40px; border-left:0 }
  
}

/* 
  ----- Extra large devices (large desktops, 1200px and up) -----
*/

@media only screen and (min-width:1200px) {

  /* Page Structure */
  .page { background-size:100% }

  /* Grid */
  .landing-row.schedule-row,
  .landing-row.social-row { background-position:50% 0; background-size:cover }

  /* Header */
  header.mod-site-header.style1 .site-title { top:0; padding-left:0; max-width:none }
  header.mod-site-header.style1 .site-title a { top:20px; width:280px; height:141px; margin-left:-140px; transition:all 0.3s }
  header.mod-site-header.style1 .header-text { left:-9999px }

  .sticky-header header.mod-site-header.style1 .site-title a { top:15px; width:150px; height:76px; margin-left:-75px }
  .sticky-header header.mod-site-header.style1 .dropnav .nav > .submenu { padding:35px 50px 25px }

  /* Global Navigation */
  header.mod-site-header.style1 .dropnav { padding-left:0; background:transparent }
  header.mod-site-header.style1 .dropnav > ul { width:calc(50% - 120px); padding-top:0 }
  header.mod-site-header.style1 .dropnav > ul:first-of-type { width:calc(50% - 150px) }
  header.mod-site-header.style1 .dropnav .nav { padding:0 10px 10px }
  header.mod-site-header.style1 .dropnav .nav > a { padding:40px 0; font-size:1.3125em }
  header.mod-site-header.style1 .dropnav .nav > .submenu { left:-40px; padding:70px 50px 35px }
  header.mod-site-header.style1 .dropnav .submenu a { font-size:1em; white-space:nowrap; max-width:none }
  header.mod-site-header.style1 .dropnav .submenu.level1 > ul > .has-submenu > a { font-size:1.3125em }
  header.mod-site-header.style1 .dropnav .submenu.level2 a { font-size:1em }

  /* News Rotator */
  div.mod-news-rotator.style4 .story-box .title { font-size:1.875em }

  /* Content Switcher */
  .content-switcher .content-panel { height:401px }

  /* Standings */
  .standings-wrapper { height:462px }

  /* Stat Leaderboard */
  .league-leaders .col { float:left; width:23.07%; margin:30px 0 0 2.57% }
  .league-leaders .col:nth-of-type(-n+4) { margin-top:0 }
  .league-leaders .col:nth-of-type(4n+1) { margin-left:0; clear:left }
  .league-leaders .player-name,
  .league-leaders .player-data { font-size:1.125em }
  .league-leaders .player-name + a { display:block; font-size:0.875em; text-transform:uppercase; line-height:1.3 }
  .league-leaders .complete-leaders { width:150px; font-size:0.875em }
  
}