/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'open_sans';
    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: 400;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans';
    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: 700;
    font-style: normal;

}

@font-face {
    font-family: 'gothammedium';
    src: url('gothammedium-webfont.woff2') format('woff2'),
         url('gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_blackregular';
    src: url('gotham-black-webfont.woff2') format('woff2'),
         url('gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'freshmannormal';
    src: url('freshman-webfont.woff2') format('woff2'),
         url('freshman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#9B1D22 !important }

body { font-family:'gotham_blackregular', arial; font-size:14px; line-height:1.5; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

a { color:#9f1b30; text-decoration:none }
a:hover { color:#9f1b30; text-decoration:underline }

h1,h2,h3,h4,h5,h6 { line-height:1.3 }

h1 { font-size:34px; color:#9f1b30 }
h2 { font-size:30px; color:#00204e }
h3 { font-size:26px }
h4 { font-size:22px }
h5 { font-size:18px }
h6 { font-size:16px }

.mainbody { padding:10px; background:#fff;  }
.landing .mainbody { padding:0; background:none }


.sect-hdr { position:absolute; left:-9999px }
.site-footer { padding:30px 0; background:#8f8f8f;font-family: 'gothammedium'; color:#fff; line-height:5px }

/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:43%; 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 # 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 */
.sect-sponsor .sect-hdr, .sect-aotw .sect-hdr { position:static;  line-height:20px; margin-bottom:0; padding:10px;  font-family: 'freshmannormal'; font-size:20px; font-weight:normal; font-style:italic; text-transform:uppercase; background:#96172e; color:#fff; text-align:center; text-transform:uppercase }
.aotw { position:relative; height:415px }
.aotw .athlete { margin-top:10px }
.aotw .athlete:first-child { margin-top:0 }
.aotw .thumb img { vertical-align:top }
.aotw .info{ position:absolute; left:0; right:0; bottom:0;background:url(/images/setup/full_story.png) no-repeat; max-width:367px; height:95px}
.aotw .title { display:block; margin-bottom:10px; padding:10px }
.aotw .title span { display:block; margin-top:5px; font-size:12px; color:#fff }
.aotw .title span:first-child { font-size:18px; text-transform:uppercase }
.aotw .leadin{ display:none }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:5px; position:relative; background:#00214e; overflow:hidden }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .event-box .event-info {padding:5px 10px 5px 105px; color:#fff; min-height:60px  }
.schedule-boxscore .date  { position:absolute; width:84px; padding-top:15px; left:0; top:0; bottom:0; font-size:25px; line-height:1; text-align:center; text-transform:uppercase; color:#fff; background:#97172e }
.schedule-boxscore .date:after { content:""; position:absolute; right:-20px; top:0; border:80px solid transparent; border-right-width:20px; border-top-color:#97172e; border-left:none }
.schedule-boxscore .sport { font-size:14px; color:#fff; text-transform:uppercase }
.schedule-boxscore .status { float:right; text-transform:uppercase }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team { font-size:14px }
.schedule-boxscore .result{ float:right }
.schedule-boxscore .notes{ display:none }
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:12px; color:#fff ;font-family: 'gothammedium' }

/* TABS */
.tabs-wrapper .tabs { background:#c4c8c9 }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .panes { position:relative }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.social-tabs ul.tabs .tab { width:25%; height:41px;  -webkit-box-sizing:border-box; box-sizing:border-box }
.social-tabs .tab a { display:block;height:31px; padding:5px; font-size:18px; text-decoration:none; overflow:hidden; color:#c4c8c9 }
.social-tabs .tab a.active{ background:#96172e;color:#96172e  }
.tabs-wrapper .tab a:before { font-family:"GlyphIcons"; font-style:normal; font-weight:normal; font-variant:normal; display:block; text-align:center; text-decoration:none; text-transform:none; speak:none;width: 20px; height: 20px;line-height: 20px; background:#fff;border-radius: 20px;padding: 5px; margin: 0 auto; }
.tabs-wrapper .tab a[href*="twitter"]:before { content:'\e81d' }
.tabs-wrapper .tab a[href*="facebook"]:before { content:'\e81b' }
.tabs-wrapper .tab a[href*="instagram"]:before { content:'\e81f' }
.tabs-wrapper .tab a[href*="youtube-play"]:before { content:'\e824' }

.er-tabs .tab { width:50%; box-sizing:border-box }
.er-tabs .tab a { position:relative; display:block; height:45px; line-height:45px; text-align:center; text-transform:uppercase; text-decoration:none; background:#8f9090; color:#fff; font-size:18px  }
.er-tabs .tab a.active {  z-index:1; background:#00214e }
.er-tabs .tab1 a.active:after { content:""; position:absolute; right:-20px; top:0; border:45px solid transparent; border-right-width:20px; border-top-color:#00214e; border-left:none }
.er-tabs .tab2 a.active:after { content:""; position:absolute; left:-20px; bottom:0; border:45px solid transparent; border-left-width:20px; border-bottom-color:#00214e; border-right:none }
.er-tabs .pane .overflow { height:415px; overflow:auto }

.navbar-image ul,
.navbar-image li{ list-style:none; padding:0; margin:0}
.navbar-image li img{ vertical-align:middle }
.navbar-image span{ display:none }

.footer-logos li{ display: inline-block;vertical-align: top;margin: 0 10px }

.navbar-sponsor li{ margin-top:10px }

/* YOUTUBE */
.youtube-wrapper .playlist .overflow { height:194px; padding:10px; overflow:auto; -webkit-box-sizing:border-box; box-sizing:border-box }
.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; vertical-align:top; max-width:90px; margin-right:10px }
.youtube-wrapper .playlist li a { display:block; font-size:12px; line-height:1.2; color:#fff }
.youtube-wrapper .playlist li.active a { color:#97172e }

.instagram-feed { position:relative; overflow:auto; height:415px }
.instagram-feed ul { margin:0; list-style:none }
.instagram-feed .item { width:33%; float:left }
.instagram-feed .item .gutter { padding:2px 0 0 2px }
.instagram-feed img { vertical-align:middle; width:100% }
.instagram-feed img.lazyload,
.instagram-feed img.lazyloading { opacity:0; transform:scale(0) }
.instagram-feed img.lazyloaded { opacity:1; transition:opacity .8s, transform .4s; transform:scale(1); transition-delay:.4s }
.instagram-feed .item .placeholder { position:relative; padding-top:100% }
.instagram-feed .load-more { text-align:center; cursor:pointer }
.instagram-feed .load-more span { position:absolute; left:0; right:0; top:50%; margin-top:-1em; color:#444; text-transform:uppercase }
.instagram-feed .item a { display:block; position:absolute; left:0; right:0; top:0; bottom:0; background:#ccc; text-decoration:none }
.instagram-feed .item.video a:before { content:"\e80a"; position:absolute; left:0; right:0; top:50%; z-index:2; font-family:'glyphicons'; font-size:30px; line-height:1; margin-top:-15px; color:#eee; text align:center; text-shadow:0 0 2px rgba(0,0,0,0.5); speak:none }
.instagram-feed .item a:after { content:""; transition:background .6s ease-out }
.instagram-feed .item:hover a:after { position:absolute; left:0; right:0; top:0; bottom:0; z-index:3; background:rgba(0,0,0,0.2) }
.instagram-feed .prev,
.instagram-feed .next { display:none }

a.btn-composite { display:block; background:#96162D; color:#fff; padding:10px; text-transform:uppercase; text-align:center; margin-top:10px  }
.readmore-btn{ display: block; position: absolute; right: 0; bottom: 0; width: 111px; height: 33px; text-indent:-9999px }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#9f1b30; color:#fff }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#9f1b30; color:#fff }
.roster .roster-header a { color:#fff }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* SCHEDULE */
.schedule-list table th { background-color:#9f1b30; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#9f1b30 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#9f1b30; color:#fff }
.bio-wrap .head a { color:#fff }

/* COACH BIO */
.coach-bio .info { width:65% }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {
    
html { min-height:100% }
body { position:relative; min-height:100% }

.page { position:relative; z-index:2; max-width:2000px; margin:0 auto; overflow:hidden }
.page-backgrounds { position:fixed; left:0; right:0; top:0; bottom:0; background:no-repeat #959595; background-size:100% 100%}

.mainbody { min-height:500px; padding: 2.55em; padding-top:1.95em; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; margin-bottom:0px; background:url(/images/setup/header_bg_repeat.png) repeat-x; min-height:143px }
.site-home .site-header{ margin-bottom:50px }
.site-header > div { position:relative; margin:0 auto; max-width:1200px }
.site-header .site-title { padding-left:135px; margin:0 }
.site-header .site-title a { display:block; width:1030px; height:96px; margin:0 auto; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat 0px -182px  }
.site-header .site-logo { position:absolute; left:0; top:30px; margin-left:-65px; z-index:3}
.site-header .site-logo a { display:block; width:238px; height:138px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat 0px 0px; -ms-transform: scale(0.8); -moz-transform: scale(0.8); -webkit-transform: scale(0.8); transform: scale(0.8)  }

.mobile-menu-bar, .search-bar { display:none }

.content-row > div { position:relative; max-width:1200px; margin:0 auto }
.content-row1{ margin-bottom:140px }
.content-row1 .content-col1 { width:60%; float:left }
.content-row1 .content-col2 { width:35%; float:right }
.content-row2{ background:url(/images/setup/bg_row2.jpg) no-repeat 50% 50%; background-size:cover; padding:20px 0px 30px }
.content-row2 .content-col1 { width:30.6%; float:left }
.content-row2 .content-col2 { width:33.3%; float:left; margin-left:3% }
.content-row2 .content-col3 { width:30.5%; float:right }

.site-footer{background:url(/images/setup/footer_bg.jpg) no-repeat 50% 50%; background-size:cover; font-size:18px }
.site-footer .container{ position:relative; max-width:1200px; margin:0 auto}
.footer-logos li{ margin: 0 35px }
.site-footer .footer-text{ margin:40px 0px}

.raiders-hdr{ display:block; position:absolute;left:0; right:0; top:-140px; width:670px; height:150px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -252px 0px; margin:0 auto }

/* NAVIGATION */
.dropnav { position:relative; background:#97172e; text-align:center;-webkit-transform: skew(-20deg);-moz-transform: skew(-20deg);-o-transform: skew(-20deg)}
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { display: inline-block;  vertical-align: top; padding-left:100px }
.dropnav .nav { float:left }
.dropnav .nav > a { display:block; height:47px; padding:0 20px; font-size:17px; line-height:47px; text-decoration:none; color:#fff; text-transform:uppercase;-webkit-transform: skew(20deg);-moz-transform: skew(20deg);-o-transform: skew(20deg); }
.dropnav .nav > .submenu:before { content:""; position:absolute; left:-9999px; right:-9999px; top:0; bottom:0; display:block; z-index:-1; background:#00214E; border-bottom:5px solid #fff }
.dropnav .nav > .submenu:after{ content:""; position:absolute; right:0; top:22px; bottom:0; display:block; width:588px; height:200px; background:url(/images/setup/master_sprite.png) no-repeat -908px 0px;z-index:-1; }
.dropnav .nav > .submenu { display:none; position:absolute; left:120px; right:0; top:47px; min-width:200px; max-width:1200px; min-height:180px; margin:0 auto; padding:30px 20px; white-space:nowrap; text-align:left;-webkit-transform: skew(20deg);-moz-transform: skew(20deg);-o-transform: skew(20deg); }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; font-size:16px; line-height:25px; color:#fff; white-space:nowrap; text-decoration:none; text-transform:uppercase; }
.dropnav .nav1 .submenu a{ line-height:32px }
.dropnav .submenu a:hover { color:#97172e }
.dropnav .submenu .has-submenu[data-follow-link="false"] > a { cursor:default; color:#96172e; text-transform:uppercase; font-size:18px; margin-bottom:5px }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:20px }
.dropnav .nav1 .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:40px }
.dropnav .nav1 .submenu.level1 > ul > .has-submenu:before { content:""; position:absolute; top:30px; left:50%; margin-left:-105px; bottom:30px; width:2px; background:#fff }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .submenu.level2 .has-submenu { display:block; margin:0; clear:both }
.dropnav .submenu.level2 .has-submenu > a { float:left; min-width:190px  }
.dropnav .submenu.level2 .has-submenu .submenu { overflow:hidden; float:left }
.dropnav .submenu.level2 .has-submenu li { float:left; margin-right:10px }
.dropnav .submenu.level2 .has-submenu li a { font-size:13px; color:#fff; font-family: 'gothammedium'; text-transform:uppercase  }
.dropnav .submenu.level2 a[rel="wiki-link"] + a { position:absolute; text-indent:-9999px }

.sport-home .site-header{ margin-bottom:0 }
.secondary-nav { position:relative; max-width:1000px; left:50%; margin-left:-466px; margin-bottom:30px; z-index:2; padding:10px; color:#fff; background:#fff;-webkit-transform: skew(-20deg);-moz-transform: skew(-20deg);-o-transform: skew(-20deg); text-transform:uppercase  }
.secondary-nav > div{-webkit-transform: skew(20deg);-moz-transform: skew(20deg);-o-transform: skew(20deg) }
.secondary-nav h1 { padding-left:15px; float:left; margin-bottom:0; color:#97172e; font-size:24px }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:5px }
.secondary-nav li { float:left }
.secondary-nav li a { color:#00214e; text-decoration:none }
.secondary-nav li a:hover { color:#97172e; text-decoration:none }
.secondary-nav li:before { content:" "; padding:0 5px }
.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; right:0; 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  }

.j-carousel .media-box { padding-top:0%; height:510px; position:relative; overflow:hidden }
.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:20px; color:#fff; background:url(/images/setup/carousel_story_bg.png) repeat }
.j-carousel .title { display:block; font-size:26px; color:#fff; text-transform:uppercase }
.j-carousel .date { display:block; position:absolute; right:0; top:-20px }
.j-carousel .leadin{ display:none }
.j-carousel .readmore{ display: block;width:70px;height:47px;text-indent: -9999px;background: url(/images/setup/master_sprite.png) no-repeat -2012px 0px;position:absolute; right:0; bottom:0 }
.j-carousel .controls { text-align:center }
.j-carousel .control { position:relative; display:inline-block; width:10px; height:10px; overflow:hidden; margin-left:5px; cursor:pointer; text-indent:-9999px; background:#96162D; border:2px solid #fff; border-radius:100% }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active { background:#00214e; border-color:#00214e }


}
@media screen and (min-width: 1400px) {

.site-header .site-logo{ margin-left:-85px }
.site-header .site-logo a{ -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); transform: scale(1)}

}
@media only screen and (min-width:1024px) and (max-width:1230px) {

.site-header .site-logo{ top:20px; margin-left:-45px}
.site-header .site-logo a{ -ms-transform: scale(0.6); -moz-transform: scale(0.6); -webkit-transform: scale(0.6); transform: scale(0.6)}

.dropnav .nav > a{ padding:0px 6px }

.content-row2 .content-col2{ width:32.333%; margin-left:2% }
    
.site-footer .footer-text{ line-height:1 }
.footer-logos li{ margin:0 10px }

.dropnav .nav1 .submenu.level1 > ul > .has-submenu:before { width:0px  }


}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0; background:#013e7f }
.page-backgrounds{ display:none }

.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% }

.readmore-btn, .site-header .site-logo, .raiders-hdr{ display:none }

.content-row2 .content-col3{ text-align:center }

.mobile-menu-bar { display:block; padding:5px; background:#97172e }
.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:#c4c8c9; 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 .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 span { font-size:0 }
.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 .nav > .submenu { display:none }
.dropnav .nav > a,
.dropnav .submenu a { display:block; padding:0 10px; line-height:34px; color:#fff; text-decoration:none; position:relative }
.dropnav .submenu .has-submenu[data-follow-link="false"] > a { color:#fff; text-transform:none; background:#000 }
.dropnav li { border-bottom: solid 1px #292929; border-top: 1px solid #434343 }
.dropnav .submenu li { border-top:solid 1px #363636; border-bottom:solid 1px #494949 }
.dropnav li:last-child,
.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 { position:relative }
.dropnav .nav.has-submenu > a { margin-right:40px }
.dropnav .nav.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:#222 }
.dropnav .nav.has-submenu.active:after { content:'\e811' }
.dropnav .has-submenu.active > .submenu { display:block; background:#444 }
.dropnav .submenu-title { display:none }

.secondary-nav { background:#013e7f; 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 { display:none}
.j-carousel .controls {  height: 22px; padding:5px; text-align:center;   background: #013e7f }
.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:#97172e; box-shadow:none }
.j-carousel .control.active:before { border-color:#97172e }
.j-carousel .control .thumb { display:none }

.schedule-boxscore .event-box { margin-top:5px }
.schedule-boxscore .event-box:nth-child(n+6) { display:none }

.aotw { height:auto; margin-bottom:10px; text-align:center }
.aotw .info{ text-align:center; background:#97172e; width:100%; height:auto }

.site-footer .footer-text{ line-height:1 }
.site-footer{ 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 TABLET LANDSCAPE  
  ----------------------------------------------------------*/

@media only screen and (min-width:601px) and (max-width:1023px) {

    
}

/*---------------------------------------
  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 span { font-size:0 }
.mobile-menu-bar li span:before { font-size:14px }

.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 #97172e; border-top:5px solid #97172e; text-transform:uppercase; background:#013e7f; 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 }

.content-row2 .content-col2, .content-row1 .content-col2{ display:none }

/* SOCIAL */
.social-links {padding: 10px 0;text-align: center;background: rgba(0,0,0,0.6) }
.social-links ul {display: inline-block }
.social-links ul { list-style:none; padding:0; margin:0 }
.social-links li { float:left; margin-left:5px; text-align:center }
.social-links li:first-child { margin-left:0 }
.social-links li a { display:block; color:#fff; text-decoration:none }
.social-links li a em { display:block; width:24px; height:24px; font-size:14px; line-height:24px; color:#fff; background-color:#8f9090; border-radius:100% }
.social-links li a:hover em { background-color:#96172e; -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); transform:rotate(360deg); -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; transition:all 0.5s ease }
.social-links li a span { display:none }
}

@media only screen and (max-width:600px) {
}
  
  
  
/* CAMPS */
.camp-box > h2 {background-color: #96172E!important;}
.camp-box button:hover {background: #96172E!important;}
.camp-box button {background: #003E7E!important; color: #000;}
.camp-box button:before {background: #96172E!important;}

/*******PRESTO LOGO*********/
a[aria-label="PrestoSports"] img.lazyloaded {
    max-width: 300px;
    padding-top: 30px;
}
