/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONT FOR LANDING PAGES */

@font-face {
    font-family: 'russo_oneregular';
    src: url('russoone-regular-webfont.eot');
    src: url('russoone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('russoone-regular-webfont.woff2') format('woff2'),
         url('russoone-regular-webfont.woff') format('woff'),
         url('russoone-regular-webfont.ttf') format('truetype'),
         url('russoone-regular-webfont.svg#russo_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('OpenSans-Semibold-webfont.eot');
    src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold-webfont.woff') format('woff'),
         url('OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('OpenSans-ExtraBold-webfont.eot');
    src: url('OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#621d21 !important }

body { font-family:'open_sansregular', arial; font-size:14px; line-height:1.5; background:url(/images/setup/2015/page_pattern_repeat.png) repeat #aaa; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

a { color:#460e11; text-decoration:none }
a:hover { color:#ecc50c; text-decoration:underline }

h1,h2,h3,h4,h5,h6,b,strong { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#621D21}
h2 { font-size:21px; color:#621D21}
h3 { font-size:18px }
h4 { font-size:16px }
h5 { font-size:14px }
h6 { font-size:13px }

.body-container { max-width:1100px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.box-hdr { margin:0 0 10px; font-family:'russo_oneregular', arial; font-size:20px; font-style:italic; text-transform:uppercase; color:#ecc50c }

.select-dropdown { position:relative; min-width:150px; max-width:300px; font-family:arial; background:#fff; margin-bottom:10px; border:1px solid #000; z-index:2 }
.select-dropdown > .selection { display:block; position:relative; text-decoration:none }
.select-dropdown > .selection span { display:block; padding:0 10px; margin-right:30px; line-height:30px; text-decoration:none }
.select-dropdown > .selection:after { content:""; display:block; width:0; height:0; position:absolute; right:10px; top:50%; margin-top:-3px; border-style:solid; border-width:6px 6px 0; border-color:#333 transparent transparent  }
.select-dropdown.active > .selection:after { border-color:transparent transparent #333; border-width:0 6px 6px }
.select-dropdown ul, 
.select-dropdown li { margin:0; padding:0; list-style:none }
.select-dropdown ul { display:none; position:absolute; left:-1px; right:-1px; top:30px; max-height:200px; padding:10px; overflow:auto; background:rgba(0,0,0,0.8); border-radius:0 0 5px 5px }
.select-dropdown.active ul { display:block; }
.select-dropdown li { display:block;height:25px; line-height:25px; color:#fff; position:relative; cursor:pointer } 
.select-dropdown li.selected { display:none }

.navbar-buttons li,
.navbar-buttons ul { list-style:none; padding:0; margin:0 }
.navbar-buttons li img { vertical-align:middle }

.site-footer { padding:70px 0 40px 0; text-align:center; background:url(/images/setup/2015/footer_bg_pattern.png) repeat-x 0 0 #000 }
.footer-logos li { display:inline-block; vertical-align:top; margin:0 20px }
.footer-text { margin-top:40px }
.footer-text p { margin:0; font-family:'open_sansbold', arial; font-size:15px; color:#fff }

/* CAROUSEL */
.j-carousel .seats:before,
.j-carousel .seats:after { content: " "; display:table }
.j-carousel .seats:after { clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:66%; 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 }

.top-stories { height:360px; overflow:auto }
.top-stories .row { margin-top:10px }
.top-stories .row:first-child { margin-top:0 }
.top-stories .title { display:block; font-family:'open_sanssemibold', arial; font-size:16px; color:#fff }
.top-stories .title:hover { color:#ecc50c; text-decoration:none }
.top-stories .date { font-family:'russo_oneregular', arial; font-size:12px; color:#ecc50c; text-transform:uppercase }
.top-stories .links,
.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 }


/* aotm */
.aotm { font-family:'open_sansbold', arial; text-align:center; overflow:hidden }
.aotm .athlete { width:19%; float:right}
.aotm .athlete:first-child,
.aotm .athlete:nth-child(2) { float:left }
.aotm .thumb { display:block; max-width:245px; border-bottom:5px solid #ecc50c; margin:0 auto }
.aotm .thumb img { width:100%;  vertical-align:top }
.aotm .title { display:block; text-transform:uppercase; text-decoration:none }
.aotm .title span { display:block; margin-top:5px; font-size:16px; color:#fff }
.aotm .title span:first-child { font-size:22px  }
.aotm .title:hover span:first-child { color:#ecc50c }

/* BUTTONS */
.bottom-buttons { text-align:center }
.bottom-buttons li { display:inline-block; vertical-align:top }

.team-links { height:360px; background:rgba(0,0,0,0.5); overflow:auto }
.team-links ul { min-height:320px; list-style:none; margin:0; padding:20px; border-left:42px solid #000 }
.team-links li a { position:relative; display:block; font-family:'open_sanssemibold', arial; font-size:13px; line-height:30px; color:#fff }
.team-links li a:hover { text-decoration:none }
.team-links li a:hover:before { content:""; position:absolute; left:-46px; top:50%; margin-top:-5px; border:5px solid #ffc423 }

/* SCHEDULE */
.upcoming-hdr { margin:0 0 10px; font-family:'russo_oneregular', arial; font-size:20px; font-style:italic; text-transform:uppercase; color:#621d21  }
.upcoming-events { height:570px; overflow:auto}

.schedule-boxscore { font-family:'open_sansbold', arial; color:#fff }
.schedule-boxscore .no-events { padding:20px; border-bottom:5px solid #ecc50c; text-align:center; text-transform:uppercase; background:#621d21 }
.schedule-boxscore .event-box { position:relative; min-height:74px; margin-top:10px; padding:10px 10px 40px 90px; position:relative; background:#621d21}
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date  { position:absolute; left:10px; top:10px; width:70px; height:40px; padding:15px 0; font-size:30px; line-height:1; text-align:center; font-family:'open_sansbold', arial; text-transform:uppercase; color:#460004; 
background: #f4f4f4;
background: -moz-linear-gradient(top,  #f4f4f4 0%, #e4e4e4 51%, #c4c4c4 51%, #9e9e9e 100%);
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e4e4e4 51%,#c4c4c4 51%,#9e9e9e 100%);
background: linear-gradient(to bottom,  #f4f4f4 0%,#e4e4e4 51%,#c4c4c4 51%,#9e9e9e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#9e9e9e',GradientType=0 );
}
.schedule-boxscore .date span:first-child { display:block; font-size:12px }
.schedule-boxscore .sport-status { font-size:12px; text-transform:uppercase; color:#ecc50c }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#fff }
.schedule-boxscore .teams { margin-bottom:10px }
.schedule-boxscore .team { font-size:15px; text-transform:uppercase }
.schedule-boxscore .team .result { color:#ff6600 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { font-family:'ralewaybold', arial; font-size:12px; color:#a0a0a0 }
.schedule-boxscore .links { position:absolute; left:10px; right:10px; bottom:10px; padding:5px 10px; height:15px; line-height:15px; font-size:11px; background:#853438}
.schedule-boxscore .links a { margin-right:5px; color:#ecc50c }
.schedule-boxscore .links span { display:none }

/* SCOREBOARD */
.scrolling-scoreboard { position:relative; font-family:'open_sansbold', arial; font-size:12px; text-transform:uppercase }
.scrolling-scoreboard .scoreboard { position:relative; overflow:hidden }
.scrolling-scoreboard .scroller { position:relative; width:20000% }
.scrolling-scoreboard .slide { width:0.5%; float:left }
.scrolling-scoreboard .events-box { width:32%; margin-left:2%; float:left }
.scrolling-scoreboard .events-box:first-child { margin-left:0 }
.scrolling-scoreboard .no-events { padding:150px 0; border-bottom:5px solid #ecc50c; text-align:center; text-transform:uppercase; color:#fff; background:#621d21 }
.scrolling-scoreboard .event { position:relative; min-height:284px; padding:10px 10px 40px 10px; color:#fff; background:#eaeaea}
.scrolling-scoreboard .event .no-event { display:block; padding:20px; color:#000; text-align:center }
.scrolling-scoreboard .event .date { display:block; margin:-10px -10px 0; padding:0 10px; line-height:30px; color:#fff; background:#460e11 }
.scrolling-scoreboard .event .sport { margin:0 -10px 10px;; padding:0 10px; line-height:30px; font-size:14px; text-align:center; background:#460e11 }
.scrolling-scoreboard .event .sport a { color:#fff }
.scrolling-scoreboard .event .status { position:absolute; right:10px; top:0; line-height:30px; color:#fff }
.scrolling-scoreboard .event .team { font-size:16px; line-height:1.3; color:#575757 }
.scrolling-scoreboard .event .team + .team { margin-bottom:20px }
.scrolling-scoreboard .event .score { min-width:30px; padding:10px 5px; text-align:center; color:#460e11; background:#ecc50c }
.scrolling-scoreboard .event .neutral-site,
.scrolling-scoreboard .event .notes { margin:0 -10px; padding:5px 10px; font-size:11px; color:#525252; background:#d7d7d7 }
.scrolling-scoreboard .event .links { position:absolute; left:0; right:0; bottom:0; padding:5px; text-align:center; background:#460e11 }
.scrolling-scoreboard .event .links a { font-size:9px; color:#ecc50c }
.scrolling-scoreboard .next,
.scrolling-scoreboard .prev { position:absolute; right:30px; top:-30px; width:10px; height:16px; text-indent:-9999px; cursor:pointer; background:url(/images/setup/2015/master_sprite.png) no-repeat -284px 0 }
.scrolling-scoreboard .next { right:10px; background-position:-310px 0 }
.scrolling-scoreboard .next.disabled,
.scrolling-scoreboard .prev.disabled { display:none }

/* SOCIAL */
.social-links{ padding-top:20px; text-align:center }
.social-links ul { list-style:none; padding:0; margin:0 }
.social-links li { display:inline-block; margin-top:10px; }
.social-links li:first-child { margin-left:0 }
.social-links li a { display:block; color:#fff; text-decoration:none }
.social-links li a .icon { display:block; width:100px; height:100px; font-size:50px; line-height:100px; color:#fff; background-color:#621d21; border-radius:100% }
.social-links li a:hover .icon { background-color:#460e11; color:#fff; -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 .text { display:none }

/* GPT ADS */
.gpt-adhesion-placeholder { position:fixed; left:0; right:0; bottom:0; z-index:9999; text-align:center; background:#000; -webkit-transition:bottom .4s } 
.gpt-adhesion-placeholder.collapse { bottom:-200px }


/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#621D21; color:#fff }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#621D21; color:#fff }
.roster .roster-header a { color:#fff }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* SCHEDULE */
.schedule-list table th { background-color:#621D21; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#621D21}
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#621D21; color:#fff }
.bio-wrap .head a { color:#fff }
.bio-wrap .about td.val { font-size:14px }


/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1121px) {

html { min-height:100% }
body { position:relative; min-height:100% }

.page { position:relative; z-index:2 }
div[id="page-backgrounds"] { position:absolute; left:0; right:0; top:210px; z-index:1; overflow:hidden }
div[id="page-backgrounds"] img { position:relative; left:50%; margin-left:-1000px; width:2000px; max-width:none }

.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; min-height:171px; margin-bottom:40px; background:url(/images/setup/2015/hedaer_bg.png) repeat-x 0 0 }
.site-header > div { position:relative; max-width:1100px; margin:0 auto }
.site-header .site-title { margin:0; min-height:84px; padding:13px 0 16px }
.site-header .site-title:before { content:''; display:block; width:954px; height:11px; margin:0 auto 31px; background:url(/images/setup/2015/master_sprite.png) no-repeat 0 -213px }
.site-header .site-title a { display:block; width:934px; height:42px; margin-left:84px; text-indent:-9999px; background:url(/images/setup/2015/master_sprite.png) no-repeat 0 -160px  }
.site-header .site-title a:after { content:''; position:absolute; left:50%; top:39px; margin-left:-120px; z-index:2; width:210px; height:158px; background:url(/images/setup/2015/master_sprite.png) no-repeat 0 0}

.mobile-menu-bar, .search-bar { display:none }

.content-row > div { max-width:1100px; margin:0 auto }
.content-row.aotm-row > div { max-width:none; }

.carousel-upcoming-row .content-col1 { width:54%; float:left }
.carousel-upcoming-row .content-col2 { width:42%; float:right }
.scoreboard-button-row {padding:75px 0 75px 0; background:url(/images/setup/2015/events_row_bg.png) no-repeat 50% 0}
.scoreboard-button-row .content-col1 { width:70%; float:left }
.scoreboard-button-row .content-col2 { width:29%; float:right }
.highlights-links-row { padding:75px 0 75px 0; margin-top:-45px; background:url(/images/setup/2015/news_links_row.png) no-repeat 50% 0}
.highlights-links-row .content-col1 { width:59%; float:left}
.highlights-links-row .content-col2 { width:40%; float:right}
.aotm-row { min-height:400px; padding:80px 0; margin-bottom:-55px; background:url(/images/setup/2015/video_row_bg.jpg) no-repeat 50% 0}
.bottom-buttons-row { 
    height: 175px;
    margin-bottom: -45px;
    padding: 70px 0;
    background: url(/images/setup/2015/buttons_bg.png) no-repeat center center;
    background-size: cover;
}
.bottom-buttons-row > div { max-width:1200px }
.video-row { position:relative;margin:-55px 0; padding:84px 0; background:url(/images/setup/2015/videos_row_bg.png) no-repeat 50% 0 }
.video-row > div { position:relative }

/* NAVIGATION */
.dropnav { position:relative; font-family:'russo_oneregular', arial }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left; position:relative; z-index:2 }
.dropnav .nav3 { margin-right:210px }
.dropnav .nav > a { display:block; height:31px; padding:7px 20px; font-size:14px; line-height:31px; text-align:center; text-decoration:none; color:#621d21; text-transform:uppercase }
.dropnav .nav1 > a { max-width:58px; padding:7px 40px; line-height:15px }
.dropnav .nav2 > a { max-width:72px; padding:7px 30px; line-height:15px }
.dropnav .nav3 > a { max-width:100px; padding:7px 30px; line-height:15px }
.dropnav .nav > .submenu { display:none; position:absolute; left:0; top:46px; height:104px; padding:20px 65px 20px 20px; background:url(/images/setup/2015/dropdown_bg.png) no-repeat 100% 0; white-space:nowrap}
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; font-size:12px; line-height:22px; letter-spacing:1px; color:#fff; white-space:nowrap; text-transform:uppercase; text-decoration:none }
.dropnav .submenu a:hover { color:#ecc50c }
.dropnav .submenu .has-submenu > a { font-size:18px; text-transform:uppercase; color:#000; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }

.secondary-nav { position:relative; z-index:2; padding:10px; margin:-51px 0 40px; font-family:'open_sansbold', arial; color:#111;  text-transform:uppercase; background:rgba(0,0,0,0.2)}
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; font-family:'russo_oneregular', arial; font-size:34px; font-weight:normal; color:#333 }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { max-width:1100px; margin:0 auto }
.secondary-nav > div > ul { float:right; margin-top:7px }
.secondary-nav li { float:left }
.secondary-nav li a { color:#fff;text-decoration:none }
.secondary-nav li a:hover { color:#460e11; 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 }

.j-carousel .story-box { position:relative; height:170px; padding:15px; font-family:'open_sanssemibold', arial; color:#000; background:rgba(0,0,0,0.3) }
.j-carousel .title { display:block; font-family:'open_sansextrabold', arial; font-size:24px; line-height:1.2; text-transform:uppercase; color:#000 }
.j-carousel .title:hover { color:#ecc50c; text-decoration:none }
.j-carousel .date { display:block; color:#fff }
.j-carousel .readmore { font-family:'open_sansextrabold', arial; color:#000; text-transform:uppercase; white-space:nowrap }
.j-carousel .controls { float:left; padding:5px 10px; height:10px; margin-top:10px; background:#621d21; border-radius:10px }
.j-carousel .control { position:relative; float:left; width:10px; height:10px; margin-left:5px; cursor:pointer; text-indent:-9999px; background:#fff; border-radius:5px }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active { background:#ecc50c }
.j-carousel .control .thumb { width:100%; vertical-align:top }
 
/* TABS */
.tabs-wrapper .tabs { border-bottom:5px solid #233a75 }
.tabs-wrapper ul.tabs .tab { margin-left:5px }
.tabs-wrapper ul.tabs .tab:first-child { margin-left:0 }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; text-decoration:none; background:#8f9090; color:#fff; border-radius:3px 3px 0 0 }
.tabs-wrapper .tab a.active { background:#9b1d22 }
.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; background:#eee }
.tabs-wrapper .pane.active { position:static }

.secondary-tabs .pane .overflow { height:300px; padding:10px; overflow:auto }

/* VIDEO */
.video-row .video-playlist { padding-top:0 }
.video-row .video-playlist .playlist-wrapper { padding:0; background:none }
.video-row .video-playlist .video-info,
.video-row .video-playlist .pagination,
.video-row .video-playlist .playlist-title,
.video-row .video-playlist .playlist .video-title { display:none }
.video-row .video-playlist .playlist .item { width:48%; padding:0; margin:0 1% 2%; float:left }
.video-row .video-playlist .playlist .thumb { float:none; max-width:100%; max-height:none; margin:0; border:none }
.video-row .video-playlist .playlist .thumb img { vertical-align:middle }
.video-row .more-video-bth { position:absolute; left:60%; right:0; bottom:0; line-height:40px; text-align:center; font-family:'russo_oneregular', arial; font-size:20px; color:#fff; text-transform:uppercase }
.video-row .more-video-bth:hover { text-decoration:none; color:#621d21; background:#f5f5f5 }

.bottom-buttons li { max-width:16%;}

}


/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1120px) {

body { padding:0 }
div[id="page-backgrounds"] { display:none }

.content-row .content-col { margin-top:15px }
.content-row .content-col:first-child { margin-top:0 }
.content-row { background:rgba(0,0,0,0.3) }
.highlights-links-row {background:#441013 }

.box-hdr { margin:10px 0; padding:0 10px }

.site-header { position:relative; background:#460004 }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/2015/header_tablet.png) no-repeat 50% 50% }

.mobile-menu-bar { display:block; padding:5px; font-family:'russo_oneregular', arial; background:#ecc50c }
.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:#000; border-radius:3px }
.no-touch .mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { background:#460004; color:#fff; text-decoration:none } 

.search-bar { display:none; width:100%; padding:10px; position:relative; background:#CCC; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar.active { display:block }
.search-bar input[type="text"] { width:100%; height:25px; padding:0 30px 0 10px; border:none; background:#F5F5F5; box-shadow:0 0 3px #999; border-radius:3px; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:30px; height:23px; border:none; overflow:hidden; background:none; position:absolute; right:10px; top:10px; border-radius:0 3px 3px 0 }
.search-bar .submit span { display:none }
.search-bar .submit i:before { display:block; width:100%; height:23px; line-height:25px; text-align:center; color:#333; margin:0 }

.dropnav { display:none; font-family:'open_sansregular', arial; background:#333 }
.dropnav.active { display:block }
.dropnav .nav > .submenu { display:none }
.dropnav .nav > a,
.dropnav .submenu a { display:block; padding:0 10px; height:34px; line-height:34px; color:#fff; text-decoration:none; position:relative }
.dropnav .submenu .has-submenu > a { color:#fff; text-transform:none; background:#000 }
.dropnav li { border-bottom: solid 1px #292929; border-top: 1px solid #434343 }
.dropnav .submenu.level1 li { border-top:solid 1px #363636; border-bottom:solid 1px #494949 }
.dropnav li:first-child { border-top:none !important }
.dropnav li:last-child { border-bottom:none !important }
.dropnav li.active { border-bottom:none !important }
.dropnav .submenu.level1 .has-submenu { border:none !important }
.dropnav .has-submenu.active + li { border-bottom:none !important }
.dropnav .nav.has-submenu > a:after { content:""; width:0; height:0; border-style:solid; border-color:#777 transparent transparent; border-width:0.4em 0.4em 0; position:absolute; right:1em; top:50%; margin-top:-0.2em }
.dropnav .nav.has-submenu.active > a:after { border-color:transparent transparent #fff; border-width:0 0.4em 0.4em }
.dropnav .has-submenu.active > .submenu { display:block; background:#444 }
.dropnav .submenu-title { display:none }

.secondary-nav { font-family:'open_sanssemibold', arial; background:#444; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-family:'russo_oneregular', arial; font-size:20px; text-transform:uppercase; 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-family:'russo_oneregular', arial; font-size:17px; 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 .carousel-related-links a { color:#ecc50c }
.j-carousel .controls {  height: 22px; padding:5px; text-align:center; background:#ecc50c }
.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:#621d21; box-shadow:none }
.j-carousel .control.active:before { border-color:#621d21 }
.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 #233a75; text-transform:uppercase; background:#9b1d22; color:#fff }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { display:block !important }
.tabs-wrapper .pane .overflow { padding:5px }

.button-col { display:none }

.top-stories { height:auto; padding:10px }

.video-row .video-playlist .video-info { padding:10px; color:#621d21; background:#fff }
.video-row .more-video-bth { display:block; line-height:40px; text-align:center; font-family:'russo_oneregular', arial; font-size:20px; color:#fff; text-transform:uppercase; background:#621d21 }
.video-row .more-video-bth:hover { text-decoration:none; color:#621d21; background:#f5f5f5 }

.schedule-boxscore .event-box { margin-top:5px }
.schedule-boxscore .event-box:nth-child(n+6) { display:none }

.team-links { height:auto }

.bottom-buttons { padding:5px; background:rgba(0,0,0,0.5) }
.bottom-buttons li { max-width:46%; margin:5px }
.aotm { height:auto }

.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 0 }
.site-header .site-title a { height:80px; text-indent:-9999px; background:url(/images/setup/2015/header_mobile_wide.png) no-repeat 5px 50% }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#fff }
.mobile-menu-bar li span { display:none }
.no-touch .mobile-menu-bar li a:hover, 
.mobile-menu-bar li a.active { color:#000; background:#ecc50c }

.aotm { padding:15px; background:rgba(0,0,0,0.7) }
.aotm .athlete,
.aotm .athlete:first-child { float:none; width:100%; margin-top:15px  }
.aotm .athlete:first-child { margin-top:0 }
.aotm .athlete .thumb { float:left }

.scoreboard-col,
.upcoming-col { display:none }

}

/*------------------------------------------------------
  ADJUSTMENTS FOR MOBILE PORTRAIT  
  -------------------------------------------------------*/

@media only screen and (max-width:479px) {
  
.site-header .site-title a { background-position:5px 50%; background-size:93% auto } 

}