/* ==============
   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: 'proxima_nova';
    src: url('proxima_nova_regular-webfont.woff2') format('woff2'),
         url('proxima_nova_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    
}

@font-face {
    font-family: 'proxima_nova';
    src: url('proxima_nova_bold-webfont.woff2') format('woff2'),
         url('proxima_nova_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    
}

@font-face {
    font-family: 'proxima_nova';
    src: url('proximanova-extrabld-webfont.woff2') format('woff2'),
         url('proximanova-extrabld-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    
}

.accent-bg,
.accent-bg th { color:#fff !important; background:#e71316 !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:'proxima_nova', arial }

:focus { outline-color:#13254b }

a { color:#e71316; text-decoration:none }
a:focus,
a:hover { color:#13254b; 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; padding-top: 40px; }
.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:40px 0; font-family:'proxima_nova', arial; text-align:center; background:#13254b; border-bottom:10px solid #e71316 }
.footer-logos li { display:inline-block; vertical-align:top; margin:0 25px }
.footer-text { margin:30px 0 0; font-size:16px; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:#fff }

/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box .slide-img { display:block; padding-top:44.68%; position:relative; 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-carousel { position:relative; z-index:1 }
.j-carousel .feed { position:relative; overflow:hidden }
.j-carousel .seats { width:800%; position:relative }
.j-carousel .seat { width:12.5%; float:left; position:relative }

.more-news .stories { margin:-15px }
.more-news .story { float:left; position:relative; width:33.33%; padding:15px; box-sizing:border-box }
.more-news .story:after { content:''; position:absolute; display:block; z-index:1; left:29px; top:29px; right:29px; bottom:29px; border:1px solid rgba(255,255,255,0.25) }
.more-news .heading { margin:0; background:#13254b }
.more-news .heading .thumb { position:relative; display:block; padding-top:66.66%; overflow:hidden; background:url(/images/setup/thumbnail_defaultNEW.jpg) no-repeat; background-size:cover }
.more-news .heading .thumb:before { content:''; position:absolute; z-index:1; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.6); transition:0.3s }
.more-news .heading .thumb:after { content:''; position:absolute; z-index:2; left:10px; top:10px; right:10px; bottom:10px; border:1px solid rgba(255,255,255,0.25) }
.more-news .heading .thumb:hover:before { background:rgba(19, 37, 75, 0.6) }
.more-news .heading .thumb img { display:none; position:absolute; left:0; top:0; width:100%; min-height:100% }
.more-news .heading .title { position:absolute; z-index:1; left:60px; right:60px; top:50%; font-size:30px; text-decoration:none; text-align:center; line-height:1.1; color:#fff; transform:translateY(-50%) }


/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#13254b; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#13254b; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#13254b; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#13254b }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#13254b; color:#fff }
.bio-wrap .head a { color:#fff }

/* CONTACT US */
.rich-v2 table { width:100% !important; border-collapse:collapse }
.rich-v2 table td { padding:10px !important }
.rich-v2 table h3 { margin:0; font-size:16px; text-align:left !important; color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; overflow:hidden; background:url(/images/setup/2018_bg_white_pattern.png) repeat }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; font-family:'proxima_nova', arial; text-align:center }
.site-header .site-title { margin:0 }
.site-header .site-title span { display:block; font-size:16px; font-weight:800; letter-spacing:0.32em; text-transform:uppercase; line-height:30px; color:#fff; background:#e71316; display: none; }
.site-header .site-title a { text-decoration:none }
.site-header .site-title a:after { content:''; position:absolute; z-index:1; left:50%; top:10px; width:160px; height:120px; background:url(/images/setup/Updated_Images/logo.png) no-repeat 10px 4px; transform:translateX(-50%) }

.site-footer { margin-top:20px }
.landing .site-footer { margin-top:0 }

.mobile-menu-bar { display:none }

.landing-row { position:relative; padding:55px 30px 30px; background-repeat:no-repeat; background-position:50% 0; background-size:cover }
.landing-row:first-of-type { padding:0 30px }
.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { max-width:1410px; margin:0 auto; padding:20px; box-sizing:border-box }
.landing-row > div:after { content:""; display:block; clear:both }
.landing-row.no-pad > div { padding:0 }
.landing-row.no-bounds > div { max-width:none }

.landing-row .landing-col { float:left; padding:0 10px; box-sizing:border-box }
.landing-row .landing-col.span1 { width:8.33333333333% }
.landing-row .landing-col.span2 { width:16.6666666667% }
.landing-row .landing-col.span3 { width:25% }
.landing-row .landing-col.span4 { width:33.3333333333% }
.landing-row .landing-col.span5 { width:41.6666666667% }
.landing-row .landing-col.span6 { width:50% }
.landing-row .landing-col.span7 { width:58.3333333333% }
.landing-row .landing-col.span8 { width:66.6666666667% }
.landing-row .landing-col.span9 { width:75% }
.landing-row .landing-col.span10 { width:83.3333333333% }
.landing-row .landing-col.span11 { width:91.6666666667% }
.landing-row .landing-col.span12 { width:100% }

.landing-row .landing-col.offset1 { margin-left:8.33333333333% }
.landing-row .landing-col.offset2 { margin-left:16.6666666667% }
.landing-row .landing-col.offset3 { margin-left:25% }
.landing-row .landing-col.offset4 { margin-left:33.3333333333% }
.landing-row .landing-col.offset5 { margin-left:41.6666666667% }
.landing-row .landing-col.offset6 { margin-left:50% }
.landing-row .landing-col.offset7 { margin-left:58.3333333333% }
.landing-row .landing-col.offset8 { margin-left:66.6666666667% }
.landing-row .landing-col.offset9 { margin-left:75% }
.landing-row .landing-col.offset10 { margin-left:83.3333333333% }
.landing-row .landing-col.offset11 { margin-left:91.6666666667% }

.landing-row.classes-row { background-image:url(/images/setup/2018_bg_row_2.jpg); background-color:#e71316 }
.landing-row.adventuretime-row { background-image:url(/images/setup/2018_bg_row_4.jpg); background-color:#13254b }
.landing-row.news-row { padding:30px }

.section-header { position:static; margin-bottom:20px; letter-spacing:0.12em; text-align:center; text-transform:uppercase; color:#fff; overflow:hidden }
.section-header span { position:relative; display:inline-block; vertical-align:top; padding:0 30px }
.section-header span:before { content:''; position:absolute; left:-2000px; right:100%; top:50%; height:20px; background:#13254b; transform:skew(-20deg) translateY(-50%) }
.section-header span:after { content:''; position:absolute; left:97%; right:-2000px; top:50%; height:20px; background:#13254b; transform:skew(-20deg) translateY(-50%) }
.section-carousel .section-header,
.section-news .section-header { position:absolute; color:#13254b }
.section-youth-sports .section-header { color:#e71316 }
.section-adventuretime .section-header span:before,
.section-adventuretime .section-header span:after { background:#e71316 }

/* NAVIGATION */
.dropnav { position:relative }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { display:inline-block; vertical-align:top; margin-left:40px }
.dropnav .nav { float:left; position:relative }
.dropnav .nav2 { margin-right:214px }
.dropnav .nav > a { display:block; height:90px; padding:0 28px; font-size:16px; font-weight:700; line-height:90px; text-decoration:none; color:#13254b; text-transform:uppercase; letter-spacing:0.12em }
.dropnav .nav.focus > a,
.dropnav .nav:hover > a { color:#e71316 }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:0; top:40px; min-width:200px; padding:10px; border:3px solid #13254b; border-top:none; background:#fff; white-space:nowrap }
.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:block; white-space:nowrap; text-decoration:none }
.dropnav .submenu .has-submenu > a { font-size:18px; text-transform:uppercase; color:#000; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }

.secondary-nav { position:relative; z-index:2; padding:15px; margin-top:40px; font-family:'proxima_nova', arial; color:#fff; background:#13254b }
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; 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:1000px; 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:#fff }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav.focus > a,
.secondary-nav .has-nav:hover > a { color:#13254b; background:#fff }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#fff; border-radius:5px 0 }
.secondary-nav .has-nav.focus > ul,
.secondary-nav .has-nav:hover > ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { display:block; min-width:100px; padding:0; color:#13254b; white-space:nowrap }
.secondary-nav .has-nav li.focus a,
.secondary-nav .has-nav li:hover a { color:#e71316 }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.j-carousel { height:750px }
.j-carousel .feed { overflow:visible } 
.j-carousel .seat { height:750px; overflow:hidden; transition:all 0.2s 0.5s ease }
.j-carousel .story-box { visibility:hidden; opacity:0; position:relative; padding:20px; text-align:center; color:#fff; transition:all 0.5s ease }
.j-carousel .story-box .title { display:block; font-size:30px; color:#13254b; font-weight:700 }
.j-carousel .story-box .date { position:absolute; left:50%; top:-50px; padding:0 45px; font-weight:700; font-size:16px; letter-spacing:0.12em; text-transform:uppercase; line-height:50px; color:#fff; background:rgba(19, 37, 75, 0.9); transform:translateX(-50%) }
.j-carousel .story-box .date:before { content:''; position:absolute; left:-30px; top:0; border-bottom:50px solid rgba(19, 37, 75, 0.9); border-left:30px solid transparent }
.j-carousel .story-box .date:after { content:''; position:absolute; right:-30px; top:0; border-bottom:50px solid rgba(19, 37, 75, 0.9); border-right:30px solid transparent }
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }

.j-carousel .seat.active { transition:all 0.5s 0.5s ease }
.j-carousel .seat.active .story-box { visibility:visible; opacity:1 }

.j-carousel .controls { position:absolute; left:50%; top:-80px; z-index:1; margin-top:44.68%; transform:translateX(-50%) }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:4px; height:4px; border-radius:100%; border:5px solid #fff; margin-left:10px; cursor:pointer; text-indent:-9999px; background:#fff }
.j-carousel .control.active { border:5px solid #b4123b; background:#b4123b }
.j-carousel .control:focus { border:5px solid #000; background:#000 }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .pp,
.j-carousel .prev,
.j-carousel .next { position:absolute; z-index:1; left:-25px; top:50%; display:block; width:50px; height:50px; margin-top:-75px; overflow:hidden; font-size:36px; text-align:center; text-decoration:none; line-height:50px; color:#fff; background:#e71316 }
.j-carousel .next { left:auto; right:-25px }
.j-carousel .pp { left:auto; right:-25px; top:-50px; margin-top:44.68% }
.j-carousel .pp:hover { opacity:1 }
.j-carousel .pp:before,
.j-carousel .prev:before,
.j-carousel .next:before { content:'\e80f'; display:block; font-family:'glyphicons' }
.j-carousel .next:before { content:'\e810' }
.j-carousel .pp.pause:before { content:"\e80b" }
.j-carousel .pp.play:before { content:"\e80a" }
 
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (min-width:1024px) and (max-width:1410px) {

.landing-row > div { max-width:1200px }

.more-news .heading .title { font-size:24px }

.j-carousel,
.j-carousel .seat { height:650px }

}

@media only screen and (min-width:1024px) and (max-width:1200px) {

.landing-row > div { max-width:1024px }

.more-news .heading .title { font-size:18px }
.more-news .heading .title:after { font-size:14px }

.j-carousel,
.j-carousel .seat { height:530px }
.j-carousel .story-box .title { font-size:22px }

.dropnav > ul { margin-left:10px }
.dropnav .nav > a { padding:0 15px }

}

@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/Updated_Images/header_tablet.png") no-repeat 50% 50% }

.mobile-menu-bar { display:block; padding:5px; background:#13254b }
.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:#fff; color:#13254b; 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:#e71316; 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 .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:44.68%; text-align:center; background:rgba(0,0,0,0.3) }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:4px; height:4px; margin:4px; text-indent:-9999px; cursor:pointer; border-radius:15px }
.j-carousel .control:before { content:''; position:absolute; left:-4px; right:-4px; top:-4px; bottom:-4px; border:2px solid #fff; border-radius:100% }
.j-carousel .control.active { background:#fff; box-shadow:none }
.j-carousel .control .thumb,
.j-carousel .pp,
.j-carousel .prev,
.j-carousel .next { display:none }

.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 }

.more-news .stories { margin:0 }

.landing-row.classes-row { padding:20px; background-color:#e71316 }
.landing-row.youth-sports-row { padding:20px }
.landing-row.adventuretime-row { padding:20px; background-color:#13254b }

.section-header { position:static; margin-bottom:0; letter-spacing:0.12em; text-align:center; text-transform:uppercase; color:#fff; overflow:hidden }
.section-header span { position:relative; display:inline-block; vertical-align:top; padding:0 30px }
.section-header span:before { content:''; position:absolute; left:-2000px; right:100%; top:50%; height:20px; background:#13254b; transform:skew(-20deg) translateY(-50%) }
.section-header span:after { content:''; position:absolute; left:97%; right:-2000px; top:50%; height:20px; background:#13254b; transform:skew(-20deg) translateY(-50%) }
.section-carousel .section-header,
.section-news .section-header { position:absolute; color:#13254b }
.section-youth-sports .section-header { color:#e71316 }
.section-adventuretime .section-header span:before,
.section-adventuretime .section-header span:after { background:#e71316 }

.more-news .heading .title { font-size:14px }
.more-news .heading .title:after { font-size:12px }

}

/*---------------------------------------
  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/Updated_Images/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:#13254b }
.mobile-menu-bar li .text { position:absolute; left:-9999px }

.more-news .story { float:none; width:auto; padding:15px; box-sizing:border-box }
.more-news .heading .title { font-size:18px }
.more-news .heading .title:after { font-size:14px }

.section-header span:before,
.section-header span:after { display:none }

}

/* 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;}
