/* ==============
   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: 'Antonio';
    src: url('Antonio-Light.woff2') format('woff2'),
        url('Antonio-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Antonio';
    src: url('Antonio-Regular.woff2') format('woff2'),
        url('Antonio-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Antonio';
    src: url('Antonio-Bold.woff2') format('woff2'),
        url('Antonio-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Cormorant Garamond';
    src: url('CormorantGaramond-Light.woff2') format('woff2'),
        url('CormorantGaramond-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('CormorantGaramond-Regular.woff2') format('woff2'),
        url('CormorantGaramond-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('CormorantGaramond-Medium.woff2') format('woff2'),
        url('CormorantGaramond-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('CormorantGaramond-Bold.woff2') format('woff2'),
        url('CormorantGaramond-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family:'Adobe Garamond Pro';
    src: url('AGaramondPro-Regular.woff2') format('woff2'),
		url('AGaramondPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family:'Adobe Garamond Pro';
    src: url('AGaramondPro-Bold.woff2') format('woff2'),
		url('AGaramondPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.accent-bg,
.accent-bg th { color:#fff !important; background:#004690 !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 }

:focus { outline-color:#ffc527 }

a { color:#000; text-decoration:none }
a:focus,
a:hover { color:#004690; 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 }

.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 { text-align:center; background:#fff }
.site-footer > .container { max-width:1410px; margin:0 auto }
.footer-logos { float:right; width:75% }
.footer-logos li { display:block; float:left; width:20%; box-sizing:border-box; padding:47px 30px; border-left:1px solid #f0f0f0 }
.footer-logos li:last-child { border-right:1px solid #f0f0f0 }

.footer-address { float:left; text-align:left; text-transform:uppercase; margin-top:50px; font-family:"Antonio",arial; font-size:16px; font-weight:300; line-height:10px }
.footer-address h4 { font-family:"Adobe Garamond Pro",arial; font-style:italic; font-weight:700; color:#004690; font-size:21px }

/* 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:51.79%; 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 # 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 }
.j-carousel3 .feed { position:relative; overflow:hidden }
.j-carousel3 .seats { width:10000%; position:relative }
.j-carousel3 .seat { opacity:0; visibility:hidden; width:1%; float:left; position:relative; transition:all 0.3s 0.3s ease }
.j-carousel3 .seat.active { opacity:1; visibility:visible; transition:all 0.3s ease } 


.carousel-tabs .tabs { position:absolute; right:0; top:0; z-index:3; width:19.20% }
.carousel-tabs ul.tabs .tab { width:100%; padding-left:3px; box-sizing:border-box }
.carousel-tabs ul.tabs .tab:first-child { padding-left:0 }
.carousel-tabs .tab a { display:block; font-family:'highlandgothicflf', arial; font-size:16px; text-transform:uppercase; text-decoration:none; text-align:center; line-height:47px; background:#0058a9; color:#0058a9 }
.carousel-tabs .tab a:focus,
.carousel-tabs .tab a.active { outline:none; background:#ffcc00 }

.more-news .story { margin-top:10px; padding:0 10px 0 200px; position:relative }
.more-news .story:first-child { margin-top:0 }
.more-news .heading { margin:0 }
.more-news .heading .thumb { width:190px; float:left; margin-left:-200px; box-shadow:0 2px 2px rgba(0,0,0,0.4); position:relative }
.more-news .heading .thumb img { vertical-align:top }
.more-news .heading .title { display:block; font-size:18px; margin-bottom:5px }
.more-news .details { overflow:hidden }
.more-news .details .leadin { font-size:13px }
.more-news .details .related-links ul { list-style:none; margin:0 }
.more-news .details .related-links li { float:left; margin-right:5px }
.more-news .load-more { display:block; max-width:100px; padding:5px 15px; margin:0 auto; text-align:center; background:#6f6f6f; color:#fff; border-radius:3px }


/* AOTW */
.section-aotw .section-header { position:absolute; left:50%; margin-left:-265px;top:120px;  width:530px; height:256px; line-height:20px; margin-bottom:0; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -287px 0  }
.aotw .athlete { position:relative; float:right; max-width:330px }
.aotw .athlete:first-child { float:left }
.aotw .thumb { display:block; width:320px; height:370px; border:5px solid #fff; overflow:hidden }
.aotw .thumb img { width:320px; vertical-align:top }
.aotw .title { position:absolute; left:5px; right:5px; bottom:5px; padding:10px; background:rgba(1,86,191,0.8); text-align:center; display:block; text-decoration:none }
.aotw .title span { display:none; font-size:12px; color:#fff }
.aotw .title span:first-child { display:block; font-family:"Adobe Garamond Pro",arial; font-weight:700; font-size:24px; text-transform:uppercase; color:#fff }
/*.aotw .title span:first-child:after { content:"Full Bio+"; display:block; font-size:14px; font-family:"Antonio",arial; font-weight:400; letter-spacing:2px }*/
.aotw .leadin { display:none }

/* SCHEDULE */
.schedule-boxscore .event-box { padding:30px 210px 15px 500px; font-family:"Antonio",arial; height:122px; box-sizing:border-box; border-bottom:1px solid #ccc; position:relative; text-transform:uppercase; background:#fff; overflow:hidden }
.schedule-boxscore .event-box:first-child { border-top:1px solid #ccc }
.schedule-boxscore .date  { position:absolute; width:210px; left:0; top:0; bottom:0; padding-top:35px; text-align:center; border-right:1px solid #ccc; display:block; font-size:14px; font-weight:700; line-height:30px; text-transform:uppercase; color:#555 }
.schedule-boxscore .sport { font-size:21px; font-family:"Adobe Garamond Pro",arial; line-height:1.1; font-weight:700; font-style:italic; color:#004d95 }
.schedule-boxscore .status { position:absolute; display:block; text-align:center; top:65px; font-size:14px; font-weight:700; color:#555; width:210px; left:0 }
.schedule-boxscore .team { font-size:12px }
.schedule-boxscore .team .result { color:#555; margin-right:5px }
.schedule-boxscore .notes { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.schedule-boxscore .neutral-site  { font-size:18px; font-weight:300; color:#636363 }
.schedule-boxscore .team .team-logo { position:absolute; left:240px; top:30px; width:60px }
.schedule-boxscore .team + .team .va { position:absolute; left:330px; top:53px; width:25px; height:25px; font-size:12px; font-weight:700; text-transform:uppercase; line-height:25px; text-align:center; color:#004892; border:1px solid #000  }
.schedule-boxscore .team + .team .team-logo { left:390px }
.schedule-boxscore .links { position:absolute; top:0; right:0; bottom:0; width:210px; border-left:1px solid #ccc }

/* TABS */
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.schedule-tabs .tab a { display:block; line-height:30px; margin-bottom:20px; font-size:50px; font-style:italic; letter-spacing:5px; font-family:"Cormorant Garamond",arial; font-weight:700; text-transform:uppercase; text-decoration:none; color:#ffcc00 }
.schedule-tabs .tab1 a:after { content:"/"; margin:0 30px; text-shadow:none; font-size:40px; color:#000 }
.schedule-tabs .tab a:focus,
.schedule-tabs .tab a.active { text-shadow: 1px 0 0 #ffcc00, 0 -1px 0 #ffcc00, 0 1px 0 #ffcc00, -1px 0 0 #ffcc00; color:#fff }
.schedule-tabs .pane .overflow { height:600px; overflow:auto; background:#fff }

.section-schedule .section-header { color:#fff }
.section-social .section-header { position:static; color:#fff; font-size:50px; line-height:38px; font-family:"Cormorant Garamond",arial; font-weight:700; text-shadow: 1px 0 0 #ffcc00, 0 -1px 0 #ffcc00, 0 1px 0 #ffcc00, -1px 0 0 #ffcc00; text-transform:uppercase }
.social-tabs { background:#fff; padding:10px }
.social-tabs .tab { width:50%; text-align:center }
.social-tabs .tab a { display:block; font-size:18px; font-family:"Antonio",arial; font-weight:300; padding:5px 0; letter-spacing:1px; line-height:30px; margin-bottom:20px; text-transform:uppercase; text-decoration:none; background:#efefef; color:#555 }
.social-tabs .tab a:before { content:"\e81c"; font-family:'GlyphIcons'; display:inline-block; vertical-align:top; margin-right:5px}
.social-tabs .tab1 a:before { content:"\e81d"}
.social-tabs .tab a:focus,
.social-tabs .tab a.active { background:#004d95; color:#fff }
.schedule-tabs .pane .overflow { height:600px; overflow:auto; background:#fff }

/* SLIDER */
.slider-wrapper { position:relative }
.slider-wrapper .slider { position:relative; overflow:hidden }
.slider-wrapper .items { position:relative; width:50000% }
.slider-wrapper .item { float:left; width:0.2% }
.slider-wrapper .image img { vertical-align:top }
.slider-wrapper .image span { position:absolute; left:-9999px }


.sponsor-slider .image { display:block; float:left; width:19.2%; margin-left:1% }
.sponsor-slider .image:first-child { margin-left:0 }
.sponsor-slider .pp,
.sponsor-slider .next, 
.sponsor-slider .prev { position:absolute; left:50%; margin-left:-50px; border:none; background:none; z-index:1; bottom:-40px; width:30px; height:30px; cursor:pointer; text-align:center; overflow:hidden }
.sponsor-slider .next { left:auto; right:50%; margin-right:-50px }
.sponsor-slider .pp { margin-left:-15px }
.sponsor-slider .prev:before { content:"\00ab"; display:block; font-size:30px; line-height:30px; color:#fff }
.sponsor-slider .next:before { content:"\00bb"; display:block; font-size:30px; line-height:30px; color:#fff }
.sponsor-slider .pp:before { content:"\e80b"; font-family:"GlyphIcons"; display:block; font-size:20px; line-height:35px; color:#fff }
.sponsor-slider .pp.play:before { content:"\e80a"}


/* TWITTER */
.twitter-feed { font-family:'roboto', arial; font-size:0.9em; color:#444; background:#fff }
.twitter-feed .tweet .info { position:relative; padding:15px 15px 50px }
.twitter-feed .tweet .userinfo { min-height:40px; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:10px }
.twitter-feed .tweet .userinfo a { text-decoration:none }
.twitter-feed .tweet .userinfo .icon { position:absolute; right:10px; top:10px; font-size:1.6em; line-height:1; color:#eee }
.twitter-feed .tweet:hover .userinfo .icon { color:#4ec2dc }
.twitter-feed .tweet .logo { float:left; max-width:40px; margin-right:10px }
.twitter-feed .tweet .logo img { vertical-align:middle }
.twitter-feed .tweet .title { display:block; font-size:1.1em; font-weight:700; color:#444 }
.twitter-feed .tweet .username { display:block; font-size:0.9em }
.twitter-feed .tweet .text { display:block; font-size:1.2em; line-height:1.4 }
.twitter-feed .tweet .thumb { margin-top:10px }
.twitter-feed .tweet .thumb img { vertical-align:middle }
.twitter-feed .tweet .links { position:absolute; left:15px; right:15px; bottom:5px; line-height:35px }
.twitter-feed .tweet .links a { margin-right:20px; font-size:1.2em; color:#515151; }
.twitter-feed .tweet .links a .text { position:absolute; left:-9999px; top:-9999px }
.twitter-feed .tweet .links a:focus,
.twitter-feed .tweet .links a:hover { color:#444 }
.twitter-feed .tweet a { font-weight: 700 }
.twitter-feed .tweet .date { float:right; font-size:0.9em; font-weight:700 }

.twitter-feed.list .feed { height:520px;  overflow:auto; box-sizing:border-box }
.twitter-feed.list .head { padding:10px 15px }
.twitter-feed.list .head h1 { margin:0; font-size:26px; font-weight:400; line-height:30px }
.twitter-feed.list .tweet .info { border-top:1px solid #eee }


/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#004690; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#004690; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#004690; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#004690 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#004690; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; overflow:hidden; padding-bottom:50px }
.internal-page .page { background:url(/images/setup/blue_bg_pattern.jpg) repeat 0 0  }
.mainbody { min-height:500px; padding:20px; max-width:1300px; margin:0 auto; position:relative }
.landing .mainbody { min-height:0; padding:0; max-width:none; margin:0 }

.site-header { position:relative; z-index:4; background:#fff }
.site-header > .container { position:relative }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; width:2000px; max-width:100%; padding-top:8.75%; text-indent:-9999px; background:url(/images/setup/header_text.png) no-repeat 50% 0; background-size:contain;  color:#000; text-decoration:none }

.mobile-menu-bar { display:none }

.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.aotw-row { background:url(/images/setup/bg_row_aotm.jpg) no-repeat 50% 0; background-size:2000px auto; padding:60px 0 }
.landing-row.tabs-row { background:url(/images/setup/page_bg.jpg) no-repeat 50% -10px #000; background-size:2000px auto; padding:70px 0 }
.landing-row.sponsor-row { background:url(/images/setup/page_bg.jpg) no-repeat 50% -1300px; background-size:2000px auto; padding:60px 0 }

.landing-row.aotw-row > div { position:relative }
/*.landing-row.carousel-row > div { max-width:none }*/

/* NAVIGATION */
.dropnav { position:absolute; bottom:0; font-family:"Antonio",arial; padding-left:420px }
.dropnav:before { content:""; position:absolute; left:18%; right:-2000px; background:#ffcc00; height:1px }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left }
.dropnav .nav > a { position:relative; display:block; height:40px; padding:8px 24px; font-size:21px; font-weight:400; line-height:40px; text-decoration:none; color:#005096; text-transform:uppercase }
.dropnav .nav.has-submenu.focus > a:after,
.dropnav .nav.has-submenu:hover > a:after { content:""; display:block; position:absolute; z-index:2; left:50%; margin-left:-5px; top:55px; border-style:solid; border-color: #fff transparent transparent transparent; border-width:7px }
/*
.dropnav .nav > .submenu:before{ content: '';display: block;position: absolute;left: -9999px;right: -9999px;top: 0;bottom: 0;background: rgba(0,0,0,0.9) }
.dropnav .nav > .submenu { visibility:hidden; opacity:0; position:absolute; left:0; right:0; top:55px; min-width:200px; max-width:1100px; margin:0 auto; padding:60px 00px 140px;  white-space:nowrap; text-align:center; transition:all 0.3s ease }
*/

.dropnav .nav > .submenu { visibility:hidden; opacity:0; position:absolute; left:-2000px; right:-2000px; top:55px; min-width:200px; padding:60px 2000px 140px;  white-space:nowrap; text-align:center; transition:all 0.3s ease; background: rgba(0,0,0,0.9) }
.dropnav .nav.focus > .submenu,
.dropnav .nav:hover > .submenu { visibility:visible; opacity:1 }
.dropnav .submenu a { display:inline-block; vertical-align:top; color:#fff; font-size:21px; line-height:40px; text-transform:initial; text-decoration:none }
.dropnav .submenu a:hover { color:#ccc }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top; margin-left:20px;  text-align:left }
.dropnav .submenu.level1 > ul:first-child,
.dropnav .submenu.level1 > ul > .has-submenu:first-child { margin-left:0 }
.dropnav .submenu.level1 > ul > .has-submenu > a { margin-bottom:10px; font-family:"Cormorant Garamond",arial; font-style:italic; font-size: 24px; font-weight:700; text-transform:uppercase; cursor:default; color:#ffcc00 }
.dropnav .nav1 .submenu.level1 > ul > .has-submenu > a { padding-left:20px }
.dropnav .submenu.level2 .has-submenu ul,
.dropnav .submenu.level2 .has-submenu li,
.dropnav .submenu.level2 .has-submenu .submenu { display:inline-block; vertical-align:top }
.dropnav .submenu.level2 .has-submenu { display:block; padding:5px 20px }
.dropnav .submenu.level2 .has-submenu:hover { background:#fff }
.dropnav .submenu.level2 .has-submenu:hover a { color:#003399 }
.dropnav .submenu.level2 .has-submenu > a { min-width:150px; font-size: 21px; text-transform:uppercase; font-weight:400 }
.dropnav .submenu.level2 .has-submenu li a { font-size:16px; padding:0 5px; color:#fff; font-weight:400 }
.dropnav .submenu.level2 li a[href*="instagram"],
.dropnav .submenu.level2 li a[href*="twitter"],
.dropnav .submenu.level2 li a[href*="facebook"] { width:12px; height:27px; line-height:27px; padding:0; border-radius:3px; margin:7px 1px 0; font-size:14px; text-align:center; overflow:hidden }
.dropnav .submenu.level2 li a[href*="instagram"]:before,
.dropnav .submenu.level2 li a[href*="twitter"]:before,
.dropnav .submenu.level2 li a[href*="facebook"]:before { content:'\e81d'; display:block; padding:0; font-family:'glyphicons' }
.dropnav .submenu.level2 li a[href*="facebook"]:before { content:'\e81c' }
.dropnav .submenu.level2 li a[href*="instagram"]:before { content:'\e81f' }

.secondary-nav { position:relative; font-family:"Antonio",arial; text-transform:uppercase; z-index:2; padding:17px; margin-bottom:10px; color:#002c89; background:#ffcc00 }
.secondary-nav h1 { float:left; margin-bottom:0; color:#002c89; font-family:"Adobe Garamond Pro",arial; font-weight:700; letter-spacing:3px; font-style:italic; font-size:24px }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:5px }
.secondary-nav > div { max-width:1300px; margin:0 auto}
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; color:#002c89; font-size:18px; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#333; text-decoration:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav.focus > a,
.secondary-nav .has-nav:hover > a { color:#fff; background:#00488e }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#00488e; border-radius:5px 0 }
.secondary-nav .has-nav.focus > ul,
.secondary-nav .has-nav:hover > ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { display:block; min-width:100px; padding:0; color:#fff; white-space:nowrap }
.secondary-nav .has-nav li.focus a,
.secondary-nav .has-nav li:hover a { color:#ccc }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.j-carousel { width:80.25% }
.j-carousel .story-box { position:absolute; left:0; bottom:0; right:0; padding:20px 30px; color:#404040; background:rgba(255,255,255,0.85); box-sizing:border-box }
.j-carousel .story-box .title { display:block; font-family:'Antonio', arial; font-size:21px; text-transform:uppercase; color:#0058a9 }
.j-carousel .story-box .info .title { display:none }
.j-carousel .story-box .date { margin-right:10px; font-size:16px; font-weight:500; text-transform:uppercase; color:#ffcc00; font-family: 'Antonio',arial; }
.j-carousel .story-box .pipe { display:inline-block; padding:0 5px; font-weight:300; color:#a0a0a0 }
.j-carousel .story-box .sport-name { display:inline-block }
.j-carousel .story-box .carousel-share-links { display:inline-block }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#ae1033 }
.j-carousel .story-box .carousel-share-links a:before { font-size:16px }
.j-carousel .story-box .carousel-share-links a[href*="twitter"] { color:#00abf1 }
.j-carousel .story-box .carousel-share-links a[href*="facebook"] { color:#3c5a99 }
.j-carousel .story-box .carousel-related-links { float:right; font-size:16px; font-weight:500; text-transform:uppercase; font-family:'Antonio', arial; }
.j-carousel .story-box .carousel-related-links a { color:#ffcc00 }
.j-carousel .story-box .carousel-related-links span { padding:0 5px; font-weight:300; color:#a0a0a0 }
.j-carousel .story-box .leadin { display:block; font-weight:300; font-size:20px }
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { display:none }

/*.j-carousel { background:#000 }*/
/*.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:40px 0 20px; color:#fff; background:rgba(0,0,0,0.7); height:140px; box-sizing:border-box; text-align:center }*/
/*.j-carousel .story-box .title { display:block; max-width:1070px; margin:0 auto; font-family:"Adobe Garamond Pro",arial; font-style:italic; text-align:center; text-transform:uppercase; font-size:30px; color:#fff; font-weight:700; line-height:1 }*/
/*.j-carousel .story-box .carousel-related-links a { color:#fff }*/
/*.j-carousel .date,*/
/*.j-carousel .story-box .leadin,*/
/*.j-carousel .story-box .readmore { display:none }*/
/*.j-carousel .controls { position:absolute; left:0; right:0; text-align:center; bottom:110px;  z-index:2 }*/
/*.j-carousel .control { position:relative; display:none; cursor:pointer }*/
/*.j-carousel .control.active:after { content:"/ 8"}*/
/*.j-carousel .control:focus,*/
/*.j-carousel .control.active { display:block; color:#ffd633 }*/
/*.j-carousel .control .thumb { width:100%; vertical-align:top }*/
 
.j-carousel .prev,
.j-carousel .next { position:absolute; bottom:45px; left:50%; margin-left:-704px; z-index:1; width:60px; height:60px; background:url(/images/setup/master_sprite.png) no-repeat -824px 0; text-indent:-9999px; color:#fff } 
.j-carousel .next { left:auto; right:50%; margin-left:0; margin-right:-704px; background-position:-894px 0}

.j-carousel .pp { position:absolute; left:50%; margin-left:25px; bottom:108px; z-index:1; width:10px; height:20px; cursor:pointer; font-weight:700; text-transform:uppercase; text-align:center; text-decoration:none; color:#fff; overflow:hidden; box-sizing:border-box }
.j-carousel .pp:focus { z-index:2; color:#999 } 
.j-carousel .pp:before { content:"\e80b"; display:block; font-family:'glyphicons'; font-size:16px; font-weight:400; line-height:1; color:#ffd633 }       
.j-carousel .pp.play:before { content:"\e80a" } 

.thumb-slider { position:absolute; right:0; top:47px; z-index:3; width:19.20%; height:540px; overflow:hidden }
.thumb-slider .slider { width:100%; overflow:hidden }
.thumb-slider .items { position:relative; width:50000% }
.thumb-slider .item { width:0.2%; float:left }
.thumb-slider .control { position:relative; height:150px; margin-top:5px; cursor:pointer; overflow:hidden }
.thumb-slider .control.active:after { content:''; position:absolute; left:0; bottom:0; top:0; right:0; border:6px solid #dbdbdb }
.thumb-slider .control .thumb { display:block; height:100% }
.thumb-slider .control .thumb:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; box-shadow:inset 0 0 150px 0 #000 }
.thumb-slider .control img { vertical-align:top; width:100%; min-height:100% }
.thumb-slider .control .info { position:absolute; left:20px; bottom:15px; right:20px; font-family:'Antonio', arial; font-size:12px; line-height:1.2; text-transform:uppercase; text-shadow:1px 1px 3px #000; color:#fff }
.thumb-slider .control .sport-name { display:block; margin-bottom:5px; padding-bottom:5px; border-bottom:1px solid #fff }
.thumb-slider .next,
.thumb-slider .prev { display:none }
.thumb-slider .nav { position:relative; vertical-align:top; width:100%; height:70px; margin-top:3px; background:#ffcc00; font-size:0; text-align:center }
.thumb-slider .nav a { width:10px; height:10px; cursor:pointer; display:inline-block; vertical-align:top; margin:14px 3px 0; background:#0058a9; border-radius:10px }
.thumb-slider .nav a.active { background:#fff }

.sticky-bar { position:fixed; left:0; right:0; bottom:0; z-index:4; background:url(/images/setup/page_bg.jpg) no-repeat 0 0 #000; background-size:2000px auto  }
.sticky-bar > div { position:relative; max-width:1410px; height:50px; margin:0 auto  }

div[id="scoreboard-ticker-wrapper"] { position:relative; width:980px; font-family:"Antonio",arial; text-align:center; padding:15px 0; font-size:16px; margin:0 auto; overflow:hidden }
div[id="scoreboard-ticker"] ul, 
div[id="scoreboard-ticker"] li { margin:0; padding:0; list-style:none }
div[id="scoreboard-ticker"],
div[id="scoreboard-ticker"] li { width:980px; position:relative; overflow:hidden}
div[id="scoreboard-ticker"] li span { padding:0 10px }
div[id="scoreboard-ticker"] li span:first-child,
div[id="scoreboard-ticker"] li span:nth-child(2) { padding:0 }
div[id="scoreboard-ticker"] { float:left }
div[id="scoreboard-ticker"] .content,
div[id="scoreboard-ticker"] .no-events { font-size:12px; text-transform:uppercase; padding:0 10px; font-weight:400; font-size:16px; line-height:26px; color:#fff }
div[id="scoreboard-ticker"] .no-events { text-align:center }
div[id="scoreboard-ticker"] .content a { color:#ffcc00 }
div[id="scoreboard-ticker"] .content a:hover { color:#fff }
span[id="scoreboard-ticker-pp"] a{ display:none }
span[id="scoreboard-ticker-next"] a,
span[id="scoreboard-ticker-prev"] a { position:absolute; left:0; z-index:2; text-decoration:none; width:20px; height:30px; line-height:30px; overflow:hidden; font-size:30px; text-align:center; cursor:pointer; color:#ffc527 }
span[id="scoreboard-ticker-next"] a { left:auto; right:0 }

span[id="scoreboard-ticker-prev"] a:before,
span[id="scoreboard-ticker-next"] a:before { content:'\e813'; display:block; font-family:'glyphicons' }
span[id="scoreboard-ticker-next"] a:before { content:'\e814' } 

.carousel-row .tabs-wrapper { position: relative; }
 
}

@media only screen and (min-width:1024px) and (max-width:1600px) {

.dropnav { padding-left:250px }

}

@media only screen and (min-width:1024px) and (max-width:1400px) {

.dropnav .nav > a { padding:8px 12px }

.j-carousel .prev,
.j-carousel .next { left:0; margin-left:0 } 
.j-carousel .next { left:auto; right:0; margin-left:0; margin-right:0 }

/*span[id="scoreboard-ticker-prev"] a { left:100px }*/
/*span[id="scoreboard-ticker-next"] a { left:auto; right:100px }*/


}

@media only screen and (min-width:1024px) and (max-width:1200px) {

.dropnav { padding-left:180px }
.dropnav .nav > a { font-size:18px; padding:8px 12px }

.section-aotw .section-header { transform:scale(0.6)}

span[id="scoreboard-ticker-prev"] a { left:100px }
span[id="scoreboard-ticker-next"] a { left:auto; right:100px }

}

@media only screen and (max-width:1200px) {

.schedule-boxscore .event-box { padding:30px 150px 15px 370px }
.schedule-boxscore .date  { width:150px }
.schedule-boxscore .status { top:65px; font-size:14px; width:150px }
.schedule-boxscore .team .team-logo { left:170px; top:40px; width:50px }
.schedule-boxscore .team + .team .va { left:240px; top:57px; width:20px; height:20px; font-size:10px }
.schedule-boxscore .team + .team .team-logo { left:290px }
.schedule-boxscore .links { width:150px }


}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@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/header_tablet.png") no-repeat 50% 50% }

.mobile-menu-bar { display:block; padding:5px; background:#004d95 }
.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:#000; color:#fff; text-decoration:none } 

.dropnav { display:none; background:#333 }
.dropnav.active { display:block }
.dropnav .has-submenu > .submenu { display:none }
.dropnav li { border-top: 1px solid #434343 }
.dropnav li:first-child { border-top:none }
.dropnav .submenu li { border-top:solid 1px #363636 }
.dropnav .submenu.level2 li { border-top:solid 1px #464646 }
.dropnav li a { display:block; padding:0 10px; line-height:34px; color:#fff; text-decoration:none; position:relative }
.dropnav .has-submenu { position:relative }
.dropnav .has-submenu > a { margin-right:40px }
.dropnav .has-submenu:after { content:'\e810'; position:absolute; right:0; top:0; width:40px; text-align:center; font-family:'glyphicons'; speak:none; line-height:34px; color:#fff; background:rgba(0,0,0,0.4) }
.dropnav .has-submenu.active:after { content:'\e811' }
.dropnav .has-submenu.active > .submenu { display:block; background:#444 }
.dropnav .submenu.level1 .submenu { background:#555 }
.dropnav .submenu.level2 .submenu { padding:10px; background:#666 }
.dropnav .submenu.level2 .submenu li { border:none }
.dropnav .submenu.level2 .submenu a { font-size:0.9em; line-height:20px }
.dropnav .submenu-title { display:none }

.secondary-nav { background:#000; 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-related-links a { color:#fff }
.j-carousel .story-box .date,
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore,
.j-carousel .next, .j-carousel .pp, .j-carousel .prev { display:none }
.j-carousel .controls { position:absolute; left:0; right:0; top:-32px; z-index:2; height:12px; padding:10px 0; margin-top:44%; 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 { display:none }

.thumb-slider{ display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; height:30px; line-height:30px; margin-bottom:0; padding:10px; font-size:20px; color:#fff; font-family:"Antonio",arial; text-transform:uppercase; background:#004d95 }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { position:static; visibility:visible }
.tabs-wrapper .pane .overflow { height:auto; padding:0 }
.schedule-tabs .pane .overflow { max-height:400px; margin: 0 20px }
.social-tabs .pane:last-child .overflow { max-width:500px; margin:0 auto }
.social-tabs { padding:0 }

.sponsor-slider { background:#004a91; padding:10px 40px }

.section-social .section-header { display:none }
.section-aotw .section-header { position:static; background:#004d95; color:#fff; line-height:35px; font-family:"Antonio",arial; width:auto; height:auto; padding:15px; text-transform:uppercase; text-indent:0; margin-left:0; text-align:center }
.aotw { padding:5px; height:auto; background:#ffd633 }

.footer-logos { float:none; width:100% }
.footer-logos li { padding:10px; display:inline-block; vertical-align:top; float:none; width:auto; border:none }
.footer-logos li:last-child { border:none }
.footer-address { float:none; text-align:center }

.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 }

}

/*---------------------------------------
  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/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:#333 }
.mobile-menu-bar li .text { position:absolute; left:-9999px }

/* SCHEDULE */
.schedule-boxscore .event-box { padding:10px; max-height:100px }
.schedule-boxscore .event-box:first-child { border-top:1px solid #ccc }
.schedule-boxscore .date  { position:static; width:auto; padding-top:0; text-align:left; border-right:none; font-size:14px; line-height:20px }
.schedule-boxscore .sport { line-height:1.1; font-style:normal }
.schedule-boxscore .status { position:absolute; top:15px; right:10px; width:auto; left:auto }
.schedule-boxscore .team .team-logo { display:none }
.schedule-boxscore .team + .team .va { position:static; border:none  }
.schedule-boxscore .links { position:static; width:auto; border-left:none }

.sponsor-slider { padding:0 5px 5px; text-align:center; background:#004691 }
.sponsor-slider .item { display:block; margin-top:10px }
.sponsor-slider .image { width:auto; float:none; margin:5px; display:inline-block; vertical-align:top }
.sponsor-slider .image:first-child { margin:5px }
.sponsor-slider .next,
.sponsor-slider .prev,
.sponsor-slider .item.cloned,
.sponsor-slider .image.cloned { display:none }
.sponsor-slider .image span { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }

.aotw { background:#ffd116 }
.aotw .athlete { float:none; margin:0 auto }
.aotw .athlete:first-child { float: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;}
