/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONT FOR LANDING PAGES */
@font-face {
    font-family: 'montserratregular';
    src: url('montserrat-regular-webfont.eot');
    src: url('montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('montserrat-regular-webfont.woff') format('woff'),
         url('montserrat-regular-webfont.ttf') format('truetype'),
         url('montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('Montserrat-Bold-webfont.eot');
    src: url('Montserrat-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Montserrat-Bold-webfont.woff') format('woff'),
         url('Montserrat-Bold-webfont.ttf') format('truetype'),
         url('Montserrat-Bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('sourcesanspro-semibold-webfont.eot');
    src: url('sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('sourcesanspro-semibold-webfont.woff') format('woff'),
         url('sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') 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;

}

body { position:relative; font-family:'open_sansregular', arial; font-size:14px; line-height:1.5; background:#1f4387; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body { font-family:'montserratregular', arial }

a { color:#19376D; text-decoration:none }
a:hover { text-decoration:underline }
.landing a[rel*="wiki-link"] { color:#fff }

h1,h2,h3,h4,h5,h6,b,strong,th { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#19376D }
h2 { font-size:21px; color:#19376D }
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 }

.select-dropdown { position:relative; min-width:150px; max-width:300px; font-family:arial; background:#fff; margin-bottom:10px; border:1px solid #000; border-radius:5px; 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; border-radius:0 0 5px 5px }
.select-dropdown.active ul { display:block; max-height:200px; left:0; right:0; top:23px; overflow:auto }
.select-dropdown li { display:block; padding:0 10px; height:25px; line-height:25px; color:#444; background:#EEE; position:relative; cursor:pointer } 
.select-dropdown li.selected { display:none }
.select-dropdown li:hover { background:#1a2e6e; color:#FFF }

.site-footer { padding-bottom:30px }
.footer-text { float:left; margin-top:47px; color:#fff; font-size:15px; font-family:'source_sans_prosemibold', arial; text-transform:uppercase; text-shadow:1px 1px 2px #000 }
.footer-text > a[href*="edu"] { display:block; width:208px; height:60px; text-indent:-9999px; background:url(/images/setup/footer_logo_1_new.png) no-repeat }
.footer-logos { float:right; margin-top:47px }
.footer-logos ul { margin:0 }
.footer-logos .nav { float:left; margin-left:18px; list-style:none }
.footer-logos .nav:first-child { margin-left:0 }

/* 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: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 # 1 */
.j-carousel1 { position:relative; z-index:1 }
.j-carousel1 .seats { padding-top:43%; position:relative; overflow:hidden } 
.j-carousel1 .seat { width:100%; position:absolute; left:0; top:0; display:none }

/* ANIMATION # 2 */
.j-carousel2 { position:relative; z-index:1 }
.j-carousel2 .seat { position:relative; display:none; overflow:hidden }

/* ANIMATION # 3 */
.j-carousel3 { position:relative; z-index:1; overflow:hidden }
.j-carousel3 .seats { width:800%; position:relative }
.j-carousel3 .seat { width:12.5%; float:left; position:relative }

/* AOTW */
.aotw { height:300px; padding:10px; background:#eee }
.aotw .athelte { margin-top:10px }
.aotw .athelte:first-child { margin-top:0 }
.aotw .thumb { float:left; margin:0 10px 0 0; border:3px solid #555 }
.aotw .thumb img { vertical-align:top }
.aotw .title { display:block; margin-bottom:10px }
.aotw .title span { display:block; margin-top:5px; font-size:12px; color:#19376D }
.aotw .title span:first-child { font-size:18px; text-transform:uppercase; color:#ffcc00 }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:20px; position:relative; color:#fff; overflow:hidden }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date { float:left; width:60px; margin-right:30px; text-align:center }
.schedule-boxscore .date span { display:block }
.schedule-boxscore .date .month { display:block; margin-bottom:5px; line-height:30px; color:#ffcc00; background:rgba(0,0,0,0.15) }
.schedule-boxscore .date .day { font-size:30px; line-height:1.2; text-transform:uppercase }
.schedule-boxscore .sport-status { display:block; margin-bottom:5px; padding:0 10px; line-height:30px; color:#ffcc00; background:rgba(0,0,0,0.15) }
.schedule-boxscore .event-info { width:100%; overflow:hidden }
.schedule-boxscore .team-logo { width:40px; float:left; margin-right:10px }
.schedule-boxscore .team-logo img { vertical-align:middle }
.schedule-boxscore .team-logo i,
.schedule-boxscore .no-logo img { display:none }
.schedule-boxscore .no-logo i { display:block }
.schedule-boxscore .team .va, 
.schedule-boxscore .team .team-name { display:inline-block; vertical-align:top }
.schedule-boxscore .team .team-name { max-width:80% }
.schedule-boxscore .links a { color:#fff } 
.schedule-boxscore .status,
.schedule-boxscore .result { float:right }
.schedule-boxscore .no-events { display:block; font-size:12px; line-height:190px; text-align:center; text-transform:uppercase; color:#fff }

/* QUICK FACTS */
.quick-facts .quick-fact { float:left; width:18.441%; height:257px; margin-left:1.866%; cursor:pointer; position:relative; color:#fff; border-radius:10px }
.quick-facts .quick-fact:first-child { margin-left:0 }
.quick-facts .quick-fact:after { content:''; position:absolute; left:0; top:0; right:0; bottom:0; border:3px solid #fff; border-radius:13px }
.quick-facts .quick-fact > div { display:block; position:relative; width:100%; height:257px; overflow:hidden; border-radius:10px }
.quick-facts .info { padding:10px; color:#fff; position:absolute; left:3px; top:3px; right:3px; bottom:3px; opacity:0; background:#19376D; font-size:12px; line-height:1.2; border-radius:10px; -webkit-transition:0.3s all 0.3s ease; -moz-transition:0.3s all 0.3s ease; -ms-transition:0.3s all 0.3s ease; transition:0.3s all 0.3s ease }
.quick-facts .info h3 { display:block; margin-bottom:3px; font-family:'montserratbold', arial; font-size:12px; text-transform:uppercase }
.quick-facts .title { display:block; margin-bottom:10px; font-size:13px; font-family:'montserratbold', arial; text-transform:uppercase; color:#ffcc00 }
.quick-facts .record { display:block; margin-bottom:10px }
.quick-facts .boxevent,
.quick-facts .no-events { margin-bottom:10px }
.quick-facts .boxevent a { font-size:11px; color:#ffcc00 }
.quick-facts .quick-links a { display:block; font-size:11px; color:#ffcc00; text-decoration:none }
.quick-facts .quick-links a:hover { color:#fff }
.quick-facts .quick-links span { display:none }
.quick-facts .photo { position:absolute; left:3px; top:3px; border-radius:10px; -webkit-transition:0.3s all 0.3s ease; -moz-transition:0.3s all 0.3s ease; -ms-transition:0.3s all 0.3s ease; transition:0.3s all 0.3s ease }
.quick-facts .label { position:absolute; top:198px; right:-9px; z-index:1; display:block; width:144px; height:43px; line-height:36px; padding:0 2px 0 11px; font-size:12px; font-family:'montserratbold', arial; text-align:center; text-transform:uppercase; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; color:#1c3b50; background:url(/images/setup/master_sprite20180124.png) no-repeat -1008px 0; -webkit-transition:0.3s all 0.3s ease; -moz-transition:0.3s all 0.3s ease; -ms-transition:0.3s all 0.3s ease; transition:0.3s all 0.3s ease }
.quick-facts .quick-fact:hover .photo { left:100% }
.quick-facts .quick-fact:hover .label { opacity:0 }
.quick-facts .quick-fact:hover .info { opacity:1; z-index:2 }


.top-stories .row { margin-top:20px }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { position:relative; line-height:1.3; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .play-button { position:absolute; left:50%; top:50%; margin-left:-68px; margin-top:-21px; display:block; width:136px; height:42px; text-indent:-9999px; background:url(/info/images/play_btn.png) no-repeat 0 0 }
.top-stories .caption { display:block; padding:3px 5px; font-size:11px; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; right:0; bottom:0  } 
.top-stories .title { display:block; font-size:14px; text-transform:uppercase; color:#ffcc00 }
.top-stories .date,
.top-stories .leadin { font-size:13px; color:#fff }
.top-stories .links { margin-top:5px; padding:5px 10px }
.top-stories .links a{ color:#fff }
.top-stories .links a span,
.top-stories .buttons a + a { display:none }
.top-stories .buttons { margin-top:10px; text-align:center }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; font-size:12px; background:#ffcc00; color:#fff; border-radius:3px }

/* SLIDER */
.slider-wrapper { position:relative; overflow:hidden }
.slider-wrapper .slider { position:relative; border:3px solid #19376D; overflow:hidden }
.slider-wrapper .items { position:relative; width:2000% }
.slider-wrapper .item { position:relative; float:left; width:5%; }
.slider-wrapper .image { display:block }
.slider-wrapper .image img { width:100%; vertical-align:top }
.slider-wrapper  span{position:absolute; color:#fff; bottom:0; left:0; right:0; padding:10px; background:rgba(0,0,0,0.8); text-transform:uppercase; }
.slider-wrapper .next, 
.slider-wrapper .prev { display:none }

/* SOCIAL BUTTONS */
.social-links ul { margin:0; padding:0; list-style:none }
.social-links li { display:inline-block; margin-left:3px }
.social-links li:first-child { margin-left:0 }
.social-links li a { display:block; font-size:18px; text-align:center; text-decoration:none;  color:#fff; transition:0.2s; }
.social-links li a:hover { color:#ffcc00 }
.social-links li span:last-child { position:absolute; left:-9999px }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#19376D; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#19376D; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#19376D }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#19376D; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (min-width:0px) and (max-width:960px) {

body { padding:0 }

.site-header { position:relative; background:#1C4489 }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/header_tablet20180131.png) no-repeat 50% 50% }

.site-footer { padding:30px 0; text-align:center }
.footer-text,
.footer-logos { float:none }
.footer-text a[href*="edu"],
.footer-logos { display:inline-block; vertical-align:top }

.social-links { background:#142b55; text-align:center; padding:5px  }

.box-title { height:20px; line-height:20px; margin-bottom:0; padding:5px 10px; border-bottom:5px solid #ffcc00; font-size:14px; font-family:'montserratregular',arial; font-weight:normal; text-transform:uppercase; background:#19376D; color:#fff }

.content-row { padding:10px }

.mobile-menu-bar { display:block; padding:5px; background:#ffcc00 }
.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:#19376D; border-radius:3px }
.mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { background:#19376D; color:#fff; text-decoration:none } 

.search-bar { display:none }
.search-bar.active { display:block; width:100%; padding:10px; position:relative; background:#CCC; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.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; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:30px; height:23px; border:none; overflow:hidden; top:11px; right:10px; 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:'montserratregular', 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; 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:'montserratregular', arial; background:#19376D; 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:#000; 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 { text-align:center }
.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:30px 10px 10px; font-size:14px; color:#fff; text-align:left;
background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c000000', endColorstr='#ff000000')";
}
.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 { display:inline-block; vertical-align:top; height:15px; padding:5px; margin-bottom:5px; text-align:center; background:rgba(0,0,0,0.7); border-radius:0 0 5px 5px }
.j-carousel .control { display:inline-block; vertical-align:top; width:10px; height:10px;  margin:0 5px; text-indent:-9999px; background:#fff; cursor:pointer; border-radius:15px }
.j-carousel .control.active { background:#19376D; box-shadow:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; height:30px; line-height:30px; margin:10px 0 0 0; padding:0 10px; border-bottom:5px solid #ffcc00; text-transform:uppercase; background:#19376D; color:#fff }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { display:block !important; padding:10px; background:#2b4353; background:rgba(29, 60, 78, 0.34) }

.schedule-boxscore .event-box:nth-child(n+6) { display:none }
.schedule-boxscore .no-events { line-height:normal }
.aotw { height:auto }

.schedule .title { margin-bottom:10px }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { padding:5px; -webkit-box-sizing:border-box; box-sizing:border-box }
.schedule .table .titles { display:none }
.schedule .team-record .titles  { display:block; color:#fff; overflow:hidden; padding:5px 5px 0 }
.schedule .team-record .item { padding:5px}
.schedule .team-record { text-align:center; margin-bottom:10px; border-top:solid 1px #CCC; border-bottom:solid 1px #CCC }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { width: 23%; text-align:center; color:#fff; margin:0 1%; float:left; background:#333; border-radius:3px }
.schedule .team-record .titles > div { background:#333; color:#fff }
.schedule .opponent { width: 70%; float:left }
.schedule .result { width: 30%; float:right; text-align:right }
.schedule .item { padding:10px }
.schedule .item.even { background-color:#eee }
.schedule .item .data { position:relative }
.schedule .item .data:before,
.schedule .item .data:after { content: " "; display:table }
.schedule .item .data:after { clear:both }
.schedule .item .date { height:25px; line-height:25px; margin:-10px -10px 10px; padding:0 10px; background:#333; color:#fff }     
.schedule .item .time { height:25px; line-height:25px; color:#fff; position:absolute; right:0; top:-10px }    
.schedule .conf-teams-container { width:100% }
.schedule .conf-teams-container .opponent { width:80%; float:left }
.schedule .conf-teams-container .result { width:20%; float:right }
.schedule .more { display:block !important }
.schedule .more strong { font-weight:normal }
.schedule .more a { display:inline-block; vertical-align:top; text-decoration:none }
.schedule .more a:after { content:"\00BB"; padding:0 5px 0 4px }
.schedule .arrow { display:none }

.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; 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 }
  
.scoreboard-title,
[id="scoreboard-ticker-wrapper"],
.site-header .site-logo,
div[id="page-background"] { display:none }
  
.quick-facts .quick-fact { float:none; display:block; width:auto; height:auto; min-height:251px; padding:10px 10px 10px 182px; margin:10px 0 0 0; cursor:default; position:relative; background:#19376D; border-radius:10px }
.quick-facts .quick-fact:after { display:none }
.quick-facts .quick-fact > div { width:auto; height:auto; border-radius:0; overflow:initial }
.quick-facts .info { padding:0; color:#fff; position:relative; left:auto; top:auto; right:auto; bottom:auto; background:none; font-size:12px; line-height:1.2; border-radius:10px; opacity:1 }
.quick-facts .title { display:block; margin-bottom:10px; font-size:13px; font-family:'montserratbold', arial; text-transform:uppercase; color:#ffcc00 }
.quick-facts .record { display:block; margin-bottom:10px }
.quick-facts .boxevent,
.quick-facts .no-events { margin-bottom:10px }
.quick-facts .boxevent a { font-size:11px; color:#ffcc00 }
.quick-facts .quick-links a { display:block; font-size:11px; color:#ffcc00 }
.quick-facts .quick-links span { display:none }
.quick-facts .photo { position:absolute; left:-172px; top:0; border-radius:10px }
.quick-facts .label { display:none }
.quick-facts .quick-fact:hover .photo { left:-172px }
.quick-facts .quick-fact:hover .label { opacity:1 }
.quick-facts .quick-fact5:hover .photo { left:-172px }
.quick-facts .quick-fact5:hover .label { opacity:1 }
.quick-facts .quick-fact5:hover .info { opacity:1 }

}

/*----------------------------------------------------------
  ADJUSTMENTS FOR TABLET LANDSCAPE  
  ----------------------------------------------------------*/

@media only screen and (min-width:601px) and (max-width:960px) {
.top-stories .thumb { width:40%; float:left }
}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (min-width:0px) 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/header_mobile_wide20180131.png) no-repeat 5px 50% }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#ffcc00 }
.mobile-menu-bar li span { display:none }

}

@media only screen and (min-width:0px) and (max-width:600px) {

.footer-text { margin-top:0 }
.footer-logos { margin-top:20px }
.footer-logos .nav { float:none; margin:0 }
  
.top-stories .date,
.top-stories .title { font-size:12px }
.top-stories .leadin { display:none }
  
.schedule-boxscore .sport-status,
.schedule-boxscore .date,
.schedule-boxscore .event-info { font-size:12px }
.schedule-boxscore .date .day { font-size:20px }

}

/*------------------------------------------------------
  ADJUSTMENTS FOR MOBILE PORTRAIT  
  -------------------------------------------------------*/

@media only screen and (min-width:0px) and (max-width:479px) {
  
.site-header .site-title a { background-position:5px 50%; background-size:93% auto } 
.aotw .thumb { max-width:35% }
  
.quick-facts .quick-fact { padding-left:140px; min-height:186px }
.quick-facts .photo { left:-130px; width:120px }
.quick-facts .quick-fact:hover .photo { left:-130px }

}

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:961px) {

.page { position:relative; z-index:2; overflow:hidden }
div[id=page-background] { position:absolute; left:0; top:216px; right:0; bottom:0; z-index:1; text-align:center }
.wrapper { max-width:911px; margin:0 auto }
.mainbody { min-height:500px; padding:10px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.box-title { height:20px; line-height:20px; margin-bottom:0; padding:5px 10px; border-bottom:5px solid #ffcc00; font-size:14px; font-family:'montserratregular',arial; font-weight:normal; text-transform:uppercase; background:#19376D; color:#fff }

.site-header { position:relative; z-index:3; min-height:170px;  }
.site-header:before { content:''; display:block; position:absolute; left:-1000px; right:-1000px; top:0; height:30px; background:#142b55; border-bottom:4px solid #007a79 }
.site-header .site-title { position:absolute; right:0; top:65px; margin:0 }
.site-header .site-title a { display:block; height:49px; font-size:30px; font-family:'montserratregular', arial; line-height:49px; text-transform:uppercase; text-shadow:2px 2px 2px rgba(0,0,0,0.75); text-decoration:none; letter-spacing:1px; color:#fff }
.site-header .site-logo { position:absolute; top:12px; left:-85px; width:275px; height:145px; text-indent:-9999px; background:url(/images/setup/master_sprite20180124.png) no-repeat }

.social-links{ position:absolute; right:0; top:3px }

.mobile-menu-bar, .search-bar { display:none }

.content-row .content-col1 { width:48.298%; float:left }
.content-row .content-col2 { width:49.835%; float:right }

/* NAVIGATION */
.dropnav { position:absolute; top:114px; right:0; font-family:'montserratregular', arial; background:#fff }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left; position:relative }
.dropnav .nav > a { display:block; height:35px; padding:0 10px; font-size:12px; font-family:'montserratbold', arial; line-height:35px; text-decoration:none; color:#202020; text-transform:uppercase }
.dropnav .nav:hover > a { background:#19376D; color:#ffcc00 }
.dropnav .nav > .submenu { display:none; position:absolute; left:0; top:35px; min-width:200px; padding:10px 16px; background:#19376D; white-space:nowrap }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; white-space:nowrap; font-size:12px; line-height:24px; text-decoration:none; color:#fff }
.dropnav .submenu a:hover { color:#ffcc00 }
.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; margin-bottom:20px; font-family:'montserratregular', arial; text-transform:uppercase; color:#fff }
.secondary-nav h1 { float:left; margin-bottom:0; color:#ffcc00; font-family:'montserratregular', arial; font-size:36px; font-weight:normal }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:18px }
.secondary-nav li { float:left; font-size:12px }
.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 3px; color:#ffcc00 }
.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:#000; 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:absolute; left:0; right:0; bottom:0; padding:30px 10px 10px; color:#fff; text-shadow:1px 1px #000; text-shadow:1px 1px rgba(0,0,0,0.6);
background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c000000', endColorstr='#ff000000')";
}
.j-carousel .title { display:block; font-size:24px; line-height:1.8; color:#fff }
.j-carousel .date { display:block }
.j-carousel .controls { padding-top:10px }
.j-carousel .control { position:relative; float:left; width:19.2%; margin-left:1%; cursor:pointer }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active:after { content:""; position:absolute; left:0; right:0; bottom:0; width:100%; height:5px; background:#19376D }
.j-carousel .control .thumb { width:100%; vertical-align:top }
 
/* TABS */
.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; font-size:14px; font-family:'montserratbold', arial; text-transform:uppercase; text-align:center; text-decoration:none; line-height:33px; color:#fff; background:#007a79 }
.tabs-wrapper .tab_title.active { background:#19376D }
.tabs-wrapper .pane { background:#2b4353; background:rgba(29, 60, 78, 0.34) }
.tabs-wrapper .pane .overflow { height:190px; padding:20px 25px; overflow:auto }

/* SCOREBOARD TICKER */
.scoreboard-title { float:left; position:relative; z-index:1; font-size:14px; font-family:'montserratregular', arial; text-transform:uppercase; line-height:30px; color:#fff; margin-left:50px }
[id="scoreboard-ticker-wrapper"] { position:relative; float:right; width:600px; padding-right:61px; margin-right:70px; color:#FFF }
[id="scoreboard-ticker"] { width:600px; height:30px; overflow:hidden; position:relative; font-size:12px; font-family:'montserratregular', arial }
[id="scoreboard-ticker"] li { width:600px; height:30px; line-height:30px; position:relative; overflow:hidden }
[id="scoreboard-ticker"] .no-events { text-align:center; line-height:30px }
[id="scoreboard-ticker"] span { padding:0 3px }
[id="scoreboard-ticker"] span:first-of-type { padding:0 }
[id="scoreboard-ticker"] span:nth-of-type(2) { padding-left:0 }
[id="scoreboard-ticker"] a { color:#ffcc00 }

[id="scoreboard-ticker-pp"],
[id="scoreboard-ticker-prev"],
[id="scoreboard-ticker-next"] { position:absolute; right:52px; top:10px }
[id="scoreboard-ticker-next"] { left:auto; right:0 }
[id="scoreboard-ticker-pp"] { right:23px }
[id="scoreboard-ticker-prev"] a,
[id="scoreboard-ticker-next"] a,
[id="scoreboard-ticker-pp"] a { display:block; width:10px; height:11px; background:url(/images/setup/master_sprite20180124.png) no-repeat -1167px 0; outline:none }
[id="scoreboard-ticker-next"] a { background-position:-1218px 0 }
[id="scoreboard-ticker-pp"] a { width:13px; height:15px }
[id="scoreboard-ticker-pp"] .pause { width:13px; height:15px; background-position:-1192px 0 }
[id="scoreboard-ticker-pp"] .play { background-position:-1192px -16px }

}