/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONT FOR LANDING PAGES */
@font-face {
    font-family: 'oswaldbook';
    src: url('oswald-regular-webfont.eot');
    src: url('oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-regular-webfont.woff') format('woff'),
         url('oswald-regular-webfont.ttf') format('truetype'),
         url('oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldlight';
    src: url('Oswald-Light-webfont.eot');
    src: url('Oswald-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Oswald-Light-webfont.woff2') format('woff2'),
         url('Oswald-Light-webfont.woff') format('woff'),
         url('Oswald-Light-webfont.ttf') format('truetype'),
         url('Oswald-Light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('raleway-regular-webfont.eot');
    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-regular-webfont.woff') format('woff'),
         url('raleway-regular-webfont.ttf') format('truetype'),
         url('raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('raleway-extrabold-webfont.eot');
    src: url('raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-extrabold-webfont.woff2') format('woff2'),
         url('raleway-extrabold-webfont.woff') format('woff'),
         url('raleway-extrabold-webfont.ttf') format('truetype'),
         url('raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayheavy';
    src: url('raleway-heavy-webfont.eot');
    src: url('raleway-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-heavy-webfont.woff2') format('woff2'),
         url('raleway-heavy-webfont.woff') format('woff'),
         url('raleway-heavy-webfont.ttf') format('truetype'),
         url('raleway-heavy-webfont.svg#ralewayheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('raleway-semibold-webfont.eot');
    src: url('raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-semibold-webfont.woff2') format('woff2'),
         url('raleway-semibold-webfont.woff') format('woff'),
         url('raleway-semibold-webfont.ttf') format('truetype'),
         url('raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* WEB FONTS FOR THE INTERNAL PAGES */
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#a09772 !important }

body { font-family:'open_sansregular', arial; font-size:14px; line-height:1.5; background:#e3e3e3; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body { font-family:'ralewayregular', arial }

a { color:#a09772; text-decoration:none }
a:hover { color:#233a75; text-decoration:underline }

h1,h2,h3,h4,h5,h6,b,strong { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#a09772 }
h2 { font-size:21px; color:#a09772 }
h3 { font-size:18px }
h4 { font-size:16px }
h5 { font-size:14px }
h6 { font-size:13px }

.mainbody { padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.box-hdr { height:20px; line-height:20px; margin-bottom:0; padding:5px 10px; border-bottom:5px solid #233a75; font-family:'Oswald',arial; font-weight:400; text-transform:uppercase; background:#9b1d22; color:#fff; border-radius:3px 3px 0 0 }

.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 ul,
.navbar-buttons li { list-style:none; padding:0; margin:0 }
.navbar-buttons li img { vertical-align:middle }

.site-footer { padding:50px 0; text-align:center; background:url(/images/setup/2015/footer_bg_pattern.png) repeat }
.footer-address { margin-top:40px; font-family:'ralewaysemibold', arial; font-size:20px }
.footer-address div + p span,
.footer-address p:first-child span  { font-family:'ralewayheavy', arial }
.footer-address p { margin-bottom:5px }
.footer-address span { padding:0 20px }
.footer-presto-logo { display:block; margin-top:40px }

/* HEADLINES */
.headlines-hdr { margin:0 0 10px; padding:0 10px; border-bottom:6px solid #706a4f; line-height:37px; font-family:'ralewayheavy', arial; font-size:20px; text-transform:uppercase; text-align:center; color:#303030; background:#a09772 }
.articles-slider { position:relative }
.articles-slider .slider { position:relative; margin:0 -5px; overflow:hidden }
.articles-slider .items { position:relative; width:2000% }
.articles-slider .item { float:left; width:5% }
.articles-slider .story { position:relative; width:16.66%; float:left; padding:5px; -webkit-box-sizing:border-box; box-sizing:border-box }
.articles-slider .story .thumb { position:relative; display:block; border:5px solid #fff; padding-top:65%; overflow:hidden; box-shadow:0 0 5px rgba(0,0,0,0.3) }
.articles-slider .story:hover .thumb { border-color:#a09772 }
.articles-slider .story .thumb img { width:100%; position:absolute; left:0; top:0 }
.articles-slider .story .info { position:absolute; left:10px; right:10px; bottom:10px; padding:10px; font-family:'ralewayextrabold',arial; font-size:11px; line-height:1.2; text-transform:uppercase; text-shadow:1px 1px 1px #000; background:rgba(0,0,0,0.5) }
.articles-slider .story .info a { display:block; color:#fff; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }
.articles-slider .story:hover .info a { color:#D4C68C; white-space:normal; text-decoration:none }
.articles-slider .next,
.articles-slider .prev { position:absolute; left:0; top:-53px; display:block; width:75px; height:37px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/2015/master_sprite20161028.png) no-repeat -722px 0 }
.articles-slider .next { left:auto; right:0; background-position:-802px 0 }

/* AOTW */
.aotw { min-height:712px; padding:35px; color:#fff; background:url(/images/setup/2015/spotlight.jpg) no-repeat 50% 0 #303030 }
.aotw .thumb { float:left; margin:0 10px 0 0 }
.aotw .thumb img { vertical-align:top }
.aotw .info { padding-top:140px; overflow:hidden; text-align:center }
.aotw .title { display:block; text-decoration:none }
.aotw .title span { display:block; font-size:18px; color:#fff }
.aotw .title span:first-child { font-family:'ralewayheavy',arial; font-size:23px; text-transform:uppercase }
.aotw .leadin { display:block; max-width:260px; padding:40px 0 }

/* SCHEDULE */
.scoreboard-hdr { margin:0; padding:0 10px; line-height:40px; font-family:'ralewayheavy', arial; font-size:20px; text-transform:uppercase; text-align:center; color:#fff; background:#303030 }
.schedule-boxscore { height:570px; overflow:auto; font-family:'Oswald', arial; font-weight:400; background:url(/images/setup/2015/logo_watermark.png) repeat-y 50% 0 #a09772 }
.schedule-boxscore .event-box { border-top:2px solid #e3e3e3; padding:10px; position:relative; background:#a09772; overflow:hidden; border-bottom:5px solid #706a4f }
.schedule-boxscore .event-box:first-child { border-top:0 }
.schedule-boxscore .date-status { position:absolute; left:50%; top:15px; margin-left:-40px; width:80px; line-height:1.1; text-align:center; color:#fff; font-size:16px; text-transform:uppercase }
.schedule-boxscore .status { display:block; font-family:'Oswald', arial; font-weight:300; font-size:12px }
.schedule-boxscore .team { position:relative; float:right; width:50%; padding-left:40px; text-align:right; -webkit-box-sizing:border-box; box-sizing:border-box }
.schedule-boxscore .team:first-child { float:left; text-align:left; padding:0 40px 0 0 }
.schedule-boxscore .team:first-child { margin-top:0 }
.schedule-boxscore .team:first-child .result { float:right }
.schedule-boxscore .team-logo { display:inline-block; vertical-align:middle; width:50px; margin-right:5px }
.schedule-boxscore .team-logo img { vertical-align:middle }
.schedule-boxscore .team .team-name { position:absolute; left:0; right:0; top:-300px; z-index:2; padding:0 10px; font-family:'Oswald',arial; font-weight:300; font-size:20px; line-height:1.2; text-align:center; color:#fff; text-transform:uppercase; -moz-transition:top 1s ease; -webkit-transition:top 1s ease; transition:top 1s ease }
.schedule-boxscore .team .result { float:left; font-size:40px; line-height:50px; color:#fff }
.schedule-boxscore .team .va { display:none }
.schedule-boxscore .links { position:relative; z-index:2; top:0; margin-top:10px; text-align:center; -moz-transition:top 0.2s ease; -webkit-transition:top 0.2s ease; transition:top 0.2s ease }
.schedule-boxscore .links a { display:inline-block; vertical-align:top; padding:5px; margin:0 1px; font-size:12px; line-height: 1;text-align:center; text-decoration:none; color:#a09772; background:#303030; border-radius:16px }
.schedule-boxscore .links span { position:absolute; top:-9999px; -moz-transition:all 1s ease; -webkit-transition:all 1s ease; transition:all 1s ease }
.schedule-boxscore .sport,
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site { display:none }
.full-schedule { display:block; margin-top:2px; line-height:37px; font-family:'ralewayheavy',arial; font-size:12px; text-transform:uppercase; text-align:center; color:#303030; background:#9b9b9b }
.full-schedule:after { content:"\00bb"; margin-left:10px; font-family:arial; font-weight:bold; font-size:14px; color:#fff }

/* LEAGUE LEADERS */
.leaders-hdr { margin:0; padding:0 10px; line-height:40px; font-family:'ralewayheavy', arial; font-size:16px; text-transform:uppercase; text-align:center; color:#fff; background:#303030 }
.league-leaders { height:722px; padding:10px; font-family:'ralewaysemibold', arial; font-size:15px;  background:#a09772; overflow:auto }
.league-leaders .cat-title { margin:0 0 10px; padding:10px 0; font-size:17px; font-family:'ralewayheavy', arial; color:#fff; text-align:center; text-transform:uppercase; background:#444 }
.league-leaders .title { margin:0;font-size:17px; font-family:'ralewayheavy', arial; color:#303030; text-transform:uppercase  }
.league-leaders .row { margin-top:20px }
.league-leaders .row:first-child { margin-top:0 }
.league-leaders .col { margin-top:10px }
.league-leaders .player { margin-top:5px }
.league-leaders .player-data { float:right; color:#fff }
.league-leaders .player-info { float:left }
.league-leaders .player-info a { display:block; font-size:12px; color:#eee; text-decoration:none }
.league-leaders .player-info .player-name { font-size:15px; color:#fff }
.league-leaders .complete-leaders { font-size:12px; font-family:'ralewayheavy', arial; text-transform:uppercase; color:#303030 }
.league-leaders .complete-leaders:after { content:"\00bb"; margin-left:10px; font-size:16px }

/* MEMBER LOGOS */
.member-logos { float:left; padding:10px }
.member-logos li { float:left; margin-left:10px }
.member-logos:hover li { opacity:0.7 }
.member-logos li:hover { opacity:1 }
.member-logos li:first-child { margin-left:0 }

/* BUTTONS */
.social-links { position:absolute; right:0; top:12px }
.social-links ul,
.social-links li { list-style:none; padding:0; margin:0 }
.social-links li { float:left; margin-left:10px }
.social-links li:first-child { margin-left:0 }
.social-links li a { display:block; width:41px; height:41px; font-size:25px; line-height:41px; text-align:center; color:#fff; background:#a09772; border-radius:20px }
.social-links li a:hover { background:#303030 }
.social-links li span { display:none }

/* STANDINGS */
.brief-standings { padding:5px 0; font-family:'ralewaysemibold',arial; font-size: 12px; color:#fff; background:#303030 }
.brief-standings table { width:100% }
.brief-standings td,
.brief-standings th { height:27px; padding:5px; line-height:27px; font-weight:normal }
.brief-standings th { text-transform:uppercase }
.brief-standings th:first-child { background:#a09772 }
.brief-standings td { color:#a09772 }
.brief-standings td:first-child { padding:5px 10px }
.brief-standings .team a { font-family:'ralewayextrabold', arial; font-size:14px; color:#fff }
.brief-standings .team a:hover { color:#a09772; text-decoration:none }


/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* FULL STANDINGS */
.full-standings .container { position:relative; margin-top:10px; overflow:hidden }
.full-standings .container:first-child { margin-top:0 }
.full-standings table { border-collapse:collapse; width:100%; background:#FFF }
.full-standings td { padding:5px; text-align:center; white-space:nowrap }
.full-standings td:first-child { text-align:left }
.full-standings .stats-header td { color:#fff; background:#a09772 }
.full-standings .table-header td { background:#303030; color:#FFF; text-transform:uppercase; font-size:18px }
.full-standings .conf-field { background:#f5f5f5 }
.full-standings .pinned,
.full-standings .notations { display:none }
    
/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#a09772; color:#fff }
.roster .roster-header a { color:#fff }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* SCHEDULE */
.schedule-list table th { background-color:#a09772; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#a09772 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#a09772; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; padding-top:170px; overflow:hidden }
.body-container { max-width:1290px; margin:0 auto }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:absolute; left:0; right:0; top:0; z-index:4; height:140px; border-top:3px solid #9f9f9f; background:#fff }
.site-header.sticky { position:fixed; top:-67px }
.site-header > div { position:relative; max-width:1290px; height:64px; margin:0 auto }
.site-header .site-title { float:left; width:256px; margin:0 0 -57px; padding-top:9px; -moz-transition:margin-top 0.2s ease; -webkit-transition:margin-top 0.2s ease; transition:margin-top 0.2s ease }
.site-header .site-title a { position:relative; z-index:2; display:block; height:112px; text-indent:-9999px; background:url(/images/setup/2015/master_sprite20161028.png) no-repeat 0 0  }
.site-header .site-title a:after { content:""; position:absolute; right:-275px; top:75px; width:249px; height:38px; background:url(/images/setup/2015/master_sprite20161028.png) no-repeat -261px 0 }
.site-header.sticky .site-title { margin-top:64px }
.site-header.sticky .site-title a:after { top:11px }

.mobile-menu-bar, .search-bar { display:none }

.content-row { margin-top:15px }
.articles-row { margin-top:0 }
.content-row .content-col { -webkit-box-sizing:border-box; box-sizing:border-box }

.scoreboard-standings-row .content-col1 { width:24%; padding-right:10px; float:left }
.scoreboard-standings-row .content-col2 { width:52%; margin:0 auto; overflow:hidden }
.scoreboard-standings-row .content-col3 { width:24%; padding-left:10px; float:right }

.leaders-aotw-row .content-col1 { width:24%; padding-right:10px; float:left }
.leaders-aotw-row .content-col2 { width:52%; margin:0 auto; overflow:hidden }
.leaders-aotw-row .content-col3 { width:24%; padding-left:10px; float:right }

/* NAVIGATION */
.dropnav { position:relative; font-family:'Oswald', arial; font-weight:300; background:#303030; border-top:3px solid #a09772 }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { position:relative; max-width:730px; margin:0 auto; padding-left:560px }
.dropnav .nav { float:left; padding:23px 0 }
.dropnav .nav5 { position:relative }
.dropnav .nav > a { position:relative; display:block; height:27px; padding:0 15px; border-left:1px dotted #fff; font-size:25px; line-height:27px; text-decoration:none; color:#fff; text-transform:uppercase }
.dropnav .nav:hover > a:before { content:""; position:absolute; left:50%; bottom:-23px; margin-left:-5px; border:5px solid transparent; border-bottom-color:#a09772 }
.dropnav .nav1 > a { border-left:none }
.dropnav .nav > .submenu { display:none; position:absolute; left:0; right:0; top:73px; z-index:2; padding:20px; border-top:5px solid #a09772; background:#565656; white-space:nowrap }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .nav5 > .submenu { left:auto }
.dropnav .nav > .submenu:before { content:""; position:absolute; left:-9999px; top:-5px; right:-9999px; bottom:0; display:block; border-top:5px solid #a09772; background:#565656 }
.dropnav .nav5 > .submenu:before { display:none }
.dropnav .submenu * { position:relative }
.dropnav .submenu li { border-top:1px solid #6c6a5e }
.dropnav .submenu li:first-child,
.dropnav .submenu .has-submenu { border-top:none }
.dropnav .submenu a { display:block; color:#fff; font-size:18px; line-height:35px; white-space:nowrap; text-transform:uppercase; text-decoration:none }
.dropnav .submenu a:hover { color:#a09772 }
.dropnav .submenu .has-submenu > a { font-family:'Oswald', arial; font-weight:400; font-size:25px; text-transform:uppercase; color:#a09772; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { float:left; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }

.dropnav .nav-content { float:right }
.dropnav .nav-content > div { margin-top:20px }
.dropnav .nav-content > div:first-child { margin-top:0 }
.dropnav .nav-content .story { position:relative; width:250px; border:2px solid #a09772; margin-left:20px; float:left; overflow:hidden }
.dropnav .nav-content .story:first-child { margin:0 }
.dropnav .nav-content .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 }
.dropnav .nav-content .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  }
.dropnav .nav-content .thumb { position:relative; padding-top:72%; overflow:hidden }
.dropnav .nav-content .thumb a { display:block; position:static }
.dropnav .nav-content .thumb img { position:absolute; left:0; right:0; top:0; width:100%; vertical-align:top }
.dropnav .nav-content .details {  padding:15px; color:#fff; text-align:center; background:rgba(0,0,0,0.8) }
.dropnav .nav-content .title { display:block; height:32px; font-family:'ralewayheavy',arial; font-size:16px; line-height:1; white-space:normal; overflow:hidden }
.dropnav .nav-content .date { display:block; margin-bottom:10px; font-size:11px; font-family:'ralewaysemibold', arial; text-transform:uppercase }
.dropnav .nav-content .links,
.dropnav .nav-content .caption,
.dropnav .nav-content .buttons { display:none }

.secondary-nav { position:relative; z-index:2; padding:10px; margin-bottom:10px; font-family:'Oswald', arial; font-weight:400; color:#fff; background:#9b1d22; border-radius:3px }
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; font-family:'Oswald', arial; font-weight:400; font-size:24px; font-weight:normal }
.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:#fff; text-decoration:none }
.secondary-nav li a:hover { color:#eee; 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 }

/* 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 }

.tabs-wrapper[id="secondary-tabs"] .pane .overflow { height:300px; padding:10px; overflow:auto }

/* STANDINGS */
.standings-col { padding:9px; border:1px solid #a4a4a4 }
.standings-col .col { position:relative; width:50%; min-height:630px; border-left:5px solid #e3e3e3; float:left; background:#303030; -webkit-box-sizing:border-box; box-sizing:border-box }
.standings-col .col:first-child { border-right:5px solid #e3e3e3; border-left:none }
.standings-col .col:first-child + .col { padding-bottom:137px }
.standings-col .mcol-buttons { position:absolute; left:0; right:0; bottom:0; text-align:center; background:#958c6a }
.brief-standings th:first-child { position:relative; width:150px !important; font-family:'ralewaysemibold', arial; font-size:12px; text-align:left; background: url(/images/setup/2015/standings_hdr_bg.png) no-repeat 100% 0 }
.brief-standings th:first-child:before { content:""; position:absolute; left:-6px; top:0; width:6px; height:43px; background:url(/images/setup/2015/standings_hdr_bg.png) no-repeat 0 0 }

.aotw-col { position:relative }
.aotw-col .twitter-widget { position:absolute; right:0; bottom:0; width:48%; padding:10px 0 0 10px; background:#e3e3e3; -webkit-box-sizing:border-box; box-sizing:border-box }
.aotw-col .twitter-widget iframe { min-width:100% !important; max-height:100%; vertical-align:middle; background:#fff }

.member-logos { height:40px }

/* SCHEDULE */
.schedule-boxscore .event-box:hover { border-bottom-color:#4b4b4b }
.schedule-boxscore .event-box:after { content:""; position:absolute; left:0; right:0; top:0; bottom:100%; background:#303030; -moz-transition:bottom 0.5s 0.5s ease; -webkit-transition:bottom 0.5s 0.5s ease; transition:bottom 0.5s 0.5s ease }
.schedule-boxscore .event-box:hover:after { bottom:0 }
.schedule-boxscore .event-box:hover .team-name { top:0 }
.schedule-boxscore .event-box:hover .links { top:30px; }
.schedule-boxscore .event-box:hover .links a { width:auto; margin-top:-30px; background:none }
.schedule-boxscore .event-box:hover .links a span { position:relative; top:0; color:#a09772; text-transform:uppercase }
.schedule-boxscore .event-box:hover .links a:hover span { color:#fff }
.schedule-boxscore .event-box:hover .links i { display:none }

}

@media only screen and (min-width:1024px) and (max-width:1270px) {
.site-header .site-title { padding-left:10px }
.site-header .site-title a:after { display:none }
.dropnav > ul { max-width:none; padding-left:280px }

.scoreboard-standings-row .content-col1 { width:50% }
.scoreboard-standings-row .content-col2 { width:100%; float:left; margin-top:20px }
.scoreboard-standings-row .content-col3 { width:50% }

.leaders-aotw-row .content-col1 { width:50% }
.leaders-aotw-row .content-col2 { width:100%; float:left; margin-top:20px }
.leaders-aotw-row .content-col3 { width:50% }

.aotw-col { background:#303030 }
.aotw { max-width:570px; min-height:0 }
.aotw .leadin { display:none }

.aotw-col .twitter-widget { left:640px; top:0; width:auto; background:#ccc }

}

@media only screen and (min-width:1024px) and (max-width:1220px) {
.page { padding-top:0 }
.site-header,
.site-header.sticky { position:relative; top:0; height:auto; margin-bottom:30px }
.site-header.sticky .site-title { margin-top:0 } 
.site-header > div { height:auto }
.site-header .site-title { margin:0; padding:10px 20px }
.social-links { top:112px; right:10px; z-index:2 }
.dropnav > ul { padding-left:0 }
.member-logos { position:absolute; left:365px; right:100px; top:7px; float:none; text-align:center }
.member-logos li { float:none; display:inline-block; vertical-align:top; margin:0 0 3px }
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#303030 }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/2015/header_tablet2018.png) no-repeat 50% 50% }

.mobile-menu-bar { display:block; padding:5px; font-family:'ralewaysemibold',arial; background:#A09772 }
.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:#9E9D9D; 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:'ralewaysemibold', arial; background:#5c5c5c }
.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 #505050; border-top: 1px solid #565656 }
.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 }
.dropnav .nav-content { display:none }

.secondary-nav { font-family:'Oswald', arial; font-weight:400; background:#9b1d22; 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 }

.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 }

.social-links { position:static; padding:5px; text-align:center; background:rgba(0,0,0,0.3) }
.social-links > ul { display:inline-block; vertical-align:top }
.social-links li a { width:30px; height:30px; font-size:18px; line-height:30px}

.member-logos { float:none; text-align:center }
.member-logos li { display:inline-block; vertical-align:top; float:none; margin:0 }

.schedule-boxscore { height:auto }
.schedule-boxscore .team-logo { width:100px }
.schedule-boxscore .event-box { margin-top:5px }
.schedule-boxscore .event-box:nth-child(n+4) { display:none }
.aotw { height:auto }

.full-standings { position:relative; box-shadow:0 0 4px rgba(0,0,0,0.2) }
.full-standings .pinned { position:relative; z-index:2; display:block; float:left; box-shadow:2px -2px 2px rgba(0,0,0,0.3) }
.full-standings .overflow { position:relative; overflow:hidden }
.full-standings .overflow > div { width:100%; overflow-x:scroll; -webkit-overflow-scrolling:touch }
.full-standings .overflow table { min-width:560px }
.full-standings .overflow .pinned-col { display:none }

.articles-slider .story { width:33.32% }

.league-leaders .cat-title { width:100%; overflow:hidden }
.league-leaders .title { color:#fff }
.league-leaders .col { width:49%; padding:10px; float:right; background:rgba(0,0,0,0.6); -webkit-box-sizing:border-box; box-sizing:border-box }
.league-leaders .col:nth-child(even) { float:left }
.league-leaders .complete-leaders { display:block; margin-top:10px; text-align:center; background:#fff }

.aotw { min-height:0; padding:20px; background:#404040 }
.aotw .info { padding:10px; text-align:left }
.aotw .leadin { display:none }

.twitter-widget { display:none }
.mcol-buttons { text-align:center; background:#978f6c }
.mcol-buttons a { display:block }

.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_mobile2018_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:#a09772 }
.mobile-menu-bar li span { display:none }

.member-logos li { margin-bottom:2px }

.headlines-hdr { text-indent:-9999px }
.articles-slider .story { width:100% }

.schedule-boxscore .team-logo { width:50px }

.league-leaders { height:auto }
.league-leaders .col { width:100% }
.league-leaders .player { display:none }
.league-leaders .title { text-align:center }
.league-leaders .title + .player,
.league-leaders .player:first-child { display:block }

.aotw .thumb { width:40% }

}

/*------------------------------------------------------
  ADJUSTMENTS FOR MOBILE PORTRAIT  
  -------------------------------------------------------*/

@media only screen and (max-width:479px) {
  
.site-header .site-title a { background-position:5px 50%; background-size:93% auto } 

}