/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'proxima_nova';
    src: url('proxima_nova_regular-webfont.eot');
    src: url('proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_regular-webfont.woff2') format('woff2'),
         url('proxima_nova_regular-webfont.woff') format('woff'),
         url('proxima_nova_regular-webfont.ttf') format('truetype'),
         url('proxima_nova_regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova';
    src: url('proxima_nova_bold-webfont.eot');
    src: url('proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_bold-webfont.woff2') format('woff2'),
         url('proxima_nova_bold-webfont.woff') format('woff'),
         url('proxima_nova_bold-webfont.ttf') format('truetype'),
         url('proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    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;

}

@font-face {
    font-family: 'proxima_nova';
    src: url('proxima_nova_black-webfont.eot');
    src: url('proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_black-webfont.woff2') format('woff2'),
         url('proxima_nova_black-webfont.woff') format('woff'),
         url('proxima_nova_black-webfont.ttf') format('truetype'),
         url('proxima_nova_black-webfont.svg#proxima_novablack') format('svg');
    font-weight: 900;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#cbb677 !important }

body { font-family:'proxima_nova', arial; font-size:14px; line-height:1.5; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

a { color:#cbb677; text-decoration:none }
a:hover { color:#666; text-decoration:underline }

h1,h2,h3,h4,h5,h6 { line-height:1.3 }

h1 { font-size:34px; color:#cbb677 }
h2 { font-size:30px; color:#cbb677 }
h3 { font-size:26px }
h4 { font-size:22px }
h5 { font-size:18px }
h6 { font-size:16px }

.wrapper { max-width:1172px; margin:0 auto }
.mainbody { display:block; padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.sect-hdr { position:absolute; left:-9999px }
.site-footer { position:relative; z-index:1; padding:30px 0; text-align:center; background:url(/images/setup/footer_bg_pattern.png) repeat }

.footer-logos ul { margin:0; list-style:none }
.footer-logos li { display:inline-block; vertical-align:top; margin:0 15px }

.site-footer .address { margin:20px 0; color:#ccc; line-height:1.3; text-transform:uppercase }
.site-footer .address div { display:none }
.site-footer .address span { font-weight:700; color:#cbb677 }

/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:70%; 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 }

/* SCHEDULE */
.schedule-boxscore .no-events { display:block; line-height:507px; text-align:center; text-transform:uppercase; color:#fff }
.schedule-boxscore .event-box { position:relative; padding:15px 15px 15px 114px; background:#000; overflow:hidden }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date-status  { display:block; height:38px; padding:0 20px; margin:-15px -15px 15px -114px; border-bottom:5px solid #9e8d5c; font-weight:700; line-height:38px; text-align:right; text-transform:uppercase; color:#fff; background:#cbb677 }
.schedule-boxscore .date span { float:left; font-weight:900; font-size:22px; color:#666 }
.schedule-boxscore .sport { font-size:12px; font-weight:900; text-transform:uppercase; color:#cbb677 }
.schedule-boxscore .status:before { content:'/ '; padding:0 3px; color:#ccc }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team { font-size:16px; line-height:1.2; color:#ccc }
.schedule-boxscore .team .result { margin-top:5px; font-size:14px; font-weight:700; color:#cbb677 }
.schedule-boxscore .team-logo { position:absolute; left:15px; top:58px; max-width:84px }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site,
.schedule-boxscore .links { display:block; margin-top:5px; font-size:12px; color:#ccc }
.schedule-boxscore .links a { color:#cbb677 }

/* TABS */
.tabs-wrapper .tabs { border-top:5px solid #666; background:#000 }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; height:42px; line-height:42px; font-size:15px; font-weight:900; text-transform:uppercase; text-decoration:none; color:#fff; -webkit-transform:skew(-10deg); transform:skew(-10deg) }
.tabs-wrapper .tab a.active { color:#cbb677 }
.tabs-wrapper .panes { position:relative }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden; background:#1f1f1f }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.schedule-tabs .tabs { background:#fff; border-top:0; border-bottom:3px solid #e1e1e1 }
.schedule-tabs .tab a { height:24px; padding:0 20px; font-size:13px; line-height:24px; color:#ccc }
.schedule-tabs .pane .overflow { height:533px; overflow:auto }
.secondary-tabs .tab { width:50%; text-align:center }
.secondary-tabs .tab a { color:#cbb677 }
.secondary-tabs .tab a.active { color:#fff }
.secondary-tabs .pane .overflow { height:400px; padding:10px }

/* YOUTUBE */
.youtube-wrapper .playlist .overflow { height:188px; overflow:auto }
.youtube-wrapper .playlist ul { margin:0; padding:0; list-style:none }
.youtube-wrapper .playlist li { margin-top:10px }
.youtube-wrapper .playlist li:first-child { margin-top:0 }
.youtube-wrapper .playlist li img { float:left; max-width:100px; margin:0 10px 0 0 }
.youtube-wrapper .playlist li a { text-decoration:none; color:#cbb677 }
.youtube-wrapper .playlist li a:hover { color:#fff }

/* PHOTOS */
.photos-wrapper { position:relative; padding-top:116.959%; overflow:hidden }
.photos-wrapper iframe { position:absolute; top:0; left:0; width:100%; height:100% }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#cbb677; color:#fff }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#cbb677; color:#fff }
.roster .roster-header a { color:#fff }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* SCHEDULE */
.schedule-list table th { background-color:#cbb677; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#cbb677 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#cbb677; color:#fff }
.bio-wrap .head a { color:#fff }

/* COACH BIO */
.coach-bio .info { width:65% }

/*ecccathletics (conference/division records)*/
.schedule-wrap .team-stats .cat{ width:10% !important }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

body { background:#333 }

.page { position:relative; overflow:hidden }
.page-background { position:absolute; top:0; left:0; bottom:0; width:100%; background-repeat:no-repeat; background-size:100% }
.wrapper { position:relative; z-index:1 }
.body-container { padding:20px; background:#333 }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; min-height:99px; background:url(/images/setup/top_bar_bg.png) repeat-x #9e8d5c }
.site-header:before { content:''; position:absolute; top:51px; left:0; width:100%; height:40px; background:#cbb677; border-top:3px solid #efdeab; border-bottom:5px solid #9e8d5c }
.site-header > .container { position:relative; max-width:1172px; margin:0 auto }
.site-header .site-title { position:absolute; left:50%; top:8px; margin:0 0 0 -308px }
.site-header .site-title a { display:block; width:616px; height:33px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -265px -60px }
.site-header .site-logo { position:absolute; left:-9px; top:5px; width:205px; height:125px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat }

.sticky-header .site-header { position:fixed; left:0; top:0; right:0; background:none }
.sticky-header .site-header:before { top:0 }
.sticky-header .site-title { display:none }
.sticky-header .site-logo { left:41px; top:10px; width:39px; height:50px; background-position:-217px 0 }
.sticky-header .dropnav { margin:0 0 0 105px }
.sticky-header .search-bar { top:9px; right:42px; background:rgba(0,0,0,0.3) }
.sticky-header .search-bar input[type="text"] { background:none }
.sticky-header .social-links { top:11px; right:207px }
.sticky-header .page { padding-top:99px }

.mobile-menu-bar { display:none }

.content-row { margin-top:20px }
.content-row1 { margin-top:0 }
.content-row1 .content-col1 { width:70.671%; float:left }
.content-row1 .content-col2 { width:27.561%; float:right }
.content-row3 .content-col { width:32%; margin-left:2%; float:left }
.content-row3 .content-col1 { margin-left:0 }

/* NAVIGATION */
.dropnav { position:relative; margin:51px 0 0 220px }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left; position:relative }
.dropnav .nav > a { position:relative; display:block; height:43px; padding:0 21px; font-size:14px; font-weight:900; line-height:43px; text-decoration:none; text-transform:uppercase; color:#333; -webkit-transform:skew(-10deg); transform:skew(-10deg) }
.dropnav .nav > a:before { content:''; position:absolute; top:0; right:-3px; border-top:29px solid #bda96e; border-right:6px solid transparent }
.dropnav .nav:hover > a { color:#fff; background:#000 }
.dropnav .nav:hover > a:before { display:none }
.dropnav .nav > .submenu { display:none; position:absolute; left:-24px; top:43px; min-width:200px; padding:30px 41px; background:#000; white-space:nowrap }
.dropnav .nav1 > .submenu { left:-2000px; right:-2000px; min-width:none; padding:30px 2021px }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; white-space:nowrap; font-weight:900; font-size:15px; text-decoration:none; text-transform:uppercase; line-height:30px; color:#fff; -webkit-transform:skew(-10deg); transform:skew(-10deg) }
.dropnav .submenu a:hover { color:#cbb677 }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:50px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .submenu .has-submenu[data-follow-link="false"] > a { font-size:25px; color:#cbb677; cursor:default }
.dropnav .submenu .has-submenu[data-follow-link="true"] { display:block; margin:0 }
.dropnav .submenu .has-submenu[data-follow-link="true"] > *,
.dropnav .submenu .has-submenu[data-follow-link="true"] li { display:inline-block; vertical-align:top }
.dropnav .submenu .has-submenu[data-follow-link="true"] > a { min-width:126px }
.dropnav .submenu .has-submenu[data-follow-link="true"] li a { font-weight:400; text-transform:none; color:#cbb677; -webkit-transform:skew(0); -webkit-transform:skew(0) }
.dropnav .submenu .has-submenu[data-follow-link="true"] li a:hover { color:#fff }
.dropnav .submenu .has-submenu[data-follow-link="true"] li a:before { content:'/ '; padding:0 5px; color:#666 }
.dropnav .submenu .has-submenu[data-follow-link="true"] li:first-child a:before { display:none }
.dropnav .submenu a[rel*="wiki-link"] + a { display:none !important }

.secondary-nav { position:relative; z-index:2; padding:10px; color:#fff; background:#000 }
.secondary-nav h1 { float:left; margin:0 0 0 170px; color:#fff; font-size:25px; font-weight:900; text-transform:uppercase; -webkit-transform:skew(-10deg); transform:skew(-10deg) }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { position:relative; max-width:1132px; margin:0 auto }
.secondary-nav > div > ul { float:right; margin-top:5px }
.secondary-nav li { float:left; font-weight:700 }
.secondary-nav li a { padding:5px 10px; color:#fff; text-decoration:none }
.secondary-nav li a:hover { color:#eee; text-decoration:none }
.secondary-nav li:before { content:"|"; color:#cbb677 }
.secondary-nav li:first-child:before,
.secondary-nav .has-nav li:before { display:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav:hover > a { background:#666 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#666; 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; padding:0; white-space:nowrap }

.sect-carousel { position:relative }
.sect-carousel .archived-stories-btn { position:absolute; left:50%; bottom:-9px; z-index:1; width:144px; margin-left:-72px; line-height:22px; text-align:center; text-decoration:none; font-size:10px; font-weight:700; text-transform:uppercase; color:#fff; background:#666 }
.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; height:63px; padding:15px; border-bottom:5px solid #e1e1e1; background:#fff; -webkit-box-sizing:border-box; box-sizing:border-box }
.j-carousel .title { display:block; font-size:24px; color:#333; font-weight:700; text-align:center; text-transform:uppercase; text-decoration:none; text-overflow:ellipsis; line-height:1; white-space:nowrap; overflow:hidden }
.j-carousel .date { position:absolute; left:0; right:0; top:-25px; height:25px; padding:0 20px; font-weight:900; font-size:12px; text-transform:uppercase; line-height:25px; color:#fff; background:rgba(0,0,0,0.6) }
.j-carousel .pipe { display:none }
.j-carousel .sport-name:before { content:'/ '; padding:0 5px; color:#cbb677 }
.j-carousel .carousel-share-links { position:absolute; bottom:57px; right:20px; height:25px; line-height:25px }
.j-carousel .carousel-share-links a { font-size:0; color:#fff }
.j-carousel .carousel-share-links a:before { font-size:14px }
.j-carousel .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.j-carousel .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.j-carousel .carousel-related-links { position:absolute; right:62px; top:-25px; line-height:25px }
.j-carousel .carousel-related-links a { font-size:12px; font-weight:900; text-transform:uppercase; color:#fff }
.j-carousel .leadin,
.j-carousel .readmore { display:none }
.j-carousel .controls { position:absolute; left:50%; bottom:71px; margin-left:-70px; width:140px; height:8px; text-align:center }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:6px; height:6px; cursor:pointer; text-indent:-9999px; background:#fff; border-radius:100% }
.j-carousel .control.active { background:#cbb677 }
 
.top-stories .story { margin-top:10px; padding:0 10px 0 200px; position:relative; -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .story:first-child { margin-top:0 }
.top-stories .thumb { width:190px; float:left; margin-left:-200px; box-shadow:0 2px 2px rgba(0,0,0,0.4); position:relative }
.top-stories .thumb img { vertical-align:top }
.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 .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,
.top-stories .buttons a + a { display:none }
.top-stories .buttons { margin-top:10px; text-align:center }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; background:#6f6f6f; color:#fff; border-radius:3px }

/* 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 { display:block }
.slider-wrapper .image img { vertical-align:top }
.slider-wrapper .image span { display:none }
.slider-wrapper .next, 
.slider-wrapper .prev { position:absolute; left:0; bottom:0; width:53px; height:53px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -713px 0 }
.slider-wrapper .next { left:auto; right:0; background-position:-768px 0 }

.sect-aotw .sect-hdr { position:static; line-height:42px; margin-bottom:0; border-top:5px solid #666; font-size:15px; font-weight:900; text-align:center; text-transform:uppercase; background:#000; color:#fff }
.sect-aotw .sect-hdr span { display:block; -webkit-transform:skew(-10deg); transform:skew(-10deg) }
.aotw-slider { padding:10px; background:#cbb677 }
.aotw-slider .thumb { position:relative; display:block; padding-top:95%; overflow:hidden }
.aotw-slider .thumb img { position:absolute; left:0; top:0; width:100%; vertical-align:top }
.aotw-slider .info { padding:10px; text-align:center; text-decoration:none }
.aotw-slider .title span { display:block; font-size:16px; font-weight:700; color:#fff; -webkit-transform:skew(-10deg); transform:skew(-10deg) }
.aotw-slider .title span:first-child { font-size:21px; font-weight:900; text-transform:uppercase; color:#313332; -webkit-transform:skew(0); transform:skew(0) }
.aotw-slider .leadin { display:none }

/* SOCIAL BUTTONS */
.social-links { position:absolute; right:91px; top:62px }
.social-links ul { margin:0; padding:0; list-style:none }
.social-links li { float:left; margin-left:6px }
.social-links li:first-child { margin-left:0 }
.social-links li span { display:block }
.social-links li span:last-child { display:none }
.social-links li a { display:block; width:23px; height:23px; line-height:24px; text-align:center; text-decoration:none; color:#cbb677; background:#333; border-radius:100%; overflow:hidden }
.social-links li a:hover { color:#fff }
.social-links li .gicon-facebook:hover { background:#3b5998 }
.social-links li .gicon-twitter:hover { background:#55acee }
.social-links li .gicon-youtube:hover { background:#bb0000 }
.social-links li .gicon-instagram:hover { background:#e95950 }

/* SEARCH */
.search-bar { position:absolute; right:92px; top:9px; width:143px; height:26px; background:#6d6d6d; border-radius:3px; overflow:hidden; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar input[type="text"] { width:94%; height:26px; vertical-align:top; padding:0 30px 0 10px; font-size:12px; border:none; outline:none; color:#fff; background:#6d6d6d; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar .submit { width:26px; height:26px; padding:0; border:none; overflow:hidden; background:none; position:absolute; right:0; top:0 }
.search-bar .submit span { display:none }
.search-bar .submit i:before { display:block; width:100%; height:26px; font-size:12px; line-height:26px; text-align:center; color:#fff; margin:0 }

/* TWITTER */
.sect-twitter .sect-hdr { position:static; line-height:42px; margin-bottom:0; padding-left:25px; border-top:5px solid #666; font-size:15px; font-weight:900; text-transform:uppercase; background:#000; color:#fff }
.sect-twitter .sect-hdr span { display:block; -webkit-transform:skew(-10deg); transform:skew(-10deg) }
.twitter-wrapper { background:#1f1f1f }
.twitter-wrapper iframe { vertical-align:top }

}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (min-width:1024px) and (max-width:1172px) {

.search-bar { right:10px }
.dropnav { position:relative; margin:51px 0 0 200px }
.dropnav .nav > a { padding:0 18px }
.social-links { right:10px }
    
}

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#cbb677 }
.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:#000 }
.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:#cbb677; color:#000; 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 .label { display:block; font-size:0 }
.search-bar .text-box { width:100%; height:25px; padding:0 30px 0 10px; border:none; font-size:13px; 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 .text { display:none }
.search-bar .submit span:before { display:block; width:100%; height:23px; font-size:13px; line-height:25px; text-align:center; color:#333; margin:0 }

.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:#cbb677; color:#000 }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:20px; color:#000; 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:#000 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 #000; 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:#000 }
.j-carousel .story-box { padding:10px; font-size:14px; color:#fff }
.j-carousel .title { display:block; margin-bottom:5px; font-size:18px; color:#fff; text-shadow:1px 1px rgba(0,0,0,0.8) }
.j-carousel .carousel-share-links a { font-size:0; color:#eee; text-shadow:1px 1px #000 }
.j-carousel .carousel-share-links a:before { font-size:18px }
.j-carousel .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.j-carousel .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.j-carousel .date,
.j-carousel .leadin,
.j-carousel .readmore { display:none}
.j-carousel .controls {  height: 22px; padding:5px; text-align:center; background:#666 }
.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:#cbb677; box-shadow:none }
.j-carousel .control.active:before { border-color:#cbb677 }
.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 #666; text-transform:uppercase; background:#000; color:#fff }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { position:static; visibility:visible }
.tabs-wrapper .pane .overflow { height:auto; padding:5px; background:#333 }

.slider-wrapper { padding:0 5px 5px; background:#9e8d5c }
.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 span { display:block; height:30px; line-height:30px; padding:0 0 0 10px; font-weight:700; text-transform:uppercase; text-align:left; color:#333; background:#cbb677; 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:#000; border-radius:0 3px 3px 0 }
    
.aotw-slider { position:relative; padding:10px; background:#cbb677 }
.aotw-slider .slider { position:relative; max-width:344px; margin:10px auto; overflow:hidden }
.aotw-slider .items { position:relative; width:50000% }
.aotw-slider .item { float:left; width:0.2%; margin:0 }
.aotw-slider .image,
.aotw-slider .item.cloned,
.aotw-slider .image.cloned { display:block }
.aotw-slider .image img { display:block; vertical-align:top }
.aotw-slider .image span { display:none }
.aotw-slider .next, 
.aotw-slider .prev { position:absolute; display:block; left:0; bottom:0; width:53px; height:53px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -713px 0 }
.aotw-slider .next { left:auto; right:0; background-position:-768px 0 }
.aotw-slider .thumb { position:relative; display:block; padding-top:95%; overflow:hidden }
.aotw-slider .thumb img { position:absolute; left:0; top:0; width:100%; vertical-align:top }
.aotw-slider .info { padding:10px; text-align:center; text-decoration:none }
.aotw-slider .title span { display:block; font-size:16px; font-weight:700; color:#fff; -webkit-transform:skew(-10deg); transform:skew(-10deg) }
.aotw-slider .title span:first-child { font-size:21px; font-weight:900; text-transform:uppercase; color:#313332; -webkit-transform:skew(0); transform:skew(0) }
.aotw-slider .leadin { display:none }

.schedule-boxscore .event-box { margin-top:5px }
.schedule-boxscore .event-box:nth-child(n+6) { display:none }

.top-stories .story { margin-top:10px; 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 .story:first-child { margin-top:0 }
.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 .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 }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; background:#6f6f6f; color:#fff; border-radius:3px }

.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 }
    
.social-links { padding:10px 0; text-align:center; background:#333 }
.social-links ul { display:inline-block; vertical-align:top; margin:0; padding:0; list-style:none }
.social-links li { float:left; margin-left:10px }
.social-links li:first-child { margin-left:0 }
.social-links li span { display:block }
.social-links li span:last-child { display:none }
.social-links li a { display:block; width:28px; height:28px; font-size:16px; line-height:30px; text-align:center; text-decoration:none; color:#fff; background:#333; border-radius:100%; overflow:hidden }
.social-links li a:hover { color:#fff }
.social-links li .gicon-facebook { background:#3b5998 }
.social-links li .gicon-twitter { background:#55acee }
.social-links li .gicon-youtube { background:#bb0000 }
.social-links li .gicon-instagram { background:#e95950 }
    
.archived-stories-btn { display:block; width:150px; height:30px; margin:10px auto; font-size:12px; font-weight:700; text-align:center; text-transform:uppercase; line-height:30px; color:#fff; background:#000 }
    
.sect-hdr { position:static; margin:0; display:block; height:30px; font-size:14px; font-weight:400; line-height:30px; margin-bottom:0; padding:0 10px; border-bottom:5px solid #666; text-transform:uppercase; background:#000; color:#fff }
    
.youtube-wrapper .playlist .overflow { padding:10px; height:auto; background:#1f1f1f }
.youtube-wrapper .playlist li:nth-child(n+6) { display:none }
    
.site-header .site-logo,
.content-row1 .content-col2,
.content-row3 .content-col1 { 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 BACKGROUND
  ----------------------------------------*/

@media only screen and (max-width:2000px) {

.page-background { left:50%; width:2000px; margin-left:-1000px }

}

/*---------------------------------------
  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 }
.no-touch .mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { color:#fff; background:#000 }
.mobile-menu-bar li .text { display:none }

}

@media only screen and (max-width:600px) {
  
.top-stories .story { position:relative }
.top-stories .details { padding:10px; background:#000 }
.top-stories .title { color:#fff; margin:0; text-shadow:1px 1px rgba(0,0,0,0.8) }
.top-stories .date,
.top-stories .leadin { display:none }

}