/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONT FOR LANDING PAGES */
@font-face {
    font-family: 'montserratregular';
    src: url('montserrat-regular-webfont.eot');
    src: url('montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('montserrat-regular-webfont.woff') format('woff'),
         url('montserrat-regular-webfont.ttf') format('truetype'),
         url('montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('Montserrat-Bold-webfont.eot');
    src: url('Montserrat-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Montserrat-Bold-webfont.woff') format('woff'),
         url('Montserrat-Bold-webfont.ttf') format('truetype'),
         url('Montserrat-Bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('opensans-extrabold-webfont.eot');
    src: url('opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-extrabold-webfont.woff2') format('woff2'),
         url('opensans-extrabold-webfont.woff') format('woff'),
         url('opensans-extrabold-webfont.ttf') format('truetype'),
         url('opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* WEB FONTS FOR THE INTERNAL PAGES */
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#022366 !important }


body { position:relative; font-family:'open_sansregular', arial; font-size:14px; line-height:1.5; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body { font-family:'montserratbold', arial }

a { color:#022366; text-decoration:none }
a:hover { text-decoration:underline }
a[rel*="wiki-link"] { color:#c5c5c5 }

h1,h2,h3,h4,h5,h6,b,strong { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#022366 }
h2 { font-size:21px; color:#022366 }
h3 { font-size:18px }
h4 { font-size:16px }
h5 { font-size:14px }
h6 { font-size:13px }

.mainbody { padding:10px; background:#fff; min-height:1000px }
.landing .mainbody { padding:0; background:none }

.select-dropdown { position:relative; min-width:150px; max-width:300px; font-family:arial; background:#fff; margin-bottom:10px; border:1px solid #000; z-index:2 }
.select-dropdown > .selection { display:block; position:relative; text-decoration:none }
.select-dropdown > .selection span { display:block; padding:0 10px; margin-right:30px; line-height:30px; text-decoration:none }
.select-dropdown > .selection:after { content:""; display:block; width:0; height:0; position:absolute; right:10px; top:50%; margin-top:-3px; border-style:solid; border-width:6px 6px 0; border-color:#333 transparent transparent  }
.select-dropdown.active > .selection:after { border-color:transparent transparent #333; border-width:0 6px 6px }
.select-dropdown ul, 
.select-dropdown li { margin:0; padding:0; list-style:none }
.select-dropdown ul { display:none; position:absolute; left:-1px; right:-1px; top:30px; max-height:200px; padding:10px; overflow:auto; background:rgba(0,0,0,0.8); border-radius:0 0 5px 5px }
.select-dropdown.active ul { display:block; }
.select-dropdown li { display:block;height:25px; line-height:25px; color:#fff; position:relative; cursor:pointer } 
.select-dropdown li.selected { display:none }

.site-footer { position:relative; padding:45px 0 93px; text-align:center }
.site-footer > a[href*="prestosports"] { display:block; width:196px; height:31px; margin:37px auto 0; text-indent:-9999px; background:url(/images/setup/2015/footer_logo_presto.png) no-repeat }
.footer-logos { display:inline-block; vertical-align:top }
.footer-logos ul { margin:0 }
.footer-logos li { list-style:none; float:left; margin-left:24px }
.footer-logos li:first-child { margin-left:0 }
.footer-logos li img { vertical-align:top }
.footer-text { display:block; margin-top:35px; font-size:14px; font-family:'montserratbold', arial; text-transform:uppercase; letter-spacing:0.2em; color:#fff }
.footer-text span { padding:0 10px; color:#ff690a }
.footer-text p { margin:0 }

/* CAROUSEL */
.j-carousel .seats:before,
.j-carousel .seats:after { content: " "; display:table }
.j-carousel .seats:after { clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:66.666%; position:relative; overflow:hidden }
.j-carousel .media-box img:first-child,
.j-carousel .media-box a img { display:block; width:100% !important; height:auto !important; position:absolute; left:0; top:0 }
.touch .j-carousel .close-player { display:block !important }

/* ANIMATION # 1 */
.j-carousel1 { position:relative; z-index:1 }
.j-carousel1 .seats { padding-top:43%; position:relative; overflow:hidden } 
.j-carousel1 .seat { width:100%; position:absolute; left:0; top:0; display:none }

/* ANIMATION # 2 */
.j-carousel2 { position:relative; z-index:1 }
.j-carousel2 .seat { position:relative; display:none; overflow:hidden }

/* ANIMATION # 3 */
.j-carousel3 { position:relative; z-index:1; overflow:hidden }
.j-carousel3 .seats { width:800%; position:relative }
.j-carousel3 .seat { width:12.5%; float:left; position:relative }

/* AOTW */
.aotw .thumb { float:left; margin:0 30px 0 0 }
.aotw .thumb img { vertical-align:top }
.aotw .title { display:block; margin-bottom:10px; font-family:'montserratbold', arial; text-decoration:none; line-height:1.2 }
.aotw .title span { display:block; font-size:13px; text-transform:uppercase; color:#fff }
.aotw .title span:first-child { margin:30px 0 10px; font-size:28px; color:#022366 }
.aotw .leadin { display:block; font-size:13px; font-family:'montserratregular', arial; line-height:1.2; color:#fff }

.content-col2 .aotw .thumb { float:right; margin:0 0 0 30px }
.content-col2 .aotw .info { text-align:right }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:15px; position:relative; background:#fff; overflow:hidden; border-radius:3px; box-shadow:0 0 10px rgba(0,0,0,0.5) inset }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date  { display:block; margin-bottom:5px; border-bottom:3px solid #ff690a; font-size:16px; line-height:30px; text-transform:uppercase; color:#ff690a }
.schedule-boxscore .sport { font-size:20px; color:#ff690a }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#022366 }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team { margin-top:5px; font-size:16px }
.schedule-boxscore .team:first-child { margin-top:0 }
.schedule-boxscore .team-logo { display:inline-block; vertical-align:middle; width:40px; margin-right:5px }
.schedule-boxscore .team-logo img { vertical-align:middle }
.schedule-boxscore .no-logo { display:inline-block; vertical-align:middle; width:40px; margin-right:5px }
.schedule-boxscore .team .va, 
.schedule-boxscore .team .team-name { display:inline-block; vertical-align:middle }
.schedule-boxscore .team .result { color:#022366 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:12px; color:#a0a0a0 }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#ff690a; color:#fff }
.roster .roster-header a { color:#fff }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* SCHEDULE */
.schedule-list table th { background-color:#ff690a; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#ff690a }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#ff690a; color:#fff }
.bio-wrap .head a { color:#fff }



/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

body { background:#022366 }

.page { position:relative; z-index:2; overflow:hidden }

div[id="page-background"] { position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; overflow:hidden }
div[id="page-background"] > img { width:100%; height:auto }
div[id="page-background"]:after { content:''; position:absolute; left:0; right:0; top:829px; bottom:0; background:url(/images/setup/2015/div.png) no-repeat 50% 0; background-size:contain }

.wrapper { position:relative; max-width:1200px; margin:0 auto }
.wrapper:before { content:''; position:absolute; display:block; left:-1000px; right:-1000px; top:1091px; bottom:-500px; background:#022366 }
.body-container { position:relative; z-index:4 }
.mainbody { min-height:500px; padding:10px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; min-height:201px }
.site-header:before { content:''; position:absolute; left:0; right:0; top:0; width:100%; height:40px; background:#022366; border-bottom:5px solid #fff; box-shadow:0 0 21px 0 rgba(0,0,0,0.75) }
.site-home .site-header { margin-bottom:34px }
.site-header > .container { position:relative; max-width:1200px; margin:0 auto }
.site-header > .container:before { content:''; position:absolute; left:35px; top:45px; width:1565px; height:156px; background:url(/images/setup/2015/master_sprite.png) no-repeat 0 -190px }
.site-header .site-title { position:absolute; left:347px; top:0; margin:0 }
.site-header .site-title a { display:block; height:40px; font-size:14px; font-family:'montserratbold', arial; text-transform:uppercase; text-decoration:none; line-height:42px; letter-spacing:0.16em; color:#fff }
.site-header .site-title span { padding:0 10px; color:#ff690a }
.site-header .site-logo { position:absolute; left:80px; top:56px; width:927px; height:131px; text-indent:-9999px; background:url(/images/setup/2015/master_sprite.png) no-repeat 0 -50px }
.site-header .tagline { position:absolute; left:5px; top:4px; width:334px; height:36px; text-indent:-9999px; background:url(/images/setup/2015/master_sprite.png) no-repeat -106px 0 }
.header-image { position:absolute; z-index:3; top:12px; right:0 }

.mobile-menu-bar, .site-header .search-bar, .mobile-content { display:none }

.content-row1 { margin-top:49px; background:#ff690a }
.content-row1 .content-col { position:relative }
.content-row1 .content-col1 { width:50%; float:left }
.content-row1 .content-col2 { width:49.75%; float:right }
.content-row4 { position:relative; margin-top:3px; padding:19px; background:#ff690a }
.content-row4 .content-col { float:left; width:37.865% }
.content-row4 .content-col2 { float:right }
  
.content-row4 .box-hdr { position:absolute; left:50%; margin:0 0 0 -170px; top:0; width:340px; height:46px; font-size:14px; font-family:'montserratbold', arial; line-height:46px; text-align:center; text-transform:uppercase; color:#fff; background:#022366; -webkit-transform:skewX(-20deg); -moz-transform:skewX(-20deg); transform:skewX(-20deg) }
.content-row4 .box-hdr span { display:block; -webkit-transform:skewX(20deg); -moz-transform:skewX(20deg); transform:skewX(20deg) }

/* NAVIGATION */
.dropnav { position:absolute; z-index:6; left:258px; top:147px; font-family:'montserratbold', arial; text-transform:uppercase }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left; position:relative }
.dropnav .nav1 { position:initial }
.dropnav .nav > a { position:relative; display:block; height:40px; padding:0 11px; font-size:14px; line-height:40px; text-decoration:none; color:#ff690a; text-shadow:2px 2px 3px rgba(0,0,0,0.44) }
.dropnav .nav:hover > a:before { content:''; position:absolute; left:50%; margin-left:-4px; bottom:0; border-bottom:8px solid #ff690a; border-left:5px solid transparent; border-right:5px solid transparent }
.dropnav .nav > .submenu { display:none; position:absolute; left:0; top:40px; padding:30px 43px; background:#fff; white-space:nowrap; border-top:5px solid #ff690a; -webkit-box-sizing:border-box; box-sizing:border-box; box-shadow:0 5px 10px 0 rgba(0,0,0,0.75) }
.dropnav .nav1 > .submenu { left:-258px; width:1200px; background-image:url(/images/setup/2015/dropdown_logo.png); background-repeat:no-repeat; background-position:50% }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; font-size:14px; white-space:nowrap; text-decoration:none; line-height:25px; color:#022366 }
.dropnav .submenu a:hover { color:#ff690a }
.dropnav .submenu .has-submenu > a { font-size:18px; text-transform:uppercase; color:#ff690a; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:40px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .nav1 .submenu.level1 > ul { width:100% }
.dropnav .nav1 .submenu.level1 > ul > li:first-child { float:left }
.dropnav .nav1 .submenu.level1 > ul > li:first-child + li { float:right }
.dropnav .submenu.level2 .has-submenu { display:block; margin:0 }
.dropnav .submenu.level2 .has-submenu > a { display:none }
.dropnav .submenu.level2 .has-submenu li { display:inline-block; vertical-align:top }
.dropnav .submenu.level2 .has-submenu li:first-child { min-width:143px }
.dropnav .submenu.level2 .has-submenu li:first-child ~ li a { font-size:11px; color:#939393 }
.dropnav .submenu.level2 .has-submenu li:first-child ~ li a:hover { color:#ff690a }
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a:before { content:'|'; padding:0 10px 0 6px; font-family:'montserratregular', arial; color:#ff690a }
.dropnav .submenu.level2 .has-submenu li a[href*="twitter"],
.dropnav .submenu.level2 .has-submenu li a[href*="facebook"],
.dropnav .submenu.level2 .has-submenu li a[href*="instagram"],
.dropnav .submenu.level2 .has-submenu li a[href*="youtube"] { display:block; width:17px; height:17px; margin-top:4px; line-height:17px; text-align:center; color:#fff; background:#ff690a; overflow:hidden; border-radius:15px }
.dropnav .submenu.level2 .has-submenu li a[href*="twitter"] { margin-left:10px }
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a[href*="twitter"]:hover,
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a[href*="facebook"]:hover,
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a[href*="instagram"]:hover,
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a[href*="youtube"]:hover { background:#022366 }
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a[href*="twitter"]:before,
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a[href*="facebook"]:before,
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a[href*="instagram"]:before,
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a[href*="youtube"]:before { padding:0; color:#fff; font-family:"GlyphIcons"; font-style:normal; font-weight:normal; font-variant:normal; display:block; text-decoration:none; text-transform:none; speak:none }
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a[href*="twitter"]:before { content:'\e81d' }
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a[href*="facebook"]:before { content:'\e81b' }
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a[href*="instagram"]:before { content:'\e81f' }
.dropnav .submenu.level2 .has-submenu li:first-child + li ~ li a[href*="youtube"]:before { content:'\e824' }
.dropnav .submenu a[rel*="wiki-link"] + a { display:none !important }

.secondary-nav { position:relative; width:1233px; height:81px; margin:3px 0 23px 0; padding-left:54px; font-family:'montserratbold', arial; font-size:12px; text-transform:uppercase; color:#fff; background:url(/images/setup/2015/section_hdr_bg.png) no-repeat; -webkit-box-sizing:border-box; box-sizing:border-box }
.secondary-nav h1 { margin:15px 0 0 0; color:#ff690a; font-family:'montserratbold', arial; font-size:35px; font-weight:normal; line-height:1 }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { position:relative; z-index:5; margin-top:0 }
.secondary-nav li { float:left }
.secondary-nav li a { color:#022366; text-decoration:none }
.secondary-nav li a:hover { color:#ff690a; text-decoration:none }
.secondary-nav li:before { content:"|"; padding:0 8px; font-family:'montserratregular', arial; color:#ff690a }
.secondary-nav li:first-child:before,
.secondary-nav .has-nav li:before { display:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav > ul { display:none; position:absolute; left:10px; padding:10px; background:rgba(0,0,0,0.8); border-radius:5px 0 }
.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; white-space:nowrap; color:#fff }
.secondary-nav .has-nav li a:hover { color:#ff690a }

.j-carousel .story-box { position:relative; height:156px; padding:20px 20px 0; line-height:1.2; color:#fff; -webkit-box-sizing:border-box; box-sizing:border-box }
.j-carousel .title { display:block; margin-bottom:10px; font-size:20px; text-transform:uppercase; text-decoration:none; line-height:1; color:#fff }
.j-carousel .title:hover { color:#ff690a }
.j-carousel .date { display:block; margin-bottom:5px;  font-size:12px }
.j-carousel .date .pipe { padding:0 5px; font-family:'montserratregular', arial; color:#ff690a }
.j-carousel .leadin { font-size:13px; font-family:'montserratregular', arial }
.j-carousel .readmore { font-size:12px; text-transform:capitalize; color:#fff }
.j-carousel .carousel-related-links { display:block; margin-bottom:5px; font-size:10px; font-family:'montserratregular', arial; text-transform:uppercase; color:#ff690a }
.j-carousel .carousel-related-links a { font-family:'montserratbold', arial; color:#ff690a }
.j-carousel .carousel-related-links span { padding:0 5px }
.j-carousel .controls { padding:0 20px }
.j-carousel .control { position:relative; float:left; width:19.285%; margin-left:0.892%; cursor:pointer }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active:after { content:""; position:absolute; left:0; right:0; bottom:0; top:0; border:3px solid #ff690a }
.j-carousel .control.active:before { content:''; position:absolute; left:50%; margin-left:-4px; top:-8px; border-bottom:8px solid #ff690a; border-left:5px solid transparent; border-right:5px solid transparent }
.j-carousel .control .thumb { width:100%; vertical-align:top }
 
/* TABS */
.tabs-wrapper ul.tabs { position:absolute; top:-49px; left:0; right:0 }
.tabs-wrapper ul.tabs .tab { width:31.833%; margin-left:0.833%; background:#fff; -webkit-transform:skewX(-20deg); -moz-transform:skewX(-20deg); transform:skewX(-20deg); -webkit-box-sizing:border-box; box-sizing:border-box }
.tabs-wrapper ul.tabs .tab:first-child { margin-left:1.5% }
.tabs-wrapper ul.tabs.state1 .tab1 { background:#ff690a }
.tabs-wrapper ul.tabs.state2 .tab2 { background:#ff690a }
.tabs-wrapper ul.tabs.state3 .tab3 { background:#ff690a }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; height:49px; line-height:49px; text-transform:uppercase; text-decoration:none; text-align:center; color:#022366; -webkit-transform:skewX(20deg); -moz-transform:skewX(20deg); transform:skewX(20deg) }
.tabs-wrapper .tab a.active { color:#fff }
.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; background:#022366 }
.tabs-wrapper .pane.active { position:static }
.tabs-wrapper .pane .overflow { height:651px; padding:20px; overflow:auto; border-top:3px solid #ff690a; -webkit-box-sizing:border-box; box-sizing:border-box }
.tabs-wrapper .pane1 .overflow { padding:0; overflow:hidden }
.tabs-wrapper .pane3 .overflow { padding:20px 40px; overflow:hidden }

.top-stories .row { margin-top:20px }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { position:relative; -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .date { font-size:12px; text-transform:uppercase; color:#ff690a }
.top-stories .title { display:block; font-size:16px; text-decoration:none; color:#fff }
.top-stories .title:hover { color:#ff690a }
.top-stories .leadin { font-size:13px }
.top-stories .links { padding:5px 0 }
.top-stories .links a { color:#fff; text-decoration:none }
.top-stories .links a:hover { color:#ff690a }
.top-stories .links a span,
.top-stories .buttons a + a { display:none }
.top-stories .buttons { margin-top:10px; text-align:center; text-transform:uppercase }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; font-size:12px; background:#ff690a; color:#fff }

/* SLIDER */
.slider-wrapper { position:relative }
.slider-wrapper .slider { position:relative; overflow:hidden }
.slider-wrapper .items { position:relative; width:2000% }
.slider-wrapper .item { float:left; width:5% }
.slider-wrapper .image { display:block }
.slider-wrapper .image img { width:100%; vertical-align:top }
.slider-wrapper .image span { display:none }
.slider-wrapper .next, 
.slider-wrapper .prev { display:none }
  
.slider-wrapper[id="sponsors-slider"] { padding:20px; background:#ff690a }
.slider-wrapper[id="sponsors-slider"] .image { float:left; width:24.568%; margin-left:0.517% }
.slider-wrapper[id="sponsors-slider"] .image:first-child { margin-left:0 }

.slider-wrapper[id="titles-slider"] { position:absolute; left:15px; top:4px; width:313px; height:36px; background:#fff; -webkit-transform:skewX(-22deg); -moz-transform:skewX(-22deg); transform:skewX(-22deg) }
.slider-wrapper[id="titles-slider"] .slider { height:36px; overflow:hidden; -webkit-transform:skewX(22deg); -moz-transform:skewX(22deg); transform:skewX(22deg) }
.slider-wrapper[id="titles-slider"] .item { font-size:26px; font-family:'montserratbold', arial; text-align:center; text-transform:uppercase; line-height:41px; color:#022366 }
.slider-wrapper[id="titles-slider"] .item span { color:#ff690a }

.slider-wrapper[id="sponsor-banners"] { margin-top:3px }
.slider-wrapper[id="banner-top"] { margin-bottom:5px }

/* AOTW SPONSOR */
.aotw-sponsor { position:absolute; left:50%; margin-left:-105px; top:69px; width:210px }
.aotw-sponsor ul { margin:0 }
.aotw-sponsor li { list-style:none }
.aotw-sponsor li span { display:none }
.aotw-sponsor li img { vertical-align:top }

/* STICKY BAR */
.sticky-bar { position:fixed; z-index:3; left:0; right:0; bottom:0; height:49px; background:#ff690a }
.sticky-bar > .container { position:relative; max-width:1200px; margin:0 auto }

/* WEATHER */
.weather-condition { float:left; display:table; font-family:'open_sansextrabold', arial; text-transform:uppercase }
.weather-condition .icon { float:left; display:table-cell; vertical-align:middle; width:42px; margin:5px 5px 5px 0 }
.weather-condition .temp { display:table-cell; vertical-align:middle; height:49px; font-size:24px; color:#fff }
.weather-condition .condition { display:table-cell; vertical-align:middle; width:50px; height:35px; padding:7px; font-size:12px; line-height:1; color:#022366 }

[id="scoreboard-ticker-wrapper"] { position:absolute; left:172px; top:0;  width:569px; height:39px; padding:10px 82px 0 32px; color:#FFF; background:url(/images/setup/2015/master_sprite.png) no-repeat -437px 0 }
[id="scoreboard-ticker"] { position:relative; width:569px; overflow:hidden; font-family:'montserratbold'; font-size:13px; line-height:1.2; text-transform:uppercase }
[id="scoreboard-ticker"] li { position:relative; overflow:hidden; width:569px; height:39px }
[id="scoreboard-ticker"] .no-events { line-height:39px; text-align:center }
[id="scoreboard-ticker"] .col { float:left; margin-right:30px }
[id="scoreboard-ticker"] .status,
[id="scoreboard-ticker"] .result,
[id="scoreboard-ticker"] .links { color:#ff690a }
[id="scoreboard-ticker"] .links a { padding:0 2px; color:#fff }

[id="scoreboard-ticker-pp"] { display:none }
[id="scoreboard-ticker-prev"],
[id="scoreboard-ticker-next"] { position:absolute; right:36px; top:0 }
[id="scoreboard-ticker-next"] { right:0 }
[id="scoreboard-ticker-prev"] a,
[id="scoreboard-ticker-next"] a { display:block; width:36px; height:49px; background:url(/images/setup/2015/master_sprite.png) no-repeat; outline:none }
[id="scoreboard-ticker-next"] a { background-position:-36px 0 }

/* SOCIAL BUTTONS */
.social-links { position:absolute; right:222px; top:12px }
.social-links ul { margin:0 }
.social-links li { list-style:none; float:left; margin-left:4px }
.social-links li:first-child { margin-left:0 }
.social-links li span { display:none }
.social-links li a { display:block; width:26px; height:26px; font-size:16px; text-align:center; text-decoration:none; line-height:28px; color:#ff690a; background:#fff; border-radius:26px }
.social-links li a:hover { color:#fff; background:#022366 }

/* SEARCH */
.search-bar { position:absolute; right:4px; top:12px; width:174px; background:#993f06; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar input[type="text"] { width:100%; height:25px; padding:0 33px 0 10px; font-family:'montserratbold', arial; font-size:12px; text-transform:uppercase; color:#fff; border:none; outline:none; background:#993f06; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:23px; height:25px; border:none; overflow:hidden; background:#fff; position:absolute; right:0; top:0 }
.search-bar .submit span { position:absolute; left:10px; top:6px; width:6px; height:14px; margin:0; text-indent:-9999px; background:url(/images/setup/2015/master_sprite.png) no-repeat -93px 0 }
.search-bar .submit i:before { display:none }

/* VIDEOS */
.landing .video-playlist { padding-top:0 }
.landing .video-playlist .playlist-title,
.landing .video-playlist .video-info { display:none }
.landing .video-playlist .video-desc { display:none !important }
.landing .video-playlist .player { height:auto }
.landing .video-playlist .player > div { height:403px !important }
.landing .video-playlist .playlist { height:238px; padding:0 5px 10px; overflow:auto; background:#fff }
.landing .video-playlist .playlist .item { float:left; width:50%; min-height:80px; padding:5px; margin-top:5px; line-height:1.2; border-radius:0; background:#fff; border:0; -webkit-box-sizing:border-box; box-sizing:border-box }
.landing .video-playlist .playlist .item:hover,
.landing .video-playlist .playlist .item.active { background:#fff }
.landing .video-playlist .playlist .item.active .video-title:after,
.landing .video-playlist .playlist .item:hover .video-title { color:#ff690a }
.landing .video-playlist .playlist .item .video-title { font-size:12px; font-family:'montserratregular', arial; color:#022366  }
.landing .video-playlist .playlist .item .thumb { width:105px; max-width:105px; max-height:64px; border:0 }
.landing .video-playlist .playlist .item .thumb img { width:100%; vertical-align:top }

/* TEAM INFO */
.team-info { text-align:center }
.team-info h1 { position:relative; display:inline-block; vertical-align:top; height:46px; margin:-20px 0 0 0; padding:0 50px; font-size:14px; font-family:'montserratbold', arial; line-height:46px; text-align:center; text-transform:uppercase; color:#fff; background:#022366 }
.team-info h1:before { content:''; position:absolute; left:-20px; top:0; border-bottom:46px solid #022366; border-left:20px solid transparent }
.team-info h1:after { content:''; position:absolute; right:-20px; top:0; border-top:46px solid #022366; border-right:20px solid transparent }
.team-info ul { margin:20px 20px 0; text-align:left }
.team-info li { float:left; width:50%; list-style:none }
.team-info li a { display:inline-block; vertical-align:top; font-size:14px; font-family:'montserratbold', arial; text-transform:uppercase; text-decoration:none; line-height:17px; color:#fff }
.team-info li:nth-child(even) { float:right; text-align:right }
.team-info li a:hover { color:#022366 }
.team-info li a:before { content:'\BB'; padding-right:3px }
.team-info li:nth-child(even) a:before { display:none }
.team-info li:nth-child(even) a:after { content:'\AB'; padding-left:3px }

}

/*---------------------------------------------------------------- 
  BACKGROUND ADJUSTMENT
  ----------------------------------------------------------------*/

@media screen and (max-width:2000px) { 
  
div[id="page-background"] > img { position:absolute; left:50%; margin-left:-1000px; min-width:2000px }

}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (min-width:1024px) and (max-width:1200px) {
  
.site-header .site-title a { letter-spacing:0.1em }

.dropnav { left:auto; right:10px }
.dropnav .nav > a { font-size:12px; padding:0 7px }
.dropnav .nav1 > .submenu { left:-258px; right:0; width:auto; background-image:none }

.sticky-bar .search-bar { display:none }
.sticky-bar .social-links { right:30px }

}

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#022366 }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/2015/header_tablet.png) no-repeat 50% 50% }

.site-footer { padding:30px 0; background:#022366 }
.footer-text { letter-spacing:0 }

.box-hdr,
.landing .video-playlist .video-info,
.site-home .content-row4:before,
.sport-home .content-row4 h1 { height:20px; line-height:20px; margin-bottom:0; padding:5px 10px; border-bottom:5px solid #ff690a; font-family:'montserratbold',arial; font-size:14px; font-weight:normal; text-transform:uppercase; background:#022366; color:#fff }

.mobile-menu-bar { display:block; padding:5px; background:#ff690a }
.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 }
.no-touch .mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { background:#022366; color:#fff; text-decoration:none } 

.search-bar { display:none; width:100%; padding:10px; position:relative; background:#CCC; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar.active { display:block }
.search-bar input[type="text"] { width:100%; height:25px; padding:0 30px 0 10px; border:none; background:#F5F5F5; box-shadow:0 0 3px #999; border-radius:3px; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:30px; height:23px; border:none; overflow:hidden; background:none; position:absolute; right:10px; top:10px; border-radius:0 3px 3px 0 }
.search-bar .submit span { display:none }
.search-bar .submit i:before { display:block; width:100%; height:23px; line-height:25px; text-align:center; color:#333; margin:0 }

.dropnav { display:none; font-family:'montserratbold', arial; background:#fff }
.dropnav.active { display:block }
.dropnav .nav > .submenu { display:none }
.dropnav .nav > a,
.dropnav .submenu a { display:block; padding:0 10px; height:34px; line-height:34px; color:#022366; text-decoration:none; position:relative }
.dropnav .submenu .has-submenu > a { color:#fff; text-transform:none; background:#ff690a }
.dropnav li { border-bottom: solid 1px rgba(255, 105, 10, 0.50); border-top: 1px solid rgba(255, 105, 10, 0.10) }
.dropnav .submenu.level1 li { border-top:solid 1px rgba(255, 105, 10, 0.50); border-bottom:solid 1px rgba(255, 105, 10, 0.10) }
.dropnav li:first-child { border-top:none !important }
.dropnav li:last-child { border-bottom:none !important }
.dropnav li.active { border-bottom:none !important }
.dropnav .submenu.level1 .has-submenu { border:none !important }
.dropnav .has-submenu.active + li { border-bottom:none !important }
.dropnav .nav.has-submenu > a:after { content:""; width:0; height:0; border-style:solid; border-color:#022366 transparent transparent; border-width:0.4em 0.4em 0; position:absolute; right:1em; top:50%; margin-top:-0.2em }
.dropnav .nav.has-submenu.active > a:after { border-color:transparent transparent #022366; border-width:0 0.4em 0.4em }
.dropnav .has-submenu.active > .submenu { display:block; background:#fff }
.dropnav .submenu-title,
.dropnav .submenu.level2 .has-submenu > a,
.dropnav .submenu.level2 .has-submenu li { display:none }
.dropnav .submenu.level2 .has-submenu li:first-child { display:block }

.secondary-nav { font-family:'montserratbold', arial; background:#022366; 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; padding:10px; margin:0 10px 10px; background:rgba(0,0,0,0.6); border-radius:3px }
.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:8px 8px 0; position:absolute; right:10px; top:50%; margin-top:-4px }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 8px 8px }
.secondary-nav li a { display:block; padding:5px 0; color:#fff; text-transform:none }
.secondary-nav .has-nav > a { display:none }

.j-carousel { background:#444 }
.j-carousel .story-box { padding:10px; font-size:14px; color:#fff }
.j-carousel .title { display:block; font-size:18px; color:#fff; text-shadow:1px 1px #000; text-shadow:1px 1px rgba(0,0,0,0.8) }
.j-carousel .date,
.j-carousel .leadin,
.j-carousel .readmore,
.j-carousel .carousel-related-links { display:none}
.j-carousel .controls {  height: 22px; padding:5px; text-align:center; background:#ff690a }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:10px; height:10px;  margin: 6px 5px; text-indent:-9999px; background:#fff; cursor:pointer; border-radius:15px }
.j-carousel .control:before { content:""; display:block; position:absolute; left:-4px; right:-4px; top:-4px; bottom:-4px; border:2px solid #fff; border-radius:10px }
.j-carousel .control.active { background:#022366; box-shadow:none }
.j-carousel .control.active:before { border-color:#022366 }
.j-carousel .control .thumb { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; height:30px; line-height:30px; margin-bottom:0; padding:0 10px; border-bottom:5px solid #ff690a; text-transform:uppercase; background:#022366; color:#fff }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .tab_title1 { margin-top:10px }
.tabs-wrapper .pane { display:block !important }
.tabs-wrapper .pane .overflow { padding:10px }
.tabs-wrapper .pane3 { display:none !important }

.slider-wrapper { padding:5px 10px 0 }
.slider-wrapper .item { display:block; margin-top:5px }
.slider-wrapper .next,
.slider-wrapper .prev,
.slider-wrapper .item.cloned,
.slider-wrapper .image.cloned,
.slider-wrapper .image img { display:none }
.slider-wrapper .image { display:block; margin-top:5px }
.slider-wrapper .image:first-child { margin-top:0 }
.slider-wrapper .image span { display:block; height:30px; line-height:30px; padding:0 0 0 10px; text-transform:uppercase; color:#fff; background:#022366; border-radius:3px }
.slider-wrapper .image span:after { content:"\00bb"; float:right; width:30px; height:30px; font-size:22px; text-align:center; line-height:28px; color:#fff; background:#ff690a; border-radius:0 3px 3px 0 }

.slider-wrapper[id="banner-slider"] { padding:0 10px }
.slider-wrapper[id="banner-slider"] .item.cloned + div { margin-top:0 }
	
.slider-wrapper[id="sponsor-banners"] { padding:0 10px 10px }
.slider-wrapper[id="banner-top"] { padding:0 10px 10px }
  
.social-links,
.team-info ul { padding:5px 10px 10px }
.social-links ul,
.team-info ul { margin:0 }
.social-links li,
.team-info li { display:block; list-style:none; margin-top:5px }
.social-links li:first-child,
.team-info li:first-child { margin-top:0 }
.social-links li img,
.team-info li img { display:none }
.social-links li a,
.team-info li a { display:block; height:30px; line-height:30px; padding:0 0 0 10px; text-transform:uppercase; color:#fff; background:#022366; border-radius:3px }
.social-links li a:after,
.team-info li a:after { content:"\00bb"; float:right; width:30px; height:30px; font-size:22px; text-align:center; line-height:28px; color:#fff; background:#ff690a; border-radius:0 3px 3px 0 }
.social-links li a i { margin-right:10px }
  
.team-info ul { padding-top:10px }

.schedule-boxscore .event-box { margin-top:5px }
.schedule-boxscore .event-box:nth-child(n+6) { display:none }

.aotw { padding:10px; text-align:center }
.aotw .thumb { float:none; margin:0 }
.aotw .title { display:block; margin-bottom:10px }
.aotw .title span { display:block; font-size:13px; text-transform:uppercase; color:#ff690a }
.aotw .title span:first-child { margin:10px 0 10px; font-size:28px; color:#022366 }
.aotw .leadin { display:none }
.content-col2 .aotw .thumb { float:none; margin:0 }
.content-col2 .aotw .info { text-align:center }

.top-stories .row { margin-top:10px }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { padding:5px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.4); -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .thumb { position:relative }
.top-stories .play-button{ display:block; width:36px; height:36px; background:rgba(0,0,0,0.9); position:absolute; right:50%; top:50%; margin:-18px -18px 0 0; text-indent:-9999px; border-radius:5px; z-index:2 }
.top-stories .play-button:after { content:""; display:block; width:0; height:0; border:solid 10px transparent; border-left-color:#FFF; position:absolute; right:50%; top:50%; margin:-10px -15px 0 0; z-index:3  }
.top-stories .thumb img { width:100%; vertical-align:top }
.top-stories .details { padding:10px; overflow:hidden }
.top-stories .caption { display:block; padding:3px 5px; font-size:11px; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; right:0; bottom:0  } 
.top-stories .title { display:block; font-size:18px; margin-bottom:5px }
.top-stories .leadin { font-size:13px }
.top-stories .links { padding:5px 0 }
.top-stories .links a span { display:none }
.top-stories .buttons { padding:10px 0; text-align:center; text-transform:uppercase }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; font-size:12px; background:#ff690a; color:#fff }

.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 }
  
.landing .video-playlist .video-info .video-title { font-size:14px; line-height:normal }
.landing .video-playlist .playlist-pane { display:none !important }
.landing .video-playlist .playlist-pane.active { display:block !important }
.landing .video-playlist .playlist .item .thumb img { vertical-align:top }
  
.site-home .content-row4:before { content:'Bojangles Athletics of the Week'; display:block }
  
.site-header .site-logo,
.site-header .tagline,
.site-header .header-image,
.tabs-wrapper .tab_title3,
div[id="page-background"],
.sticky-bar,
.aotw-sponsor,
.site-home .content-row4 .box-hdr,
.slider-wrapper[id="titles-slider"] { display:none }

}

/*----------------------------------------------------------
  ADJUSTMENTS FOR TABLET LANDSCAPE  
  ----------------------------------------------------------*/

@media only screen and (min-width:601px) and (max-width:1023px) {
.top-stories .thumb { width:40%; float:left }
}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:767px) {

.site-header .site-title { margin:0 144px 0 0 }
.site-header .site-title a { height:80px; text-indent:-9999px; background:url(/images/setup/2015/header_mobile_wide.png) no-repeat 5px 50% }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#ff690a }
.mobile-menu-bar li span { display:none }
  
.footer-text span { display:block; height:0; overflow:hidden }

}

@media only screen and (max-width:600px) {
  
.top-stories .story { position:relative }
.top-stories .details { padding:10px }
.top-stories .title { color:#022366; margin:0 }
.top-stories .date,
.top-stories .leadin,
.top-stories .links { display:none }

}

/*------------------------------------------------------
  ADJUSTMENTS FOR MOBILE PORTRAIT  
  -------------------------------------------------------*/

@media only screen and (max-width:479px) {
  
.site-header .site-title a { background-position:5px 50%; background-size:93% auto } 

.footer-logos li { float:none; margin:10px 0 0 }
.footer-logos li:first-child { margin-top:0 }
.footer-text { font-size:12px }

}

/* CAMPS */
.camp-box > h2 {background-color: #01305D!important;}
.camp-box button:hover {background: #01305D!important;}
.camp-box button {background: #000124!important; color: #fff;}
.camp-box button:before {background: #01305D!important;}
